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