Home | History | Annotate | Line # | Download | only in conf
VME162 revision 1.9
      1 #	$NetBSD: VME162,v 1.9 2001/07/27 18:40:27 scw Exp $
      2 
      3 include		"arch/mvme68k/conf/std.mvme68k"
      4 
      5 # Boards this kernel supports; need at least one
      6 options 	MVME162
      7 
      8 # Needed on m68040 boards to emulate some missing FP instructions
      9 options 	FPSP
     10 
     11 maxusers	8
     12 
     13 #options 	DDB
     14 #options 	DIAGNOSTIC, DEBUG
     15 
     16 #options 	SYSVSHM
     17 options 	KTRACE
     18 options 	COMPAT_43
     19 
     20 file-system 	FFS
     21 file-system 	NFS	
     22 file-system 	KERNFS
     23 file-system 	MFS
     24 file-system 	CD9660
     25 #file-system	MSDOSFS
     26 #file-system	UNION
     27 
     28 #options 	NFSSERVER
     29 #options 	FFS_EI		# FFS Endian Independant support
     30 
     31 # Networking options
     32 options 	INET
     33 #options        GATEWAY         # IP packet forwarding
     34 #options        ISO             # OSI networking
     35 #options        TPIP
     36 #options        EON
     37 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     38 
     39 options 	COMPAT_AOUT_M68K	# compatibility with NetBSD/m68k a.out
     40 #options 	COMPAT_14, COMPAT_13, COMPAT_12
     41 #options 	COMPAT_SUNOS
     42 #options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
     43 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     44 
     45 ## force NFS root and swap
     46 #config	netbsd		root on ? type nfs
     47 ## "generic" boot (put root on boot device)
     48 config netbsd		root on ? type ?
     49 
     50 options 	NFS_BOOT_DHCP		# Diskless client w/ dhcp
     51 options 	NFS_BOOT_BOOTP		# Diskless client w/ bootp
     52 options 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
     53 
     54 
     55 pseudo-device	sl
     56 pseudo-device	ppp 2
     57 pseudo-device	loop
     58 pseudo-device	bpfilter
     59 pseudo-device	pty
     60 pseudo-device	vnd 2
     61 pseudo-device	rnd
     62 
     63 mainbus0	at root
     64 
     65 pcctwo0		at mainbus0
     66 clock0		at pcctwo? ipl 5
     67 zsc*		at pcctwo? ipl 4
     68 ie0		at pcctwo? ipl 3
     69 osiop0		at pcctwo? ipl 2
     70 
     71 zstty*		at zsc? channel ?
     72 
     73 # VMEbus Support
     74 vmetwo0 	at mainbus0
     75 vme0 		at vmetwo0
     76 
     77 # Example VMEbus device
     78 #foo0 		at vme0 addr 0x10001000 am 0x0d irq 3 vect 0x80
     79 
     80 # Memory Controller Support (MCECC and MEMC040)
     81 memc*		at mainbus0
     82 
     83 # SCSI Bus Support
     84 scsibus*	at osiop?
     85 
     86 sd*		at scsibus? target ? lun ?
     87 st*		at scsibus? target ? lun ?
     88 cd*		at scsibus? target ? lun ?
     89