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