RC3230 revision 1.17
11.1Swdk#
21.17Smanu# 	$NetBSD: RC3230,v 1.17 2004/09/04 23:29:50 manu Exp $
31.1Swdk#
41.1Swdkinclude		"arch/mipsco/conf/std.mipsco"
51.10Satatat
61.10Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
71.1Swdk
81.1Swdkmaxusers	16
91.1Swdk
101.1Swdkoptions 	MIPS1			# R2000/R3000 support
111.1Swdk
121.1Swdk# Standard system options
131.1Swdkoptions 	KTRACE			# system call tracing support
141.1Swdkoptions 	SYSVMSG			# System V message queues
151.1Swdkoptions 	SYSVSEM			# System V semaphores
161.1Swdkoptions 	SYSVSHM			# System V shared memory
171.1Swdk#options 	SHMMAXPGS=1024		# 1024 pages is the default
181.1Swdk#options 	LKM			# loadable kernel modules
191.1Swdk#options 	NTP			# network time protocol
201.7Slukemoptions 	HZ=25
211.12Slukemoptions 	USERCONF		# userconf(4) support
221.8Sjdolecek#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
231.16Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
241.1Swdk
251.1Swdk# Debugging options
261.4Swdk#options 	DDB			# kernel dynamic debugger
271.4Swdk#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
281.7Slukemoptions 	KGDB			#,DEBUG_KGDB
291.7Slukemoptions 	KGDB_DEV=0x0100		# KGDB port (this is serial0)
301.7Slukemoptions 	KGDB_DEVRATE=19200	# KGDB Baud Rate (default=19200)
311.4Swdkmakeoptions	DEBUG="-g"		# Build kernel with debug symbols
321.4Swdk
331.1Swdk#options 	DEBUG			# extra kernel debugging support
341.1Swdkoptions 	DIAGNOSTIC		# extra kernel sanity checking
351.1Swdkoptions 	SCSIVERBOSE		# Verbose SCSI errors
361.1Swdk
371.1Swdk# Compatibility options
381.1Swdkoptions 	COMPAT_43		# compatibility with 4.3BSD binaries
391.1Swdk#options 	COMPAT_10		# NetBSD 1.0 binary compatibility
401.1Swdk#options 	COMPAT_11		# NetBSD 1.1 binary compatibility
411.1Swdk#options 	COMPAT_12		# NetBSD 1.2 binary compatibility
421.1Swdkoptions 	COMPAT_13		# NetBSD 1.3 binary compatibility
431.1Swdkoptions 	COMPAT_14		# NetBSD 1.4 binary compatibility
441.15Ssimonboptions 	COMPAT_16		# NetBSD 1.6 binary compatibility
451.1Swdk#options 	EXEC_AOUT		# exec a.out binaries
461.1Swdk#options 	EXEC_ECOFF		# exec ecoff binaries
471.5Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
481.1Swdk
491.1Swdk# Filesystem options
501.1Swdkfile-system	FFS		# Berkeley Fast Filesystem
511.1Swdkfile-system	NFS		# Sun NFS-compatible filesystem client
521.1Swdkfile-system	KERNFS		# kernel data-structure filesystem
531.1Swdk#file-system	NULLFS		# NULL layered filesystem
541.1Swdk#file-system	MFS		# memory-based filesystem
551.1Swdk#file-system	FDESC		# user file descriptor filesystem
561.1Swdk#file-system	UMAPFS		# uid/gid remapping filesystem
571.1Swdk#file-system	LFS		# Log-based filesystem (still experimental)
581.1Swdk#file-system	PORTAL		# portal filesystem (still experimental)
591.1Swdkfile-system	PROCFS		# /proc
601.1Swdkfile-system	CD9660		# ISO 9660 + Rock Ridge file system
611.1Swdk#file-system	UNION		# union file system
621.1Swdk#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
631.1Swdk#
641.1Swdkoptions 	NFSSERVER	# Sun NFS-compatible filesystem server
651.1Swdkoptions 	QUOTA		# FFS quotas
661.1Swdk#options 	FFS_EI		# FFS Endian Independant support
671.1Swdk
681.1Swdk# Networking options
691.1Swdkoptions 	INET		# Internet protocols
701.2Swdkoptions 	INET6		# Internet protocols
711.2Swdkoptions 	IPSEC		# Internet protocols
721.2Swdkoptions 	IPSEC_ESP	# Internet protocols
731.1Swdk#options 	GATEWAY		# IP packet forwarding
741.1Swdk#options 	MROUTING	# packet forwarding of multicast packets
751.17Smanu#options 	PIM		# Protocol Independent Multicast
761.1Swdk#options 	NS		# Xerox NS networking
771.1Swdk#options 	NSIP		# Xerox NS tunneling over IP
781.1Swdk#options 	ISO,TPIP	# OSI networking
791.1Swdk#options 	EON		# OSI tunneling over IP
801.1Swdk#options 	CCITT,LLC,HDLC	# X.25
811.1Swdk#options 	NETATALK	# AppleTalk (over Ethernet) protocol
821.1Swdk#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
831.1Swdk#options 	PPP_DEFLATE	# Deflate compression support for PPP
841.1Swdk#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
851.1Swdk#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
861.1Swdk#options 	IPFILTER_LOG	# ipmon(8) log support
871.5Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
881.1Swdk
891.1Swdkconfig		netbsd	root on ? type ?
901.1Swdk
911.1Swdkmainbus0 at root
921.1Swdk
931.1Swdkcpu0	at mainbus0
941.1Swdkobio0	at mainbus0
951.4Swdk
961.4Swdk# Experimental ISA support
971.4Swdkisabus0	at mainbus0
981.4Swdkisa0	at isabus0
991.4Swdkcom0	at isa? port 0x3f8 irq 4	# Standard PC serial ports
1001.4Swdk#com1	at isa? port 0x2f8 irq 3
1011.4Swdk
1021.4Swdk# ISA network interfaces
1031.4Swdkec0	at isa? port 0x300 iomem 0xdc000 irq 9	# 3Com 3c503 Ethernet
1041.4Swdklc0	at isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
1051.4Swdkne0	at isa? port 0x280 irq 9		# NE[12]000 ethernet cards
1061.4Swdkwe0	at isa? port 0x280 iomem 0xd0000 irq 3 # flags 0x0002	# WD/SMC Ethernet
1071.4Swdk
1081.1Swdk
1091.1Swdkmkclock0 at obio0 addr 0xbd000000	# MK48T02 realtime clock
1101.1Swdk
1111.14Swizrambo0	at obio0 addr 0xbc000000	# RAMBO DMA & timer asic
1121.1Swdk
1131.1Swdkle0	at obio0 addr 0xba000000	# onboard LANCE ethernet
1141.1Swdk
1151.1Swdk# Not currently implemented
1161.1Swdk#kb0	at obio0 addr 0xbfd00000	# keyboard
1171.1Swdk#fb0	at obio0 addr 0x88000000	# framebuffer
1181.1Swdk
1191.1Swdkfd0	at obio0 addr 0xbe000000	# i82072 floppy disk controller
1201.1Swdk
1211.1Swdkzsc0	at obio0 addr 0xbb000000	# Base address for Z8530 SCC
1221.1Swdkzstty0	at zsc0 channel 0		# tty00
1231.1Swdkzstty1	at zsc0 channel 1		# tty01
1241.1Swdk
1251.1Swdkasc0	at obio0 addr 0xb8000000	# onboard NCR 53c94 SCSI controller
1261.1Swdk
1271.1Swdkscsibus0 at asc0
1281.1Swdk
1291.1Swdksd*	at scsibus? target ? lun ?	# SCSI disks
1301.1Swdkst*	at scsibus? target ? lun ?	# SCSI tapes
1311.1Swdkcd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
1321.1Swdkch*	at scsibus? target ? lun ?	# SCSI changer devices
1331.1Swdk
1341.1Swdkpseudo-device	loop			# loopback interface; required
1351.3Sjdolecekpseudo-device	pty			# pseudo-terminals
1361.1Swdk#pseudo-device	sl		2	# SLIP interfaces
1371.1Swdk#pseudo-device	ppp		2	# PPP interfaces
1381.1Swdkpseudo-device	tun		4	# Network "tunnel" device
1391.1Swdk#pseudo-device	gre		2	# generic L3 over IP tunnel
1401.1Swdkpseudo-device	bpfilter	16	# Berkeley Packet Filter
1411.2Swdkpseudo-device	vnd		4	# disk-like interface to files
1421.2Swdkpseudo-device	ccd		4	# concatenated and striped disks
1431.1Swdk#pseudo-device	raid		4	# RAIDframe disk driver
1441.1Swdk#pseudo-device	strip		1	# radio clock
1451.1Swdk#pseudo-device	ipfilter		# ip filter
1461.11Slukempseudo-device	clockctl		# user control of clock subsystem
1471.2Swdk
1481.2Swdkpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
1491.2Swdkpseudo-device	faith		1	# IPv[46] tcp relay translation i/f
150