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