Home | History | Annotate | Line # | Download | only in conf
VME147 revision 1.9
      1 #	$NetBSD: VME147,v 1.9 1996/11/08 22:40:51 chuck 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 # obsolete timezone spec
     13 options		TIMEZONE=0, DST=0
     14 
     15 options		DIAGNOSTIC, DEBUG
     16 options		FFS
     17 options		NFSCLIENT
     18 #options	NFSSERVER
     19 #options 	SYSVSHM
     20 options 	KTRACE
     21 options 	COMPAT_43
     22 options 	FIFO
     23 #options 	MFS
     24 options		DEVPAGER, SWAPPAGER, VNODEPAGER
     25 #options	MSDOSFS
     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		EXEC_AOUT,EXEC_SCRIPT
     36 options		COMPAT_09, COMPAT_10
     37 options		COMPAT_SUNOS
     38 #options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
     39 
     40 ## force NFS root and swap
     41 #config	netbsd		root on nfs swap on nfs
     42 ## "generic" boot (put root on boot device)
     43 config netbsd		swap generic
     44 
     45 
     46 pseudo-device	sl
     47 pseudo-device	ppp 2
     48 pseudo-device	loop
     49 pseudo-device	bpfilter
     50 pseudo-device	pty
     51 pseudo-device	rd 2
     52 
     53 mainbus0	at root
     54 
     55 pcc0		at mainbus0
     56 
     57 zsc*		at pcc? ipl 4
     58 zstty*		at zsc? channel ?
     59 
     60 clock0		at pcc? ipl 5
     61 le0		at pcc? ipl 3
     62 wdsc0		at pcc? ipl 2
     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