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