GENERIC revision 1.111
11.111Stsutsui#	$NetBSD: GENERIC,v 1.111 2001/11/03 17:16:17 tsutsui Exp $
21.1Stsubai#
31.38Stsubai#	GENERIC -- everything that's currently supported
41.1Stsubai#
51.1Stsubai
61.11Sthorpejinclude		"arch/macppc/conf/std.macppc"
71.48Shubertf
81.111Stsutsui#ident 		"GENERIC-$Revision: 1.111 $"
91.1Stsubai
101.1Stsubaimaxusers	32
111.1Stsubai
121.1Stsubai# Standard system options
131.1Stsubai#options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
141.1Stsubai#options 	INSECURE	# disable kernel security levels
151.98Swiz
161.98Swizoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
171.1Stsubai#options 	NTP		# NTP phase/frequency locked loop
181.20Stsubaioptions 	KTRACE		# system call tracing via ktrace(1)
191.1Stsubai
201.1Stsubaioptions 	SYSVMSG		# System V message queues
211.1Stsubaioptions 	SYSVSEM		# System V semaphores
221.104Stsubai#options 	SEMMNI=10	# number of semaphore identifiers
231.104Stsubai#options 	SEMMNS=60	# number of semaphores in system
241.104Stsubai#options 	SEMUME=10	# max number of undo entries per process
251.104Stsubai#options 	SEMMNU=30	# number of undo structures in system
261.1Stsubaioptions 	SYSVSHM		# System V shared memory
271.1Stsubai#options 	SHMMAXPGS=1024	# 1024 pages is the default
281.1Stsubai
291.1Stsubaioptions 	LKM		# loadable kernel modules
301.1Stsubai
311.1Stsubai# Diagnostic/debugging support options
321.1Stsubaioptions 	DIAGNOSTIC	# cheap kernel consistency checks
331.1Stsubai#options 	DEBUG		# expensive debugging checks/support
341.1Stsubaioptions 	DDB		# in-kernel debugger
351.81Smycroftoptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
361.1Stsubaioptions 	TRAP_PANICWAIT
371.1Stsubai
381.1Stsubai#makeoptions	DEBUG="-g"	# compile full symbol table
391.1Stsubai
401.1Stsubai# Compatibility options
411.1Stsubaioptions 	COMPAT_09	# NetBSD 0.9,
421.1Stsubaioptions 	COMPAT_10	# NetBSD 1.0,
431.1Stsubaioptions 	COMPAT_11	# NetBSD 1.1,
441.1Stsubaioptions 	COMPAT_12	# NetBSD 1.2,
451.1Stsubaioptions 	COMPAT_13	# NetBSD 1.3,
461.31Saugustssoptions 	COMPAT_14	# NetBSD 1.4,
471.1Stsubaioptions 	COMPAT_43	# and 4.3BSD
481.1Stsubai#options 	COMPAT_386BSD_MBRPART # recognize old partition ID
491.110Smanu#options 	COMPAT_LINUX	# Linux binary compatibility
501.103Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
511.1Stsubai
521.1Stsubai# File systems
531.1Stsubaifile-system 	FFS		# UFS
541.1Stsubaifile-system 	EXT2FS		# second extended file system (linux)
551.1Stsubaifile-system 	LFS		# log-structured file system
561.1Stsubaifile-system 	MFS		# memory file system
571.1Stsubaifile-system 	NFS		# Network File System client
581.1Stsubaifile-system 	CD9660		# ISO 9660 + Rock Ridge file system
591.1Stsubaifile-system 	MSDOSFS		# MS-DOS file system
601.1Stsubaifile-system 	FDESC		# /dev/fd
611.1Stsubaifile-system 	KERNFS		# /kern
621.1Stsubaifile-system 	NULLFS		# loopback file system
631.47Swrstudenfile-system 	OVERLAY		# overlay file system
641.1Stsubaifile-system 	PORTAL		# portal filesystem (still experimental)
651.1Stsubaifile-system 	PROCFS		# /proc
661.1Stsubaifile-system 	UMAPFS		# NULLFS + uid and gid remapping
671.1Stsubaifile-system 	UNION		# union file system
681.1Stsubai
691.1Stsubai# File system options
701.1Stsubaioptions 	QUOTA		# UFS quotas
711.1Stsubai#options 	FFS_EI		# FFS Endian Independant support
721.104Stsubaioptions 	SOFTDEP		# FFS soft updates support.
731.1Stsubaioptions 	NFSSERVER	# Network File System server
741.1Stsubai#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
751.1Stsubai				# immutable) behave as system flags.
761.8Sthorpej
771.8Sthorpejoptions 	NFS_BOOT_DHCP	# Support DHCP NFS root
781.43Sitojun
791.1Stsubai# Networking options
801.1Stsubai#options 	GATEWAY		# packet forwarding
811.1Stsubaioptions 	INET		# IP + ICMP + TCP + UDP
821.43Sitojunoptions 	INET6		# IPV6
831.43Sitojun#options 	IPSEC		# IP security
841.43Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
851.43Sitojun#options 	IPSEC_DEBUG	# debug for IP security
861.1Stsubai#options 	MROUTING	# IP multicast routing
871.1Stsubai#options 	NS		# XNS
881.1Stsubai#options 	NSIP		# XNS tunneling over IP
891.1Stsubai#options 	ISO,TPIP	# OSI
901.1Stsubai#options 	EON		# OSI tunneling over IP
911.1Stsubai#options 	CCITT,LLC,HDLC	# X.25
921.1Stsubaioptions 	NETATALK	# AppleTalk networking protocols
931.30Schristosoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
941.30Schristosoptions 	PPP_DEFLATE	# Deflate compression support for PPP
951.30Schristosoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
961.30Schristosoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
971.30Schristosoptions 	IPFILTER_LOG	# ipmon(8) log support
981.103Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
991.1Stsubai
1001.1Stsubai# These options enable verbose messages for several subsystems.
1011.1Stsubai# Warning, these may compile large string tables into the kernel!
1021.1Stsubaioptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1031.64Saugustssoptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1041.58Scgd#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1051.1Stsubaioptions 	SCSIVERBOSE	# human readable SCSI error messages
1061.22Stsubaioptions 	USBVERBOSE	# verbose USB device autoconfig messages
1071.1Stsubai
1081.14Stsubai# wscons options
1091.14Stsubai#options 	WSEMUL_SUN		# sun terminal emulation
1101.14Stsubaioptions 	WSEMUL_VT100		# VT100 / VT220 emulation
1111.53Stsubaioptions 	FONT_GALLANT12x22
1121.14Stsubai
1131.1Stsubai# Kernel root file system and dump configuration.
1141.1Stsubaiconfig		netbsd	root on ? type ?
1151.1Stsubai
1161.1Stsubai#
1171.1Stsubai# Device configuration
1181.1Stsubai#
1191.1Stsubai
1201.26Stsubaimainbus* at root
1211.1Stsubai
1221.26Stsubaicpu*	at mainbus?
1231.51Stsubaibandit*	at mainbus?
1241.51Stsubaigrackle* at mainbus?
1251.54Stsubaiuninorth* at mainbus?
1261.51Stsubai
1271.51Stsubaipci*	at bandit? bus ?
1281.51Stsubaipci*	at grackle? bus ?
1291.54Stsubaipci*	at uninorth? bus ?
1301.26Stsubaipci*	at ppb? bus ?
1311.1Stsubai
1321.1Stsubaipchb*	at pci? dev ? function ?	# PCI-Host bridges
1331.25Stsubaippb*	at pci? dev ? function ?	# PCI-PCI bridges
1341.6Stsubai
1351.27Stsubaide*	at pci? dev ? function ?	# DEC 21x4x-based Ethernet
1361.37Smattfpa*	at pci? dev ? function ?	# DEC PCI FDDI (DEFPA) Controller
1371.26Stsubaiep*	at pci? dev ? function ?	# 3Com 3c59x
1381.66Stsutsuiepic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
1391.105Shubertfex*	at pci? dev ? function ?	# 3Com 90x[BC]
1401.65Stsutsuifxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
1411.106Seehlmc*	at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
1421.1Stsubaine*	at pci? dev ? function ?	# NE2000-compatible Ethernet
1431.63Stsubairtk*	at pci? dev ? function ?	# Realtek 8129/8139
1441.78Stsutsuisip*	at pci? dev ? function ?	# SiS 900/7016 Ethernet
1451.89Stsutsuitlp*	at pci? dev ? function ?	# DECchip 21x4x (and clones) Ethernet
1461.100Smattoptions 	TLP_MATCH_21040
1471.100Smattoptions 	TLP_MATCH_21041
1481.100Smattoptions 	TLP_MATCH_21140
1491.100Smattoptions 	TLP_MATCH_21142
1501.16Sdanteadv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
1511.107Sbriggsadw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
1521.26Stsubaiahc*	at pci? dev ? function ?	# Adaptec 294x, aic78x0 SCSI
1531.29Swrstudenbha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
1541.99Stsutsuiiha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
1551.86Smjacobisp*	at pci? dev ? function ?	# Qlogic ISP 10x0/2xx0 SCSI/Fibre Chan
1561.111Stsutsuipcscp*	at pci? dev ? function ?	# AMD Am53c974 PCscsi-PCI SCSI
1571.82Smattsiop*	at pci? dev ? function ?	# NCR 53c8xx SCSI
1581.111Stsutsuitrm*	at pci? dev ? function ?	# Tekram DC-395U/UW/F, DC-315/U SCSI
1591.26Stsubaiofb*	at pci? dev ? function ?	# Generic Open Firmware Framebuffer
1601.28Swrstudenpciide*	at pci? dev ? function ?
1611.52Stsubaicbb*	at pci? dev ? function ?	# PCI-CardBus bridge
1621.59Stsubaigm*	at pci? dev ? function ?	# gmac ethernet
1631.38Stsubaiobio0	at pci? dev ? function ?
1641.26Stsubai#macofcons0 at pci? dev ? function ?	# OpenFirmware console (for debugging)
1651.16Sdante
1661.104Stsubaibmtphy*	at mii? phy ?			# Broadcom BCM5201/BCM5202 PHYs
1671.50Stsubaiexphy*	at mii? phy ?			# 3Com internal PHYs
1681.50Stsubaiicsphy*	at mii? phy ?			# Integrated Circuit Systems ICS1890
1691.50Stsubaiinphy*	at mii? phy ?			# Intel 82555 PHYs
1701.50Stsubaiiophy*	at mii? phy ?			# Intel 82553 PHYs
1711.50Stsubailxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
1721.26Stsubainsphy*	at mii? phy ?			# NS83840 PHYs
1731.50Stsubainsphyter* at mii? phy ?			# NS83843 PHYs
1741.50Stsubaiqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
1751.50Stsubaisqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
1761.50Stsubaitlphy*	at mii? phy ?			# ThunderLAN PHYs
1771.50Stsubaitqphy*	at mii? phy ?			# TDK Semiconductor PHYs
1781.50Stsubaiukphy*	at mii? phy ?			# generic unknown PHYs
1791.67Swrstuden
1801.68Stsubai# PCI serial interfaces
1811.68Stsubaicy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
1821.67Swrstuden#cz*	at pci? dev ? function ?	# Cyclades-Z multi-port serial boards
1831.13Stsubai
1841.26Stsubaibm*	at obio?			# bmac ethernet
1851.26Stsubaimc*	at obio?			# MACE ethernet
1861.26Stsubaiesp*	at obio? flags 0x00ff		# 53c9x SCSI
1871.26Stsubaimesh*	at obio? flags 0xffff		# MESH SCSI
1881.26Stsubainvram*	at obio?			# nvram
1891.26Stsubaiadb*	at obio?			# Apple Desktop Bus
1901.13Stsubaiaed*	at adb?				# ADB Event Device
1911.13Stsubaiakbd*	at adb?				# ADB keyboard
1921.13Stsubaiams*	at adb?				# ADB mouse
1931.52Stsubaiabtn*	at adb?
1941.26Stsubaizsc*	at obio?
1951.26Stsubaizstty*	at zsc? channel ?
1961.33Stsubaimediabay* at obio?
1971.33Stsubaiwdc*	at mediabay? flags 0
1981.79Smycroftawacs*	at obio?			# Apple audio device
1991.97Stsubaiwi*	at obio?			# AirMac
2001.38Stsubai
2011.38Stsubaicardslot* at cbb?
2021.38Stsubaicardbus* at cardslot?
2031.38Stsubaipcmcia*	at cardslot?
2041.38Stsubai
2051.39Stsubaicom*	at pcmcia? function ?		# Modems and serial cards
2061.38Stsubaiwdc*	at pcmcia? function ?		# PCMCIA IDE controllers
2071.38Stsubaiep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
2081.38Stsubaimbe*	at pcmcia? function ?		# MB8696x based Ethernet
2091.38Stsubaine*	at pcmcia? function ?		# NE2000-compatible Ethernet
2101.93Stsubaiawi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
2111.97Stsubaiwi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
2121.52Stsubaiex*	at cardbus? dev ? function ?	# 3Com 3C575TX
2131.52Stsubaitlp*	at cardbus? dev ? function ?	# DECchip 21143
2141.62Shayartk*	at cardbus? dev ? function ?	# Realtek 8129/8139
2151.13Stsubai
2161.26Stsubaiwsdisplay0 at ofb? console ?
2171.21Stsubaiwskbd0	at akbd? console ?
2181.41Smycroftwsmouse0 at ams?
2191.14Stsubai
2201.26Stsubaiscsibus* at adv?
2211.26Stsubaiscsibus* at ahc?
2221.29Swrstudenscsibus* at bha?
2231.99Stsutsuiscsibus* at iha?
2241.86Smjacobscsibus* at isp?
2251.26Stsubaiscsibus* at esp?
2261.26Stsubaiscsibus* at mesh?
2271.26Stsubaiscsibus* at pcscp?
2281.82Smattscsibus* at siop?
2291.111Stsutsuiscsibus* at trm?
2301.1Stsubai
2311.1Stsubaisd*	at scsibus? target ? lun ?	# SCSI disks
2321.1Stsubaist*	at scsibus? target ? lun ?	# SCSI tape drives
2331.1Stsubaicd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
2341.1Stsubaich*	at scsibus? target ? lun ?	# SCSI autochangers
2351.1Stsubaiss*	at scsibus? target ? lun ?	# SCSI scanners
2361.1Stsubaiuk*	at scsibus? target ? lun ?	# SCSI unknown
2371.20Stsubai
2381.69Stsubaiwdc*	at obio? flags 0x1
2391.28Swrstudenwd*	at pciide? channel ? drive ?
2401.20Stsubaiwd*	at wdc? channel ? drive ? flags 0x0000
2411.20Stsubai
2421.88Stsutsuiatapibus* at pciide? channel ?
2431.20Stsubaiatapibus* at wdc? channel ?
2441.20Stsubai
2451.20Stsubaicd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
2461.20Stsubaisd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
2471.20Stsubaiuk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
2481.22Stsubai
2491.22Stsubai# PCI USB controllers
2501.93Stsubaiohci*	at pci? dev ? function ?			# Open Host Controller
2511.22Stsubai
2521.93Stsubaiusb*	at ohci?					# USB bus support
2531.93Stsubaiuhub*	at usb?						# USB Hubs
2541.22Stsubaiuhub*	at uhub? port ? configuration ? interface ?
2551.22Stsubai
2561.93Stsubaiums*	at uhub? port ? configuration ? interface ?	# USB Mice
2571.41Smycroftwsmouse* at ums?
2581.22Stsubai
2591.93Stsubaiukbd*	at uhub? port ? configuration ? interface ?	# USB Keyboards
2601.41Smycroftwskbd*	at ukbd? console ?
2611.22Stsubai
2621.93Stsubaiuhid*	at uhub? port ? configuration ? interface ?	# USB Generic HID
2631.93Stsubaiulpt*	at uhub? port ? configuration ? interface ?	# USB Printer
2641.34Saugustss
2651.93Stsubaiumodem*	at uhub? port ? configuration ?			# USB Modem
2661.49Saugustssucom*	at umodem?
2671.35Sthorpej
2681.93Stsubaiumass*	at uhub? port ? configuration ? interface ?	# USB Mass Storage
2691.60Saugustssatapibus* at umass? channel ?
2701.35Sthorpejscsibus* at umass? channel ?
2711.36Saugustss
2721.93Stsubaiuaudio*	at uhub? port ? configuration ?			# USB audio
2731.46Saugustss
2741.46Saugustss# USB Ethernet adapters
2751.46Saugustssaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
2761.46Saugustsscue*	at uhub? port ?		# CATC USB-EL1201A based adapters
2771.46Saugustsskue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
2781.83Saugustss
2791.93Stsubaiuscanner* at uhub? port ?				# USB scanners
2801.93Stsubaiuyap* at uhub? port ?					# Y@P firmware loader
2811.93Stsubaiugen*	at uhub? port ? configuration ? interface ?	# USB Generic driver
2821.73Swrstuden
2831.84Smatt# PCI IEEE1394 controllers
2841.84Smattfwohci*	at pci? dev ? function ?	# IEEE1394 Open Host Controller
2851.85Skei#fwlynx* at pci? dev ? function ?	# IEEE1394 TI Lynx Controller
2861.84Smattfw*	at fwbus?			# IP over 1394
2871.84Smatt
2881.84Smatt# IEEE1394 nodes
2891.84Smatt#fwnode* at fwbus? oui ? devhi ? devlo ?
2901.84Smatt#scsibus* at fwnode?
2911.84Smatt
2921.73Swrstuden# Audio Devices
2931.73Swrstuden
2941.73Swrstuden# PCI audio devices
2951.73Swrstuden#clcs*	at pci? dev ? function ?	# Cirrus Logic CS4280
2961.73Swrstuden#cmpci*	at pci? dev ? function ?	# C-Media CMI8338/8738
2971.73Swrstudeneap*	at pci? dev ? function ?	# Ensoniq AudioPCI
2981.73Swrstuden#eso*	at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
2991.73Swrstuden#fms*	at pci? dev ? function ?	# Forte Media FM801
3001.73Swrstuden#sv*	at pci? dev ? function ?	# S3 SonicVibes
3011.73Swrstuden
3021.73Swrstuden# OPL[23] FM synthesizers
3031.73Swrstuden#opl*	at eso?
3041.73Swrstuden#opl*	at fms?
3051.73Swrstuden
3061.73Swrstuden# Audio support
3071.80Smycroftaudio* at awacs?
3081.73Swrstuden#audio*	at clcs?
3091.73Swrstuden#audio*	at cmpci?
3101.73Swrstudenaudio*	at eap?
3111.73Swrstuden#audio*	at eso?
3121.73Swrstuden#audio*	at fms?
3131.73Swrstuden#audio*	at sv?
3141.73Swrstudenaudio*	at uaudio?
3151.73Swrstuden
3161.73Swrstuden# MPU 401 UARTs
3171.73Swrstuden#mpu*	at eso?
3181.73Swrstuden#mpu*	at fms?
3191.73Swrstuden
3201.73Swrstuden# MIDI support
3211.73Swrstudenmidi*	at eap?			# 137[01] MIDI port
3221.73Swrstuden#midi*	at mpu?			# MPU 401
3231.1Stsubai
3241.1Stsubaipseudo-device	vnd		4	# disk-like interface to files
3251.1Stsubaipseudo-device	ccd		4	# concatenated/striped disk devices
3261.18Stsubai#pseudo-device	raid		4	# RAIDframe disk driver
3271.57Ssimonb#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
3281.4Stsubaipseudo-device	md		1	# memory disk device
3291.1Stsubaipseudo-device	loop			# network loopback
3301.1Stsubaipseudo-device	bpfilter	8	# packet filter
3311.1Stsubaipseudo-device	ipfilter		# IP filter (firewall) and NAT
3321.1Stsubaipseudo-device	ppp		2	# Point-to-Point Protocol
3331.1Stsubaipseudo-device	sl		2	# Serial Line IP
3341.1Stsubaipseudo-device	tun		4	# network tunneling over tty
3351.19Shwr#pseudo-device	gre		2	# generic L3 over IP tunnel
3361.43Sitojunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
3371.43Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
3381.61Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
3391.87Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
3401.109Satatat#pseudo-device	bridge			# simple inter-network bridging
3411.77Sjdolecekpseudo-device	pty			# pseudo-terminals
3421.75Stsubaipseudo-device	rnd			# /dev/random and in-kernel generator
3431.85Skeipseudo-device	openfirm		# /dev/openfirm
344