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