GENERIC revision 1.93 1 # $NetBSD: GENERIC,v 1.93 2016/12/13 20:42:18 christos Exp $
2 #
3 # GENERIC machine description file
4 #
5 # This machine description file is used to generate the default NetBSD
6 # kernel. The generic kernel does not include all options, subsystems
7 # and device drivers, but should be useful for most applications.
8 #
9 # The machine description file can be customised for your specific
10 # machine to reduce the kernel size and improve its performance.
11 #
12 # For further information on compiling NetBSD kernels, see the config(8)
13 # man page.
14 #
15 # For further information on hardware support for this architecture, see
16 # the intro(4) man page. For further information about kernel options
17 # for this architecture, see the options(4) man page. For an explanation
18 # of each device driver in this file see the section 4 man page for the
19 # device.
20
21 include "arch/iyonix/conf/std.iyonix"
22
23 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
24
25 #ident "GENERIC-$Revision: 1.93 $"
26
27 maxusers 32 # estimated number of users
28
29 options MSGBUFSIZE=65536
30
31 # CPU options
32
33 # For XScale systems
34 options CPU_XSCALE_80321 # Support the XScale core
35 makeoptions CPUFLAGS="-mcpu=xscale"
36
37 # Architecture options
38 options XSCALE_CACHE_READ_WRITE_ALLOCATE
39 #options HZ=512
40
41 # Standard system options
42
43 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
44 #options NTP # NTP phase/frequency locked loop
45
46 #options KTRACE # system call tracing via ktrace(1)
47
48
49 #options SYSVMSG # System V-like message queues
50 #options SYSVSEM # System V-like semaphores
51 #options SYSVSHM # System V-like memory sharing
52
53 # Device options
54
55 # Console options. The default console is speed is 115200 baud.
56 #options CONSPEED=9600 # Console speed
57
58 # Miscellaneous kernel options
59 options KTRACE # system call tracing, a la ktrace(1)
60 options IRQSTATS # manage IRQ statistics
61 #options SCSIVERBOSE # Verbose SCSI errors
62 options PCIVERBOSE # Verbose PCI descriptions
63 options MIIVERBOSE # Verbose MII autoconfuration messages
64 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
65
66 options USERCONF # userconf(4) support
67 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
68 #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
69
70 # Development and Debugging options
71
72 # Enable experimental buffer queue strategy for better responsiveness under
73 # high disk I/O load. Likely stable but not yet the default.
74 #options BUFQ_READPRIO
75 #options BUFQ_PRIOCSCAN
76
77 # Diagnostic/debugging support options
78 #options DIAGNOSTIC # expensive kernel consistency checks
79 #options DEBUG # expensive debugging checks/support
80 options DDB # in-kernel debugger
81 #options DDB_ONPANIC=1 # see also sysctl(7): `ddb.onpanic'
82 options DDB_HISTORY_SIZE=512 # enable history editing in DDB
83 #options DDB_KEYCODE=0x40
84 #options KGDB # remote debugger
85 #options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
86 makeoptions DEBUG="-g" # compile full symbol table
87 makeoptions COPY_SYMTAB=1
88 options PERFCTRS # performance counters
89 #options PMAP_DEBUG # Enable pmap_debug_level code
90 #options VERBOSE_INIT_ARM # verbose bootstraping messages
91
92 #options PMAP_INCLUDE_PTE_SYNC
93 #options LOCKDEBUG
94
95
96 # Compatibility options
97 options COMPAT_NETBSD32 # allow running arm (e.g. non-earm) binaries
98 #options COMPAT_09 # NetBSD 0.9,
99 #options COMPAT_10 # NetBSD 1.0,
100 #options COMPAT_11 # NetBSD 1.1,
101 #options COMPAT_12 # NetBSD 1.2,
102 #options COMPAT_13 # NetBSD 1.3,
103 #options COMPAT_14 # NetBSD 1.4,
104 #options COMPAT_15 # NetBSD 1.5,
105 #options COMPAT_16 # NetBSD 1.6,
106 #options COMPAT_20 # NetBSD 2.0,
107 #options COMPAT_30 # NetBSD 3.0,
108 #options COMPAT_40 # NetBSD 4.0,
109 options COMPAT_50 # NetBSD 5.0,
110 options COMPAT_60 # NetBSD 6.0, and
111 options COMPAT_70 # NetBSD 7.0 binary compatibility.
112 #options COMPAT_43 # 4.3BSD
113 #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
114 options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
115
116 # File systems
117 file-system FFS # UFS
118 #file-system EXT2FS # second extended file system (linux)
119 #file-system LFS # log-structured file system
120 #file-system MFS # memory file system
121 file-system NFS # Network File System client
122 #file-system NTFS # Windows/NT file system (experimental)
123 file-system CD9660 # ISO 9660 + Rock Ridge file system
124 file-system MSDOSFS # MS-DOS file system
125 #file-system FDESC # /dev/fd
126 #file-system KERNFS # /kern
127 #file-system NULLFS # loopback file system
128 #file-system OVERLAY # overlay file system
129 #file-system PROCFS # /proc
130 #file-system UMAPFS # NULLFS + uid and gid remapping
131 #file-system UNION # union file system
132 #file-system CODA # Coda File System; also needs vcoda (below)
133 #file-system SMBFS # experimental - CIFS; also needs nsmb (below)
134 #file-system PTYFS # /dev/ptm support
135 #file-system TMPFS # Efficient memory file-system
136 #file-system UDF # experimental - OSTA UDF CD/DVD file-system
137 #file-system HFS # experimental - Apple HFS+ (read-only)
138 file-system FILECORE # Acorn filecore file system
139
140 # File system options
141 #options QUOTA # legacy UFS quotas
142 #options QUOTA2 # new, in-filesystem UFS quotas
143 #options FFS_EI # FFS Endian Independent support
144 options WAPBL # File system journaling support
145 # Note that UFS_DIRHASH is suspected of causing kernel memory corruption.
146 # It is not recommended for general use.
147 #options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
148 #options NFSSERVER # Network File System server
149 options FFS_NO_SNAPSHOT # No FFS snapshot support
150 #options UFS_EXTATTR # Extended attribute support for UFS1
151 #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
152 # immutable) behave as system flags.
153
154 # Networking options
155 #options GATEWAY # packet forwarding
156 options INET # IP + ICMP + TCP + UDP
157 #options INET6 # IPV6
158 #options IPSEC # IP security
159 #options IPSEC_DEBUG # debug for IP security
160 #options MROUTING # IP multicast routing
161 #options PIM # Protocol Independent Multicast
162 #options NETATALK # AppleTalk networking protocols
163 #options PPP_BSDCOMP # BSD-Compress compression support for PPP
164 #options PPP_DEFLATE # Deflate compression support for PPP
165 #options PPP_FILTER # Active filter support for PPP (requires bpf)
166 #options IPFILTER_LOG # ipmon(8) log support
167 #options IPFILTER_LOOKUP # ippool(8) support
168 #options IPFILTER_DEFAULT_BLOCK # block all packets by default
169 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
170
171 #options ALTQ # Manipulate network interfaces' output queues
172 #options ALTQ_BLUE # Stochastic Fair Blue
173 #options ALTQ_CBQ # Class-Based Queueing
174 #options ALTQ_CDNR # Diffserv Traffic Conditioner
175 #options ALTQ_FIFOQ # First-In First-Out Queue
176 #options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box)
177 #options ALTQ_HFSC # Hierarchical Fair Service Curve
178 #options ALTQ_LOCALQ # Local queueing discipline
179 #options ALTQ_PRIQ # Priority Queueing
180 #options ALTQ_RED # Random Early Detection
181 #options ALTQ_RIO # RED with IN/OUT
182 #options ALTQ_WFQ # Weighted Fair Queueing
183
184
185 options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
186
187 # Kernel root file system and dump configuration.
188 config netbsd root on ? type ?
189 #config netbsd root on sd0a type ffs
190 #config netbsd root on ? type nfs
191
192 #
193 # Device configuration
194 #
195
196 mainbus0 at root
197
198 cpu0 at mainbus?
199
200 # i80321 I/O Processor peripheral support
201 iopxs* at mainbus?
202
203 iopaau* at iopxs? # Application Accelerator Unit
204 iopiic* at iopxs? # I2C Controller Unit(s)
205 iic0 at iopiic?
206 iic1 at iopiic?
207 iopwdog* at iopxs? # Watchdog timer
208 pci0 at iopxs? bus ? # PCI/PCI-X support
209
210 # The curious can see their RAM timings.
211 spdmem* at iic1 addr 0x56
212
213 # PCI bridges
214 ppb* at pci? dev ? function ? # PCI-PCI bridges
215 pci* at ppb? bus ?
216 # XXX 'puc's aren't really bridges, but there's no better place for them here
217 #puc* at pci? dev ? function ? # PCI "universal" comm. cards
218
219 #options COMCONSOLE
220
221 # VGA
222 #vga* at pci? dev ? function ?
223 genfb* at pci? dev ? function ?
224
225 # Display
226 wsdisplay0 at wsemuldisplaydev? console 1
227 wsdisplay* at wsemuldisplaydev?
228
229 options WSEMUL_VT100 # VT100 / VT220 emulation
230 options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
231
232 # CardBus bridge support
233 #cbb* at pci? dev ? function ?
234 #cardslot* at cbb?
235
236 # CardBus bus support
237 #cardbus* at cardslot?
238 #pcmcia* at cardslot?
239
240 # Serial Devices
241
242 # PCI serial interfaces
243 #com* at puc? port ? # 16x50s on "universal" comm boards
244 #cy* at pci? dev ? function ? # Cyclades Cyclom-Y serial boards
245 #cz* at pci? dev ? function ? # Cyclades-Z multi-port serial boards
246
247 # PCMCIA serial interfaces
248 #com* at pcmcia? function ? # Modems and serial cards
249
250 #pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards
251 #com* at pcmcom? slave ? # ...and the slave devices
252
253 # CardBus serial interfaces
254 #com* at cardbus? function ? # Modems and serial cards
255
256 # I2O devices
257 #iop* at pci? dev ? function ? # I/O processor
258 #iopsp* at iop? tid ? # SCSI/FC-AL ports
259 #ld* at iop? tid ? # block devices
260 #dpti* at iop? tid 0 # DPT/Adaptec control interface
261
262 # SCSI Controllers and Devices
263
264 # PCI SCSI controllers
265 #adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
266 #adw* at pci? dev ? function ? # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
267 #ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
268 #ahd* at pci? dev ? function ? # Adaptec 29320, 39320 (aic790x) SCSI
269 #bha* at pci? dev ? function ? # BusLogic 9xx SCSI
270 #dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID
271 #iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI
272 #isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel
273 #mfi* at pci? dev ? function ? # LSI MegaRAID SAS
274 #mly* at pci? dev ? function ? # Mylex AcceleRAID and eXtremeRAID
275 #mpt* at pci? dev ? function ? # LSI Fusion SCSI/FC
276 #njs* at pci? dev ? function ? # Workbit NinjaSCSI-32
277 #pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI
278 #siop* at pci? dev ? function ? # Symbios 53c8xx SCSI
279 #esiop* at pci? dev ? function ? # Symbios 53c875 SCSI and newer
280 ##options SIOP_SYMLED # drive the act. LED in software
281 #trm* at pci? dev ? function ? # Tekram DC-395U/UW/F, DC-315/U SCSI
282
283 # PCMCIA SCSI controllers
284 #aic* at pcmcia? function ? # Adaptec APA-1460 SCSI
285 #esp* at pcmcia? function ? # Qlogic ESP406/FAS408 SCSI
286 #spc* at pcmcia? function ? # Fujitsu MB87030/MB89352 SCSI
287
288 # CardBus SCSI cards
289 #adv* at cardbus? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
290 #ahc* at cardbus? function ? # Adaptec ADP-1480
291 #njs* at cardbus? function ? # Workbit NinjaSCSI-32
292
293 # SCSI bus support
294 #scsibus* at scsi?
295
296 # SCSI devices
297 #sd* at scsibus? target ? lun ? # SCSI disk drives
298 #st* at scsibus? target ? lun ? # SCSI tape drives
299 #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
300 #ch* at scsibus? target ? lun ? # SCSI autochangers
301 #ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices
302 #ss* at scsibus? target ? lun ? # SCSI scanners
303 #uk* at scsibus? target ? lun ? # SCSI unknown
304
305
306 # RAID controllers and devices
307 #aac* at pci? dev ? function ? # Adaptec AAC family
308 #amr* at pci? dev ? function ? # AMI/LSI Logic MegaRAID
309 #cac* at pci? dev ? function ? # Compaq PCI array controllers
310 #ciss* at pci? dev ? function ? # HP Smart Array controllers
311 #icp* at pci? dev ? function ? # ICP-Vortex GDT & Intel RAID
312 #mlx* at pci? dev ? function ? # Mylex DAC960 & DEC SWXCR family
313 #mlx* at eisa? slot ? # Mylex DAC960 & DEC SWXCR family
314 #twa* at pci? dev ? function ? # 3ware Escalade 95xx RAID controllers
315 #twe* at pci? dev ? function ? # 3ware Escalade RAID controllers
316
317 #ld* at aac? unit ? # logical disk devices
318 #ld* at amr? unit ?
319 #ld* at cac? unit ?
320 #ld* at icp? unit ?
321 #ld* at twa? unit ?
322 #ld* at twe? unit ?
323 #ld* at mlx? unit ?
324
325 #icpsp* at icp? unit ? # SCSI pass-through
326
327 # IDE and related devices
328 # PCI IDE controllers - see pciide(4) for supported hardware.
329 # The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
330 # how to set up DMA modes for this chip. This may work, or may cause
331 # a machine hang with some controllers.
332 pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver
333 acardide* at pci? dev ? function ? # Acard IDE controllers
334 aceride* at pci? dev ? function ? # Acer Lab IDE controllers
335 #ahcisata* at pci? dev ? function ? # AHCI SATA controllers
336 artsata* at pci? dev ? function ? # Intel i31244 SATA controller
337 cmdide* at pci? dev ? function ? # CMD tech IDE controllers
338 cypide* at pci? dev ? function ? # Cypress IDE controllers
339 #geodeide* at pci? dev ? function ? # AMD Geode IDE controllers
340 hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers
341 #iteide* at pci? dev ? function ? # IT Express IDE controllers
342 #ixpide* at pci? dev ? function ? # ATI IXP IDE controllers
343 optiide* at pci? dev ? function ? # Opti IDE controllers
344 #piixide* at pci? dev ? function ? # Intel IDE controllers
345 pdcide* at pci? dev ? function ? # Promise IDE controllers
346 pdcsata* at pci? dev ? function ? # Promise SATA150 controllers
347 rccide* at pci? dev ? function ? # ServerWorks IDE controllers
348 satalink* at pci? dev ? function ? # SiI SATALink controllers
349 siside* at pci? dev ? function ? # SiS IDE controllers
350 slide* at pci? dev ? function ? # Symphony Labs IDE controllers
351 #svwsata* at pci? dev ? function ? # ServerWorks SATA controllers
352 stpcide* at pci? dev ? function ? # STMicro STPC IDE controllers
353 viaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers
354
355 # PCMCIA IDE controllers
356 #wdc* at pcmcia? function ?
357
358 # CardBus IDE controllers
359 #njata* at cardbus? function ? flags 0x01 # Workbit NinjaATA-32
360
361 # ATA (IDE) bus support
362 atabus* at ata?
363 #options ATADEBUG
364
365 # IDE drives
366 # Flags are used only with controllers that support DMA operations
367 # and mode settings (e.g. some pciide controllers)
368 # The lowest order four bits (rightmost digit) of the flags define the PIO
369 # mode to use, the next set of four bits the DMA mode and the third set the
370 # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
371 # to use, and the last bit must be 1 for this setting to be used.
372 # For DMA and UDMA, 0xf (1111) means 'disable'.
373 # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
374 # (0xc=1100, 0xa=1010, 0xf=1111)
375 # 0x0000 means "use whatever the drive claims to support".
376 wd* at atabus? drive ? flags 0x0000
377
378 # ATA RAID configuration support, as found on some Promise controllers.
379 pseudo-device ataraid
380 ld* at ataraid? vendtype ? unit ?
381
382 # ATAPI bus support
383 atapibus* at atapi?
384
385 # ATAPI devices
386 # flags have the same meaning as for IDE drives.
387 # XXX No DMA on IDE devices for now
388 cd* at atapibus? drive ? flags 0x0ff0 # ATAPI CD-ROM drives
389 sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
390 st* at atapibus? drive ? flags 0x0000 # ATAPI tape drives
391 uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
392
393
394 # Network Interfaces
395
396 # PCI network interfaces
397 #an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11)
398 #ath* at pci? dev ? function ? # Atheros 5210/5211/5212 802.11
399 #atw* at pci? dev ? function ? # ADMtek ADM8211 (802.11)
400 #bce* at pci? dev ? function ? # Broadcom 4401 10/100 Ethernet
401 #bge* at pci? dev ? function ? # Broadcom 570x gigabit Ethernet
402 #bnx* at pci? dev ? function ? # Broadcom NetXtremeII gigabit Ethernet
403 #dge* at pci? dev ? function ? # Intel 82597 10GbE LR
404 #en* at pci? dev ? function ? # ENI/Adaptec ATM
405 #ep* at pci? dev ? function ? # 3Com 3c59x
406 #epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
407 #esh* at pci? dev ? function ? # Essential HIPPI card
408 #ex* at pci? dev ? function ? # 3Com 90x[BC]
409 #fpa* at pci? dev ? function ? # DEC DEFPA FDDI
410 #fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
411 #gsip* at pci? dev ? function ? # NS83820 Gigabit Ethernet
412 #hme* at pci? dev ? function ? # Sun Microelectronics STP2002-STQ
413 #ipw* at pci? dev ? function ? # Intel PRO/Wireless 2100
414 #iwi* at pci? dev ? function ? # Intel PRO/Wireless 2200BG
415 #le* at pci? dev ? function ? # PCnet-PCI Ethernet
416 #lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3
417 #mskc* at pci? dev ? function ? # Marvell Yukon 2 Gigabit Ethernet
418 #msk* at mskc? # Marvell Yukon 2 Gigabit Ethernet
419 #mtd* at pci? dev ? function ? # Myson MTD803 3-in-1 Ethernet
420 ##ndis* at pci? dev ? function ? # Experimental - NDIS Network Driver
421 #ne* at pci? dev ? function ? # NE2000-compatible Ethernet
422 #nfe* at pci? dev ? function ? # NVIDIA nForce Ethernet
423 #ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial
424 #pcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet
425 #ral* at pci? dev ? function ? # Ralink Technology RT25x0 802.11a/b/g
426 #re* at pci? dev ? function ? # Realtek 8139C+/8169/8169S/8110S
427 rtk* at pci? dev ? function ? # Realtek 8129/8139
428 #rtw* at pci? dev ? function ? # Realtek 8180L (802.11)
429 #sf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet
430 #sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet
431 #skc* at pci? dev ? function ? # SysKonnect SK9821 Gigabit Ethernet
432 #sk* at skc? # SysKonnect SK9821 Gigabit Ethernet
433 #ste* at pci? dev ? function ? # Sundance ST-201 Ethernet
434 #stge* at pci? dev ? function ? # Sundance/Tamarack TC9021 Gigabit
435 #ti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet
436 #tl* at pci? dev ? function ? # ThunderLAN-based Ethernet
437 #tlp* at pci? dev ? function ? # DECchip 21x4x and clones
438 #txp* at pci? dev ? function ? # 3com 3cr990
439 #vge* at pci? dev ? function ? # VIATech VT612X Gigabit Ethernet
440 #vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
441 #wi* at pci? dev ? function ? # Intersil Prism Mini-PCI (802.11b)
442 wm* at pci? dev ? function ? # Intel 8254x gigabit
443 #wpi* at pci? dev ? function ? # Intel PRO/Wireless 3945ABG
444 #xge* at pci? dev ? function ? # Neterion (S2io) Xframe-I 10GbE
445
446 # PCMCIA network interfaces
447 #an* at pcmcia? function ? # Aironet PC4500/PC4800 (802.11)
448 #awi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS)
449 #cnw* at pcmcia? function ? # Xircom/Netwave AirSurfer
450 #cs* at pcmcia? function ? # CS89xx Ethernet
451 #ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet
452 #mbe* at pcmcia? function ? # MB8696x based Ethernet
453 #ne* at pcmcia? function ? # NE2000-compatible Ethernet
454 #ray* at pcmcia? function ? # Raytheon Raylink (802.11)
455 #sm* at pcmcia? function ? # Megahertz Ethernet
456 ## tr at pcmcia has problems with Cardbus bridges
457 ##tr* at pcmcia? function ? # TROPIC based Token-Ring
458 #wi* at pcmcia? function ? # Lucent/Intersil WaveLan IEEE (802.11)
459 #xirc* at pcmcia? function ? # Xircom CreditCard Ethernet
460 #com* at xirc?
461 #xi* at xirc?
462 #mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards
463 #com* at mhzc?
464 #sm* at mhzc?
465
466 # CardBus network cards
467 #ath* at cardbus? function ? # Atheros 5210/5211/5212 802.11
468 #atw* at cardbus? function ? # ADMtek ADM8211 (802.11)
469 #ex* at cardbus? function ? # 3Com 3C575TX
470 #fxp* at cardbus? function ? # Intel i8255x
471 #ral* at cardbus? function ? # Ralink Technology RT25x0 802.11a/b/g
472 #rtk* at cardbus? function ? # Realtek 8129/8139
473 #rtw* at cardbus? function ? # Realtek 8180L (802.11)
474 #tlp* at cardbus? function ? # DECchip 21143
475
476 # MII/PHY support
477 acphy* at mii? phy ? # Altima AC101 and AMD Am79c874 PHYs
478 amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs
479 bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs
480 brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs
481 #ciphy* at mii? phy ? # Cicada CS8201 Gig-E PHYs
482 dmphy* at mii? phy ? # Davicom DM9101 PHYs
483 exphy* at mii? phy ? # 3Com internal PHYs
484 gentbi* at mii? phy ? # Generic Ten-Bit 1000BASE-[CLS]X PHYs
485 glxtphy* at mii? phy ? # Level One LXT-1000 PHYs
486 gphyter* at mii? phy ? # NS83861 Gig-E PHY
487 icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
488 igphy* at mii? phy ? # Intel IGP01E1000
489 #ikphy* at mii? phy ? # Intel 82563 PHYs
490 inphy* at mii? phy ? # Intel 82555 PHYs
491 iophy* at mii? phy ? # Intel 82553 PHYs
492 lxtphy* at mii? phy ? # Level One LXT-970 PHYs
493 makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs
494 nsphy* at mii? phy ? # NS83840 PHYs
495 nsphyter* at mii? phy ? # NS83843 PHYs
496 pnaphy* at mii? phy ? # generic HomePNA PHYs
497 qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
498 #rgephy* at mii? phy ? # Realtek 8169S/8110S internal PHYs
499 #rlphy* at mii? phy ? # Realtek 8139/8201L PHYs
500 sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
501 tlphy* at mii? phy ? # ThunderLAN PHYs
502 tqphy* at mii? phy ? # TDK Semiconductor PHYs
503 ukphy* at mii? phy ? # generic unknown PHYs
504 urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
505
506
507 # USB Controller and Devices
508
509 # PCI USB controllers
510 #ehci* at pci? dev ? function ? # Enhanced Host Controller
511 ohci* at pci? dev ? function ? # Open Host Controller
512 uhci* at pci? dev ? function ? # Universal Host Controller (Intel)
513
514 # CardBus USB controllers
515 #ehci* at cardbus? function ? # Enhanced Host Controller
516 #ohci* at cardbus? function ? # Open Host Controller
517 #uhci* at cardbus? function ? # Universal Host Controller (Intel)
518
519 # ISA USB controllers
520 #slhci0 at isa? port 0x300 irq 5 # ScanLogic SL811HS
521
522 # PCMCIA USB controllers
523 #slhci* at pcmcia? function ? # ScanLogic SL811HS
524
525 # USB bus support
526 #usb* at ehci?
527 usb* at ohci?
528 usb* at uhci?
529 #usb* at slhci?
530
531 # USB Hubs
532 uhub* at usb?
533 uhub* at uhub? port ?
534
535 # USB HID device
536 uhidev* at uhub? port ? configuration ? interface ?
537
538 # USB Mice
539 ums* at uhidev? reportid ?
540 wsmouse* at ums? mux 0
541
542 # USB eGalax touch-panel
543 #uep* at uhub? port ?
544 #wsmouse* at uep? mux 0
545
546 # USB Keyboards
547 ukbd* at uhidev? reportid ?
548 wskbd* at ukbd? console ? mux 1
549
550 # USB serial adapter
551 ucycom* at uhidev? reportid ?
552
553 # USB Generic HID devices
554 uhid* at uhidev? reportid ?
555
556 # USB Printer
557 ulpt* at uhub? port ? configuration ? interface ?
558
559 # USB Modem
560 umodem* at uhub? port ? configuration ?
561 ucom* at umodem?
562
563 # Option N.V. Wireless WAN modems
564 uhso* at uhub? port ? configuration ?
565
566 # USB Mass Storage
567 umass* at uhub? port ? configuration ? interface ?
568 wd* at umass?
569
570 # USB audio
571 uaudio* at uhub? port ? configuration ?
572
573 # USB MIDI
574 #umidi* at uhub? port ? configuration ?
575
576 # USB IrDA
577 # USB-IrDA bridge spec
578 #uirda* at uhub? port ? configuration ? interface ?
579 #irframe* at uirda?
580
581 # SigmaTel STIr4200 USB/IrDA Bridge
582 #ustir* at uhub? port ?
583 #irframe* at ustir?
584
585 # USB Ethernet adapters
586 #aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
587 #axe* at uhub? port ? # ASIX AX88172 based adapters
588 #cdce* at uhub? port ? # CDC, Ethernet Networking Control Model
589 #cue* at uhub? port ? # CATC USB-EL1201A based adapters
590 #kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
591 #udav* at uhub? port ? # Davicom DM9601 based adapters
592 #url* at uhub? port ? # Realtek RTL8150L based adapters
593
594 # USB 802.11 adapters
595 #atu* at uhub? port ? # Atmel AT76C50XX based adapters
596 #ural* at uhub? port ? # Ralink Technology RT2500USB 802.11a/b/g
597 #rum* at uhub? port ? # Ralink Technology RT2501/RT2601 802.11a/b/g
598 #zyd* at uhub? port ? # Zydas ZD1211
599
600 # Prolific PL2301/PL2302 host-to-host adapter
601 upl* at uhub? port ?
602
603 # Serial adapters
604 ubsa* at uhub? port ? # Belkin serial adapter
605 ucom* at ubsa? portno ?
606
607 uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter
608 ucom* at uftdi? portno ?
609
610 uipaq* at uhub? port ? # iPAQ PDAs
611 ucom* at uipaq? portno ?
612
613 umct* at uhub? port ? # MCT USB-RS232 serial adapter
614 ucom* at umct? portno ?
615
616 uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter
617 ucom* at uplcom? portno ?
618
619 uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter
620 ucom* at uvscom? portno ?
621
622 # Diamond Multimedia Rio 500
623 #urio* at uhub? port ?
624
625 # USB Handspring Visor
626 #uvisor* at uhub? port ?
627 #ucom* at uvisor?
628
629 # Kyocera AIR-EDGE PHONE
630 #ukyopon* at uhub? port ?
631 #ucom* at ukyopon? portno ?
632
633 # USB scanners
634 #uscanner* at uhub? port ?
635
636 # USB scanners that use SCSI emulation, e.g., HP5300
637 #usscanner* at uhub? port ?
638
639 # Topfield TF5000PVR range of DVB recorders
640 #utoppy* at uhub? port ?
641
642 # Y@P firmware loader
643 #uyap* at uhub? port ?
644
645 # D-Link DSB-R100 USB radio
646 #udsbr* at uhub? port ?
647 #radio* at udsbr?
648
649 # USB Generic driver
650 #ugen* at uhub? port ?
651
652
653 # IrDA and Consumer Ir devices
654
655 # Toshiba Oboe
656 #oboe* at pci? dev ? function ?
657 #irframe* at oboe?
658
659
660 # PCI IEEE1394 controllers
661 #fwohci* at pci? dev ? function ? # IEEE1394 Open Host Controller
662
663 # CardBus IEEE1394 controllers
664 #fwohci* at cardbus? function ? # IEEE1394 Open Host Controller
665
666 #ieee1394if* at fwohci?
667 #fwip* at ieee1394if? # IP over IEEE1394
668 #sbp* at ieee1394if? euihi ? euilo ? # SCSI over IEEE1394
669
670
671 # Audio Devices
672
673 # PCI audio devices
674 #auacer* at pci? dev ? function ? # ALi M5455 integrated AC'97 Audio
675 auich* at pci? dev ? function ? # Intel ICH integrated AC'97 Audio
676 #auixp* at pci? dev ? function ? # ATI IXP AC'97 Audio
677 autri* at pci? dev ? function ? # Trident 4DWAVE based AC'97 Audio
678 auvia* at pci? dev ? function ? # VIA VT82C686A integrated AC'97 Audio
679 #azalia* at pci? dev ? function ? # High Definition Audio
680 clcs* at pci? dev ? function ? # Cirrus Logic CS4280
681 clct* at pci? dev ? function ? # Cirrus Logic CS4281
682 cmpci* at pci? dev ? function ? # C-Media CMI8338/8738
683 eap* at pci? dev ? function ? # Ensoniq AudioPCI
684 emuxki* at pci? dev ? function ? # Creative SBLive! and PCI512
685 esa* at pci? dev ? function ? # ESS Allegro-1 / Maestro-3 PCI Audio
686 esm* at pci? dev ? function ? # ESS Maestro-1/2/2e PCI Audio Accelerator
687 eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
688 fms* at pci? dev ? function ? # Forte Media FM801
689 neo* at pci? dev ? function ? # NeoMagic 256 AC'97 Audio
690 sv* at pci? dev ? function ? # S3 SonicVibes
691 yds* at pci? dev ? function ? # Yamaha DS-1 PCI Audio
692
693 # OPL[23] FM synthesizers
694 opl* at cmpci? flags 1
695 opl* at eso?
696 opl* at fms?
697 opl* at sv?
698 opl* at yds?
699
700 # Audio support
701 audio* at audiobus?
702
703 spkr* at audio? # PC speaker (synthesized)
704
705 # MPU 401 UARTs
706 mpu* at cmpci?
707 mpu* at eso?
708 mpu* at fms?
709 mpu* at yds?
710
711 # MIDI support
712 midi* at midibus?
713
714 # PCI radio devices
715 #gtp* at pci? dev ? function ? # Guillemot Maxi Radio FM 2000 Radio Card
716
717 # Radio support
718 #radio* at gtp?
719
720 # TV cards
721
722 # Brooktree 848/849/878/879 based TV cards
723 #bktr* at pci? dev ? function ?
724 #radio* at bktr?
725
726
727 # Bluetooth Controller and Device support
728
729 # Bluetooth PCMCIA Controllers
730 #bt3c* at pcmcia? function ? # 3Com 3CRWB6096-A
731 #btbc* at pcmcia? function ? # AnyCom BlueCard LSE041/039/139
732
733 # Bluetooth USB Controllers
734 #ubt* at uhub? port ?
735 #aubtfwl* at uhub? port ?
736
737 # Bluetooth Device Hub
738 #bthub* at bcsp?
739 #bthub* at bt3c?
740 #bthub* at btbc?
741 #bthub* at btuart?
742 #bthub* at ubt?
743
744 # Bluetooth HID support
745 #bthidev* at bthub?
746
747 # Bluetooth Mouse
748 #btms* at bthidev? reportid ?
749 #wsmouse* at btms? mux 0
750
751 # Bluetooth Keyboard
752 #btkbd* at bthidev? reportid ?
753 #wskbd* at btkbd? console ? mux 1
754
755 # Bluetooth Apple Magic Mouse
756 #btmagic* at bthub?
757 #wsmouse* at btmagic? mux 0
758
759 # Bluetooth Audio support
760 #btsco* at bthub?
761
762 # Cryptographic Devices
763
764 # PCI cryptographic devices
765 #hifn* at pci? dev ? function ? # Hifn 7755/7811/795x
766 #ubsec* at pci? dev ? function ? # Broadcom 5501/5601/580x/582x
767
768 # On-board device support
769
770 obio* at mainbus?
771 #com1 at obio? addr 0x900003e8 xint 1 # on-board UART
772 com0 at obio? addr 0x900002f8 xint 1 # on-board UART
773 #com* at obio? addr 0x900003e8 xint 1 # on-board UART
774 #com* at obio? addr 0x900003f8 xint 1 # on-board UART
775
776 # Pseudo-Devices
777
778 #pseudo-device crypto # /dev/crypto device
779 #pseudo-device swcrypto # software crypto implementation
780
781 # disk/mass storage pseudo-devices
782
783 #pseudo-device bio # RAID control device driver
784 #pseudo-device ccd # concatenated/striped disk devices
785 #pseudo-device cgd # cryptographic disk devices
786 #pseudo-device raid # RAIDframe disk driver
787 #options RAID_AUTOCONFIG # auto-configuration of RAID components
788 # Options to enable various other RAIDframe RAID types.
789 #options RF_INCLUDE_EVENODD=1
790 #options RF_INCLUDE_RAID5_RS=1
791 #options RF_INCLUDE_PARITYLOGGING=1
792 #options RF_INCLUDE_CHAINDECLUSTER=1
793 #options RF_INCLUDE_INTERDECLUSTER=1
794 #options RF_INCLUDE_PARITY_DECLUSTERING=1
795 #options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
796 pseudo-device fss # file system snapshot device
797
798 pseudo-device md # memory disk device (ramdisk)
799 #pseudo-device vnd # disk-like interface to files
800 #options VND_COMPRESSION # compressed vnd(4)
801
802 # network pseudo-devices
803 pseudo-device bpfilter # Berkeley packet filter
804 #pseudo-device carp # Common Address Redundancy Protocol
805 #pseudo-device ipfilter # IP filter (firewall) and NAT
806 pseudo-device loop # network loopback
807 #pseudo-device ppp # Point-to-Point Protocol
808 #pseudo-device pppoe # PPP over Ethernet (RFC 2516)
809 #pseudo-device sl # Serial Line IP
810 #pseudo-device strip # Starmode Radio IP (Metricom)
811 #pseudo-device irframetty # IrDA frame line discipline
812 #pseudo-device tap # virtual Ethernet
813 #pseudo-device tun # network tunneling over tty
814 #pseudo-device gre # generic L3 over IP tunnel
815 #pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
816 #pseudo-device faith # IPv[46] tcp relay translation i/f#
817 #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
818 #pseudo-device vlan # IEEE 802.1q encapsulation
819 #pseudo-device bridge # simple inter-network bridging
820 #options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
821 #pseudo-device agr # IEEE 802.3ad link aggregation
822 #pseudo-device pf # PF packet filter
823 #pseudo-device pflog # PF log if
824 # srt is EXPERIMENTAL
825 #pseudo-device srt # source-address-based routing
826
827 #
828 # accept filters
829 pseudo-device accf_data # "dataready" accept filter
830 pseudo-device accf_http # "httpready" accept filter
831
832 # miscellaneous pseudo-devices
833 pseudo-device pty # pseudo-terminals
834 #pseudo-device sequencer # MIDI sequencer
835 #options RND_COM # use "com" randomness as well (BROKEN)
836 pseudo-device clockctl # user control of clock subsystem
837 pseudo-device ksyms # /dev/ksyms
838 #pseudo-device lockstat # lock profiling
839 #pseudo-device bcsp # BlueCore Serial Protocol
840 #pseudo-device btuart # Bluetooth HCI UART (H4)
841
842 # a pseudo device needed for Coda # also needs CODA (above)
843 #pseudo-device vcoda # coda minicache <-> venus comm.
844
845 # a pseudo device needed for SMBFS
846 #pseudo-device nsmb # experimental - SMB requester
847
848 # wscons pseudo-devices
849 pseudo-device wsmux # mouse & keyboard multiplexor
850 pseudo-device wsfont
851
852 #options FILEASSOC # fileassoc(9) - required for Veriexec
853 # and PAX_SEGVGUARD
854
855 # Veriexec
856 #pseudo-device veriexec
857 #
858 # Uncomment the fingerprint methods below that are desired. Note that
859 # removing fingerprint methods will have almost no impact on the kernel
860 # code size.
861 #
862 #options VERIFIED_EXEC_FP_RMD160
863 #options VERIFIED_EXEC_FP_SHA256
864 #options VERIFIED_EXEC_FP_SHA384
865 #options VERIFIED_EXEC_FP_SHA512
866 #options VERIFIED_EXEC_FP_SHA1
867 #options VERIFIED_EXEC_FP_MD5
868
869 #options PAX_MPROTECT=0 # PaX mprotect(2) restrictions
870