Home | History | Annotate | Line # | Download | only in conf
VME147 revision 1.28.10.1
      1  1.28.10.1       scw #	$NetBSD: VME147,v 1.28.10.1 2000/03/11 20:51:47 scw Exp $
      2       1.14   thorpej 
      3       1.14   thorpej include		"arch/mvme68k/conf/std.mvme68k"
      4        1.1     chuck 
      5        1.7   thorpej # Boards this kernel supports; need at lest the correct one
      6       1.18     lukem options 	MVME147
      7        1.1     chuck 
      8        1.1     chuck maxusers	2
      9       1.21       scw 
     10       1.21       scw #options 	DDB
     11        1.1     chuck 
     12       1.18     lukem options 	DIAGNOSTIC, DEBUG
     13       1.13   thorpej 
     14        1.1     chuck #options 	SYSVSHM
     15        1.1     chuck options 	KTRACE
     16        1.1     chuck options 	COMPAT_43
     17       1.13   thorpej 
     18       1.13   thorpej file-system 	FFS
     19       1.13   thorpej file-system 	NFS	
     20       1.20       scw file-system 	KERNFS
     21       1.13   thorpej #file-system 	MFS
     22       1.13   thorpej #file-system	MSDOSFS
     23       1.16      phil #file-system	UNION
     24       1.13   thorpej 
     25       1.18     lukem #options 	NFSSERVER
     26       1.22    bouyer #options 	FFS_EI		# FFS Endian Independant support
     27        1.1     chuck 
     28        1.1     chuck # Networking options
     29       1.18     lukem options 	INET
     30       1.18     lukem options 	TCP_COMPAT_42   # compatibility with 4.2BSD TCP/IP
     31        1.1     chuck #options        GATEWAY         # IP packet forwarding
     32        1.1     chuck #options        ISO             # OSI networking
     33        1.1     chuck #options        TPIP
     34        1.1     chuck #options        EON
     35        1.8     chuck 
     36       1.28  augustss options 	COMPAT_09, COMPAT_10, COMPAT_11, COMPAT_12, COMPAT_13, COMPAT_14
     37       1.18     lukem options 	COMPAT_SUNOS
     38        1.6   thorpej #options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
     39       1.26     itohy #options 	COMPAT_LINUX	# compatibility with Linux/m68k binaries
     40       1.26     itohy #options 	EXEC_ELF32	# 32-bit ELF executables (Linux)
     41        1.1     chuck 
     42        1.5     chuck ## force NFS root and swap
     43       1.13   thorpej #config	netbsd		root on ? type nfs
     44        1.5     chuck ## "generic" boot (put root on boot device)
     45       1.13   thorpej config netbsd		root on ? type ?
     46       1.27       scw 
     47       1.27       scw options 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
     48        1.5     chuck 
     49        1.1     chuck 
     50        1.1     chuck pseudo-device	sl
     51        1.1     chuck pseudo-device	ppp 2
     52        1.1     chuck pseudo-device	loop
     53        1.1     chuck pseudo-device	bpfilter
     54        1.1     chuck pseudo-device	pty
     55       1.24       scw pseudo-device	vnd 2
     56        1.1     chuck 
     57        1.3     chuck mainbus0	at root
     58        1.1     chuck 
     59        1.3     chuck pcc0		at mainbus0
     60        1.3     chuck 
     61        1.3     chuck zsc*		at pcc? ipl 4
     62        1.3     chuck zstty*		at zsc? channel ?
     63        1.3     chuck 
     64        1.3     chuck clock0		at pcc? ipl 5
     65        1.3     chuck le0		at pcc? ipl 3
     66        1.3     chuck wdsc0		at pcc? ipl 2
     67       1.10     chuck lpt0		at pcc? ipl 1
     68  1.28.10.1       scw vmepcc0 	at pcc?
     69  1.28.10.1       scw vme0 		at vmepcc0
     70        1.3     chuck 
     71  1.28.10.1       scw # Example A24 VMEbus device
     72  1.28.10.1       scw #foo0		at vme0 addr 0x00ef0000 irq 3 vect 0x60
     73        1.3     chuck 
     74        1.3     chuck scsibus*	at wdsc?
     75        1.3     chuck 
     76        1.3     chuck sd*		at scsibus? target ? lun ?
     77        1.3     chuck st*		at scsibus? target ? lun ?
     78        1.3     chuck cd*		at scsibus? target ? lun ?
     79        1.3     chuck ch*		at scsibus? target ? lun ?
     80        1.9     chuck ss*		at scsibus? target ? lun ?	# SCSI scanners
     81        1.9     chuck uk*		at scsibus? target ? lun ?	# SCSI unknown
     82