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