GENERIC revision 1.163
11.163Saugustss#	$NetBSD: GENERIC,v 1.163 1998/07/26 17:45:53 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.110Sthorpej
261.110Sthorpej# This option allows you to force a serial console at the specified
271.121Sdrochner# I/O address.   see console(4) for details.
281.121Sdrochner#options 	"CONSDEVNAME=\"com\""
291.32Sthorpej
301.101Smycroft# The following options override the memory sizes passed in from the boot
311.101Smycroft# block.  Use them *only* if the boot block is unable to determine the correct
321.111Sperry# values.  Note that the BIOS may *correctly* report less than 640k of base
331.101Smycroft# memory if the extended BIOS data area is located at the top of base memory
341.101Smycroft# (as is the case on most recent systems).
351.101Smycroft#options 	REALBASEMEM=...	# size of base memory
361.101Smycroft#options 	REALEXTMEM=...	# size of extended memory
371.1Smycroft
381.110Sthorpej# Standard system options
391.110Sthorpej
401.110Sthorpejoptions 	UCONSOLE	# users can use TIOCCONS (for xconsole)
411.110Sthorpejoptions 	INSECURE	# disable kernel security levels
421.1Smycroft
431.82Smellonoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
441.82Smellon#options 	NTP		# NTP phase/frequency locked loop
451.1Smycroft
461.98Smikeloptions 	KTRACE		# system call tracing via ktrace(1)
471.134Smrg
481.134Smrg#options 	UVM		# Use UVM instead of Mach VM.
491.137Smrg#options 	PMAP_NEW	# new pmap interface; requires UVM
501.1Smycroft
511.82Smellonoptions 	SYSVMSG		# System V-like message queues
521.82Smellonoptions 	SYSVSEM		# System V-like semaphores
531.82Smellonoptions 	SYSVSHM		# System V-like memory sharing
541.82Smellon#options 	SHMMAXPGS=1024	# 1024 pages is the default
551.82Smellon
561.110Sthorpejoptions 	LKM		# loadable kernel modules
571.110Sthorpej
581.110Sthorpej# Diagnostic/debugging support options
591.110Sthorpejoptions 	DIAGNOSTIC	# cheap kernel consistency checks
601.110Sthorpej#options 	DEBUG		# expensive debugging checks/support
611.127Stv#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
621.110Sthorpejoptions 	DDB		# in-kernel debugger
631.122Slukem#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
641.110Sthorpej#options 	KGDB		# remote debugger
651.110Sthorpej#options 	"KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
661.110Sthorpej#makeoptions	DEBUG="-g"	# compile full symbol table
671.110Sthorpej
681.116Smikel# Compatibility options
691.82Smellonoptions 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
701.82Smellonoptions 	COMPAT_09	# NetBSD 0.9,
711.82Smellonoptions 	COMPAT_10	# NetBSD 1.0,
721.82Smellonoptions 	COMPAT_11	# NetBSD 1.1,
731.55Smycroftoptions 	COMPAT_12	# NetBSD 1.2,
741.125Skleinkoptions 	COMPAT_13	# NetBSD 1.3,
751.82Smellonoptions 	COMPAT_43	# and 4.3BSD
761.139Smycroftoptions 	COMPAT_386BSD_MBRPART # recognize old partition ID
771.1Smycroft
781.82Smellonoptions 	COMPAT_SVR4	# binary compatibility with SVR4
791.82Smellonoptions 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
801.82Smellonoptions 	COMPAT_LINUX	# binary compatibility with Linux
811.82Smellonoptions 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
821.59Smycroft
831.110Sthorpej# Executable format options
841.82Smellonoptions 	EXEC_ELF32	# 32-bit ELF executables (SVR4, Linux)
851.1Smycroft
861.110Sthorpej# File systems
871.71Sthorpejfile-system 	FFS		# UFS
881.80Sperryfile-system 	EXT2FS		# second extended file system (linux)
891.71Sthorpejfile-system 	LFS		# log-structured file system
901.71Sthorpejfile-system 	MFS		# memory file system
911.71Sthorpejfile-system 	NFS		# Network File System client
921.71Sthorpejfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
931.71Sthorpejfile-system 	MSDOSFS		# MS-DOS file system
941.71Sthorpejfile-system 	FDESC		# /dev/fd
951.71Sthorpejfile-system 	KERNFS		# /kern
961.71Sthorpejfile-system 	NULLFS		# loopback file system
971.71Sthorpejfile-system 	PORTAL		# portal filesystem (still experimental)
981.71Sthorpejfile-system 	PROCFS		# /proc
991.71Sthorpejfile-system 	UMAPFS		# NULLFS + uid and gid remapping
1001.71Sthorpejfile-system 	UNION		# union file system
1011.71Sthorpej
1021.110Sthorpej# File system options
1031.82Smellonoptions 	QUOTA		# UFS quotas
1041.141Sbouyer#options 	FFS_EI		# FFS Endian Independant support
1051.82Smellonoptions 	NFSSERVER	# Network File System server
1061.81Sveego#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1071.80Sperry				# immutable) behave as system flags.
1081.116Smikel
1091.110Sthorpej# Networking options
1101.82Smellon#options 	GATEWAY		# packet forwarding
1111.82Smellonoptions 	INET		# IP + ICMP + TCP + UDP
1121.82Smellon#options 	MROUTING	# IP multicast routing
1131.82Smellonoptions 	NS		# XNS
1141.82Smellon#options 	NSIP		# XNS tunneling over IP
1151.82Smellonoptions 	ISO,TPIP	# OSI
1161.82Smellonoptions 	EON		# OSI tunneling over IP
1171.82Smellonoptions 	CCITT,LLC,HDLC	# X.25
1181.110Sthorpejoptions 	NETATALK	# AppleTalk networking protocols
1191.110Sthorpej#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1201.110Sthorpej#options 	PPP_DEFLATE	# Deflate compression support for PPP
1211.110Sthorpej#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1221.82Smellon#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
1231.133Stron#options 	IPFILTER_LOG	# ipmon(8) log support
1241.1Smycroft
1251.116Smikel# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
1261.110Sthorpej#options 	TCP_COMPAT_42
1271.1Smycroft
1281.112Sperry# These options enable verbose messages for several subsystems.
1291.112Sperry# Warning, these may compile large string tables into the kernel!
1301.112Sperryoptions 	EISAVERBOSE	# verbose EISA device autoconfig messages
1311.112Sperryoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1321.110Sthorpej#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
1331.112Sperryoptions 	SCSIVERBOSE	# human readable SCSI error messages
1341.162Saugustssoptions 	USBVERBOSE	# verbose USB device autoconfig messages
1351.128Sdrochner
1361.128Sdrochneroptions 	NFS_BOOT_BOOTP,NFS_BOOT_BOOTPARAM
1371.110Sthorpej
1381.110Sthorpej# Kernel root file system and dump configuration.
1391.110Sthorpejconfig		netbsd	root on ? type ?
1401.110Sthorpej#config		netbsd	root on sd0a type ffs
1411.110Sthorpej#config		netbsd	root on ? type nfs
1421.110Sthorpej
1431.110Sthorpej#
1441.110Sthorpej# Device configuration
1451.110Sthorpej#
1461.63Sthorpej
1471.31Scgdmainbus0 at root
1481.31Scgd
1491.110Sthorpej#apm0	at mainbus0			# Advanced power management
1501.1Smycroft
1511.112Sperry
1521.112Sperry# Basic Bus Support
1531.112Sperry
1541.110Sthorpej# PCI bus support
1551.110Sthorpejpci*	at mainbus? bus ?
1561.110Sthorpejpci*	at pchb? bus ?
1571.30Scgdpci*	at ppb? bus ?
1581.110Sthorpej
1591.112Sperry# PCI bridges
1601.63Sthorpejpchb*	at pci? dev ? function ?	# PCI-Host bridges
1611.135Sthorpejpceb*	at pci? dev ? function ?	# PCI-EISA bridges
1621.63Sthorpejpcib*	at pci? dev ? function ?	# PCI-ISA bridges
1631.110Sthorpejppb*	at pci? dev ? function ?	# PCI-PCI bridges
1641.160Scgd# XXX 'puc's aren't really bridges, but there's no better place for them here
1651.160Scgdpuc*	at pci? dev ? function ?	# PCI "universal" comm. cards
1661.110Sthorpej
1671.110Sthorpej# EISA bus support
1681.110Sthorpejeisa*	at mainbus?
1691.135Sthorpejeisa*	at pceb?
1701.110Sthorpej
1711.110Sthorpej# ISA bus support
1721.110Sthorpejisa*	at mainbus?
1731.135Sthorpejisa*	at pceb?
1741.110Sthorpejisa*	at pcib?
1751.63Sthorpej
1761.112Sperry# PCMCIA bus support
1771.112Sperrypcmcia*	at pcic? controller ? socket ?
1781.112Sperry
1791.112Sperry# ISA PCMCIA controllers
1801.112Sperrypcic0	at isa? port 0x3e0 iomem 0xd0000 iosiz 0x4000
1811.112Sperrypcic1	at isa? port 0x3e2 iomem 0xd4000 iosiz 0x4000
1821.112Sperry
1831.112Sperry# ISA Plug-and-Play bus support
1841.112Sperryisapnp0	at isa?
1851.112Sperry
1861.156Ssommerfe# ISA Plug-and-Play PCMCIA controllers
1871.156Ssommerfepcic*	at isapnp?
1881.112Sperry
1891.112Sperry# Coprocessor Support
1901.112Sperry
1911.112Sperry# Math Coprocessor support
1921.112Sperrynpx0	at isa? port 0xf0 irq 13	# x86 math coprocessor
1931.112Sperry
1941.112Sperry
1951.112Sperry# Console Devices
1961.112Sperry
1971.112Sperry# ISA console.  You can only configure one of these!
1981.112Sperrypc0	at isa? port 0x60 irq 1		# pccons generic PC console driver
1991.112Sperry#vt0	at isa? port 0x60 irq 1		# PCVT console driver
2001.110Sthorpej
2011.146Sdrochnerpcppi0	at isa?
2021.146Sdrochnersysbeep0	at pcppi?
2031.110Sthorpej
2041.112Sperry# Serial Devices
2051.63Sthorpej
2061.112Sperry# PCI serial interfaces
2071.160Scgdcom*	at puc? port ?			# 16x450s on "universal" comm boards
2081.112Sperrycy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
2091.30Scgd
2101.112Sperry# ISA Plug-and-Play serial interfaces
2111.112Sperrycom*	at isapnp?			# Modems and serial boards
2121.1Smycroft
2131.112Sperry# PCMCIA serial interfaces
2141.112Sperrycom*	at pcmcia? function ?		# Modems and serial cards
2151.1Smycroft
2161.110Sthorpej# ISA serial interfaces
2171.89Sperry#options 	COM_HAYESP		# adds Hayes ESP serial board support
2181.112Sperrycom0	at isa? port 0x3f8 irq 4	# Standard PC serial ports
2191.2Smycroftcom1	at isa? port 0x2f8 irq 3
2201.2Smycroftcom2	at isa? port 0x3e8 irq 5
2211.2Smycroft#com3	at isa? port 0x2e8 irq 9
2221.8Smycroft#ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
2231.34Scgd#com*	at ast? slave ?
2241.8Smycroft#boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
2251.8Smycroft#com*	at boca? slave ?
2261.1Smycroft#rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
2271.1Smycroft#com*	at rtfps? slave ?
2281.58Schristos#cy0	at isa? iomem 0xd4000 irq 12	# Cyclades serial cards
2291.88Smikel
2301.1Smycroft
2311.112Sperry# Parallel Printer Interfaces
2321.160Scgd
2331.160Scgd# PCI parallel printer interfaces
2341.160Scgdlpt*	at puc? port ?			# || ports on "universal" comm boards
2351.110Sthorpej
2361.112Sperry# ISA parallel printer interfaces
2371.110Sthorpejlpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
2381.110Sthorpejlpt1	at isa? port 0x278
2391.110Sthorpejlpt2	at isa? port 0x3bc
2401.1Smycroft
2411.40Sperry
2421.112Sperry# SCSI Controllers and Devices
2431.68Schristos
2441.112Sperry# PCI SCSI controllers
2451.112Sperryahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
2461.112Sperrybha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
2471.112Sperryisp*	at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FibreChannel
2481.112Sperryncr*	at pci? dev ? function ?	# NCR 53c8xx SCSI
2491.110Sthorpej
2501.112Sperry# EISA SCSI controllers
2511.112Sperryahb*	at eisa? slot ?			# Adaptec 174[02] SCSI
2521.112Sperryahc*	at eisa? slot ?			# Adaptec 274x, aic7770 SCSI
2531.112Sperrybha*	at eisa? slot ?			# BusLogic 7xx SCSI
2541.112Sperryuha*	at eisa? slot ?			# UltraStor 24f SCSI
2551.105Sthorpej
2561.112Sperry# PCMCIA SCSI controllers
2571.110Sthorpejaic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
2581.145Senami
2591.145Senami# ISA Plug-and-Play SCSI controllers
2601.145Senamiaic*	at isapnp?			# Adaptec AHA-1520B
2611.110Sthorpej
2621.112Sperry# ISA SCSI controllers
2631.112Sperryaha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
2641.112Sperryaha1	at isa? port 0x334 irq ? drq ?
2651.112Sperryahc0	at isa? port ? irq ?		# Adaptec 284x SCSI
2661.112Sperryaic0	at isa? port 0x340 irq 11	# Adaptec 152[02] SCSI
2671.116Smikelbha0	at isa? port 0x330 irq ? drq ?	# BusLogic [457]4X SCSI
2681.112Sperrybha1	at isa? port 0x334 irq ? drq ?
2691.112Sperrysea0	at isa? iomem 0xc8000 irq 5	# Seagate/Future Domain SCSI
2701.112Sperryuha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI
2711.129Sdrochneruha1	at isa? port 0x340 irq ? drq ?
2721.112Sperrywds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
2731.112Sperrywds1	at isa? port 0x358 irq 11 drq 5
2741.110Sthorpej
2751.110Sthorpej# SCSI bus support
2761.110Sthorpejscsibus* at aha?
2771.110Sthorpejscsibus* at ahb?
2781.110Sthorpejscsibus* at ahc?
2791.110Sthorpejscsibus* at aic?
2801.110Sthorpejscsibus* at bha?
2811.110Sthorpejscsibus* at isp?
2821.110Sthorpejscsibus* at ncr?
2831.110Sthorpejscsibus* at sea?
2841.110Sthorpejscsibus* at uha?
2851.110Sthorpejscsibus* at wds?
2861.110Sthorpej
2871.110Sthorpej# SCSI devices
2881.110Sthorpejsd*	at scsibus? target ? lun ?	# SCSI disk drives
2891.110Sthorpejst*	at scsibus? target ? lun ?	# SCSI tape drives
2901.110Sthorpejcd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
2911.110Sthorpejch*	at scsibus? target ? lun ?	# SCSI autochangers
2921.110Sthorpejss*	at scsibus? target ? lun ?	# SCSI scanners
2931.110Sthorpejuk*	at scsibus? target ? lun ?	# SCSI unknown
2941.110Sthorpej
2951.112Sperry
2961.112Sperry# IDE and Related Devices
2971.132Smycroft
2981.132Smycroft# ISA Plug-and-Play IDE controllers
2991.132Smycroftwdc*	at isapnp?
3001.131Smycroft
3011.131Smycroft# PCMCIA IDE controllers
3021.131Smycroftwdc*	at pcmcia? function ?
3031.112Sperry
3041.112Sperry# ISA IDE controllers
3051.112Sperrywdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
3061.112Sperrywdc1	at isa? port 0x170 irq 15
3071.112Sperry
3081.112Sperry# IDE drives
3091.116Smikelwd*	at wdc? drive ?			# the drives themselves
3101.112Sperry
3111.110Sthorpej# ATAPI bus support
3121.110Sthorpejatapibus* at wdc?
3131.110Sthorpej
3141.110Sthorpej# ATAPI devices
3151.110Sthorpejcd*	at atapibus? drive ?		# ATAPI CD-ROM drives
3161.130Scgdsd*	at atapibus? drive ?		# ATAPI disk drives
3171.110Sthorpej
3181.112Sperry
3191.112Sperry# Miscellaneous mass storage devices
3201.112Sperry
3211.112Sperry# ISA floppy
3221.112Sperryfdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
3231.112Sperry#fdc1	at isa? port 0x370 irq ? drq ?
3241.112Sperryfd*	at fdc? drive ?			# the drives themselves
3251.112Sperry# some machines need you to do this instead of fd*
3261.112Sperry#fd0	at fdc0 drive 0
3271.112Sperry
3281.112Sperry# ISA CD-ROM devices
3291.112Sperry#mcd0	at isa? port 0x300 irq 10	# Mitsumi CD-ROM drives
3301.112Sperry
3311.112Sperry# ISA tape devices
3321.157Sbouyer# note: the wt driver conflicts unpleasantly with SMC boards at the
3331.116Smikel# same I/O address. The probe reprograms their EEPROMs. Don't
3341.112Sperry# uncomment it unless you are actually using it.
3351.129Sdrochner#wt0	at isa? port 0x308 irq 5 drq 1	# Archive and Wangtek QIC tape drives
3361.112Sperry
3371.112Sperry
3381.112Sperry# Network Interfaces
3391.112Sperry
3401.112Sperry# PCI network interfaces
3411.112Sperryde*	at pci? dev ? function ?	# DEC 21x4x-based Ethernet
3421.112Sperryen*	at pci? dev ? function ?	# ENI/Adaptec ATM
3431.112Sperryep*	at pci? dev ? function ?	# 3Com 3c59x/3c90x Ethernet
3441.150Sthorpejepic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
3451.152Smjacobesh*	at pci? dev ? function ?	# Essential HIPPI card
3461.112Sperryfpa*	at pci? dev ? function ?	# DEC DEFPA FDDI
3471.112Sperryfxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
3481.112Sperryle*	at pci? dev ? function ?	# PCnet-PCI Ethernet
3491.112Sperryne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
3501.115Sbouyertl*	at pci? dev ? function ?	# ThunderLAN-based Ethernet
3511.112Sperry
3521.112Sperry# EISA network interfaces
3531.112Sperryep*	at eisa? slot ?			# 3Com 3c579 Ethernet
3541.112Sperryfea*	at eisa? slot ?			# DEC DEFEA FDDI
3551.112Sperry
3561.112Sperry# ISA Plug-and-Play network interfaces
3571.112Sperryep*	at isapnp?			# 3Com 3c509 Ethernet
3581.112Sperryne*	at isapnp?			# NE2000-compatible Ethernet
3591.112Sperry
3601.112Sperry# PCMCIA network interfaces
3611.112Sperryep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
3621.144Senamimbe*	at pcmcia? function ?		# MB8696x based Ethernet
3631.112Sperryne*	at pcmcia? function ?		# NE2000-compatible Ethernet
3641.112Sperrysm*	at pcmcia? function ?		# Megahertz Ethernet
3651.112Sperry
3661.112Sperry# ISA network interfaces
3671.143Senamiate0	at isa? port 0x2a0 irq ?		# AT1700
3681.117Sthorpejec0	at isa? port 0x250 iomem 0xd8000 irq 9	# 3Com 3c503 Ethernet
3691.120Sthorpejeg0	at isa? port 0x280 irq 9		# 3C505 ethernet cards
3701.112Sperryel0	at isa? port 0x300 irq 9		# 3C501 ethernet cards
3711.112Sperryep0	at isa? port ? irq ?			# 3C509 ethernet cards
3721.140Spkef0	at isa? port 0x360 iomem 0xd0000 irq 7	# 3C507
3731.140Spkai0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN
3741.143Senamifmv0	at isa? port 0x2a0 irq ?		# FMV-180 series
3751.140Spkix0	at isa? port 0x300 irq 10		# EtherExpress/16
3761.121Sdrochneriy0	at isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
3771.123Sthorpejlc0	at isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
3781.146Sdrochner#depca0	at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5	# DEPCA
3791.146Sdrochner#le*	at depca?
3801.147Sdrochnernele0	at isa? port 0x320 irq 9 drq 7		# NE2100
3811.146Sdrochnerle*	at nele?
3821.146Sdrochnerbicc0	at isa? port 0x320 irq 10 drq 7		# BICC IsoLan
3831.146Sdrochnerle*	at bicc?
3841.112Sperryne0	at isa? port 0x280 irq 9		# NE[12]000 ethernet cards
3851.112Sperryne1	at isa? port 0x300 irq 10
3861.119Sthorpejsm0	at isa? port 0x300 irq 10		# SMC91C9x Ethernet
3871.118Sthorpejwe0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
3881.118Sthorpejwe1	at isa? port 0x300 iomem 0xcc000 irq 10
3891.112Sperry
3901.110Sthorpej# MII bus support
3911.110Sthorpejmii*	at tl?
3921.110Sthorpej
3931.112Sperry# MII PHY network interfaces
3941.115Sbouyertlphy*	at mii? dev ?			# ThunderLAN PHYs
3951.110Sthorpejnsphy*	at mii? dev ?			# NS and compatible PHYs
3961.84Shpeyerl
3971.112Sperry
3981.162Saugustss# USB Controller and Devices
3991.162Saugustss
4001.162Saugustss# PCI USB controllers
4011.162Saugustssuhci*	at pci?				# Universal Host Controller (Intel)
4021.162Saugustssohci*	at pci?				# Open Host Controller
4031.162Saugustss
4041.162Saugustss# USB bus support
4051.162Saugustssusb*	at uhci?
4061.162Saugustssusb*	at ohci?
4071.162Saugustss
4081.162Saugustss# USB Hubs
4091.162Saugustssuhub*	at usb?
4101.162Saugustssuhub*	at uhub? port ?
4111.162Saugustss
4121.162Saugustss# USB Mice
4131.162Saugustssums*	at uhub? port ?
4141.163Saugustsswsmouse*	at ums?
4151.162Saugustss
4161.162Saugustss# USB Keyboards
4171.162Saugustssukbd*	at uhub? port ?
4181.163Saugustsswskbd*	at ukbd? console ?
4191.162Saugustss
4201.162Saugustss# USB Generic HID devices
4211.162Saugustssuhid*	at uhub? port ?
4221.162Saugustss
4231.162Saugustss# USB Printer
4241.162Saugustssulpt*	at uhub? port ?
4251.162Saugustss
4261.162Saugustss# USB Generic driver
4271.162Saugustss#ugen*	at uhub? port ?
4281.162Saugustss
4291.112Sperry# Audio Devices
4301.112Sperry
4311.148Saugustss# PCI audio devices
4321.148Saugustsseap*	at pci? dev ? function ?	# Ensoniq AudioPCI
4331.148Saugustss
4341.112Sperry# ISA Plug-and-Play audio devices
4351.112Sperryguspnp*	at isapnp?			# Gravis Ultra Sound PnP audio
4361.112Sperrysb*	at isapnp?			# SoundBlaster-compatible audio
4371.149Saugustssym*	at isapnp?			# Yamaha OPL3-SA3 audio
4381.112Sperry
4391.112Sperry# ISA audio devices
4401.153Saugustssaria0	at isa? port 0x290 irq 10 		# Aria
4411.112Sperrygus0	at isa? port 0x220 irq 7 drq 1 drq2 6	# Gravis Ultra Sound
4421.112Sperrypas0	at isa? port 0x220 irq 7 drq 1		# ProAudio Spectrum
4431.112Sperrypss0	at isa? port 0x220 irq 7 drq 6  	# Personal Sound System
4441.112Sperrysp0	at pss0 port 0x530 irq 10 drq 0		# 	sound port driver
4451.161Sperrysb0	at isa? port 0x220 irq 5 drq 1 drq2 5	# SoundBlaster
4461.112Sperrywss0	at isa? port 0x530 irq 10 drq 0	drq2 1	# Windows Sound System
4471.112Sperry
4481.162Saugustss# USB Audio devices
4491.162Saugustss#uaudio*	at uhub? port ?
4501.162Saugustss
4511.112Sperry# Audio support
4521.153Saugustssaudio*	at aria?
4531.155Senamiaudio*	at eap?
4541.112Sperryaudio*	at gus?
4551.112Sperryaudio*	at guspnp?
4561.112Sperryaudio*	at pas?
4571.112Sperryaudio*	at sb?
4581.112Sperryaudio*	at sp?
4591.162Saugustss#audio*	at uaudio?
4601.112Sperryaudio*	at wss?
4611.149Saugustssaudio*	at ym?
4621.112Sperry
4631.112Sperry# The spkr driver provides a simple tone interface to the built in speaker.
4641.146Sdrochner#spkr0	at pcppi?		# PC speaker
4651.112Sperry
4661.112Sperry
4671.112Sperry# Mice
4681.112Sperry
4691.112Sperry# ISA busmice
4701.112Sperrylms0	at isa? port 0x23c irq 5	# Logitech bus mouse
4711.112Sperrylms1	at isa? port 0x238 irq 5
4721.112Sperrymms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
4731.112Sperrymms1	at isa? port 0x238 irq 5
4741.142Sdrochner#pms0	at pc? irq 12		# PS/2 auxiliary port mouse
4751.142Sdrochner#pms0	at vt? irq 12		# PS/2 auxiliary port mouse
4761.112Sperry
4771.112Sperry
4781.112Sperry# Joysticks
4791.112Sperry
4801.112Sperry# ISA Plug-and-Play joysticks
4811.112Sperryjoy*	at isapnp?			# Game ports (usually on audio cards)
4821.112Sperry
4831.112Sperry# ISA joysticks. Probe is a little strange; add only if you have one.
4841.112Sperry#joy0	at isa? port 0x201
4851.112Sperry
4861.112Sperry
4871.112Sperry# Miscellaneous Devices
4881.112Sperry
4891.112Sperry# Planetconnect Satellite receiver driver.
4901.112Sperry#satlink0 at isa? port 0x300 drq 1
4911.112Sperry
4921.112Sperry
4931.110Sthorpej# Pull in optional local configuration
4941.57Smycroftinclude	"arch/i386/conf/GENERIC.local"
4951.1Smycroft
4961.112Sperry
4971.112Sperry# Pseudo-Devices
4981.112Sperry
4991.112Sperry# disk/mass storage pseudo-devices
5001.112Sperrypseudo-device	ccd		4	# concatenated/striped disk devices
5011.112Sperrypseudo-device	md		1	# memory disk device (ramdisk)
5021.112Sperrypseudo-device	vnd		4	# disk-like interface to files
5031.112Sperry
5041.112Sperry# network pseudo-devices
5051.110Sthorpejpseudo-device	bpfilter	8	# Berkeley packet filter
5061.110Sthorpejpseudo-device	ipfilter		# IP filter (firewall) and NAT
5071.110Sthorpejpseudo-device	loop			# network loopback
5081.110Sthorpejpseudo-device	ppp		2	# Point-to-Point Protocol
5091.112Sperrypseudo-device	sl		2	# Serial Line IP
5101.112Sperrypseudo-device	strip		2	# Starmode Radio IP (Metricom)
5111.112Sperrypseudo-device	tun		2	# network tunneling over tty
5121.112Sperry
5131.112Sperry# miscellaneous pseudo-devices
5141.110Sthorpejpseudo-device	pty		64	# pseudo-terminals
5151.113Sexplorerpseudo-device	tb		1	# tablet line discipline
5161.113Sexplorer
5171.116Smikel# rnd is EXPERIMENTAL at this point.
5181.103Sexplorer#pseudo-device	rnd			# /dev/random and in-kernel generator
5191.114Sexplorer#options 	RND_COM			# use "com" randomness as well (BROKEN)
520