Home | History | Annotate | Line # | Download | only in conf
VME147 revision 1.35
      1 #	$NetBSD: VME147,v 1.35 2001/06/10 14:40:47 scw 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 
     17 file-system 	FFS
     18 file-system 	NFS	
     19 file-system 	KERNFS
     20 file-system 	MFS
     21 file-system 	CD9660
     22 #file-system	MSDOSFS
     23 #file-system	UNION
     24 
     25 #options 	NFSSERVER
     26 #options 	FFS_EI		# FFS Endian Independant support
     27 
     28 # Networking options
     29 options 	INET
     30 #options 	TCP_COMPAT_42   # compatibility with 4.2BSD TCP/IP
     31 #options        GATEWAY         # IP packet forwarding
     32 #options        ISO             # OSI networking
     33 #options        TPIP
     34 #options        EON
     35 
     36 options 	COMPAT_AOUT_M68K	# compatibility with NetBSD/m68k a.out
     37 options 	COMPAT_09, COMPAT_10, COMPAT_11
     38 options 	COMPAT_12, COMPAT_13, COMPAT_14, COMPAT_15
     39 #options 	COMPAT_SUNOS
     40 #options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
     41 #options 	COMPAT_LINUX	# compatibility with Linux/m68k binaries
     42 
     43 ## force NFS root and swap
     44 #config	netbsd		root on ? type nfs
     45 ## "generic" boot (put root on boot device)
     46 config netbsd		root on ? type ?
     47 
     48 options 	NFS_BOOT_DHCP		# Diskless client w/ dhcp
     49 options 	NFS_BOOT_BOOTP		# Diskless client w/ bootp
     50 options 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
     51 
     52 
     53 pseudo-device	sl
     54 pseudo-device	ppp 2
     55 pseudo-device	loop
     56 pseudo-device	bpfilter
     57 pseudo-device	pty
     58 pseudo-device	vnd 2
     59 pseudo-device	rnd
     60 
     61 mainbus0	at root
     62 
     63 pcc0		at mainbus0
     64 
     65 clock0		at pcc? ipl 5
     66 zsc*		at pcc? ipl 4
     67 le0		at pcc? ipl 3
     68 wdsc0		at pcc? ipl 2
     69 lpt0		at pcc? ipl 1
     70 
     71 zstty*		at zsc? channel ?
     72 
     73 vmepcc0 	at pcc?
     74 vme0 		at vmepcc0
     75 
     76 # Example VMEbus device
     77 #foo0 		at vme0 addr 0x10001000 am 0x0d irq 2 vect 0x80
     78 
     79 scsibus*	at wdsc?
     80 sd*		at scsibus? target ? lun ?
     81 st*		at scsibus? target ? lun ?
     82 cd*		at scsibus? target ? lun ?
     83