Home | History | Annotate | Line # | Download | only in conf
VME147 revision 1.36.8.3
      1  1.36.8.3  nathanw #	$NetBSD: VME147,v 1.36.8.3 2002/02/28 04:10:49 nathanw Exp $
      2  1.36.8.2  nathanw 
      3  1.36.8.2  nathanw include		"arch/mvme68k/conf/std.mvme68k"
      4  1.36.8.2  nathanw 
      5  1.36.8.2  nathanw # Boards this kernel supports; need at lest the correct one
      6  1.36.8.2  nathanw options 	MVME147
      7  1.36.8.2  nathanw 
      8  1.36.8.2  nathanw maxusers	4
      9  1.36.8.2  nathanw 
     10  1.36.8.2  nathanw #options 	DDB
     11  1.36.8.2  nathanw #options 	DIAGNOSTIC, DEBUG
     12  1.36.8.2  nathanw 
     13  1.36.8.2  nathanw #options 	SYSVSHM
     14  1.36.8.2  nathanw options 	KTRACE
     15  1.36.8.2  nathanw options 	COMPAT_43
     16  1.36.8.3  nathanw #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     17  1.36.8.2  nathanw 
     18  1.36.8.2  nathanw file-system 	FFS
     19  1.36.8.2  nathanw file-system 	NFS
     20  1.36.8.2  nathanw file-system 	KERNFS
     21  1.36.8.2  nathanw file-system 	MFS
     22  1.36.8.2  nathanw file-system 	CD9660
     23  1.36.8.2  nathanw #file-system	MSDOSFS
     24  1.36.8.2  nathanw #file-system	UNION
     25  1.36.8.2  nathanw 
     26  1.36.8.2  nathanw #options 	NFSSERVER
     27  1.36.8.2  nathanw #options 	FFS_EI		# FFS Endian Independant support
     28  1.36.8.2  nathanw 
     29  1.36.8.2  nathanw # Networking options
     30  1.36.8.2  nathanw options 	INET
     31  1.36.8.2  nathanw #options 	GATEWAY		# IP packet forwarding
     32  1.36.8.2  nathanw #options 	ISO		# OSI networking
     33  1.36.8.2  nathanw #options 	TPIP
     34  1.36.8.2  nathanw #options 	EON
     35  1.36.8.2  nathanw #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     36  1.36.8.2  nathanw 
     37  1.36.8.2  nathanw options 	COMPAT_AOUT_M68K	# compatibility with NetBSD/m68k a.out
     38  1.36.8.2  nathanw options 	COMPAT_09, COMPAT_10, COMPAT_11
     39  1.36.8.2  nathanw options 	COMPAT_12, COMPAT_13, COMPAT_14, COMPAT_15
     40  1.36.8.2  nathanw #options 	COMPAT_SUNOS
     41  1.36.8.2  nathanw #options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
     42  1.36.8.2  nathanw #options 	COMPAT_LINUX	# compatibility with Linux/m68k binaries
     43  1.36.8.2  nathanw #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     44  1.36.8.2  nathanw 
     45  1.36.8.2  nathanw ## force NFS root and swap
     46  1.36.8.2  nathanw #config	netbsd		root on ? type nfs
     47  1.36.8.2  nathanw ## "generic" boot (put root on boot device)
     48  1.36.8.2  nathanw config netbsd		root on ? type ?
     49  1.36.8.2  nathanw 
     50  1.36.8.2  nathanw options 	NFS_BOOT_DHCP		# Diskless client w/ dhcp
     51  1.36.8.2  nathanw options 	NFS_BOOT_BOOTP		# Diskless client w/ bootp
     52  1.36.8.2  nathanw options 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
     53  1.36.8.2  nathanw 
     54  1.36.8.2  nathanw 
     55  1.36.8.2  nathanw pseudo-device	sl
     56  1.36.8.2  nathanw pseudo-device	ppp 2
     57  1.36.8.2  nathanw pseudo-device	loop
     58  1.36.8.2  nathanw pseudo-device	bpfilter
     59  1.36.8.2  nathanw pseudo-device	pty
     60  1.36.8.2  nathanw pseudo-device	vnd 2
     61  1.36.8.2  nathanw pseudo-device	rnd
     62  1.36.8.2  nathanw 
     63  1.36.8.2  nathanw mainbus0	at root
     64  1.36.8.2  nathanw 
     65  1.36.8.2  nathanw pcc0		at mainbus0
     66  1.36.8.2  nathanw 
     67  1.36.8.2  nathanw clock0		at pcc? ipl 5
     68  1.36.8.2  nathanw zsc*		at pcc? ipl 4
     69  1.36.8.2  nathanw le0		at pcc? ipl 3
     70  1.36.8.2  nathanw wdsc0		at pcc? ipl 2
     71  1.36.8.2  nathanw lpt0		at pcc? ipl 1
     72  1.36.8.2  nathanw 
     73  1.36.8.2  nathanw zstty*		at zsc? channel ?
     74  1.36.8.2  nathanw 
     75  1.36.8.2  nathanw vmepcc0 	at pcc?
     76  1.36.8.2  nathanw vme0 		at vmepcc0
     77  1.36.8.2  nathanw 
     78  1.36.8.2  nathanw # Example VMEbus device
     79  1.36.8.2  nathanw #foo0 		at vme0 addr 0x10001000 am 0x0d irq 2 vect 0x80
     80  1.36.8.2  nathanw 
     81  1.36.8.2  nathanw scsibus*	at wdsc?
     82  1.36.8.2  nathanw sd*		at scsibus? target ? lun ?
     83  1.36.8.2  nathanw st*		at scsibus? target ? lun ?
     84  1.36.8.2  nathanw cd*		at scsibus? target ? lun ?
     85