Home | History | Annotate | Line # | Download | only in conf
VME177 revision 1.16
      1 #	$NetBSD: VME177,v 1.16 2003/09/22 14:11:23 cl 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 	MVME177
      9 
     10 options 	M060SP
     11 
     12 maxusers	8
     13 
     14 #options 	DDB
     15 #options 	DIAGNOSTIC, DEBUG
     16 
     17 #options 	SYSVSHM
     18 options 	KTRACE
     19 options 	COMPAT_43
     20 options 	USERCONF	# userconf(4) support
     21 #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     22 
     23 file-system 	FFS
     24 file-system 	NFS
     25 file-system 	KERNFS
     26 file-system 	MFS
     27 file-system 	CD9660
     28 #file-system	MSDOSFS
     29 #file-system	UNION
     30 
     31 #options 	NFSSERVER
     32 #options 	FFS_EI		# FFS Endian Independant support
     33 
     34 # Networking options
     35 options 	INET
     36 #options 	GATEWAY		# IP packet forwarding
     37 #options 	ISO		# OSI networking
     38 #options 	TPIP
     39 #options 	EON
     40 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     41 
     42 options 	COMPAT_AOUT_M68K	# compatibility with NetBSD/m68k a.out
     43 #options 	COMPAT_16, COMPAT_15
     44 #options 	COMPAT_14, COMPAT_13, COMPAT_12
     45 #options 	COMPAT_SUNOS
     46 #options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
     47 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     48 
     49 ## force NFS root and swap
     50 #config	netbsd		root on ? type nfs
     51 ## "generic" boot (put root on boot device)
     52 config netbsd		root on ? type ?
     53 
     54 options 	NFS_BOOT_DHCP		# Diskless client w/ dhcp
     55 options 	NFS_BOOT_BOOTP		# Diskless client w/ bootp
     56 options 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
     57 
     58 
     59 pseudo-device	sl
     60 pseudo-device	ppp 2
     61 pseudo-device	loop
     62 pseudo-device	bpfilter
     63 pseudo-device	pty
     64 pseudo-device	rnd
     65 pseudo-device	clockctl		# user control of clock subsystem
     66 
     67 mainbus0	at root
     68 
     69 pcctwo0		at mainbus0
     70 clock0		at pcctwo? ipl 5
     71 clmpcc0		at pcctwo? ipl 4
     72 ie0		at pcctwo? ipl 3
     73 osiop0		at pcctwo? ipl 2
     74 lpt0		at pcctwo? ipl 1
     75 
     76 # VMEbus Support
     77 vmetwo0 	at mainbus0
     78 vme0 		at vmetwo0
     79 
     80 # Example VMEbus device
     81 #foo0 		at vme0 addr 0x10001000 am 0x0d irq 3 vect 0x80
     82 
     83 # Memory Controller Support (MCECC and MEMC040)
     84 memc*		at mainbus0
     85 
     86 # SCSI Bus Support
     87 scsibus*	at osiop?
     88 
     89 sd*		at scsibus? target ? lun ?
     90 st*		at scsibus? target ? lun ?
     91 cd*		at scsibus? target ? lun ?
     92