GENERIC revision 1.178
11.178Saugustss#	$NetBSD: GENERIC,v 1.178 1998/08/26 13:37:49 augustss Exp $
21.1Smycroft#
31.1Smycroft#	GENERIC -- everything that's currently supported
41.1Smycroft#
51.1Smycroft
61.61Sfvdlinclude "arch/i386/conf/std.i386"
71.14Scgd
81.110Sthorpejmaxusers	32		# estimated number of users
91.150Sthorpej
101.110Sthorpej# CPU support.  At least one is REQUIRED.
111.110Sthorpejoptions 	I386_CPU
121.82Smellonoptions 	I486_CPU
131.82Smellonoptions 	I586_CPU
141.154Senamioptions 	I686_CPU
151.110Sthorpej
161.110Sthorpej# CPU-related options.
171.82Smellonoptions 	MATH_EMULATE	# floating point emulation
181.102Smycroft#options 	VM86		# virtual 8086 emulation
191.102Smycroftoptions 	USER_LDT	# user-settable LDT; used by WINE
201.112Sperry# eliminate delay no-ops in I/O; recommended on all but very old machines
211.112Sperry#options 	DUMMY_NOPS
221.110Sthorpej
231.110Sthorpej# Misc. i386-specific options
241.110Sthorpejoptions 	XSERVER		# X server support in console drivers
251.177Smycroft#options 	XSERVER_DDB	# PF12 gets you into DDB when X is running
261.110Sthorpej
271.110Sthorpej# This option allows you to force a serial console at the specified
281.121Sdrochner# I/O address.   see console(4) for details.
291.175Srvb#options 	"CONSDEVNAME=\"com\"",CONADDR=0x2f8,CONSPEED=57600
301.175Srvb#	you don't want the option below ON iff you are using the
311.175Srvb#	serial debugger option of the new boot strap code.
321.175Srvb#options	CONS_OVERRIDE	# Always use above! independent of boot info
331.32Sthorpej
341.101Smycroft# The following options override the memory sizes passed in from the boot
351.101Smycroft# block.  Use them *only* if the boot block is unable to determine the correct
361.111Sperry# values.  Note that the BIOS may *correctly* report less than 640k of base
371.101Smycroft# memory if the extended BIOS data area is located at the top of base memory
381.101Smycroft# (as is the case on most recent systems).
391.101Smycroft#options 	REALBASEMEM=...	# size of base memory
401.101Smycroft#options 	REALEXTMEM=...	# size of extended memory
411.1Smycroft
421.110Sthorpej# Standard system options
431.110Sthorpej
441.110Sthorpejoptions 	UCONSOLE	# users can use TIOCCONS (for xconsole)
451.110Sthorpejoptions 	INSECURE	# disable kernel security levels
461.1Smycroft
471.82Smellonoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
481.82Smellon#options 	NTP		# NTP phase/frequency locked loop
491.1Smycroft
501.98Smikeloptions 	KTRACE		# system call tracing via ktrace(1)
511.134Smrg
521.134Smrg#options 	UVM		# Use UVM instead of Mach VM.
531.137Smrg#options 	PMAP_NEW	# new pmap interface; requires UVM
541.1Smycroft
551.82Smellonoptions 	SYSVMSG		# System V-like message queues
561.82Smellonoptions 	SYSVSEM		# System V-like semaphores
571.82Smellonoptions 	SYSVSHM		# System V-like memory sharing
581.82Smellon#options 	SHMMAXPGS=1024	# 1024 pages is the default
591.82Smellon
601.110Sthorpejoptions 	LKM		# loadable kernel modules
611.110Sthorpej
621.110Sthorpej# Diagnostic/debugging support options
631.110Sthorpejoptions 	DIAGNOSTIC	# cheap kernel consistency checks
641.110Sthorpej#options 	DEBUG		# expensive debugging checks/support
651.127Stv#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
661.110Sthorpejoptions 	DDB		# in-kernel debugger
671.122Slukem#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
681.110Sthorpej#options 	KGDB		# remote debugger
691.110Sthorpej#options 	"KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
701.110Sthorpej#makeoptions	DEBUG="-g"	# compile full symbol table
711.110Sthorpej
721.116Smikel# Compatibility options
731.82Smellonoptions 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
741.82Smellonoptions 	COMPAT_09	# NetBSD 0.9,
751.82Smellonoptions 	COMPAT_10	# NetBSD 1.0,
761.82Smellonoptions 	COMPAT_11	# NetBSD 1.1,
771.55Smycroftoptions 	COMPAT_12	# NetBSD 1.2,
781.125Skleinkoptions 	COMPAT_13	# NetBSD 1.3,
791.82Smellonoptions 	COMPAT_43	# and 4.3BSD
801.139Smycroftoptions 	COMPAT_386BSD_MBRPART # recognize old partition ID
811.1Smycroft
821.82Smellonoptions 	COMPAT_SVR4	# binary compatibility with SVR4
831.82Smellonoptions 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
841.82Smellonoptions 	COMPAT_LINUX	# binary compatibility with Linux
851.82Smellonoptions 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
861.59Smycroft
871.110Sthorpej# Executable format options
881.82Smellonoptions 	EXEC_ELF32	# 32-bit ELF executables (SVR4, Linux)
891.1Smycroft
901.110Sthorpej# File systems
911.71Sthorpejfile-system 	FFS		# UFS
921.80Sperryfile-system 	EXT2FS		# second extended file system (linux)
931.71Sthorpejfile-system 	LFS		# log-structured file system
941.71Sthorpejfile-system 	MFS		# memory file system
951.71Sthorpejfile-system 	NFS		# Network File System client
961.71Sthorpejfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
971.71Sthorpejfile-system 	MSDOSFS		# MS-DOS file system
981.71Sthorpejfile-system 	FDESC		# /dev/fd
991.71Sthorpejfile-system 	KERNFS		# /kern
1001.71Sthorpejfile-system 	NULLFS		# loopback file system
1011.71Sthorpejfile-system 	PORTAL		# portal filesystem (still experimental)
1021.71Sthorpejfile-system 	PROCFS		# /proc
1031.71Sthorpejfile-system 	UMAPFS		# NULLFS + uid and gid remapping
1041.71Sthorpejfile-system 	UNION		# union file system
1051.71Sthorpej
1061.110Sthorpej# File system options
1071.82Smellonoptions 	QUOTA		# UFS quotas
1081.141Sbouyer#options 	FFS_EI		# FFS Endian Independant support
1091.82Smellonoptions 	NFSSERVER	# Network File System server
1101.81Sveego#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1111.80Sperry				# immutable) behave as system flags.
1121.116Smikel
1131.110Sthorpej# Networking options
1141.82Smellon#options 	GATEWAY		# packet forwarding
1151.82Smellonoptions 	INET		# IP + ICMP + TCP + UDP
1161.82Smellon#options 	MROUTING	# IP multicast routing
1171.82Smellonoptions 	NS		# XNS
1181.82Smellon#options 	NSIP		# XNS tunneling over IP
1191.82Smellonoptions 	ISO,TPIP	# OSI
1201.82Smellonoptions 	EON		# OSI tunneling over IP
1211.82Smellonoptions 	CCITT,LLC,HDLC	# X.25
1221.110Sthorpejoptions 	NETATALK	# AppleTalk networking protocols
1231.110Sthorpej#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1241.110Sthorpej#options 	PPP_DEFLATE	# Deflate compression support for PPP
1251.110Sthorpej#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1261.82Smellon#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
1271.133Stron#options 	IPFILTER_LOG	# ipmon(8) log support
1281.1Smycroft
1291.116Smikel# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
1301.110Sthorpej#options 	TCP_COMPAT_42
1311.1Smycroft
1321.112Sperry# These options enable verbose messages for several subsystems.
1331.112Sperry# Warning, these may compile large string tables into the kernel!
1341.112Sperryoptions 	EISAVERBOSE	# verbose EISA device autoconfig messages
1351.112Sperryoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1361.110Sthorpej#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
1371.112Sperryoptions 	SCSIVERBOSE	# human readable SCSI error messages
1381.162Saugustssoptions 	USBVERBOSE	# verbose USB device autoconfig messages
1391.128Sdrochner
1401.128Sdrochneroptions 	NFS_BOOT_BOOTP,NFS_BOOT_BOOTPARAM
1411.110Sthorpej
1421.110Sthorpej# Kernel root file system and dump configuration.
1431.110Sthorpejconfig		netbsd	root on ? type ?
1441.110Sthorpej#config		netbsd	root on sd0a type ffs
1451.110Sthorpej#config		netbsd	root on ? type nfs
1461.110Sthorpej
1471.110Sthorpej#
1481.110Sthorpej# Device configuration
1491.110Sthorpej#
1501.63Sthorpej
1511.31Scgdmainbus0 at root
1521.31Scgd
1531.110Sthorpej#apm0	at mainbus0			# Advanced power management
1541.1Smycroft
1551.112Sperry
1561.112Sperry# Basic Bus Support
1571.112Sperry
1581.110Sthorpej# PCI bus support
1591.110Sthorpejpci*	at mainbus? bus ?
1601.110Sthorpejpci*	at pchb? bus ?
1611.30Scgdpci*	at ppb? bus ?
1621.110Sthorpej
1631.112Sperry# PCI bridges
1641.63Sthorpejpchb*	at pci? dev ? function ?	# PCI-Host bridges
1651.135Sthorpejpceb*	at pci? dev ? function ?	# PCI-EISA bridges
1661.63Sthorpejpcib*	at pci? dev ? function ?	# PCI-ISA bridges
1671.110Sthorpejppb*	at pci? dev ? function ?	# PCI-PCI bridges
1681.160Scgd# XXX 'puc's aren't really bridges, but there's no better place for them here
1691.160Scgdpuc*	at pci? dev ? function ?	# PCI "universal" comm. cards
1701.110Sthorpej
1711.110Sthorpej# EISA bus support
1721.110Sthorpejeisa*	at mainbus?
1731.135Sthorpejeisa*	at pceb?
1741.110Sthorpej
1751.110Sthorpej# ISA bus support
1761.110Sthorpejisa*	at mainbus?
1771.135Sthorpejisa*	at pceb?
1781.110Sthorpejisa*	at pcib?
1791.63Sthorpej
1801.112Sperry# PCMCIA bus support
1811.112Sperrypcmcia*	at pcic? controller ? socket ?
1821.112Sperry
1831.112Sperry# ISA PCMCIA controllers
1841.112Sperrypcic0	at isa? port 0x3e0 iomem 0xd0000 iosiz 0x4000
1851.112Sperrypcic1	at isa? port 0x3e2 iomem 0xd4000 iosiz 0x4000
1861.112Sperry
1871.112Sperry# ISA Plug-and-Play bus support
1881.112Sperryisapnp0	at isa?
1891.112Sperry
1901.156Ssommerfe# ISA Plug-and-Play PCMCIA controllers
1911.156Ssommerfepcic*	at isapnp?
1921.112Sperry
1931.112Sperry# Coprocessor Support
1941.112Sperry
1951.112Sperry# Math Coprocessor support
1961.112Sperrynpx0	at isa? port 0xf0 irq 13	# x86 math coprocessor
1971.112Sperry
1981.112Sperry
1991.112Sperry# Console Devices
2001.112Sperry
2011.112Sperry# ISA console.  You can only configure one of these!
2021.112Sperrypc0	at isa? port 0x60 irq 1		# pccons generic PC console driver
2031.112Sperry#vt0	at isa? port 0x60 irq 1		# PCVT console driver
2041.165Sbouyer
2051.165Sbouyer# Keyboard layout configuration for pccons
2061.167Sbouyer#options 	FRENCH_KBD
2071.166Sbouyer#options 	FINNISH_KBD
2081.167Sbouyer#options 	GERMAN_KBD
2091.168Sperry#options 	NORWEGIAN_KBD
2101.110Sthorpej
2111.146Sdrochnerpcppi0	at isa?
2121.146Sdrochnersysbeep0	at pcppi?
2131.110Sthorpej
2141.112Sperry# Serial Devices
2151.63Sthorpej
2161.112Sperry# PCI serial interfaces
2171.160Scgdcom*	at puc? port ?			# 16x450s on "universal" comm boards
2181.112Sperrycy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
2191.30Scgd
2201.112Sperry# ISA Plug-and-Play serial interfaces
2211.112Sperrycom*	at isapnp?			# Modems and serial boards
2221.1Smycroft
2231.112Sperry# PCMCIA serial interfaces
2241.112Sperrycom*	at pcmcia? function ?		# Modems and serial cards
2251.1Smycroft
2261.110Sthorpej# ISA serial interfaces
2271.89Sperry#options 	COM_HAYESP		# adds Hayes ESP serial board support
2281.112Sperrycom0	at isa? port 0x3f8 irq 4	# Standard PC serial ports
2291.2Smycroftcom1	at isa? port 0x2f8 irq 3
2301.2Smycroftcom2	at isa? port 0x3e8 irq 5
2311.2Smycroft#com3	at isa? port 0x2e8 irq 9
2321.8Smycroft#ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
2331.34Scgd#com*	at ast? slave ?
2341.8Smycroft#boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
2351.8Smycroft#com*	at boca? slave ?
2361.1Smycroft#rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
2371.1Smycroft#com*	at rtfps? slave ?
2381.58Schristos#cy0	at isa? iomem 0xd4000 irq 12	# Cyclades serial cards
2391.88Smikel
2401.1Smycroft
2411.112Sperry# Parallel Printer Interfaces
2421.160Scgd
2431.160Scgd# PCI parallel printer interfaces
2441.160Scgdlpt*	at puc? port ?			# || ports on "universal" comm boards
2451.110Sthorpej
2461.112Sperry# ISA parallel printer interfaces
2471.110Sthorpejlpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
2481.110Sthorpejlpt1	at isa? port 0x278
2491.110Sthorpejlpt2	at isa? port 0x3bc
2501.1Smycroft
2511.40Sperry
2521.112Sperry# SCSI Controllers and Devices
2531.68Schristos
2541.112Sperry# PCI SCSI controllers
2551.112Sperryahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
2561.112Sperrybha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
2571.112Sperryisp*	at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FibreChannel
2581.112Sperryncr*	at pci? dev ? function ?	# NCR 53c8xx SCSI
2591.110Sthorpej
2601.112Sperry# EISA SCSI controllers
2611.112Sperryahb*	at eisa? slot ?			# Adaptec 174[02] SCSI
2621.112Sperryahc*	at eisa? slot ?			# Adaptec 274x, aic7770 SCSI
2631.112Sperrybha*	at eisa? slot ?			# BusLogic 7xx SCSI
2641.112Sperryuha*	at eisa? slot ?			# UltraStor 24f SCSI
2651.105Sthorpej
2661.112Sperry# PCMCIA SCSI controllers
2671.110Sthorpejaic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
2681.145Senami
2691.145Senami# ISA Plug-and-Play SCSI controllers
2701.145Senamiaic*	at isapnp?			# Adaptec AHA-1520B
2711.110Sthorpej
2721.112Sperry# ISA SCSI controllers
2731.112Sperryaha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
2741.112Sperryaha1	at isa? port 0x334 irq ? drq ?
2751.112Sperryahc0	at isa? port ? irq ?		# Adaptec 284x SCSI
2761.112Sperryaic0	at isa? port 0x340 irq 11	# Adaptec 152[02] SCSI
2771.116Smikelbha0	at isa? port 0x330 irq ? drq ?	# BusLogic [457]4X SCSI
2781.112Sperrybha1	at isa? port 0x334 irq ? drq ?
2791.112Sperrysea0	at isa? iomem 0xc8000 irq 5	# Seagate/Future Domain SCSI
2801.112Sperryuha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI
2811.129Sdrochneruha1	at isa? port 0x340 irq ? drq ?
2821.112Sperrywds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
2831.112Sperrywds1	at isa? port 0x358 irq 11 drq 5
2841.110Sthorpej
2851.110Sthorpej# SCSI bus support
2861.110Sthorpejscsibus* at aha?
2871.110Sthorpejscsibus* at ahb?
2881.110Sthorpejscsibus* at ahc?
2891.110Sthorpejscsibus* at aic?
2901.110Sthorpejscsibus* at bha?
2911.110Sthorpejscsibus* at isp?
2921.110Sthorpejscsibus* at ncr?
2931.110Sthorpejscsibus* at sea?
2941.110Sthorpejscsibus* at uha?
2951.110Sthorpejscsibus* at wds?
2961.110Sthorpej
2971.110Sthorpej# SCSI devices
2981.110Sthorpejsd*	at scsibus? target ? lun ?	# SCSI disk drives
2991.110Sthorpejst*	at scsibus? target ? lun ?	# SCSI tape drives
3001.110Sthorpejcd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
3011.110Sthorpejch*	at scsibus? target ? lun ?	# SCSI autochangers
3021.110Sthorpejss*	at scsibus? target ? lun ?	# SCSI scanners
3031.110Sthorpejuk*	at scsibus? target ? lun ?	# SCSI unknown
3041.110Sthorpej
3051.112Sperry
3061.112Sperry# IDE and Related Devices
3071.132Smycroft
3081.132Smycroft# ISA Plug-and-Play IDE controllers
3091.132Smycroftwdc*	at isapnp?
3101.131Smycroft
3111.131Smycroft# PCMCIA IDE controllers
3121.131Smycroftwdc*	at pcmcia? function ?
3131.112Sperry
3141.112Sperry# ISA IDE controllers
3151.112Sperrywdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
3161.112Sperrywdc1	at isa? port 0x170 irq 15
3171.112Sperry
3181.112Sperry# IDE drives
3191.116Smikelwd*	at wdc? drive ?			# the drives themselves
3201.112Sperry
3211.110Sthorpej# ATAPI bus support
3221.110Sthorpejatapibus* at wdc?
3231.110Sthorpej
3241.110Sthorpej# ATAPI devices
3251.110Sthorpejcd*	at atapibus? drive ?		# ATAPI CD-ROM drives
3261.130Scgdsd*	at atapibus? drive ?		# ATAPI disk drives
3271.110Sthorpej
3281.112Sperry
3291.112Sperry# Miscellaneous mass storage devices
3301.112Sperry
3311.112Sperry# ISA floppy
3321.112Sperryfdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
3331.112Sperry#fdc1	at isa? port 0x370 irq ? drq ?
3341.112Sperryfd*	at fdc? drive ?			# the drives themselves
3351.112Sperry# some machines need you to do this instead of fd*
3361.112Sperry#fd0	at fdc0 drive 0
3371.112Sperry
3381.112Sperry# ISA CD-ROM devices
3391.112Sperry#mcd0	at isa? port 0x300 irq 10	# Mitsumi CD-ROM drives
3401.112Sperry
3411.112Sperry# ISA tape devices
3421.157Sbouyer# note: the wt driver conflicts unpleasantly with SMC boards at the
3431.116Smikel# same I/O address. The probe reprograms their EEPROMs. Don't
3441.112Sperry# uncomment it unless you are actually using it.
3451.129Sdrochner#wt0	at isa? port 0x308 irq 5 drq 1	# Archive and Wangtek QIC tape drives
3461.112Sperry
3471.112Sperry
3481.112Sperry# Network Interfaces
3491.112Sperry
3501.112Sperry# PCI network interfaces
3511.112Sperryde*	at pci? dev ? function ?	# DEC 21x4x-based Ethernet
3521.112Sperryen*	at pci? dev ? function ?	# ENI/Adaptec ATM
3531.112Sperryep*	at pci? dev ? function ?	# 3Com 3c59x/3c90x Ethernet
3541.150Sthorpejepic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
3551.152Smjacobesh*	at pci? dev ? function ?	# Essential HIPPI card
3561.112Sperryfpa*	at pci? dev ? function ?	# DEC DEFPA FDDI
3571.112Sperryfxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
3581.112Sperryle*	at pci? dev ? function ?	# PCnet-PCI Ethernet
3591.112Sperryne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
3601.115Sbouyertl*	at pci? dev ? function ?	# ThunderLAN-based Ethernet
3611.112Sperry
3621.112Sperry# EISA network interfaces
3631.112Sperryep*	at eisa? slot ?			# 3Com 3c579 Ethernet
3641.112Sperryfea*	at eisa? slot ?			# DEC DEFEA FDDI
3651.112Sperry
3661.112Sperry# ISA Plug-and-Play network interfaces
3671.112Sperryep*	at isapnp?			# 3Com 3c509 Ethernet
3681.112Sperryne*	at isapnp?			# NE2000-compatible Ethernet
3691.112Sperry
3701.112Sperry# PCMCIA network interfaces
3711.112Sperryep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
3721.144Senamimbe*	at pcmcia? function ?		# MB8696x based Ethernet
3731.112Sperryne*	at pcmcia? function ?		# NE2000-compatible Ethernet
3741.112Sperrysm*	at pcmcia? function ?		# Megahertz Ethernet
3751.112Sperry
3761.112Sperry# ISA network interfaces
3771.143Senamiate0	at isa? port 0x2a0 irq ?		# AT1700
3781.164Sthorpejcs0	at isa? port 0x300 iomem ? irq ? drq ?	# CS8900 Ethernet
3791.117Sthorpejec0	at isa? port 0x250 iomem 0xd8000 irq 9	# 3Com 3c503 Ethernet
3801.120Sthorpejeg0	at isa? port 0x280 irq 9		# 3C505 ethernet cards
3811.112Sperryel0	at isa? port 0x300 irq 9		# 3C501 ethernet cards
3821.112Sperryep0	at isa? port ? irq ?			# 3C509 ethernet cards
3831.140Spkef0	at isa? port 0x360 iomem 0xd0000 irq 7	# 3C507
3841.140Spkai0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN
3851.143Senamifmv0	at isa? port 0x2a0 irq ?		# FMV-180 series
3861.140Spkix0	at isa? port 0x300 irq 10		# EtherExpress/16
3871.121Sdrochneriy0	at isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
3881.123Sthorpejlc0	at isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
3891.146Sdrochner#depca0	at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5	# DEPCA
3901.146Sdrochner#le*	at depca?
3911.147Sdrochnernele0	at isa? port 0x320 irq 9 drq 7		# NE2100
3921.146Sdrochnerle*	at nele?
3931.146Sdrochnerbicc0	at isa? port 0x320 irq 10 drq 7		# BICC IsoLan
3941.146Sdrochnerle*	at bicc?
3951.112Sperryne0	at isa? port 0x280 irq 9		# NE[12]000 ethernet cards
3961.112Sperryne1	at isa? port 0x300 irq 10
3971.119Sthorpejsm0	at isa? port 0x300 irq 10		# SMC91C9x Ethernet
3981.118Sthorpejwe0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
3991.118Sthorpejwe1	at isa? port 0x300 iomem 0xcc000 irq 10
4001.112Sperry
4011.172Sthorpej# MII/PHY support
4021.172Sthorpejinphy*	at mii? phy ?			# Intel 82555 PHYs
4031.172Sthorpejnsphy*	at mii? phy ?			# NS83840 PHYs
4041.172Sthorpejqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
4051.172Sthorpejtlphy*	at mii? phy ?			# ThunderLAN PHYs
4061.112Sperry
4071.162Saugustss# USB Controller and Devices
4081.162Saugustss
4091.162Saugustss# PCI USB controllers
4101.162Saugustssuhci*	at pci?				# Universal Host Controller (Intel)
4111.162Saugustssohci*	at pci?				# Open Host Controller
4121.162Saugustss
4131.162Saugustss# USB bus support
4141.162Saugustssusb*	at uhci?
4151.162Saugustssusb*	at ohci?
4161.162Saugustss
4171.162Saugustss# USB Hubs
4181.162Saugustssuhub*	at usb?
4191.162Saugustssuhub*	at uhub? port ?
4201.162Saugustss
4211.162Saugustss# USB Mice
4221.162Saugustssums*	at uhub? port ?
4231.163Saugustsswsmouse*	at ums?
4241.162Saugustss
4251.162Saugustss# USB Keyboards
4261.162Saugustssukbd*	at uhub? port ?
4271.163Saugustsswskbd*	at ukbd? console ?
4281.162Saugustss
4291.162Saugustss# USB Generic HID devices
4301.162Saugustssuhid*	at uhub? port ?
4311.162Saugustss
4321.162Saugustss# USB Printer
4331.162Saugustssulpt*	at uhub? port ?
4341.162Saugustss
4351.162Saugustss# USB Generic driver
4361.162Saugustss#ugen*	at uhub? port ?
4371.162Saugustss
4381.112Sperry# Audio Devices
4391.112Sperry
4401.148Saugustss# PCI audio devices
4411.148Saugustsseap*	at pci? dev ? function ?	# Ensoniq AudioPCI
4421.148Saugustss
4431.112Sperry# ISA Plug-and-Play audio devices
4441.173Saugustssess*	at isapnp?			# ESS Tech ES1887, ES1888, ES888 audio
4451.112Sperryguspnp*	at isapnp?			# Gravis Ultra Sound PnP audio
4461.112Sperrysb*	at isapnp?			# SoundBlaster-compatible audio
4471.169Saugustsswss*	at isapnp?			# Windows Sound System
4481.149Saugustssym*	at isapnp?			# Yamaha OPL3-SA3 audio
4491.112Sperry
4501.112Sperry# ISA audio devices
4511.153Saugustssaria0	at isa? port 0x290 irq 10 		# Aria
4521.112Sperrygus0	at isa? port 0x220 irq 7 drq 1 drq2 6	# Gravis Ultra Sound
4531.112Sperrypas0	at isa? port 0x220 irq 7 drq 1		# ProAudio Spectrum
4541.112Sperrypss0	at isa? port 0x220 irq 7 drq 6  	# Personal Sound System
4551.112Sperrysp0	at pss0 port 0x530 irq 10 drq 0		# 	sound port driver
4561.161Sperrysb0	at isa? port 0x220 irq 5 drq 1 drq2 5	# SoundBlaster
4571.112Sperrywss0	at isa? port 0x530 irq 10 drq 0	drq2 1	# Windows Sound System
4581.112Sperry
4591.176Saugustss# OPL[23] FM syntheziers
4601.178Saugustss#opl0	at isa? port 0x388	# use only if not attached to sound card
4611.178Saugustssopl*	at ess?
4621.176Saugustssopl*	at sb?
4631.176Saugustss
4641.162Saugustss# USB Audio devices
4651.162Saugustss#uaudio*	at uhub? port ?
4661.162Saugustss
4671.112Sperry# Audio support
4681.153Saugustssaudio*	at aria?
4691.155Senamiaudio*	at eap?
4701.176Saugustssaudio*	at ess?
4711.112Sperryaudio*	at gus?
4721.112Sperryaudio*	at guspnp?
4731.112Sperryaudio*	at pas?
4741.112Sperryaudio*	at sb?
4751.112Sperryaudio*	at sp?
4761.162Saugustss#audio*	at uaudio?
4771.112Sperryaudio*	at wss?
4781.149Saugustssaudio*	at ym?
4791.112Sperry
4801.170Saugustss# MIDI support
4811.173Saugustssmidi*	at pcppi?		# MIDI interface to the PC speaker
4821.173Saugustssmidi*	at sb?			# SB MPU401 port
4831.176Saugustssmidi*	at opl?			# OPL FM synth
4841.170Saugustss
4851.112Sperry# The spkr driver provides a simple tone interface to the built in speaker.
4861.146Sdrochner#spkr0	at pcppi?		# PC speaker
4871.112Sperry
4881.112Sperry
4891.112Sperry# Mice
4901.112Sperry
4911.112Sperry# ISA busmice
4921.112Sperrylms0	at isa? port 0x23c irq 5	# Logitech bus mouse
4931.112Sperrylms1	at isa? port 0x238 irq 5
4941.112Sperrymms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
4951.112Sperrymms1	at isa? port 0x238 irq 5
4961.142Sdrochner#pms0	at pc? irq 12		# PS/2 auxiliary port mouse
4971.142Sdrochner#pms0	at vt? irq 12		# PS/2 auxiliary port mouse
4981.112Sperry
4991.112Sperry
5001.112Sperry# Joysticks
5011.112Sperry
5021.112Sperry# ISA Plug-and-Play joysticks
5031.112Sperryjoy*	at isapnp?			# Game ports (usually on audio cards)
5041.112Sperry
5051.112Sperry# ISA joysticks. Probe is a little strange; add only if you have one.
5061.112Sperry#joy0	at isa? port 0x201
5071.112Sperry
5081.112Sperry
5091.112Sperry# Miscellaneous Devices
5101.112Sperry
5111.112Sperry# Planetconnect Satellite receiver driver.
5121.112Sperry#satlink0 at isa? port 0x300 drq 1
5131.112Sperry
5141.112Sperry
5151.110Sthorpej# Pull in optional local configuration
5161.57Smycroftinclude	"arch/i386/conf/GENERIC.local"
5171.1Smycroft
5181.112Sperry
5191.112Sperry# Pseudo-Devices
5201.112Sperry
5211.112Sperry# disk/mass storage pseudo-devices
5221.112Sperrypseudo-device	ccd		4	# concatenated/striped disk devices
5231.112Sperrypseudo-device	md		1	# memory disk device (ramdisk)
5241.112Sperrypseudo-device	vnd		4	# disk-like interface to files
5251.112Sperry
5261.112Sperry# network pseudo-devices
5271.110Sthorpejpseudo-device	bpfilter	8	# Berkeley packet filter
5281.110Sthorpejpseudo-device	ipfilter		# IP filter (firewall) and NAT
5291.110Sthorpejpseudo-device	loop			# network loopback
5301.110Sthorpejpseudo-device	ppp		2	# Point-to-Point Protocol
5311.112Sperrypseudo-device	sl		2	# Serial Line IP
5321.112Sperrypseudo-device	strip		2	# Starmode Radio IP (Metricom)
5331.112Sperrypseudo-device	tun		2	# network tunneling over tty
5341.112Sperry
5351.112Sperry# miscellaneous pseudo-devices
5361.110Sthorpejpseudo-device	pty		64	# pseudo-terminals
5371.113Sexplorerpseudo-device	tb		1	# tablet line discipline
5381.170Saugustsspseudo-device	sequencer	1	# MIDI sequencer
5391.113Sexplorer
5401.116Smikel# rnd is EXPERIMENTAL at this point.
5411.103Sexplorer#pseudo-device	rnd			# /dev/random and in-kernel generator
5421.114Sexplorer#options 	RND_COM			# use "com" randomness as well (BROKEN)
543