Sun May 15 08:28:29 2022 UTC ()
Sprinkle some <space><tab> consistency


(skrll)
diff -r1.38 -r1.39 src/sys/arch/hppa/conf/GENERIC

cvs diff -r1.38 -r1.39 src/sys/arch/hppa/conf/GENERIC (expand / switch to unified diff)

--- src/sys/arch/hppa/conf/GENERIC 2021/06/29 10:22:35 1.38
+++ src/sys/arch/hppa/conf/GENERIC 2022/05/15 08:28:29 1.39
@@ -1,39 +1,39 @@ @@ -1,39 +1,39 @@
1# $NetBSD: GENERIC,v 1.38 2021/06/29 10:22:35 nia Exp $ 1# $NetBSD: GENERIC,v 1.39 2022/05/15 08:28:29 skrll Exp $
2# 2#
3# GENERIC machine description file 3# GENERIC machine description file
4# 4#
5# This machine description file is used to generate the default NetBSD 5# This machine description file is used to generate the default NetBSD
6# kernel. The generic kernel does not include all options, subsystems 6# kernel. The generic kernel does not include all options, subsystems
7# and device drivers, but should be useful for most applications. 7# and device drivers, but should be useful for most applications.
8# 8#
9# The machine description file can be customised for your specific 9# The machine description file can be customised for your specific
10# machine to reduce the kernel size and improve its performance. 10# machine to reduce the kernel size and improve its performance.
11# 11#
12# For further information on compiling NetBSD kernels, see the config(8) 12# For further information on compiling NetBSD kernels, see the config(8)
13# man page. 13# man page.
14# 14#
15# For further information on hardware support for this architecture, see 15# For further information on hardware support for this architecture, see
16# the intro(4) man page. For further information about kernel options 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 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 18# of each device driver in this file see the section 4 man page for the
19# device. 19# device.
20 20
21include "arch/hppa/conf/std.hppa" 21include "arch/hppa/conf/std.hppa"
22 22
23options INCLUDE_CONFIG_FILE # embed config file in kernel binary 23options INCLUDE_CONFIG_FILE # embed config file in kernel binary
24options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 24options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
25 25
26#ident "GENERIC-$Revision: 1.38 $" 26#ident "GENERIC-$Revision: 1.39 $"
27 27
28maxusers 32 # estimated number of users 28maxusers 32 # estimated number of users
29 29
30# CPU support. At least one is REQUIRED. 30# CPU support. At least one is REQUIRED.
31options HP7000_CPU # PCX, PCX-S 31options HP7000_CPU # PCX, PCX-S
32options HP7100_CPU,HP7150_CPU # PCX-T 32options HP7100_CPU,HP7150_CPU # PCX-T
33options HP7100LC_CPU # PCX-L 33options HP7100LC_CPU # PCX-L
34options HP7200_CPU,HP7250_CPU # PCX-T' 34options HP7200_CPU,HP7250_CPU # PCX-T'
35options HP7300LC_CPU # PCX-L2 35options HP7300LC_CPU # PCX-L2
36options HP8000_CPU # PCX-U (in 32bit mode) 36options HP8000_CPU # PCX-U (in 32bit mode)
37options HP8200_CPU # PCX-V/U+ (in 32bit mode) 37options HP8200_CPU # PCX-V/U+ (in 32bit mode)
38options HP8500_CPU # PCX-W (in 32bit mode) 38options HP8500_CPU # PCX-W (in 32bit mode)
39options HP8600_CPU # PCX-W+ (in 32bit mode) 39options HP8600_CPU # PCX-W+ (in 32bit mode)
@@ -85,41 +85,41 @@ include "conf/compat_netbsd20.config" @@ -85,41 +85,41 @@ include "conf/compat_netbsd20.config"
85# File systems 85# File systems
86file-system FFS # UFS 86file-system FFS # UFS
87file-system EXT2FS # second extended file system (linux) 87file-system EXT2FS # second extended file system (linux)
88file-system LFS # log-structured file system 88file-system LFS # log-structured file system
89file-system MFS # memory file system 89file-system MFS # memory file system
90file-system NFS # Network File System client 90file-system NFS # Network File System client
91file-system NTFS # Windows/NT file system (experimental) 91file-system NTFS # Windows/NT file system (experimental)
92file-system CD9660 # ISO 9660 + Rock Ridge file system 92file-system CD9660 # ISO 9660 + Rock Ridge file system
93file-system MSDOSFS # MS-DOS file system 93file-system MSDOSFS # MS-DOS file system
94file-system FDESC # /dev/fd 94file-system FDESC # /dev/fd
95file-system KERNFS # /kern 95file-system KERNFS # /kern
96file-system NULLFS # loopback file system 96file-system NULLFS # loopback file system
97file-system OVERLAY # overlay file system 97file-system OVERLAY # overlay file system
98file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 98file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
99file-system PROCFS # /proc 99file-system PROCFS # /proc
100file-system UMAPFS # NULLFS + uid and gid remapping 100file-system UMAPFS # NULLFS + uid and gid remapping
101file-system UNION # union file system 101file-system UNION # union file system
102file-system CODA # Coda File System; also needs vcoda (below) 102file-system CODA # Coda File System; also needs vcoda (below)
103file-system PTYFS # /dev/pts/N support 103file-system PTYFS # /dev/pts/N support
104file-system TMPFS # Efficient memory file-system 104file-system TMPFS # Efficient memory file-system
105#file-system UDF # experimental - OSTA UDF CD/DVD file-system 105#file-system UDF # experimental - OSTA UDF CD/DVD file-system
106 106
107# File system options 107# File system options
108options QUOTA # legacy UFS quotas 108options QUOTA # legacy UFS quotas
109options QUOTA2 # new, in-filesystem UFS quotas 109options QUOTA2 # new, in-filesystem UFS quotas
110#options FFS_EI # FFS Endian Independent support 110#options FFS_EI # FFS Endian Independent support
111options WAPBL # File system journaling support 111options WAPBL # File system journaling support
112#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental 112#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
113options NFSSERVER # Network File System server 113options NFSSERVER # Network File System server
114#options FFS_NO_SNAPSHOT # No FFS snapshot support 114#options FFS_NO_SNAPSHOT # No FFS snapshot support
115options UFS_EXTATTR # Extended attribute support for UFS1 115options UFS_EXTATTR # Extended attribute support for UFS1
116#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 116#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
117 # immutable) behave as system flags. 117 # immutable) behave as system flags.
118 118
119# Networking options 119# Networking options
120#options GATEWAY # packet forwarding 120#options GATEWAY # packet forwarding
121options INET # IP + ICMP + TCP + UDP 121options INET # IP + ICMP + TCP + UDP
122options INET6 # IPV6 122options INET6 # IPV6
123#options IPSEC # IP security 123#options IPSEC # IP security
124#options IPSEC_DEBUG # debug for IP security 124#options IPSEC_DEBUG # debug for IP security
125#options MROUTING # IP multicast routing 125#options MROUTING # IP multicast routing
@@ -325,27 +325,27 @@ lpt0 at ssio? @@ -325,27 +325,27 @@ lpt0 at ssio?
325lpt* at gsc? 325lpt* at gsc?
326 326
327# PCI parallel printer interfaces 327# PCI parallel printer interfaces
328lpt* at puc? port ? # || ports on "universal" comm boards 328lpt* at puc? port ? # || ports on "universal" comm boards
329 329
330# SCSI Controllers and Devices 330# SCSI Controllers and Devices
331 331
332# GSC SCSI controllers 332# GSC SCSI controllers
333oosiop* at gsc? # NCR 53c700 333oosiop* at gsc? # NCR 53c700
334osiop* at gsc? flags 0x00000 # NCR 53c710 334osiop* at gsc? flags 0x00000 # NCR 53c710
335siop* at gsc? # NCR 53c720 (Fast/Wide) 335siop* at gsc? # NCR 53c720 (Fast/Wide)
336siop* at mainbus0 # NCR 53c720 (Fast/Wide) 336siop* at mainbus0 # NCR 53c720 (Fast/Wide)
337siop* at phantomas? # NCR 53c720 (Fast/Wide) 337siop* at phantomas? # NCR 53c720 (Fast/Wide)
338siop* at uturn? # NCR 53c720 (Fast/Wide) 338siop* at uturn? # NCR 53c720 (Fast/Wide)
339 339
340# PCI SCSI controllers 340# PCI SCSI controllers
341adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI 341adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
342adw* at pci? dev ? function ? # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI 342adw* at pci? dev ? function ? # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
343ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 343ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
344ahd* at pci? dev ? function ? # Adaptec 29320, 39320 (aic790x) SCSI 344ahd* at pci? dev ? function ? # Adaptec 29320, 39320 (aic790x) SCSI
345bha* at pci? dev ? function ? # BusLogic 9xx SCSI 345bha* at pci? dev ? function ? # BusLogic 9xx SCSI
346dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID 346dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID
347iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI 347iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI
348isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel 348isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel
349mly* at pci? dev ? function ? # Mylex AcceleRAID and eXtremeRAID 349mly* at pci? dev ? function ? # Mylex AcceleRAID and eXtremeRAID
350mpt* at pci? dev ? function ? # LSI Fusion SCSI/FC 350mpt* at pci? dev ? function ? # LSI Fusion SCSI/FC
351pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI 351pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI
@@ -390,42 +390,42 @@ ld* at amr? unit ? @@ -390,42 +390,42 @@ ld* at amr? unit ?
390ld* at cac? unit ? 390ld* at cac? unit ?
391ld* at icp? unit ? 391ld* at icp? unit ?
392ld* at mlx? unit ? 392ld* at mlx? unit ?
393ld* at twe? unit ? 393ld* at twe? unit ?
394 394
395icpsp* at icp? unit ? # SCSI pass-through 395icpsp* at icp? unit ? # SCSI pass-through
396 396
397# IDE and related devices 397# IDE and related devices
398# PCI IDE controllers - see pciide(4) for supported hardware. 398# PCI IDE controllers - see pciide(4) for supported hardware.
399# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know 399# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
400# how to set up DMA modes for this chip. This may work, or may cause 400# how to set up DMA modes for this chip. This may work, or may cause
401# a machine hang with some controllers. 401# a machine hang with some controllers.
402pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver 402pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver
403acardide* at pci? dev ? function ? # Acard IDE controllers 403acardide* at pci? dev ? function ? # Acard IDE controllers
404aceride* at pci? dev ? function ? # Acer Lab IDE controllers 404aceride* at pci? dev ? function ? # Acer Lab IDE controllers
405artsata* at pci? dev ? function ? # Intel i31244 SATA controller 405artsata* at pci? dev ? function ? # Intel i31244 SATA controller
406cmdide* at pci? dev ? function ? # CMD tech IDE controllers 406cmdide* at pci? dev ? function ? # CMD tech IDE controllers
407cypide* at pci? dev ? function ? # Cypress IDE controllers 407cypide* at pci? dev ? function ? # Cypress IDE controllers
408geodeide* at pci? dev ? function ? # AMD Geode IDE controllers 408geodeide* at pci? dev ? function ? # AMD Geode IDE controllers
409hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers 409hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers
410nside* at pci? dev ? function ? # National Semiconductor IDE controllers 410nside* at pci? dev ? function ? # National Semiconductor IDE controllers
411optiide* at pci? dev ? function ? # Opti IDE controllers 411optiide* at pci? dev ? function ? # Opti IDE controllers
412pdcide* at pci? dev ? function ? # Promise IDE controllers 412pdcide* at pci? dev ? function ? # Promise IDE controllers
413pdcsata* at pci? dev ? function ? # Promise SATA150 controllers 413pdcsata* at pci? dev ? function ? # Promise SATA150 controllers
414rccide* at pci? dev ? function ? # ServerWorks IDE controllers 414rccide* at pci? dev ? function ? # ServerWorks IDE controllers
415satalink* at pci? dev ? function ? # SiI SATALink controllers 415satalink* at pci? dev ? function ? # SiI SATALink controllers
416siside* at pci? dev ? function ? # SiS IDE controllers 416siside* at pci? dev ? function ? # SiS IDE controllers
417slide* at pci? dev ? function ? # Symphony Labs IDE controllers 417slide* at pci? dev ? function ? # Symphony Labs IDE controllers
418stpcide* at pci? dev ? function ? # STMicro STPC IDE controllers 418stpcide* at pci? dev ? function ? # STMicro STPC IDE controllers
419viaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers 419viaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers
420 420
421# ATA (IDE) bus support 421# ATA (IDE) bus support
422atabus* at ata? 422atabus* at ata?
423 423
424# IDE drives 424# IDE drives
425# Flags are used only with controllers that support DMA operations 425# Flags are used only with controllers that support DMA operations
426# and mode settings (e.g. some pciide controllers) 426# and mode settings (e.g. some pciide controllers)
427# The lowest order four bits (rightmost digit) of the flags define the PIO 427# The lowest order four bits (rightmost digit) of the flags define the PIO
428# mode to use, the next set of four bits the DMA mode and the third set the 428# mode to use, the next set of four bits the DMA mode and the third set the
429# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode 429# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
430# to use, and the last bit must be 1 for this setting to be used. 430# to use, and the last bit must be 1 for this setting to be used.
431# For DMA and UDMA, 0xf (1111) means 'disable'. 431# For DMA and UDMA, 0xf (1111) means 'disable'.
@@ -441,90 +441,90 @@ ld* at ataraid? vendtype ? unit ? @@ -441,90 +441,90 @@ ld* at ataraid? vendtype ? unit ?
441# ATAPI bus support 441# ATAPI bus support
442atapibus* at atapi? 442atapibus* at atapi?
443 443
444# ATAPI devices 444# ATAPI devices
445# flags have the same meaning as for IDE drives. 445# flags have the same meaning as for IDE drives.
446cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 446cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
447sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 447sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
448st* at atapibus? drive ? flags 0x0000 # ATAPI tape drives 448st* at atapibus? drive ? flags 0x0000 # ATAPI tape drives
449uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 449uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
450 450
451# Miscellaneous mass storage devices 451# Miscellaneous mass storage devices
452 452
453# GSC floppy 453# GSC floppy
454#fdc* at gsc? # PC floppy controller (WD37C65C) 454#fdc* at gsc? # PC floppy controller (WD37C65C)
455#fd* at fdc? drive ? # the drives themselves 455#fd* at fdc? drive ? # the drives themselves
456 456
457# Network Interfaces 457# Network Interfaces
458 458
459# GSC network interfaces 459# GSC network interfaces
460#medusa* at gsc? # FDDI 460#medusa* at gsc? # FDDI
461ie* at gsc? # old 82C5[89]6 Ethernet, use iee(4) 461ie* at gsc? # old 82C5[89]6 Ethernet, use iee(4)
462iee* at gsc? # 82C596 Ethernet 462iee* at gsc? # 82C596 Ethernet
463 463
464# PCI network interfaces 464# PCI network interfaces
465an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11) 465an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11)
466atw* at pci? dev ? function ? # ADMtek ADM8211 (802.11) 466atw* at pci? dev ? function ? # ADMtek ADM8211 (802.11)
467bce* at pci? dev ? function ? # Broadcom 4401 10/100 Ethernet 467bce* at pci? dev ? function ? # Broadcom 4401 10/100 Ethernet
468bge* at pci? dev ? function ? # Broadcom 570x gigabit Ethernet 468bge* at pci? dev ? function ? # Broadcom 570x gigabit Ethernet
469ep* at pci? dev ? function ? # 3Com 3c59x 469ep* at pci? dev ? function ? # 3Com 3c59x
470epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 470epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
471ex* at pci? dev ? function ? # 3Com 90x[BC] 471ex* at pci? dev ? function ? # 3Com 90x[BC]
472fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 472fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
473gsip* at pci? dev ? function ? # NS83820 Gigabit Ethernet 473gsip* at pci? dev ? function ? # NS83820 Gigabit Ethernet
474mtd* at pci? dev ? function ? # Myson MTD803 3-in-1 Ethernet 474mtd* at pci? dev ? function ? # Myson MTD803 3-in-1 Ethernet
475ne* at pci? dev ? function ? # NE2000-compatible Ethernet 475ne* at pci? dev ? function ? # NE2000-compatible Ethernet
476ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial 476ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial
477pcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet 477pcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet
478re* at pci? dev ? function ? # Realtek 8139C+/8169/8169S/8110S 478re* at pci? dev ? function ? # Realtek 8139C+/8169/8169S/8110S
479rtk* at pci? dev ? function ? # Realtek 8129/8139 479rtk* at pci? dev ? function ? # Realtek 8129/8139
480sf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet 480sf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet
481sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet 481sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet
482skc* at pci? dev ? function ? # SysKonnect SK9821 Gigabit Ethernet 482skc* at pci? dev ? function ? # SysKonnect SK9821 Gigabit Ethernet
483sk* at skc? # SysKonnect SK9821 Gigabit Ethernet 483sk* at skc? # SysKonnect SK9821 Gigabit Ethernet
484ste* at pci? dev ? function ? # Sundance ST-201 Ethernet 484ste* at pci? dev ? function ? # Sundance ST-201 Ethernet
485stge* at pci? dev ? function ? # Sundance/Tamarack TC9021 Gigabit 485stge* at pci? dev ? function ? # Sundance/Tamarack TC9021 Gigabit
486ti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet 486ti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet
487tl* at pci? dev ? function ? # ThunderLAN-based Ethernet 487tl* at pci? dev ? function ? # ThunderLAN-based Ethernet
488tlp* at pci? dev ? function ? # DECchip 21x4x and clones 488tlp* at pci? dev ? function ? # DECchip 21x4x and clones
489vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet 489vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
490wi* at pci? dev ? function ? # Intersil Prism Mini-PCI (802.11b) 490wi* at pci? dev ? function ? # Intersil Prism Mini-PCI (802.11b)
491wm* at pci? dev ? function ? # Intel 8254x gigabit 491wm* at pci? dev ? function ? # Intel 8254x gigabit
492 492
493# EISA network interfaces 493# EISA network interfaces
494ep* at eisa? slot ? # 3Com 3c579 Ethernet 494ep* at eisa? slot ? # 3Com 3c579 Ethernet
495tlp* at eisa? slot ? # DEC DE-425 Ethernet 495tlp* at eisa? slot ? # DEC DE-425 Ethernet
496#sh* at eisa? slot ? # Interphase Seahawk 4811 FDDI 496#sh* at eisa? slot ? # Interphase Seahawk 4811 FDDI
497#ie* at eisa? slot ? # Intel Ethernet 497#ie* at eisa? slot ? # Intel Ethernet
498 498
499# MII/PHY support 499# MII/PHY support
500acphy* at mii? phy ? # Altima AC101 and AMD Am79c874 PHYs 500acphy* at mii? phy ? # Altima AC101 and AMD Am79c874 PHYs
501amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs 501amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs
502bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs 502bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs
503brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs 503brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs
504dmphy* at mii? phy ? # Davicom DM9101 PHYs 504dmphy* at mii? phy ? # Davicom DM9101 PHYs
505exphy* at mii? phy ? # 3Com internal PHYs 505exphy* at mii? phy ? # 3Com internal PHYs
506gentbi* at mii? phy ? # Generic Ten-Bit 1000BASE-[CLS]X PHYs 506gentbi* at mii? phy ? # Generic Ten-Bit 1000BASE-[CLS]X PHYs
507glxtphy* at mii? phy ? # Level One LXT-1000 PHYs 507glxtphy* at mii? phy ? # Level One LXT-1000 PHYs
508gphyter* at mii? phy ? # NS83861 Gig-E PHY 508gphyter* at mii? phy ? # NS83861 Gig-E PHY
509icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x 509icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
510igphy* at mii? phy ? # Intel IGP01E1000 510igphy* at mii? phy ? # Intel IGP01E1000
511ikphy* at mii? phy ? # Intel 82563 PHYs 511ikphy* at mii? phy ? # Intel 82563 PHYs
512inphy* at mii? phy ? # Intel 82555 PHYs 512inphy* at mii? phy ? # Intel 82555 PHYs
513iophy* at mii? phy ? # Intel 82553 PHYs 513iophy* at mii? phy ? # Intel 82553 PHYs
514lxtphy* at mii? phy ? # Level One LXT-970 PHYs 514lxtphy* at mii? phy ? # Level One LXT-970 PHYs
515makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs 515makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs
516nsphy* at mii? phy ? # NS83840 PHYs 516nsphy* at mii? phy ? # NS83840 PHYs
517nsphyter* at mii? phy ? # NS83843 PHYs 517nsphyter* at mii? phy ? # NS83843 PHYs
518pnaphy* at mii? phy ? # generic HomePNA PHYs 518pnaphy* at mii? phy ? # generic HomePNA PHYs
519qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 519qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
520rgephy* at mii? phy ? # Realtek 8169S/8110S/8211 PHYs 520rgephy* at mii? phy ? # Realtek 8169S/8110S/8211 PHYs
521rlphy* at mii? phy ? # Realtek 8139/8201L PHYs 521rlphy* at mii? phy ? # Realtek 8139/8201L PHYs
522sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 522sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
523tlphy* at mii? phy ? # ThunderLAN PHYs 523tlphy* at mii? phy ? # ThunderLAN PHYs
524tqphy* at mii? phy ? # TDK Semiconductor PHYs 524tqphy* at mii? phy ? # TDK Semiconductor PHYs
525ukphy* at mii? phy ? # generic unknown PHYs 525ukphy* at mii? phy ? # generic unknown PHYs
526urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs 526urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
527 527
528# Audio Devices 528# Audio Devices
529 529
530# GSC audio devices 530# GSC audio devices
@@ -622,45 +622,45 @@ url* at uhub? port ? # Realtek RTL8150L @@ -622,45 +622,45 @@ url* at uhub? port ? # Realtek RTL8150L
622# USB 802.11 adapters 622# USB 802.11 adapters
623atu* at uhub? port ? # Atmel AT76C50XX based adapters 623atu* at uhub? port ? # Atmel AT76C50XX based adapters
624ural* at uhub? port ? # Ralink Technology RT2500USB 802.11a/b/g 624ural* at uhub? port ? # Ralink Technology RT2500USB 802.11a/b/g
625rum* at uhub? port ? # Ralink Technology RT2501/RT2601 802.11a/b/g 625rum* at uhub? port ? # Ralink Technology RT2501/RT2601 802.11a/b/g
626zyd* at uhub? port ? # Zydas ZD1211 626zyd* at uhub? port ? # Zydas ZD1211
627 627
628# Prolific PL2301/PL2302 host-to-host adapter 628# Prolific PL2301/PL2302 host-to-host adapter
629upl* at uhub? port ? 629upl* at uhub? port ?
630 630
631# Serial adapters 631# Serial adapters
632ubsa* at uhub? port ? # Belkin serial adapter 632ubsa* at uhub? port ? # Belkin serial adapter
633ucom* at ubsa? portno ? 633ucom* at ubsa? portno ?
634 634
635uchcom* at uhub? port ? # WinChipHead CH341/CH340 serial adapter 635uchcom* at uhub? port ? # WinChipHead CH341/CH340 serial adapter
636ucom* at uchcom? portno ? 636ucom* at uchcom? portno ?
637 637
638uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter 638uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter
639ucom* at uftdi? portno ? 639ucom* at uftdi? portno ?
640 640
641uipaq* at uhub? port ? # iPAQ PDAs 641uipaq* at uhub? port ? # iPAQ PDAs
642ucom* at uipaq? portno ? 642ucom* at uipaq? portno ?
643 643
644umct* at uhub? port ? # MCT USB-RS232 serial adapter 644umct* at uhub? port ? # MCT USB-RS232 serial adapter
645ucom* at umct? portno ? 645ucom* at umct? portno ?
646 646
647uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 647uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter
648ucom* at uplcom? portno ? 648ucom* at uplcom? portno ?
649 649
650uslsa* at uhub? port ? # Silicon Labs USB-RS232 serial adapter 650uslsa* at uhub? port ? # Silicon Labs USB-RS232 serial adapter
651ucom* at uslsa? portno ? 651ucom* at uslsa? portno ?
652 652
653uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter 653uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter
654ucom* at uvscom? portno ? 654ucom* at uvscom? portno ?
655 655
656# RIM BlackBerry 656# RIM BlackBerry
657uberry* at uhub? port ? 657uberry* at uhub? port ?
658 658
659# USB Handspring Visor 659# USB Handspring Visor
660uvisor* at uhub? port ? 660uvisor* at uhub? port ?
661ucom* at uvisor? 661ucom* at uvisor?
662 662
663# Kyocera AIR-EDGE PHONE 663# Kyocera AIR-EDGE PHONE
664ukyopon* at uhub? port ? 664ukyopon* at uhub? port ?
665ucom* at ukyopon? portno ? 665ucom* at ukyopon? portno ?
666 666
@@ -679,32 +679,32 @@ ugen* at uhub? port ? @@ -679,32 +679,32 @@ ugen* at uhub? port ?
679 679
680# USB 3G datacards 680# USB 3G datacards
681umodeswitch* at uhub? port ? 681umodeswitch* at uhub? port ?
682u3g* at uhub? port ? 682u3g* at uhub? port ?
683ucom* at u3g? 683ucom* at u3g?
684 684
685# USB generic serial port (e.g., data over cellular) 685# USB generic serial port (e.g., data over cellular)
686ugensa* at uhub? port ? 686ugensa* at uhub? port ?
687ucom* at ugensa? 687ucom* at ugensa?
688 688
689# Pseudo-Devices 689# Pseudo-Devices
690 690
691pseudo-device crypto # /dev/crypto device 691pseudo-device crypto # /dev/crypto device
692pseudo-device swcrypto # software crypto implementation 692pseudo-device swcrypto # software crypto implementation
693 693
694# disk/mass storage pseudo-devices 694# disk/mass storage pseudo-devices
695pseudo-device ccd # concatenated/striped disk devices 695pseudo-device ccd # concatenated/striped disk devices
696#pseudo-device cgd # cryptographic disk devices 696#pseudo-device cgd # cryptographic disk devices
697pseudo-device raid # RAIDframe disk driver 697pseudo-device raid # RAIDframe disk driver
698options RAID_AUTOCONFIG # auto-configuration of RAID components 698options RAID_AUTOCONFIG # auto-configuration of RAID components
699#Options to enable various other RAIDframe RAID types. 699#Options to enable various other RAIDframe RAID types.
700#options RF_INCLUDE_EVENODD=1 700#options RF_INCLUDE_EVENODD=1
701#options RF_INCLUDE_RAID5_RS=1 701#options RF_INCLUDE_RAID5_RS=1
702#options RF_INCLUDE_PARITYLOGGING=1 702#options RF_INCLUDE_PARITYLOGGING=1
703#options RF_INCLUDE_CHAINDECLUSTER=1 703#options RF_INCLUDE_CHAINDECLUSTER=1
704#options RF_INCLUDE_INTERDECLUSTER=1 704#options RF_INCLUDE_INTERDECLUSTER=1
705#options RF_INCLUDE_PARITY_DECLUSTERING=1 705#options RF_INCLUDE_PARITY_DECLUSTERING=1
706#options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 706#options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
707pseudo-device fss # file system snapshot device 707pseudo-device fss # file system snapshot device
708pseudo-device md # memory disk device (ramdisk) 708pseudo-device md # memory disk device (ramdisk)
709pseudo-device vnd # disk-like interface to files 709pseudo-device vnd # disk-like interface to files
710#options VND_COMPRESSION # compressed vnd(4) 710#options VND_COMPRESSION # compressed vnd(4)