RC3230 revision 1.39
11.1Swdk#
21.39Sbouyer# 	$NetBSD: RC3230,v 1.39 2011/03/06 17:08:27 bouyer 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 	NTP			# network time protocol
181.7Slukemoptions 	HZ=25
191.12Slukemoptions 	USERCONF		# userconf(4) support
201.8Sjdolecek#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
211.16Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
221.1Swdk
231.1Swdk# Debugging options
241.4Swdk#options 	DDB			# kernel dynamic debugger
251.4Swdk#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
261.7Slukemoptions 	KGDB			#,DEBUG_KGDB
271.7Slukemoptions 	KGDB_DEV=0x0100		# KGDB port (this is serial0)
281.7Slukemoptions 	KGDB_DEVRATE=19200	# KGDB Baud Rate (default=19200)
291.4Swdkmakeoptions	DEBUG="-g"		# Build kernel with debug symbols
301.4Swdk
311.1Swdk#options 	DEBUG			# extra kernel debugging support
321.1Swdkoptions 	DIAGNOSTIC		# extra kernel sanity checking
331.1Swdkoptions 	SCSIVERBOSE		# Verbose SCSI errors
341.1Swdk
351.1Swdk# Compatibility options
361.1Swdkoptions 	COMPAT_43		# compatibility with 4.3BSD binaries
371.1Swdk#options 	COMPAT_10		# NetBSD 1.0 binary compatibility
381.1Swdk#options 	COMPAT_11		# NetBSD 1.1 binary compatibility
391.1Swdk#options 	COMPAT_12		# NetBSD 1.2 binary compatibility
401.1Swdkoptions 	COMPAT_13		# NetBSD 1.3 binary compatibility
411.1Swdkoptions 	COMPAT_14		# NetBSD 1.4 binary compatibility
421.33Smanuoptions 	COMPAT_15		# NetBSD 1.5 binary compatibility
431.15Ssimonboptions 	COMPAT_16		# NetBSD 1.6 binary compatibility
441.22Ssimonboptions 	COMPAT_20		# NetBSD 2.0 binary compatibility
451.26Schristosoptions 	COMPAT_30		# NetBSD 3.0 compatibility.
461.34Stsutsuioptions 	COMPAT_40		# NetBSD 4.0 compatibility.
471.1Swdk#options 	EXEC_AOUT		# exec a.out binaries
481.1Swdk#options 	EXEC_ECOFF		# exec ecoff binaries
491.5Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
501.18Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
511.1Swdk
521.1Swdk# Filesystem options
531.1Swdkfile-system	FFS		# Berkeley Fast Filesystem
541.1Swdkfile-system	NFS		# Sun NFS-compatible filesystem client
551.1Swdkfile-system	KERNFS		# kernel data-structure filesystem
561.1Swdk#file-system	NULLFS		# NULL layered filesystem
571.1Swdk#file-system	MFS		# memory-based filesystem
581.1Swdk#file-system	FDESC		# user file descriptor filesystem
591.1Swdk#file-system	UMAPFS		# uid/gid remapping filesystem
601.1Swdk#file-system	LFS		# Log-based filesystem (still experimental)
611.1Swdkfile-system	PROCFS		# /proc
621.1Swdkfile-system	CD9660		# ISO 9660 + Rock Ridge file system
631.1Swdk#file-system	UNION		# union file system
641.1Swdk#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
651.27Schristosfile-system	PTYFS		# /dev/pts/N support
661.1Swdk#
671.1Swdkoptions 	NFSSERVER	# Sun NFS-compatible filesystem server
681.39Sbouyeroptions 	QUOTA		# legacy UFS quotas
691.39Sbouyeroptions 	QUOTA2		# new, in-filesystem UFS quotas
701.1Swdk#options 	FFS_EI		# FFS Endian Independant support
711.28Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
721.1Swdk
731.1Swdk# Networking options
741.1Swdkoptions 	INET		# Internet protocols
751.2Swdkoptions 	INET6		# Internet protocols
761.2Swdkoptions 	IPSEC		# Internet protocols
771.2Swdkoptions 	IPSEC_ESP	# Internet protocols
781.23Stronoptions 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
791.1Swdk#options 	GATEWAY		# IP packet forwarding
801.1Swdk#options 	MROUTING	# packet forwarding of multicast packets
811.17Smanu#options 	PIM		# Protocol Independent Multicast
821.1Swdk#options 	ISO,TPIP	# OSI networking
831.1Swdk#options 	EON		# OSI tunneling over IP
841.1Swdk#options 	NETATALK	# AppleTalk (over Ethernet) protocol
851.1Swdk#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
861.1Swdk#options 	PPP_DEFLATE	# Deflate compression support for PPP
871.1Swdk#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
881.1Swdk#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
891.1Swdk#options 	IPFILTER_LOG	# ipmon(8) log support
901.32Schristos#options 	IPFILTER_LOOKUP	# ippool(8) support
911.5Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
921.1Swdk
931.1Swdkconfig		netbsd	root on ? type ?
941.1Swdk
951.1Swdkmainbus0 at root
961.1Swdk
971.1Swdkcpu0	at mainbus0
981.1Swdkobio0	at mainbus0
991.4Swdk
1001.4Swdk# Experimental ISA support
1011.4Swdkisabus0	at mainbus0
1021.4Swdkisa0	at isabus0
1031.4Swdkcom0	at isa? port 0x3f8 irq 4	# Standard PC serial ports
1041.4Swdk#com1	at isa? port 0x2f8 irq 3
1051.4Swdk
1061.4Swdk# ISA network interfaces
1071.4Swdkec0	at isa? port 0x300 iomem 0xdc000 irq 9	# 3Com 3c503 Ethernet
1081.4Swdklc0	at isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
1091.4Swdkne0	at isa? port 0x280 irq 9		# NE[12]000 ethernet cards
1101.4Swdkwe0	at isa? port 0x280 iomem 0xd0000 irq 3 # flags 0x0002	# WD/SMC Ethernet
1111.4Swdk
1121.1Swdk
1131.1Swdkmkclock0 at obio0 addr 0xbd000000	# MK48T02 realtime clock
1141.1Swdk
1151.14Swizrambo0	at obio0 addr 0xbc000000	# RAMBO DMA & timer asic
1161.1Swdk
1171.1Swdkle0	at obio0 addr 0xba000000	# onboard LANCE ethernet
1181.1Swdk
1191.1Swdk# Not currently implemented
1201.1Swdk#kb0	at obio0 addr 0xbfd00000	# keyboard
1211.1Swdk#fb0	at obio0 addr 0x88000000	# framebuffer
1221.1Swdk
1231.1Swdkfd0	at obio0 addr 0xbe000000	# i82072 floppy disk controller
1241.1Swdk
1251.1Swdkzsc0	at obio0 addr 0xbb000000	# Base address for Z8530 SCC
1261.1Swdkzstty0	at zsc0 channel 0		# tty00
1271.1Swdkzstty1	at zsc0 channel 1		# tty01
1281.1Swdk
1291.1Swdkasc0	at obio0 addr 0xb8000000	# onboard NCR 53c94 SCSI controller
1301.1Swdk
1311.1Swdkscsibus0 at asc0
1321.1Swdk
1331.1Swdksd*	at scsibus? target ? lun ?	# SCSI disks
1341.1Swdkst*	at scsibus? target ? lun ?	# SCSI tapes
1351.1Swdkcd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
1361.1Swdkch*	at scsibus? target ? lun ?	# SCSI changer devices
1371.1Swdk
1381.1Swdkpseudo-device	loop			# loopback interface; required
1391.3Sjdolecekpseudo-device	pty			# pseudo-terminals
1401.30Scube#pseudo-device	sl			# SLIP interfaces
1411.30Scube#pseudo-device	ppp			# PPP interfaces
1421.30Scubepseudo-device	tun			# Network "tunnel" device
1431.30Scube#pseudo-device	gre			# generic L3 over IP tunnel
1441.29Srpaulopseudo-device	bpfilter		# Berkeley Packet Filter
1451.30Scubepseudo-device	vnd			# disk-like interface to files
1461.2Swdkpseudo-device	ccd		4	# concatenated and striped disks
1471.1Swdk#pseudo-device	raid		4	# RAIDframe disk driver
1481.38Spooka#pseudo-device	fss			# file system snapshot device
1491.30Scube#pseudo-device	strip			# radio clock
1501.1Swdk#pseudo-device	ipfilter		# ip filter
1511.11Slukempseudo-device	clockctl		# user control of clock subsystem
1521.2Swdk
1531.30Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
1541.30Scubepseudo-device	faith			# IPv[46] tcp relay translation i/f
1551.31Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
156