Home | History | Annotate | Line # | Download | only in conf
GENERIC_TINY revision 1.135
      1 #	$NetBSD: GENERIC_TINY,v 1.135 2013/04/27 18:19:39 christos Exp $
      2 #
      3 #	GENERIC_TINY -- suitable default for 4M machines
      4 #			No EISA, PCI, or SCSI.
      5 #
      6 
      7 include "arch/i386/conf/std.i386"
      8 
      9 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
     10 
     11 makeoptions	COPTS="-Os"
     12 makeoptions	USE_SSP="no"
     13 
     14 maxusers	8		# estimated number of users
     15 
     16 # CPU-related options.
     17 #options 	VM86		# virtual 8086 emulation
     18 #options 	USER_LDT	# user-settable LDT; used by WINE
     19 
     20 # This option allows you to force a serial console at the specified
     21 # I/O address.   see console(4) for details.
     22 #options 	CONSDEVNAME="\"com\""
     23 
     24 # The following options override the memory sizes passed in from the boot
     25 # block.  Use them *only* if the boot block is unable to determine the correct
     26 # values.  Note that the BIOS may *correctly* report less than 640k of base
     27 # memory if the extended BIOS data area is located at the top of base memory
     28 # (as is the case on most recent systems).
     29 #options 	REALBASEMEM=...	# size of base memory
     30 #options 	REALEXTMEM=...	# size of extended memory
     31 
     32 # Standard system options
     33 
     34 options 	INSECURE	# disable kernel security levels - X needs this
     35 
     36 options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     37 #options 	NTP		# NTP phase/frequency locked loop
     38 
     39 #options 	KTRACE		# system call tracing via ktrace(1)
     40 
     41 #options 	SYSVMSG		# System V-like message queues
     42 #options 	SYSVSEM		# System V-like semaphores
     43 #options 	SYSVSHM		# System V-like memory sharing
     44 
     45 #options 	USERCONF	# userconf(4) support
     46 options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     47 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     48 
     49 # Diagnostic/debugging support options
     50 #options 	DIAGNOSTIC	# expensive kernel consistency checks
     51 #options 	DEBUG		# expensive debugging checks/support
     52 #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
     53 #options 	DDB		# in-kernel debugger
     54 #options 	DDB_ONPANIC=1	# see also sysctl(8): `ddb.onpanic'
     55 #options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     56 #options 	KGDB		# remote debugger
     57 #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
     58 #makeoptions	DEBUG="-g"	# compile full symbol table
     59 
     60 # Compatibility options
     61 #options 	COMPAT_NOMID	# NetBSD 0.8, 386BSD, and BSDI
     62 #options 	COMPAT_09	# NetBSD 0.9
     63 #options 	COMPAT_10	# NetBSD 1.0
     64 #options 	COMPAT_11	# NetBSD 1.1
     65 options 	COMPAT_12	# NetBSD 1.2, 386BSD, and BSDI
     66 options 	COMPAT_13	# NetBSD 1.3, 386BSD, and BSDI
     67 options 	COMPAT_14	# NetBSD 1.4
     68 options 	COMPAT_15	# NetBSD 1.5
     69 options 	COMPAT_16	# NetBSD 1.6
     70 options 	COMPAT_20	# NetBSD 2.0
     71 options 	COMPAT_30	# NetBSD 3.0 compatibility.
     72 options 	COMPAT_40	# NetBSD 4.0
     73 options 	COMPAT_50	# NetBSD 5.0 compatibility.
     74 options 	COMPAT_60	# NetBSD 6.0 compatibility.
     75 options 	COMPAT_43	# 4.3BSD, 386BSD, and BSDI
     76 #options 	COMPAT_386BSD_MBRPART # recognize old partition ID
     77 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     78 
     79 #options 	COMPAT_SVR4	# binary compatibility with SVR4
     80 #options 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
     81 #options 	COMPAT_LINUX	# binary compatibility with Linux
     82 #options 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
     83 options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     84 
     85 # File systems
     86 file-system	FFS		# UFS
     87 #file-system	EXT2FS		# second extended file system (linux)
     88 #file-system	LFS		# log-structured file system
     89 #file-system	MFS		# memory file system
     90 file-system	NFS		# Network File System client
     91 file-system	CD9660		# ISO 9660 + Rock Ridge file system
     92 file-system	MSDOSFS		# MS-DOS file system
     93 #file-system	FDESC		# /dev/fd
     94 file-system	KERNFS		# /kern
     95 #file-system	NULLFS		# loopback file system
     96 #file-system	PROCFS		# /proc
     97 #file-system	UMAPFS		# NULLFS + uid and gid remapping
     98 #file-system	UNION		# union file system
     99 #file-system	PTYFS		# /dev/pts/N support
    100 #file-system	TMPFS		# Efficient memory file-system
    101 
    102 # File system options
    103 #options 	QUOTA		# legacy UFS quotas
    104 #options 	QUOTA2		# new, in-filesystem UFS quotas
    105 #options 	FFS_EI		# FFS Endian Independent support
    106 #options 	NFSSERVER	# Network File System server
    107 options 	FFS_NO_SNAPSHOT	# No FF snapshot support
    108 #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
    109 				# immutable) behave as system flags.
    110 
    111 # Networking options
    112 #options 	GATEWAY		# packet forwarding
    113 options 	INET		# IP + ICMP + TCP + UDP
    114 #options 	MROUTING	# IP multicast routing
    115 #options 	PIM		# Protocol Independent Multicast
    116 #options 	NETATALK	# AppleTalk networking protocols
    117 #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    118 #options 	PPP_DEFLATE	# Deflate compression support for PPP
    119 #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    120 #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
    121 #options 	IPFILTER_LOG	# ipmon(8) log support
    122 #options 	IPFILTER_LOOKUP	# ippool(8) support
    123 options 	IPFILTER_COMPAT # Compat for IP-Filter
    124 #options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
    125 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
    126 
    127 #options 	ALTQ		# Manipulate network interfaces' output queues
    128 #options 	ALTQ_BLUE	# Stochastic Fair Blue
    129 #options 	ALTQ_CBQ	# Class-Based Queueing
    130 #options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
    131 #options 	ALTQ_FIFOQ	# First-In First-Out Queue
    132 #options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
    133 #options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
    134 #options 	ALTQ_LOCALQ	# Local queueing discipline
    135 #options 	ALTQ_PRIQ	# Priority Queueing
    136 #options 	ALTQ_RED	# Random Early Detection
    137 #options 	ALTQ_RIO	# RED with IN/OUT
    138 #options 	ALTQ_WFQ	# Weighted Fair Queueing
    139 
    140 # These options enable verbose messages for several subsystems.
    141 # Warning, these may compile large string tables into the kernel!
    142 #options 	EISAVERBOSE	# verbose EISA device autoconfig messages
    143 #options 	PCIVERBOSE	# verbose PCI device autoconfig messages
    144 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    145 #options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
    146 #options 	SCSIVERBOSE	# human readable SCSI error messages
    147 #options 	USBVERBOSE	# verbose USB device autoconfig messages
    148 
    149 #options 	NFS_BOOT_BOOTP,NFS_BOOT_BOOTPARAM
    150 
    151 # Kernel root file system and dump configuration.
    152 config		netbsd	root on ? type ?
    153 #config		netbsd	root on sd0a type ffs
    154 #config		netbsd	root on ? type nfs
    155 
    156 #
    157 # wscons options
    158 #
    159 # builtin terminal emulations
    160 #options 	WSEMUL_SUN		# sun terminal emulation
    161 options 	WSEMUL_VT100		# VT100 / VT220 emulation
    162 # customization of console and kernel output - see dev/wscons/wsdisplayvar.h
    163 #options 	WSDISPLAY_CUSTOM_OUTPUT	# color customization from wsconsctl(8)
    164 #options 	WS_DEFAULT_FG=WSCOL_WHITE
    165 #options 	WS_DEFAULT_BG=WSCOL_BLACK
    166 #options 	WS_DEFAULT_COLATTR="(0)"
    167 #options 	WS_DEFAULT_MONOATTR="(0)"
    168 options 	WS_KERNEL_FG=WSCOL_GREEN
    169 #options 	WS_KERNEL_BG=WSCOL_BLACK
    170 #options 	WS_KERNEL_COLATTR=""
    171 #options 	WS_KERNEL_MONOATTR=""
    172 # customization of console border color
    173 #options 	WSDISPLAY_CUSTOM_BORDER	# border customization from wsconsctl(8)
    174 #options 	WSDISPLAY_BORDER_COLOR=WSCOL_BLUE	# default color
    175 # compatibility to other console drivers
    176 options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
    177 options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
    178 options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
    179 options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
    180 # see dev/pckbport/wskbdmap_mfii.c for implemented layouts
    181 #options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" # for pckbd driver
    182 #options 	UKBD_LAYOUT="(KB_DE | KB_NODEAD)"  # for ukbd driver
    183 # allocate a number of virtual screens at autoconfiguration time
    184 #options 	WSDISPLAY_DEFAULTSCREENS=4
    185 # use a large software cursor that doesn't blink
    186 options 	PCDISPLAY_SOFTCURSOR
    187 
    188 #
    189 # Device configuration
    190 #
    191 
    192 #apm0	at mainbus0			# Advanced power management
    193 
    194 
    195 # Basic Bus Support
    196 
    197 # PCI bus support
    198 #pci*	at mainbus? bus ?
    199 #pci*	at pchb? bus ?
    200 #pci*	at ppb? bus ?
    201 
    202 # PCI bridges
    203 #pchb*	at pci? dev ? function ?	# PCI-Host bridges
    204 #pceb*	at pci? dev ? function ?	# PCI-EISA bridges
    205 #pcib*	at pci? dev ? function ?	# PCI-ISA bridges
    206 #ichlpcib* at pci? dev ? function ?	# Intel ICH PCI-ISA w/ watchdog and
    207 					# SpeedStep support
    208 #ppb*	at pci? dev ? function ?	# PCI-PCI bridges
    209 # XXX 'puc's aren't really bridges, but there's no better place for them here
    210 #puc*	at pci? dev ? function ?	# PCI "universal" comm. cards
    211 
    212 # EISA bus support
    213 #eisa0	at mainbus?
    214 #eisa0	at pceb?
    215 
    216 # ISA bus support
    217 isa0	at mainbus?
    218 #isa0	at pceb?
    219 #isa0	at pcib?
    220 #isa0	at ichlpcib?
    221 
    222 # PCMCIA bus support
    223 pcmcia* at pcic? controller ? socket ?
    224 
    225 # ISA PCMCIA controllers
    226 pcic0	at isa? port 0x3e0 iomem 0xd0000 iosiz 0x4000
    227 pcic1	at isa? port 0x3e2 iomem 0xd4000 iosiz 0x4000
    228 
    229 # ISA Plug-and-Play bus support
    230 #isapnp0 at isa?
    231 
    232 # ISA Plug-and-Play PCMCIA controllers
    233 #pcic*	at isapnp?
    234 
    235 # Coprocessor Support
    236 
    237 # Math Coprocessor support
    238 npx0	at isa? port 0xf0 irq 13	# x86 math coprocessor
    239 
    240 # Console Devices
    241 
    242 # wscons
    243 pckbc0		at isa?			# PC keyboard controller
    244 pckbd*		at pckbc?		# PC keyboard
    245 #pms*		at pckbc?		# PS/2 mouse for wsmouse
    246 vga0		at isa?
    247 #vga*		at pci? dev ? function ?
    248 pcdisplay0	at isa?			# CGA, MDA, EGA, HGA
    249 wsdisplay*	at vga? console ?
    250 wsdisplay*	at pcdisplay? console ?
    251 wskbd*		at pckbd? console ?
    252 #wsmouse*	at pms? mux 0
    253 
    254 
    255 #attimer0	at isa?
    256 #pcppi0	at isa?
    257 #sysbeep0	at pcppi?
    258 
    259 # Serial Devices
    260 
    261 # PCI serial interfaces
    262 #com*	at puc? port ?			# 16x50s on "universal" comm boards
    263 #cy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
    264 
    265 # ISA Plug-and-Play serial interfaces
    266 #com*	at isapnp?			# Modems and serial boards
    267 
    268 # PCMCIA serial interfaces
    269 com*	at pcmcia? function ?		# Modems and serial cards
    270 
    271 # ISA serial interfaces
    272 #options 	COM_HAYESP		# adds Hayes ESP serial board support
    273 com0	at isa? port 0x3f8 irq 4	# Standard PC serial ports
    274 com1	at isa? port 0x2f8 irq 3
    275 com2	at isa? port 0x3e8 irq 5
    276 #com3	at isa? port 0x2e8 irq 9
    277 #ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
    278 #com*	at ast? slave ?
    279 #boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
    280 #com*	at boca? slave ?
    281 #rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
    282 #com*	at rtfps? slave ?
    283 #cy0	at isa? iomem 0xd4000 irq 12	# Cyclades serial cards
    284 
    285 
    286 # Parallel Printer Interfaces
    287 
    288 # PCI parallel printer interfaces
    289 #lpt*	at puc? port ?			# || ports on "universal" comm boards
    290 
    291 # ISA parallel printer interfaces
    292 lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
    293 #lpt1	at isa? port 0x278
    294 #lpt2	at isa? port 0x3bc
    295 
    296 
    297 # SCSI Controllers and Devices
    298 
    299 # PCI SCSI controllers
    300 #ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
    301 #dpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID
    302 #bha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
    303 #isp*	at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FibreChannel
    304 #siop*	at pci? dev ? function ?	# NCR 53c8xx SCSI
    305 #esiop*	at pci? dev ? function ?	# NCR 53c875 SCSI and newer
    306 #options 	SIOP_SYMLED		# drive the act. LED in software
    307 
    308 # EISA SCSI controllers
    309 #ahb*	at eisa? slot ?			# Adaptec 174[02] SCSI
    310 #ahc*	at eisa? slot ?			# Adaptec 274x, aic7770 SCSI
    311 #bha*	at eisa? slot ?			# BusLogic 7xx SCSI
    312 #dpt*	at eisa? slot ?			# DPT SmartCache/SmartRAID
    313 #uha*	at eisa? slot ?			# UltraStor 24f SCSI
    314 
    315 # PCMCIA SCSI controllers
    316 #aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
    317 
    318 # ISA Plug-and-Play SCSI controllers
    319 #aic*	at isapnp?			# Adaptec AHA-1520B
    320 
    321 # ISA SCSI controllers
    322 #aha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
    323 #aha1	at isa? port 0x334 irq ? drq ?
    324 #ahc0	at isa? port ? irq ?		# Adaptec 284x SCSI
    325 #aic0	at isa? port 0x340 irq 11	# Adaptec 152[02] SCSI
    326 #bha0	at isa? port 0x330 irq ? drq ?	# BusLogic [457]4X SCSI
    327 #bha1	at isa? port 0x334 irq ? drq ?
    328 #sea0	at isa? iomem 0xc8000 irq 5	# Seagate/Future Domain SCSI
    329 #uha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI
    330 #uha1	at isa? port 0x340 irq ? drq ?
    331 #wds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
    332 #wds1	at isa? port 0x358 irq 11 drq 5
    333 
    334 # SCSI bus support
    335 #scsibus* at scsi?
    336 
    337 # SCSI devices
    338 #sd*	at scsibus? target ? lun ?	# SCSI disk drives
    339 #st*	at scsibus? target ? lun ?	# SCSI tape drives
    340 #cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    341 #ch*	at scsibus? target ? lun ?	# SCSI autochangers
    342 #ss*	at scsibus? target ? lun ?	# SCSI scanners
    343 #uk*	at scsibus? target ? lun ?	# SCSI unknown
    344 
    345 
    346 # IDE and related devices
    347 
    348 # ISA Plug-and-Play IDE controllers
    349 #wdc*	at isapnp?
    350 
    351 # PCMCIA IDE controllers
    352 wdc*	at pcmcia? function ?
    353 
    354 # ISA IDE controllers
    355 wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
    356 wdc1	at isa? port 0x170 irq 15
    357 
    358 # ATA (IDE) bus support
    359 atabus* at ata?
    360 #options 	ATADEBUG
    361 
    362 # IDE drives
    363 wd*	at atabus? drive ?			# the drives themselves
    364 
    365 # ATAPI bus support
    366 atapibus* at atapi?
    367 
    368 # ATAPI devices
    369 cd*	at atapibus? drive ?		# ATAPI CD-ROM drives
    370 sd*	at atapibus? drive ?		# ATAPI disk drives
    371 
    372 
    373 # Miscellaneous mass storage devices
    374 
    375 # ISA floppy
    376 fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
    377 #fdc1	at isa? port 0x370 irq ? drq ?
    378 fd*	at fdc? drive ?			# the drives themselves
    379 # some machines need you to do this instead of fd*
    380 #fd0	at fdc0 drive 0
    381 
    382 # ISA CD-ROM devices
    383 #mcd0	at isa? port 0x300 irq 10	# Mitsumi CD-ROM drives
    384 
    385 # ISA tape devices
    386 # note: the wt driver conflicts unpleasantly with SMC boards at the
    387 # same I/O address. The probe reprograms their EEPROMs. Don't
    388 # uncomment it unless you are actually using it.
    389 #wt0	at isa? port 0x308 irq 5 drq 1	# Archive and Wangtek QIC tape drives
    390 
    391 
    392 # Network Interfaces
    393 
    394 # PCI network interfaces
    395 #en*	at pci? dev ? function ?	# ENI/Adaptec ATM
    396 #ep*	at pci? dev ? function ?	# 3Com 3c59x/3c90x Ethernet
    397 #epic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
    398 #esh*	at pci? dev ? function ?	# Essential HIPPI card
    399 #fpa*	at pci? dev ? function ?	# DEC DEFPA FDDI
    400 #fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
    401 #le*	at pci? dev ? function ?	# PCnet-PCI Ethernet
    402 #ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
    403 #tl*	at pci? dev ? function ?	# ThunderLAN-based Ethernet
    404 #tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
    405 
    406 # EISA network interfaces
    407 #ep*	at eisa? slot ?			# 3Com 3c579 Ethernet
    408 #fea*	at eisa? slot ?			# DEC DEFEA FDDI
    409 
    410 # ISA Plug-and-Play network interfaces
    411 #ep*	at isapnp?			# 3Com 3c509 Ethernet
    412 #ne*	at isapnp?			# NE2000-compatible Ethernet
    413 
    414 # PCMCIA network interfaces
    415 ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
    416 mbe*	at pcmcia? function ?		# MB8696x based Ethernet
    417 ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    418 sm*	at pcmcia? function ?		# Megahertz Ethernet
    419 
    420 # ISA network interfaces
    421 ate0	at isa? port 0x2a0 irq ?		# AT1700
    422 ec0	at isa? port 0x250 iomem 0xd8000 irq 9	# 3Com 3c503 Ethernet
    423 eg0	at isa? port 0x280 irq 9		# 3c505 Ethernet cards
    424 el0	at isa? port 0x300 irq 9		# 3c501 Ethernet cards
    425 ep0	at isa? port ? irq ?			# 3c509 Ethernet cards
    426 ef0	at isa? port 0x360 iomem 0xd0000 irq 7	# 3c507
    427 ai0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN
    428 fmv0	at isa? port 0x2a0 irq ?		# FMV-180 series
    429 ix0	at isa? port 0x300 irq 10		# EtherExpress/16
    430 iy0	at isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
    431 lc0	at isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
    432 #depca0	at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5	# DEPCA
    433 #le*	at depca?
    434 nele0	at isa? port 0x320 irq 9 drq 7		# NE2100
    435 le*	at nele?
    436 bicc0	at isa? port 0x320 irq 10 drq 7		# BICC IsoLan
    437 le*	at bicc?
    438 ne0	at isa? port 0x280 irq 9		# NE[12]000 Ethernet cards
    439 ne1	at isa? port 0x300 irq 10
    440 sm0	at isa? port 0x300 irq 10		# SMC91C9x Ethernet
    441 we0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
    442 we1	at isa? port 0x300 iomem 0xcc000 irq 10
    443 
    444 # MII bus support
    445 #mii*	at tl?
    446 
    447 # MII PHY network interfaces
    448 #tlphy*	at mii? dev ?			# ThunderLAN PHYs
    449 #nsphy*	at mii? dev ?			# NS and compatible PHYs
    450 #ukphy*	at mii? phy ?			# generic unknown PHYs
    451 
    452 
    453 # USB Controller and Devices
    454 
    455 # PCI USB controllers
    456 #uhci*	at pci?				# Universal Host Controller (Intel)
    457 #ohci*	at pci?				# Open Host Controller
    458 
    459 # USB bus support
    460 #usb*	at uhci?
    461 #usb*	at ohci?
    462 
    463 # USB Hubs
    464 #uhub*	at usb?
    465 #uhub*	at uhub? port ?
    466 
    467 # USB Mice
    468 #ums*	at uhub? port ?
    469 
    470 # USB Keyboards
    471 #ukbd*	at uhub? port ?
    472 
    473 # USB Generic HID devices
    474 #uhid*	at uhub? port ?
    475 
    476 # USB Printer
    477 #ulpt*	at uhub? port ?
    478 
    479 # USB Mass Storage
    480 #umass*	at uhub? port ? configuration ? interface ?
    481 #wd*	at umass?
    482 
    483 # USB Ethernet adapters
    484 #aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
    485 #axe*	at uhub? port ?		# ASIX AX88172 based adapters
    486 #cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
    487 #kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
    488 #url*	at uhub? port ?		# Realtek RTL8150L based adapters
    489 
    490 # Y@P firmware loader
    491 #uyap* at uhub? port ?
    492 
    493 # USB Generic driver
    494 #ugen*	at uhub? port ?
    495 
    496 # Audio Devices
    497 
    498 # PCI audio devices
    499 #eap*	at pci? dev ? function ?	# Ensoniq AudioPCI
    500 
    501 # ISA Plug-and-Play audio devices
    502 #guspnp* at isapnp?			# Gravis Ultra Sound PnP audio
    503 #sb*	at isapnp?			# SoundBlaster-compatible audio
    504 #ym*	at isapnp?			# Yamaha OPL3-SA[23] audio
    505 
    506 # ISA audio devices
    507 #aria0	at isa? port 0x290 irq 10 		# Aria
    508 #gus0	at isa? port 0x220 irq 7 drq 1 drq2 6	# Gravis Ultra Sound
    509 #pas0	at isa? port 0x220 irq 7 drq 1		# ProAudio Spectrum
    510 #sb0	at isa? port 0x220 irq 5 drq 1 drq2 5	# SoundBlaster
    511 #wss0	at isa? port 0x530 irq 10 drq 0	drq2 1	# Windows Sound System
    512 
    513 # Audio support
    514 #audio*	at audiobus?
    515 
    516 # The spkr driver provides a simple tone interface to the built in speaker.
    517 #spkr0	at pcppi?		# PC speaker
    518 
    519 
    520 # Joysticks
    521 
    522 # ISA Plug-and-Play joysticks
    523 #joy*	at isapnp?			# Game ports (usually on audio cards)
    524 
    525 # ISA joysticks. Probe is a little strange; add only if you have one.
    526 #joy0	at isa? port 0x201
    527 
    528 
    529 # Miscellaneous Devices
    530 
    531 # Planetconnect Satellite receiver driver.
    532 #satlink0 at isa? port 0x300 drq 1
    533 
    534 
    535 # Pull in optional local configuration
    536 cinclude "arch/i386/conf/GENERIC.local"
    537 
    538 
    539 # Pseudo-Devices
    540 
    541 # disk/mass storage pseudo-devices
    542 #pseudo-device	ccd			# concatenated/striped disk devices
    543 pseudo-device	fss			# file system snapshot device
    544 #pseudo-device	md			# memory disk device (ramdisk)
    545 pseudo-device	vnd			# disk-like interface to files
    546 #options 	VND_COMPRESSION		# compressed vnd(4)
    547 
    548 # network pseudo-devices
    549 pseudo-device	bpfilter		# Berkeley packet filter
    550 pseudo-device	bridge			# simple inter-network bridging
    551 pseudo-device	ipfilter		# IP filter (firewall) and NAT
    552 pseudo-device	loop			# network loopback
    553 pseudo-device	ppp			# Point-to-Point Protocol
    554 pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    555 #pseudo-device	sl			# Serial Line IP
    556 #pseudo-device	strip			# Starmode Radio IP (Metricom)
    557 pseudo-device	tun			# network tunneling over tty
    558 #pseudo-device	tap			# virtual Ethernet
    559 
    560 # miscellaneous pseudo-devices
    561 pseudo-device	pty			# pseudo-terminals
    562 #options 	RND_COM			# use "com" randomness as well (BROKEN)
    563 pseudo-device	clockctl		# user control of clock subsystem
    564