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