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