GENERIC revision 1.106
11.106Seeh#	$NetBSD: GENERIC,v 1.106 2001/08/27 18:52:09 eeh 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.106Seeh#ident 		"GENERIC-$Revision: 1.106 $"
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.96Smanu#options 	COMPAT_LINUX	# Linux binary compatibility (experimental)
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.26Stsubaiahc*	at pci? dev ? function ?	# Adaptec 294x, aic78x0 SCSI
1521.29Swrstudenbha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
1531.99Stsutsuiiha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
1541.86Smjacobisp*	at pci? dev ? function ?	# Qlogic ISP 10x0/2xx0 SCSI/Fibre Chan
1551.82Smattsiop*	at pci? dev ? function ?	# NCR 53c8xx SCSI
1561.23Sthorpejpcscp*	at pci? dev ? function ?	# AMD Am53c974 PCscsi-PCI SCSI
1571.26Stsubaiofb*	at pci? dev ? function ?	# Generic Open Firmware Framebuffer
1581.28Swrstudenpciide*	at pci? dev ? function ?
1591.52Stsubaicbb*	at pci? dev ? function ?	# PCI-CardBus bridge
1601.59Stsubaigm*	at pci? dev ? function ?	# gmac ethernet
1611.38Stsubaiobio0	at pci? dev ? function ?
1621.26Stsubai#macofcons0 at pci? dev ? function ?	# OpenFirmware console (for debugging)
1631.16Sdante
1641.104Stsubaibmtphy*	at mii? phy ?			# Broadcom BCM5201/BCM5202 PHYs
1651.50Stsubaiexphy*	at mii? phy ?			# 3Com internal PHYs
1661.50Stsubaiicsphy*	at mii? phy ?			# Integrated Circuit Systems ICS1890
1671.50Stsubaiinphy*	at mii? phy ?			# Intel 82555 PHYs
1681.50Stsubaiiophy*	at mii? phy ?			# Intel 82553 PHYs
1691.50Stsubailxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
1701.26Stsubainsphy*	at mii? phy ?			# NS83840 PHYs
1711.50Stsubainsphyter* at mii? phy ?			# NS83843 PHYs
1721.50Stsubaiqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
1731.50Stsubaisqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
1741.50Stsubaitlphy*	at mii? phy ?			# ThunderLAN PHYs
1751.50Stsubaitqphy*	at mii? phy ?			# TDK Semiconductor PHYs
1761.50Stsubaiukphy*	at mii? phy ?			# generic unknown PHYs
1771.67Swrstuden
1781.68Stsubai# PCI serial interfaces
1791.68Stsubaicy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
1801.67Swrstuden#cz*	at pci? dev ? function ?	# Cyclades-Z multi-port serial boards
1811.13Stsubai
1821.26Stsubaibm*	at obio?			# bmac ethernet
1831.26Stsubaimc*	at obio?			# MACE ethernet
1841.26Stsubaiesp*	at obio? flags 0x00ff		# 53c9x SCSI
1851.26Stsubaimesh*	at obio? flags 0xffff		# MESH SCSI
1861.26Stsubainvram*	at obio?			# nvram
1871.26Stsubaiadb*	at obio?			# Apple Desktop Bus
1881.13Stsubaiaed*	at adb?				# ADB Event Device
1891.13Stsubaiakbd*	at adb?				# ADB keyboard
1901.13Stsubaiams*	at adb?				# ADB mouse
1911.52Stsubaiabtn*	at adb?
1921.26Stsubaizsc*	at obio?
1931.26Stsubaizstty*	at zsc? channel ?
1941.33Stsubaimediabay* at obio?
1951.33Stsubaiwdc*	at mediabay? flags 0
1961.79Smycroftawacs*	at obio?			# Apple audio device
1971.97Stsubaiwi*	at obio?			# AirMac
1981.38Stsubai
1991.38Stsubaicardslot* at cbb?
2001.38Stsubaicardbus* at cardslot?
2011.38Stsubaipcmcia*	at cardslot?
2021.38Stsubai
2031.39Stsubaicom*	at pcmcia? function ?		# Modems and serial cards
2041.38Stsubaiwdc*	at pcmcia? function ?		# PCMCIA IDE controllers
2051.38Stsubaiep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
2061.38Stsubaimbe*	at pcmcia? function ?		# MB8696x based Ethernet
2071.38Stsubaine*	at pcmcia? function ?		# NE2000-compatible Ethernet
2081.93Stsubaiawi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
2091.97Stsubaiwi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
2101.52Stsubaiex*	at cardbus? dev ? function ?	# 3Com 3C575TX
2111.52Stsubaitlp*	at cardbus? dev ? function ?	# DECchip 21143
2121.62Shayartk*	at cardbus? dev ? function ?	# Realtek 8129/8139
2131.13Stsubai
2141.26Stsubaiwsdisplay0 at ofb? console ?
2151.21Stsubaiwskbd0	at akbd? console ?
2161.41Smycroftwsmouse0 at ams?
2171.14Stsubai
2181.26Stsubaiscsibus* at adv?
2191.26Stsubaiscsibus* at ahc?
2201.29Swrstudenscsibus* at bha?
2211.99Stsutsuiscsibus* at iha?
2221.86Smjacobscsibus* at isp?
2231.26Stsubaiscsibus* at esp?
2241.26Stsubaiscsibus* at mesh?
2251.26Stsubaiscsibus* at pcscp?
2261.82Smattscsibus* at siop?
2271.1Stsubai
2281.1Stsubaisd*	at scsibus? target ? lun ?	# SCSI disks
2291.1Stsubaist*	at scsibus? target ? lun ?	# SCSI tape drives
2301.1Stsubaicd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
2311.1Stsubaich*	at scsibus? target ? lun ?	# SCSI autochangers
2321.1Stsubaiss*	at scsibus? target ? lun ?	# SCSI scanners
2331.1Stsubaiuk*	at scsibus? target ? lun ?	# SCSI unknown
2341.20Stsubai
2351.69Stsubaiwdc*	at obio? flags 0x1
2361.28Swrstudenwd*	at pciide? channel ? drive ?
2371.20Stsubaiwd*	at wdc? channel ? drive ? flags 0x0000
2381.20Stsubai
2391.88Stsutsuiatapibus* at pciide? channel ?
2401.20Stsubaiatapibus* at wdc? channel ?
2411.20Stsubai
2421.20Stsubaicd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
2431.20Stsubaisd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
2441.20Stsubaiuk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
2451.22Stsubai
2461.22Stsubai# PCI USB controllers
2471.93Stsubaiohci*	at pci? dev ? function ?			# Open Host Controller
2481.22Stsubai
2491.93Stsubaiusb*	at ohci?					# USB bus support
2501.93Stsubaiuhub*	at usb?						# USB Hubs
2511.22Stsubaiuhub*	at uhub? port ? configuration ? interface ?
2521.22Stsubai
2531.93Stsubaiums*	at uhub? port ? configuration ? interface ?	# USB Mice
2541.41Smycroftwsmouse* at ums?
2551.22Stsubai
2561.93Stsubaiukbd*	at uhub? port ? configuration ? interface ?	# USB Keyboards
2571.41Smycroftwskbd*	at ukbd? console ?
2581.22Stsubai
2591.93Stsubaiuhid*	at uhub? port ? configuration ? interface ?	# USB Generic HID
2601.93Stsubaiulpt*	at uhub? port ? configuration ? interface ?	# USB Printer
2611.34Saugustss
2621.93Stsubaiumodem*	at uhub? port ? configuration ?			# USB Modem
2631.49Saugustssucom*	at umodem?
2641.35Sthorpej
2651.93Stsubaiumass*	at uhub? port ? configuration ? interface ?	# USB Mass Storage
2661.60Saugustssatapibus* at umass? channel ?
2671.35Sthorpejscsibus* at umass? channel ?
2681.36Saugustss
2691.93Stsubaiuaudio*	at uhub? port ? configuration ?			# USB audio
2701.46Saugustss
2711.46Saugustss# USB Ethernet adapters
2721.46Saugustssaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
2731.46Saugustsscue*	at uhub? port ?		# CATC USB-EL1201A based adapters
2741.46Saugustsskue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
2751.83Saugustss
2761.93Stsubaiuscanner* at uhub? port ?				# USB scanners
2771.93Stsubaiuyap* at uhub? port ?					# Y@P firmware loader
2781.93Stsubaiugen*	at uhub? port ? configuration ? interface ?	# USB Generic driver
2791.73Swrstuden
2801.84Smatt# PCI IEEE1394 controllers
2811.84Smattfwohci*	at pci? dev ? function ?	# IEEE1394 Open Host Controller
2821.85Skei#fwlynx* at pci? dev ? function ?	# IEEE1394 TI Lynx Controller
2831.84Smattfw*	at fwbus?			# IP over 1394
2841.84Smatt
2851.84Smatt# IEEE1394 nodes
2861.84Smatt#fwnode* at fwbus? oui ? devhi ? devlo ?
2871.84Smatt#scsibus* at fwnode?
2881.84Smatt
2891.73Swrstuden# Audio Devices
2901.73Swrstuden
2911.73Swrstuden# PCI audio devices
2921.73Swrstuden#clcs*	at pci? dev ? function ?	# Cirrus Logic CS4280
2931.73Swrstuden#cmpci*	at pci? dev ? function ?	# C-Media CMI8338/8738
2941.73Swrstudeneap*	at pci? dev ? function ?	# Ensoniq AudioPCI
2951.73Swrstuden#eso*	at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
2961.73Swrstuden#fms*	at pci? dev ? function ?	# Forte Media FM801
2971.73Swrstuden#sv*	at pci? dev ? function ?	# S3 SonicVibes
2981.73Swrstuden
2991.73Swrstuden# OPL[23] FM synthesizers
3001.73Swrstuden#opl*	at eso?
3011.73Swrstuden#opl*	at fms?
3021.73Swrstuden
3031.73Swrstuden# Audio support
3041.80Smycroftaudio* at awacs?
3051.73Swrstuden#audio*	at clcs?
3061.73Swrstuden#audio*	at cmpci?
3071.73Swrstudenaudio*	at eap?
3081.73Swrstuden#audio*	at eso?
3091.73Swrstuden#audio*	at fms?
3101.73Swrstuden#audio*	at sv?
3111.73Swrstudenaudio*	at uaudio?
3121.73Swrstuden
3131.73Swrstuden# MPU 401 UARTs
3141.73Swrstuden#mpu*	at eso?
3151.73Swrstuden#mpu*	at fms?
3161.73Swrstuden
3171.73Swrstuden# MIDI support
3181.73Swrstudenmidi*	at eap?			# 137[01] MIDI port
3191.73Swrstuden#midi*	at mpu?			# MPU 401
3201.1Stsubai
3211.1Stsubaipseudo-device	vnd		4	# disk-like interface to files
3221.1Stsubaipseudo-device	ccd		4	# concatenated/striped disk devices
3231.18Stsubai#pseudo-device	raid		4	# RAIDframe disk driver
3241.57Ssimonb#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
3251.4Stsubaipseudo-device	md		1	# memory disk device
3261.1Stsubaipseudo-device	loop			# network loopback
3271.1Stsubaipseudo-device	bpfilter	8	# packet filter
3281.1Stsubaipseudo-device	ipfilter		# IP filter (firewall) and NAT
3291.1Stsubaipseudo-device	ppp		2	# Point-to-Point Protocol
3301.1Stsubaipseudo-device	sl		2	# Serial Line IP
3311.1Stsubaipseudo-device	tun		4	# network tunneling over tty
3321.19Shwr#pseudo-device	gre		2	# generic L3 over IP tunnel
3331.43Sitojunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
3341.43Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
3351.61Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
3361.87Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
3371.77Sjdolecekpseudo-device	pty			# pseudo-terminals
3381.75Stsubaipseudo-device	rnd			# /dev/random and in-kernel generator
3391.85Skeipseudo-device	openfirm		# /dev/openfirm
340