Home | History | Annotate | Line # | Download | only in conf
VME167 revision 1.2
      1 #	$NetBSD: VME167,v 1.2 1999/02/14 17:54:27 scw Exp $
      2 
      3 include		"arch/mvme68k/conf/std.mvme68k"
      4 
      5 # Boards this kernel supports; need at least one
      6 options 	MVME167
      7 options 	FPSP
      8 
      9 maxusers	2
     10 
     11 options 	DIAGNOSTIC, DEBUG
     12 options 	DDB
     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 options 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
     46 
     47 
     48 #pseudo-device	sl
     49 #pseudo-device	ppp 2
     50 pseudo-device	loop
     51 #pseudo-device	bpfilter
     52 pseudo-device	pty
     53 pseudo-device	vnd 2
     54 
     55 mainbus0	at root
     56 
     57 pcctwo0		at mainbus0
     58 clock0		at pcctwo? ipl 5
     59 clmpcc0		at pcctwo? ipl 4
     60 ie0		at pcctwo? ipl 3
     61 #ncrsc0		at pcctwo? ipl 2
     62 lpt0		at pcctwo? ipl 1
     63 
     64 
     65 #scsibus*	at ncrsc?
     66 
     67 #sd*		at scsibus? target ? lun ?
     68 #st*		at scsibus? target ? lun ?
     69 #cd*		at scsibus? target ? lun ?
     70 #ch*		at scsibus? target ? lun ?
     71 #ss*		at scsibus? target ? lun ?	# SCSI scanners
     72 #uk*		at scsibus? target ? lun ?	# SCSI unknown
     73