Home | History | Annotate | Line # | Download | only in conf
VME167 revision 1.1.2.1
      1 #	$NetBSD: VME167,v 1.1.2.1 1999/01/30 21:58:41 scw Exp $
      2 
      3 include		"arch/mvme68k/conf/std.mvme68k"
      4 
      5 # Boards this kernel supports; need at lest the correct one
      6 options 	MVME167
      7 
      8 maxusers	2
      9 
     10 options 	DDB
     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 	KERNFS
     21 #file-system 	MFS
     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_13
     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 ? type nfs
     42 ## "generic" boot (put root on boot device)
     43 config netbsd		root on ? type ?
     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	vnd 2
     52 
     53 mainbus0	at root
     54 
     55 pcctwo0		at mainbus0
     56 clock0		at pcctwo? ipl 5
     57 ie0		at pcctwo? ipl 3
     58 #ncrsc0		at pcctwo? ipl 2
     59 lpt0		at pcctwo? ipl 1
     60 
     61 
     62 #scsibus*	at ncrsc?
     63 
     64 #sd*		at scsibus? target ? lun ?
     65 #st*		at scsibus? target ? lun ?
     66 #cd*		at scsibus? target ? lun ?
     67 #ch*		at scsibus? target ? lun ?
     68 #ss*		at scsibus? target ? lun ?	# SCSI scanners
     69 #uk*		at scsibus? target ? lun ?	# SCSI unknown
     70