Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.273
      1 #
      2 # This machine description file is used to generate the default NetBSD
      3 # kernel.  The generic kernel on NetBSD/alpha does enough to get booted,
      4 # etc., but not much more.  For a more complete kernel see the ALPHA
      5 # machine description file.
      6 #
      7 # The machine description file can be customised for your specific
      8 # machine to reduce the kernel size and improve its performance.
      9 #
     10 # For further information on compiling NetBSD kernels, see the config(8)
     11 # man page.
     12 #
     13 # For further information on hardware support for this architecture, see
     14 # the intro(4) man page.  For further information about kernel options
     15 # for this architecture, see the options(4) man page.  For an explanation
     16 # of each device driver in this file see the section 4 man page for the
     17 # device.
     18 
     19 # If you add stuff to this, please add it to the ALPHA configuration, too.
     20 
     21 include		"arch/alpha/conf/std.alpha"
     22 
     23 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
     24 
     25 #ident 		"GENERIC-$Revision: 1.273 $"
     26 
     27 maxusers 32
     28 
     29 # CPU Support
     30 options 	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
     31 options 	DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
     32 options 	DEC_2100_A500	# Sable:	AlphaServer 2100
     33 options 	DEC_2100A_A500	# Lynx:		AlphaServer 2100A
     34 options 	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
     35 options 	DEC_3000_300	# Pelican etc:	3000/300*
     36 options 	DEC_AXPPCI_33	# NoName:	AXPpci33, etc.
     37 options 	DEC_EB164	# EB164:	AlphaPC 164
     38 options 	DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
     39 options 	DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
     40 options 	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
     41 options 	DEC_KN300	# KN300:	AlphaServer 4100 and 1200
     42 options 	DEC_550		# Miata:	Digital Personal Workstation
     43 options 	DEC_1000	# Mikasa etc:	Digital AlphaServer 1000
     44 options 	DEC_1000A	# Corelle etc:	Digital AlphaServer 800/1000A
     45 options 	DEC_ALPHABOOK1	# AlphaBook1:	Tadpole/DEC AlphaBook
     46 options 	DEC_EB66	# EB66:		21066 Evaluation Board
     47 options 	DEC_6600	# EV6:		264DP OEM Board
     48 options 	API_UP1000	# EV6:		Alpha Processor, Inc. UP1000
     49 
     50 # Standard system options
     51 options 	KTRACE			# System call tracing support
     52 options 	SYSTRACE		# System call vetting via systrace(1)
     53 options 	NTP			# kernel PLL for NTP
     54 
     55 # Enable experimental buffer queue strategy for better responsiveness under
     56 # high disk I/O load. Use it with caution - it's not proven to be stable yet.
     57 #options 	BUFQ_READPRIO
     58 #options 	BUFQ_PRIOCSCAN
     59 
     60 # Diagnostic/debugging support options
     61 options 	DIAGNOSTIC		# Cheap kernel consistency checks
     62 options 	DDB			# kernel debugger
     63 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     64 #makeoptions	DEBUG="-g"
     65 #makeoptions	DEBUGLIST="pattern1 pattern2 ..."
     66 
     67 #options 	KGDB			# Remote kernel GDB support
     68 #options 	KGDB_DEVNAME="\"com\""	# device to use for KGDB
     69 #options 	KGDB_DEVADDR=0x2f8	# at this address
     70 #options 	KGDB_DEVRATE=57600	# at this comm. rate
     71 
     72 # File systems
     73 file-system	FFS		# Fast file system
     74 file-system	MFS		# Memory-based file system
     75 file-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
     76 file-system	MSDOSFS		# MS-DOS-compatible file system
     77 file-system	NTFS		# Windows/NT file system (experimental)
     78 file-system	NFS		# Sun NFS-compatible file system client
     79 file-system	KERNFS		# Kernel variable file system (/kern)
     80 file-system	PROCFS		# Process file system (/proc)
     81 #file-system	PTYFS		# experimental - /dev/ptm support
     82 
     83 # File system options
     84 options 	QUOTA		# UFS quotas
     85 #options 	FFS_EI		# FFS Endian Independant support
     86 options 	SOFTDEP		# FFS soft updates support.
     87 #options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
     88 options 	NFSSERVER	# Sun NFS-compatible file system server
     89 #options 	FFS_NO_SNAPSHOT	# ffs snapshots
     90 
     91 # Networking options
     92 #options 	GATEWAY		# packet forwarding
     93 options 	INET		# IP + ICMP + TCP + UDP
     94 options 	INET6		# IPV6
     95 #options 	IPSEC		# IP security
     96 #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     97 #options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
     98 #options 	IPSEC_DEBUG	# debug for IP security
     99 #options 	MROUTING	# IP multicast routing
    100 #options 	PIM		# Protocol Independent Multicast
    101 #options 	NS		# XNS
    102 #options 	NSIP		# XNS tunneling over IP
    103 #options 	ISO,TPIP	# OSI
    104 #options 	EON		# OSI tunneling over IP
    105 #options 	CCITT,LLC,HDLC	# X.25
    106 #options 	NETATALK	# AppleTalk networking protocols
    107 #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    108 #options 	PPP_DEFLATE	# Deflate compression support for PPP
    109 #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    110 #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
    111 #options 	IPFILTER_LOG	# ipmon(8) log support
    112 #options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
    113 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
    114 
    115 #options 	ALTQ		# Manipulate network interfaces' output queues
    116 #options 	ALTQ_BLUE	# Stochastic Fair Blue
    117 #options 	ALTQ_CBQ	# Class-Based Queueing
    118 #options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
    119 #options 	ALTQ_FIFOQ	# First-In First-Out Queue
    120 #options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
    121 #options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
    122 #options 	ALTQ_LOCALQ	# Local queueing discipline
    123 #options 	ALTQ_PRIQ	# Priority Queueing
    124 #options 	ALTQ_RED	# Random Early Detection
    125 #options 	ALTQ_RIO	# RED with IN/OUT
    126 #options 	ALTQ_WFQ	# Weighted Fair Queueing
    127 
    128 # 4.3BSD compatibility.  Should be optional, but necessary for now.
    129 options 	COMPAT_43
    130 
    131 # Binary compatibility with previous versions of NetBSD.
    132 #options 	COMPAT_09
    133 options 	COMPAT_10
    134 options 	COMPAT_11
    135 options 	COMPAT_12
    136 options 	COMPAT_13
    137 options 	COMPAT_14
    138 options		COMPAT_16
    139 options		COMPAT_20
    140 options 	COMPAT_30	# NetBSD 3.0 compatibility.
    141 # OSF/1 binary compatibility
    142 options 	COMPAT_OSF1
    143 
    144 # Linux binary compatibility
    145 options 	COMPAT_LINUX
    146 
    147 options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
    148 
    149 # System V-like message queues
    150 options 	SYSVMSG
    151 #options 	SEMMNI=10	# number of semaphore identifiers
    152 #options 	SEMMNS=60	# number of semaphores in system
    153 #options 	SEMUME=10	# max number of undo entries per process
    154 #options 	SEMMNU=30	# number of undo structures in system
    155 
    156 # System V-like semaphores
    157 options 	SYSVSEM
    158 
    159 # System V-like shared memory
    160 options 	SYSVSHM
    161 #options 	SHMMAXPGS=1024		# 1024 pages is the default
    162 
    163 # p1003.1b semaphore support
    164 options 	P1003_1B_SEMAPHORE
    165 
    166 # Loadable Kernel Modules
    167 options 	LKM
    168 
    169 # Disable kernel security.
    170 #options 	INSECURE
    171 
    172 # Misc. options
    173 options 	EISAVERBOSE		# recognize "unknown" EISA devices
    174 options 	PCIVERBOSE		# recognize "unknown" PCI devices
    175 options 	MIIVERBOSE		# verbose PHY autoconfig messages
    176 #options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
    177 options 	SCSIVERBOSE		# Verbose SCSI errors
    178 options		USBVERBOSE		# verbose USB device autoconfig messages
    179 options 	TCVERBOSE		# recognize "unknown" TC devices
    180 #options 	PCMCIAVERBOSE
    181 options 	USERCONF		# userconf(4) support
    182 #options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
    183 options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
    184 options 	FONT_GALLANT12x22	# Console font for TC devices
    185 
    186 # The Alpha console firmware network boots using the BOOTP
    187 # protocol, so we ask the NFS code to use BOOTP/DHCP as well,
    188 # in case we have NFS root.
    189 options 	NFS_BOOT_DHCP		# superset of BOOTP
    190 
    191 # WS console uses SUN or VT100 terminal emulation
    192 options 	WSEMUL_VT100
    193 
    194 # realtime clock compatible to OSF/1
    195 #options 	CLOCK_COMPAT_OSF1
    196 
    197 config		netbsd	root on ? type ?
    198 #config		netbsd	root on sd0 type ffs
    199 #config		netbsd	root on ? type nfs
    200 
    201 mainbus0 at	root
    202 cpu*	at	mainbus0
    203 
    204 # TurboLaser bus support and devices
    205 tlsb*	at	mainbus0
    206 gbus*	at	tlsb? node ? offset ?
    207 tlsbmem* at	tlsb? node ? offset ?
    208 kft*	at	tlsb? node ? offset ?
    209 
    210 # Gbus Devices
    211 mcclock* at	gbus? offset ?
    212 
    213 # MCBUS bus support
    214 mcbus*	at	mainbus0
    215 mcmem*	at	mcbus? mid ?
    216 
    217 #i2c	at	mcbus?
    218 
    219 #EV6 Tsunami Core Logic
    220 
    221 tsc*	at	mainbus0
    222 
    223 # DECpc AXP150 (Jensen) internal bus support
    224 jensenio* at	mainbus0
    225 
    226 com*	at	jensenio? port ?
    227 lpt*	at	jensenio? port ?
    228 mcclock* at	jensenio? port ?
    229 pckbc*	at	jensenio? port ?
    230 
    231 # TURBOchannel host bus adapter support
    232 tcasic*	at	mainbus0
    233 
    234 # TURBOchannel bus support
    235 tc*	at	tcasic?
    236 
    237 # TURBOchannel devices
    238 ioasic*	at	tc? slot ? offset ?
    239 mcclock* at	ioasic? offset ?
    240 le*	at	ioasic? offset ?
    241 zsc0	at	ioasic? offset 0x100000
    242 zsc1	at	ioasic? offset 0x180000
    243 bba0	at	ioasic? offset ?
    244 tcds*	at	tc? slot ? offset ?
    245 asc*	at	tcds? chip ?
    246 asc*	at	tc? slot ? offset ?
    247 le*	at	tc? slot ? offset ?
    248 fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
    249 cfb*	at	tc? slot ? offset ?
    250 mfb*	at	tc? slot ? offset ?
    251 tfb*	at	tc? slot ? offset ?
    252 sfb*	at	tc? slot ? offset ?
    253 #sfbp*	at	tc? slot ? offset ?
    254 px*	at	tc? slot ? offset ?
    255 pxg*	at	tc? slot ? offset ?
    256 
    257 # TurboChannel serial attachments
    258 zstty*	at	zsc? channel ?			# serial ports on B channels
    259 lkkbd0	at	zsc1 channel ?			# keyboard port on A channels
    260 vsms0	at	zsc0 channel ?			# mouse port on A channels
    261 
    262 # PCI host bus adapter support
    263 apecs*	at	mainbus?
    264 cia*	at	mainbus?
    265 irongate* at	mainbus?
    266 lca*	at	mainbus?
    267 dwlpx*	at	kft?
    268 mcpcia*	at	mcbus? mid ?
    269 tsp*	at	tsc?
    270 ttwoga*	at	mainbus?
    271 
    272 # Sable PCI and STDIO bus and devices
    273 ttwopci* at	ttwoga? hose ?
    274 sableio* at	ttwopci? bus ?
    275 com*	at	sableio? port ?
    276 lpt*	at	sableio? port ?
    277 pckbc*	at	sableio? port ?
    278 fdc*	at	sableio? port ?
    279 
    280 # PCI bus support
    281 pci*	at	apecs?
    282 pci*	at	cia?
    283 pci*	at	irongate?
    284 pci*	at	lca?
    285 pci*	at	ppb?
    286 pci*	at	dwlpx?
    287 pci*	at	mcpcia?
    288 pci*	at	tsp?
    289 pci*	at	ttwopci?
    290 
    291 # AGP support
    292 agp*	at	irongate?
    293 
    294 # PCI devices
    295 
    296 # PCI cryptographic devices
    297 hifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
    298 ubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
    299 
    300 adv*	at	pci? dev ? function ?		# AdvanSys SCSI
    301 adw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
    302 #options 	SCSI_ADW_WDTR_DISABLE		# 	disable WDTR
    303 #options 	SCSI_ADW_SDTR_DISABLE		# 	disable SDTR
    304 #options 	SCSI_ADW_TAGQ_DISABLE		# 	disable Tag Queuing
    305 ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
    306 autri*	at	pci? dev ? function ?		# Trident 4DWAVE based AC'97 Audio
    307 bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
    308 cac*	at	pci? dev ? function ?		# Compaq array controller (untested)
    309 cmpci*	at	pci? dev ? function ?		# C-Media CMI8338/8738 Audio
    310 cy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
    311 cz*	at	pci? dev ? function ?		# Cyclades-Z (untested)
    312 dpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
    313 eap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
    314 en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
    315 ep*	at	pci? dev ? function ?		# 3COM 3c59x
    316 epic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
    317 eso*	at	pci? dev ? function ?		# ESS Solo-1 PCI AudioDrive
    318 ex*	at	pci? dev ? function ?		# 3COM 3c90x[BC] Ethernet
    319 fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
    320 fxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
    321 gsip*	at	pci? dev ? function ?		# NS DP83820 Gigabit Ethernet
    322 iha*	at	pci? dev ? function ?		# Initio INIC-940/950 SCSI
    323 isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
    324 le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
    325 sf*	at	pci? dev ? function ?		# Adaptec AIC-6915 Ethernet
    326 siop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
    327 esiop*	at	pci? dev ? function ?		# Symbios 53c875 SCSI and newer
    328 mlx*	at	pci? dev ? function ?		# Mylex DAC960 / DEC SWXCR (untested)
    329 mpt*	at	pci? dev ? function ?		# LSI Fusion SCSI/FC
    330 ne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
    331 ohci*	at	pci? dev ? function ?		# USB Open Host Controller
    332 ehci*	at	pci? dev ? function ?		# USB-2 Host controller
    333 pceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
    334 pciide* at	pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
    335 acardide* at	pci? dev ? function ?		# Acard IDE controllers
    336 aceride* at	pci? dev ? function ?		# Acer Lab IDE controllers
    337 artsata* at	pci? dev ? function ?		# Intel i31244 SATA controller
    338 cmdide* at	pci? dev ? function ?		# CMD tech IDE controllers
    339 cypide* at	pci? dev ? function ?		# Cypress IDE controllers
    340 hptide* at	pci? dev ? function ?		# Triones/HighPoint IDE controllers
    341 optiide* at	pci? dev ? function ?		# Opti IDE controllers
    342 pdcide* at	pci? dev ? function ?		# Promise IDE controllers
    343 pdcsata* at 	pci? dev ? function ?		# Promise SATA150 controllers
    344 satalink* at	pci? dev ? function ?		# SiI SATALink controllers
    345 siside* at	pci? dev ? function ?		# SiS IDE controllers
    346 slide*  at	pci? dev ? function ?		# Symphony Labs IDE controllers
    347 viaide* at	pci? dev ? function ?		# VIA/AMD/Nvidia IDE controllers
    348 pcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
    349 ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
    350 rtk*	at	pci? dev ? function ?		# Realtek 8129/8139 Ethernet
    351 sio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
    352 sip*	at	pci? dev ? function ?		# SiS 900 Ethernet
    353 stge*	at	pci? dev ? function ?		# Sundance/Tamarack TC9021 GigE
    354 sv*	at	pci? dev ? function ?		# S3 SonicVibes
    355 tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
    356 ti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
    357 tl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
    358 tlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
    359 uhci*	at	pci? dev ? function ?		# USB Univ. Host Controller
    360 vga*	at	pci? dev ? function ?		# PCI VGA Graphics
    361 vr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
    362 wi*	at	pci? dev ? function ?		# Lucent/Intersil WaveLAN/IEEE
    363 yds*	at	pci? dev ? function ?		# Yamaha DS-1 PCI Audio
    364 
    365 opl*	at	cmpci? flags 1
    366 opl*	at	eso?
    367 #opl*	at	sv?
    368 opl*	at	yds?
    369 
    370 mpu*	at	cmpci?
    371 mpu*	at	eso?
    372 mpu*	at	yds?
    373 
    374 # MII/PHY support
    375 exphy*	at mii? phy ?			# 3Com internal PHYs
    376 icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
    377 inphy*	at mii? phy ?			# Intel 82555 PHYs
    378 lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
    379 gphyter* at mii? phy ?			# NS83861 Gig-E PHY
    380 nsphy*	at mii? phy ?			# NS83840 PHYs
    381 qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
    382 sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
    383 tlphy*	at mii? phy ?			# ThunderLAN PHYs
    384 ukphy*	at mii? phy ?			# generic unknown PHYs
    385 
    386 # ISA/EISA bus support
    387 isa*	at	jensenio?
    388 eisa*	at	jensenio?
    389 isa*	at	pceb?
    390 eisa*	at	pceb?
    391 isa*	at	sio?
    392 #isapnp*	at	isa?
    393 
    394 # ISA devices
    395 mcclock* at	isa? port 0x70
    396 pckbc*	at	isa?				# PC keyboard controller
    397 pckbd*	at	pckbc?				# PC keyboard (kbd port)
    398 pms*	at	pckbc?				# PS/2-style mouse (aux port)
    399 attimer* at	isa?				# AT Timer
    400 pcppi*	at	isa?				# PC prog. periph. interface
    401 spkr0	at	pcppi?				# IBM BASIC emulation
    402 isabeep0 at	pcppi?				# "keyboard" beep
    403 com*	at	isa? port 0x3f8 irq 4		# standard serial ports
    404 com*	at	isa? port 0x2f8 irq 3
    405 cs*	at	isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
    406 ec0	at	isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
    407 ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
    408 #ep*	at	isapnp?
    409 #ix0	at	isa? port 0x300 irq 10		# EtherExpress/16
    410 #iy0	at	isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
    411 fdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
    412 lc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
    413 lc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
    414 depca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
    415 depca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
    416 le*	at	depca?
    417 lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
    418 vga*	at	isa?				# ISA (EISA: XXX) VGA
    419 wdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
    420 wdc1	at	isa? port 0x170 irq 15
    421 #wdc*	at	isapnp?
    422 we0	at	isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
    423 we1	at	isa? port 0x300 iomem 0xcc000 irq 10
    424 #wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
    425 #wss*	at	isapnp?
    426 
    427 ess0	at	isa? port 0x220 irq 5 drq 1 drq2 5   # ESS 18XX
    428 sb*	at	isa? port 0x220 irq 5 drq 1	# SoundBlaster
    429 #sb*	at	isapnp?
    430 #adv*	at	isa? port ? irq ? drq ?		# AdvanSys APB-514[02]
    431 aha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
    432 aha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
    433 bha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
    434 bha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
    435 uha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
    436 uha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
    437 pcic0	at	isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
    438 pcic1	at	isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
    439 pcmcia*	at	pcic? controller ? socket ?
    440 
    441 # EISA devices
    442 ahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
    443 ahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
    444 bha*	at	eisa? slot ?			# BusLogic 7xx SCSI
    445 ep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
    446 fea*	at	eisa? slot ?			# DEC DEFEA FDDI
    447 mlx*	at	eisa? slot ?			# Mylex DAC960 / DEC SWXCR (untested)
    448 tlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
    449 depca*	at	eisa? slot ?			# DEC DE-422 Ethernet
    450 le*	at	depca?
    451 uha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
    452 
    453 # PCMCIA device
    454 com*	at	pcmcia? function ?	# Modems and serial cards
    455 
    456 aic*	at	pcmcia? function ?	# Adaptec APA-1460 SCSI
    457 spc*	at	pcmcia? function ?	# Fujitsu MB87030 SCSI
    458 
    459 wdc*	at	pcmcia? function ?	# PCMCIA IDE controllers
    460 
    461 ep*	at	pcmcia? function ?	# 3Com 3c589 and 3c562 Eth.
    462 mbe*	at	pcmcia? function ?	# MB8696x based Ethernet
    463 ne*	at	pcmcia? function ?	# NE2000-compatible Eth.
    464 ray*	at	pcmcia? function ?	# Raytheon Raylink (802.11)
    465 sm*	at	pcmcia? function ?	# Megahertz Ethernet
    466 wi*	at	pcmcia? function ?	# Lucent/Intersil WaveLAN/IEEE
    467 xirc*	at	pcmcia? function ?	# Xircom CreditCard Ethernet
    468 com*	at	xirc?
    469 xi*	at	xirc?
    470 mhzc*	at	pcmcia? function ?	# Megahertz Ethernet/Modem combo cards
    471 com*	at	mhzc?
    472 sm*	at	mhzc?
    473 
    474 # SCSI bus support
    475 scsibus* at	scsi?
    476 
    477 # SCSI devices
    478 cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
    479 sd*	at	scsibus? target ? lun ?		# SCSI disk drives
    480 st*	at	scsibus? target ? lun ?		# SCSI tape drives
    481 
    482 # ATA (IDE) bus support
    483 atabus* at ata?
    484 
    485 # IDE drives
    486 wd*	at	atabus? drive ?
    487 
    488 # ATAPI bus support
    489 atapibus* at	atapi?
    490 
    491 # ATAPI devices
    492 sd*	at	atapibus? drive ?		# ATAPI disk devices
    493 cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
    494 
    495 # Floppy drives
    496 fd*	at	fdc? drive ?
    497 
    498 # Hardware RAID devices
    499 ld*	at	cac? unit ?
    500 ld*	at	mlx? unit ?
    501 
    502 # USB bus support
    503 usb*	at uhci?
    504 usb*	at ohci?
    505 usb*	at ehci?
    506 
    507 # USB Hubs
    508 uhub*	at usb?
    509 uhub*	at uhub? port ? configuration ? interface ?
    510 
    511 # USB HID device
    512 uhidev*	at uhub? port ? configuration ? interface ?
    513 
    514 # USB Mice
    515 ums*	at uhidev? reportid ?
    516 wsmouse*	at ums?
    517 
    518 # USB Keyboards
    519 ukbd*	at uhidev? reportid ?
    520 wskbd*	at ukbd? console ?
    521 options         WSDISPLAY_COMPAT_RAWKBD
    522 
    523 # USB serial adpater
    524 ucycom*	at uhidev? reportid ?
    525 
    526 # USB Generic HID devices
    527 uhid*	at uhidev? reportid ?
    528 
    529 # USB Printer
    530 ulpt*	at uhub? port ? configuration ? interface ?
    531 
    532 # USB Modem
    533 umodem*	at uhub? port ? configuration ?
    534 ucom*	at umodem?
    535 
    536 # USB Mass Storage
    537 umass*	at uhub? port ? configuration ? interface ?
    538 atapibus* at umass?
    539 scsibus* at umass? channel ?
    540 
    541 # USB audio
    542 uaudio*	at uhub? port ? configuration ?  
    543 
    544 # USB MIDI      
    545 umidi*	at uhub? port ? configuration ?
    546 
    547 # USB IrDA
    548 # USB-IrDA bridge spec
    549 uirda*	at uhub? port ? configuration ? interface ?
    550 irframe* at uirda? 
    551 
    552 # SigmaTel STIr4200 USB/IrDA Bridge
    553 ustir*	at uhub? port ?  
    554 irframe* at ustir?
    555 
    556 # USB Ethernet adapters
    557 aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
    558 axe*	at uhub? port ?		# ASIX AX88172 based adapters
    559 cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
    560 kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
    561 url*	at uhub? port ?		# Realtek RTL8150L based adapters
    562 udav*	at uhub? port ?		# Davicom DM9601 based adapters
    563 
    564 # Serial adapters
    565 # FTDI FT8U100AX serial adapter
    566 uftdi*	at uhub? port ?
    567 ucom*	at uftdi? portno ?
    568 
    569 # Kyocera AIR-EDGE PHONE
    570 #ukyopon* at uhub? port ?
    571 #ucom*	at ukyopon? portno ?
    572 
    573 # USB scanners
    574 uscanner* at uhub? port ?
    575 
    576 # Y@P firmware loader
    577 uyap* at uhub? port ?
    578 
    579 # D-Link DSB-R100 USB FM radio tuner
    580 udsbr* at uhub? port ?
    581 radio* at udsbr?
    582 
    583 # USB Generic driver
    584 ugen*	at uhub? port ?
    585 
    586 # PCI IEEE1394 controllers
    587 #fwohci*	at pci? dev ? function ?	# IEEE1394 Open Host Controller
    588 
    589 #ieee1394if* at fwohci?
    590 #fwip*	at ieee1394if?			# IP over IEEE1394
    591 #sbp*	at ieee1394if? euihi ? euilo ?
    592 
    593 # Audio support
    594 audio*	at audiobus?
    595 midi*	at midibus?
    596 midi*	at pcppi?
    597 
    598 # Workstation Console attachments
    599 wsdisplay*	at	cfb?
    600 wsdisplay*	at	mfb?
    601 wsdisplay*	at	tfb?
    602 wsdisplay*	at	sfb?
    603 #wsdisplay*	at	sfbp?
    604 wsdisplay*	at	px?
    605 wsdisplay*	at	pxg?
    606 wsdisplay*	at	vga?
    607 wsdisplay*	at	tga?
    608 wskbd*		at	lkkbd? console ?
    609 wsmouse*	at	vsms?
    610 wskbd*		at	pckbd?
    611 wsmouse*	at	pms?
    612 
    613 pseudo-device 	crypto			# opencrypto framework
    614 
    615 pseudo-device	bpfilter	16
    616 pseudo-device	ccd		4
    617 #pseudo-device	cgd		4	# cryptographic disk devices
    618 pseudo-device	raid		8	# RAIDframe disk driver
    619 options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    620 # Options to enable various other RAIDframe RAID types.
    621 # options 	RF_INCLUDE_EVENODD=1
    622 # options 	RF_INCLUDE_RAID5_RS=1
    623 # options 	RF_INCLUDE_PARITYLOGGING=1
    624 # options 	RF_INCLUDE_CHAINDECLUSTER=1
    625 # options 	RF_INCLUDE_INTERDECLUSTER=1
    626 # options 	RF_INCLUDE_PARITY_DECLUSTERING=1
    627 # options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
    628 pseudo-device	fss		4	# file system snapshot device
    629 pseudo-device	ipfilter	1
    630 pseudo-device	loop		1
    631 pseudo-device	md		1
    632 pseudo-device	ppp		4
    633 pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    634 pseudo-device	pty			# pseudo-terminals
    635 pseudo-device	sl		4
    636 pseudo-device	vnd		4
    637 #options 	VND_COMPRESSION		# compressed vnd(4)
    638 #pseudo-device	gre		2	# generic L3 over IP tunnel
    639 pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    640 #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    641 #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
    642 pseudo-device	vlan			# IEEE 802.1q encapsulation
    643 pseudo-device	bridge			# simple inter-network bridging
    644 #options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
    645 pseudo-device	sequencer	1	# MIDI sequencer
    646 pseudo-device	rnd			# /dev/random and in-kernel generator
    647 #options 	RND_COM			# use "com" randomness too
    648 pseudo-device	clockctl		# user control of clock subsystem
    649 pseudo-device	wsfont
    650 pseudo-device	wsmux			# mouse and keyboad multiplexing
    651 pseudo-device	ksyms			# /dev/ksyms
    652 #pseudo-device	pf			# PF packet filter
    653 #pseudo-device	pflog			# PF log if
    654