Home | History | Annotate | Line # | Download | only in conf
VME147 revision 1.20
      1 #	$NetBSD: VME147,v 1.20 1997/12/17 21:20:06 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	2
      9 
     10 options 	DIAGNOSTIC, DEBUG
     11 
     12 #options 	SYSVSHM
     13 options 	KTRACE
     14 options 	COMPAT_43
     15 
     16 file-system 	FFS
     17 file-system 	NFS	
     18 file-system 	KERNFS
     19 #file-system 	MFS
     20 #file-system	MSDOSFS
     21 #file-system	UNION
     22 
     23 #options 	NFSSERVER
     24 options 	FIFO
     25 
     26 # Networking options
     27 options 	INET
     28 options 	TCP_COMPAT_42   # compatibility with 4.2BSD TCP/IP
     29 #options        GATEWAY         # IP packet forwarding
     30 #options        ISO             # OSI networking
     31 #options        TPIP
     32 #options        EON
     33 
     34 options 	COMPAT_09, COMPAT_10, COMPAT_11, COMPAT_12, COMPAT_13
     35 options 	COMPAT_SUNOS
     36 #options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
     37 
     38 ## force NFS root and swap
     39 #config	netbsd		root on ? type nfs
     40 ## "generic" boot (put root on boot device)
     41 config netbsd		root on ? type ?
     42 
     43 
     44 pseudo-device	sl
     45 pseudo-device	ppp 2
     46 pseudo-device	loop
     47 pseudo-device	bpfilter
     48 pseudo-device	pty
     49 pseudo-device	md 2
     50 
     51 mainbus0	at root
     52 
     53 pcc0		at mainbus0
     54 
     55 zsc*		at pcc? ipl 4
     56 zstty*		at zsc? channel ?
     57 
     58 clock0		at pcc? ipl 5
     59 le0		at pcc? ipl 3
     60 wdsc0		at pcc? ipl 2
     61 lpt0		at pcc? ipl 1
     62 vmechip0	at pcc?
     63 
     64 vmes0		at vmechip?
     65 vmel0		at vmechip?
     66 
     67 # example only - A24D16 device
     68 #foo0		at vmes0 atype 24 addr 0x0ef00 ipl 3 vec 0x60
     69 
     70 scsibus*	at wdsc?
     71 
     72 sd*		at scsibus? target ? lun ?
     73 st*		at scsibus? target ? lun ?
     74 cd*		at scsibus? target ? lun ?
     75 ch*		at scsibus? target ? lun ?
     76 ss*		at scsibus? target ? lun ?	# SCSI scanners
     77 uk*		at scsibus? target ? lun ?	# SCSI unknown
     78