diff --git a/website/content/en/releases/10.0R/hardware.adoc b/website/content/en/releases/10.0R/hardware.adoc index d25d6ddcdd..396ab57600 100644 --- a/website/content/en/releases/10.0R/hardware.adoc +++ b/website/content/en/releases/10.0R/hardware.adoc @@ -56,22 +56,22 @@ There is a wide variety of motherboards available for this architecture. Motherb Symmetric multi-processor (SMP) systems are generally supported by FreeBSD, although in some cases, BIOS or motherboard bugs may generate some problems. Perusal of the archives of the http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp[FreeBSD symmetric multiprocessing mailing list] may yield some clues. -FreeBSD will take advantage of SMT (Symmetric MultiThreading, also known as HyperThreading on Intel(R) CPUs) on the supported CPUs. The `GENERIC` kernel which is installed by default will automatically detect the additional logical processors. The default FreeBSD scheduler recognizes processor topology on the system and selects logical and physical processors to obtain optimal performance. The http://www.FreeBSD.org/cgi/man.cgi?query=smp&sektion=4[smp(4)] manual page has more details. +FreeBSD will take advantage of SMT (Symmetric MultiThreading, also known as HyperThreading on Intel(R) CPUs) on the supported CPUs. The `GENERIC` kernel which is installed by default will automatically detect the additional logical processors. The default FreeBSD scheduler recognizes processor topology on the system and selects logical and physical processors to obtain optimal performance. The man:smp[4] manual page has more details. -FreeBSD will take advantage of Physical Address Extensions (PAE) support on CPUs that support this feature. A kernel with the `PAE` feature enabled will detect memory above 4 gigabytes and allow it to be used by the system. This feature places constraints on the device drivers and other features of FreeBSD which may be used; consult the http://www.FreeBSD.org/cgi/man.cgi?query=pae&sektion=4[pae(4)] manual page for more details. +FreeBSD will take advantage of Physical Address Extensions (PAE) support on CPUs that support this feature. A kernel with the `PAE` feature enabled will detect memory above 4 gigabytes and allow it to be used by the system. This feature places constraints on the device drivers and other features of FreeBSD which may be used; consult the man:pae[4] manual page for more details. FreeBSD will generally run on i386-based laptops, albeit with varying levels of support for certain hardware features such as sound, graphics, power management, and PCCARD expansion slots. These features tend to vary in idiosyncratic ways between machines, and frequently require special-case support in FreeBSD to work around hardware bugs or other oddities. When in doubt, a search of the archives of the http://lists.FreeBSD.org/mailman/listinfo/freebsd-mobile[FreeBSD laptop computer mailing list] may be useful. -Most modern laptops (as well as many desktops) use the Advanced Configuration and Power Management (ACPI) standard. FreeBSD supports ACPI via the ACPI Component Architecture reference implementation from Intel(R), as described in the http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4[acpi(4)] manual page. The use of ACPI causes instabilities on some machines and it may be necessary to disable the ACPI driver, which is normally loaded via a kernel module. This may be accomplished by adding the following line to `/boot/device.hints`: +Most modern laptops (as well as many desktops) use the Advanced Configuration and Power Management (ACPI) standard. FreeBSD supports ACPI via the ACPI Component Architecture reference implementation from Intel(R), as described in the man:acpi[4] manual page. The use of ACPI causes instabilities on some machines and it may be necessary to disable the ACPI driver, which is normally loaded via a kernel module. This may be accomplished by adding the following line to `/boot/device.hints`: [.programlisting] ---- hint.acpi.0.disabled="1" ---- -Users debugging ACPI-related problems may find it useful to disable portions of the ACPI functionality. The http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4[acpi(4)] manual page has more information on how to do this via loader tunables. +Users debugging ACPI-related problems may find it useful to disable portions of the ACPI functionality. The man:acpi[4] manual page has more information on how to do this via loader tunables. -ACPI depends on a Differentiated System Descriptor Table (DSDT) provided by each machine's BIOS. Some machines have bad or incomplete DSDTs, which prevents ACPI from functioning correctly. Replacement DSDTs for some machines can be found at the http://acpi.sourceforge.net/dsdt/index.php[DSDT] section of the http://acpi.sourceforge.net/[ACPI4Linux] project Web site. FreeBSD can use these DSDTs to override the DSDT provided by the BIOS; see the http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4[acpi(4)] manual page for more information. +ACPI depends on a Differentiated System Descriptor Table (DSDT) provided by each machine's BIOS. Some machines have bad or incomplete DSDTs, which prevents ACPI from functioning correctly. Replacement DSDTs for some machines can be found at the http://acpi.sourceforge.net/dsdt/index.php[DSDT] section of the http://acpi.sourceforge.net/[ACPI4Linux] project Web site. FreeBSD can use these DSDTs to override the DSDT provided by the BIOS; see the man:acpi[4] manual page for more information. [[proc-ia64]] == 2.3. ia64 @@ -86,7 +86,7 @@ Supported chipsets include: Both Uniprocessor (UP) and Symmetric Multi-processor (SMP) configurations are supported. -Most devices that can be found in or are compatible with ia64 machines are fully supported. The notable exception is the VGA console. The FreeBSD support for VGA consoles is at this time too much based on PC hardware and not all ia64 machines have chipsets that provide sufficient PC legacy support. As such http://www.FreeBSD.org/cgi/man.cgi?query=syscons&sektion=4[syscons(4)] can not be enabled and the use of a serial console is required. +Most devices that can be found in or are compatible with ia64 machines are fully supported. The notable exception is the VGA console. The FreeBSD support for VGA consoles is at this time too much based on PC hardware and not all ia64 machines have chipsets that provide sufficient PC legacy support. As such man:syscons[4] can not be enabled and the use of a serial console is required. [[proc-pc98]] == 2.4. pc98 @@ -117,7 +117,7 @@ This section describes the systems currently known to be supported by FreeBSD on SMP is supported on all systems with more than 1 processor. -When using the `GENERIC` kernel, FreeBSD/sparc64 systems not equipped with a framebuffer supported by the http://www.FreeBSD.org/cgi/man.cgi?query=creator&sektion=4[creator(4)] (Sun Creator, Sun Creator3D and Sun Elite3D) or http://www.FreeBSD.org/cgi/man.cgi?query=machfb&sektion=4[machfb(4)] (Sun PGX and Sun PGX64 as well as the ATI Mach64 chips found onboard in for example Sun Blade(TM) 100, Sun Blade(TM) 150, Sun Ultra(TM) 5 and Sun Ultra(TM) 10) driver must use the serial console. +When using the `GENERIC` kernel, FreeBSD/sparc64 systems not equipped with a framebuffer supported by the man:creator[4] (Sun Creator, Sun Creator3D and Sun Elite3D) or man:machfb[4] (Sun PGX and Sun PGX64 as well as the ATI Mach64 chips found onboard in for example Sun Blade(TM) 100, Sun Blade(TM) 150, Sun Ultra(TM) 5 and Sun Ultra(TM) 10) driver must use the serial console. If you have a system that is not listed here, it may not have been tested with FreeBSD 10.0-RELEASE. We encourage you to try it and send a note to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64[FreeBSD SPARC porting mailing list] with your results, including which devices work and which do not. @@ -157,7 +157,7 @@ The following systems are fully supported by FreeBSD: * Sun Ultra(TM) 80 * Sun Ultra(TM) 450 -The following systems are partially supported by FreeBSD. In particular the fiber channel controllers in SBus-based systems are not supported. However, it is possible to use these with a SCSI controller supported by the http://www.FreeBSD.org/cgi/man.cgi?query=esp&sektion=4[esp(4)] driver (Sun ESP SCSI, Sun FAS Fast-SCSI and Sun FAS366 Fast-Wide SCSI controllers). +The following systems are partially supported by FreeBSD. In particular the fiber channel controllers in SBus-based systems are not supported. However, it is possible to use these with a SCSI controller supported by the man:esp[4] driver (Sun ESP SCSI, Sun FAS Fast-SCSI and Sun FAS366 Fast-Wide SCSI controllers). * Sun Enterprise(TM) 3500 * Sun Enterprise(TM) 4500 @@ -202,20 +202,19 @@ This section describes the devices currently known to be supported by FreeBSD. O Where possible, the drivers applicable to each device or class of devices is listed. If the driver in question has a manual page in the FreeBSD base distribution (most should), it is referenced here. Information on specific models of supported devices, controllers, etc. can be found in the manual pages. -[.note] *Note*: + The device lists in this document are being generated automatically from FreeBSD manual pages. This means that some devices, which are supported by multiple drivers, may appear multiple times. [[disk]] == 3.1. Disk Controllers -[amd64, i386, ia64, pc98, sparc64] IDE/ATA controllers (http://www.FreeBSD.org/cgi/man.cgi?query=ata&sektion=4[ata(4)] driver) +[amd64, i386, ia64, pc98, sparc64] IDE/ATA controllers (man:ata[4] driver) [pc98] IDE/ATA controllers (wdc driver) * On-board IDE controller -[i386,ia64,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aac&sektion=4[aac(4)] driver include: +[i386,ia64,amd64] Controllers supported by the man:aac[4] driver include: * Adaptec AAC-364 * Adaptec RAID 2045 @@ -302,7 +301,7 @@ The device lists in this document are being generated automatically from FreeBSD * AOC-USAS-S8i-LP * AOC-USAS-S8iR-LP -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=adv&sektion=4[adv(4)] driver supports the following SCSI controllers: +[i386,pc98,amd64] The man:adv[4] driver supports the following SCSI controllers: * AdvanSys ABP510/5150 * AdvanSys ABP5140 @@ -332,7 +331,7 @@ The device lists in this document are being generated automatically from FreeBSD * RATOC REX-PCI30 (PC-98) * @Nifty FNECHARD IFC-USUP-TX (PC-98) -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=adw&sektion=4[adw(4)] driver supports SCSI controllers including: +[i386,pc98,amd64] The man:adw[4] driver supports SCSI controllers including: * AdvanSys ABP940UW/ABP3940UW * AdvanSys ABP950UW @@ -340,7 +339,7 @@ The device lists in this document are being generated automatically from FreeBSD * AdvanSys ABP3940U2W * AdvanSys ABP3950U2W -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=aha&sektion=4[aha(4)] driver supports the following SCSI host adapters: +[i386] The man:aha[4] driver supports the following SCSI host adapters: * Adaptec AHA-154xB * Adaptec AHA-154xC @@ -351,14 +350,14 @@ The device lists in this document are being generated automatically from FreeBSD * DTC 3290 SCSI controller in 1542 emulation mode * Tekram SCSI controllers in 154x emulation mode -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=ahb&sektion=4[ahb(4)] driver supports the following SCSI host adapters: +[i386] The man:ahb[4] driver supports the following SCSI host adapters: * Adaptec AHA-1740 * Adaptec AHA-1742 * Adaptec AHA-1740A * Adaptec AHA-1742A -The http://www.FreeBSD.org/cgi/man.cgi?query=ahc&sektion=4[ahc(4)] driver supports the following SCSI host adapter chips and SCSI controller cards: +The man:ahc[4] driver supports the following SCSI host adapter chips and SCSI controller cards: * Adaptec AIC7770 host adapter chip * Adaptec AIC7850 host adapter chip @@ -412,11 +411,11 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=ahc&sektion=4[ahc(4)] driver suppor * NEC SV-98/2-B03 (PC-98) * Many motherboards with on-board SCSI support -The http://www.FreeBSD.org/cgi/man.cgi?query=ahci&sektion=4[ahci(4)] driver supports AHCI compatible controllers having PCI class 1 (mass storage), subclass 6 (SATA) and programming interface 1 (AHCI). +The man:ahci[4] driver supports AHCI compatible controllers having PCI class 1 (mass storage), subclass 6 (SATA) and programming interface 1 (AHCI). Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it supports AHCI part of legacy-PATA + AHCI-SATA combined controllers, such as JMicron JMB36x and Marvell 88SE61xx. -[i386,sparc64,ia64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ahd&sektion=4[ahd(4)] driver supports the following: +[i386,sparc64,ia64,amd64] The man:ahd[4] driver supports the following: * Adaptec AIC7901 host adapter chip * Adaptec AIC7901A host adapter chip @@ -425,7 +424,7 @@ Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it suppor * Adaptec 39320 host adapter * Many motherboards with on-board SCSI support -[i386,pc98,amd64] The adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aic&sektion=4[aic(4)] driver include: +[i386,pc98,amd64] The adapters supported by the man:aic[4] driver include: * Adaptec AHA-1505 (ISA) * Adaptec AHA-1510A, AHA-1510B (ISA) @@ -437,7 +436,7 @@ Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it suppor * Adaptec AHA-1030B, AHA-1030P (PC98) * NEC PC-9801-100 (PC98) -Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektion=4[amr(4)] driver include: +Controllers supported by the man:amr[4] driver include: * MegaRAID SATA 150-4 * MegaRAID SATA 150-6 @@ -486,7 +485,7 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektio * Intel RAID Controller SRCS16 * Intel RAID Controller SRCU42X -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=arcmsr&sektion=4[arcmsr(4)] driver supports the following cards: +[i386,amd64] The man:arcmsr[4] driver supports the following cards: * ARC-1110 * ARC-1120 @@ -525,7 +524,7 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektio * ARC-1880 * ARC-1882 -[i386] The adapters currently supported by the http://www.FreeBSD.org/cgi/man.cgi?query=asr&sektion=4[asr(4)] driver include the following: +[i386] The adapters currently supported by the man:asr[4] driver include the following: * Adaptec Zero-Channel SCSI RAID 2000S, 2005S, 2010S, 2015S * Adaptec SCSI RAID 2100S, 2110S @@ -544,7 +543,7 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektio * Adaptec SmartRAID PM3757 * DEC KZPCC-AC (LVD 1-ch, 4MB or 16MB cache), DEC KZPCC-CE (LVD 3-ch, 64MB cache), DEC KZPCC-XC (LVD 1-ch, 16MB cache), DEC KZPCC-XE (LVD 3-ch, 64MB cache) -- rebadged SmartRAID V Millennium -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bt&sektion=4[bt(4)] driver supports the following BusLogic MultiMaster "W", "C", "S", and "A" series and compatible SCSI host adapters: +[i386,amd64] The man:bt[4] driver supports the following BusLogic MultiMaster "W", "C", "S", and "A" series and compatible SCSI host adapters: * BusLogic BT-445C * BusLogic BT-445S @@ -572,9 +571,9 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektio * BusLogic BT-958D * Storage Dimensions SDC3211B / SDC3211F -AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also supported by the http://www.FreeBSD.org/cgi/man.cgi?query=bt&sektion=4[bt(4)] driver. +AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also supported by the man:bt[4] driver. -[i386,ia64,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ciss&sektion=4[ciss(4)] driver include: +[i386,ia64,amd64] Controllers supported by the man:ciss[4] driver include: * Compaq Smart Array 5300 (simple mode only) * Compaq Smart Array 532 @@ -614,7 +613,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * HP Modular Smart Array 20 (MSA20) * HP Modular Smart Array 500 (MSA500) -[pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=ct&sektion=4[ct(4)] driver supports the following adapters: +[pc98] The man:ct[4] driver supports the following adapters: * ELECOM bus-master SCSI adapters * I-O DATA SC-98II @@ -625,7 +624,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * SMIT transfer type SCSI host adapters * TEXA HA-55BS2 and its later models -[i386,ia64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=dpt&sektion=4[dpt(4)] driver provides support for the following RAID adapters: +[i386,ia64,amd64] The man:dpt[4] driver provides support for the following RAID adapters: * DPT Smart Cache Plus * Smart Cache II (PM2?2?, PM2022 [EISA], PM2024/PM2124 [PCI]) (Gen2) @@ -635,11 +634,10 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * Smart Cache IV (PM2?4?, PM2042 [EISA], PM2044/PM2144 [PCI]) (Gen4) * Smart RAID IV -[.note] *Note*: + [amd64, i386] Booting from these controllers is supported. EISA adapters are not supported. -[sparc64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=esp&sektion=4[esp(4)] driver include: +[sparc64] Controllers supported by the man:esp[4] driver include: * MELCO IFC-DP (PC-98) * Sun ESP family @@ -647,7 +645,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * Tekram DC390 * Tekram DC390T -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hpt27xx&sektion=4[hpt27xx(4)] driver supports the following SAS controllers: +[i386,amd64] The man:hpt27xx[4] driver supports the following SAS controllers: * HighPoint's RocketRAID 271x series * HighPoint's RocketRAID 272x series @@ -655,7 +653,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * HighPoint's RocketRAID 276x series * HighPoint's RocketRAID 278x series -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4[hptiop(4)] driver supports the following SAS and SATA RAID controllers: +[i386,amd64] The man:hptiop[4] driver supports the following SAS and SATA RAID controllers: * HighPoint RocketRAID 4522 * HighPoint RocketRAID 4521 @@ -669,7 +667,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * HighPoint RocketRAID 3622 * HighPoint RocketRAID 3620 -The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4[hptiop(4)] driver also supports the following SAS and SATA RAID controllers that are already End-of-Life: +The man:hptiop[4] driver also supports the following SAS and SATA RAID controllers that are already End-of-Life: * HighPoint RocketRAID 4211 * HighPoint RocketRAID 4210 @@ -688,11 +686,11 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4[hptiop(4)] driver * HighPoint RocketRAID 3120 * HighPoint RocketRAID 3020 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hptmv&sektion=4[hptmv(4)] driver supports the following ATA RAID controllers: +[i386,amd64] The man:hptmv[4] driver supports the following ATA RAID controllers: * HighPoint's RocketRAID 182x series -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hptrr&sektion=4[hptrr(4)] driver supports the following RAID controllers: +[i386,amd64] The man:hptrr[4] driver supports the following RAID controllers: * RocketRAID 172x series * RocketRAID 174x series @@ -705,7 +703,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4[hptiop(4)] driver * RocketRAID 2340 * RocketRAID 2522 -[i386] The following controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ida&sektion=4[ida(4)] driver: +[i386] The following controllers are supported by the man:ida[4] driver: * Compaq SMART Array 221 * Compaq Integrated SMART Array Controller @@ -719,7 +717,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4[hptiop(4)] driver * Compaq SMART-2/E Controller * Compaq SMART Controller -[i386,ia64,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=iir&sektion=4[iir(4)] driver include: +[i386,ia64,amd64] Controllers supported by the man:iir[4] driver include: * Intel RAID Controller SRCMR * Intel Server RAID Controller U3-l (SRCU31a) @@ -733,7 +731,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4[hptiop(4)] driver The SRCU31 and SRCU31L can be updated via a firmware update available from Intel. -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ips&sektion=4[ips(4)] driver include: +[i386,amd64] Controllers supported by the man:ips[4] driver include: * IBM ServeRAID 3H * ServeRAID 4L/4M/4H @@ -743,9 +741,9 @@ The SRCU31 and SRCU31L can be updated via a firmware update available from Intel Newer ServeRAID controllers are supported by the aac(4) or mfi(4) driver. -[i386,amd64] The http://www.%0AFreeBSD.org/cgi/man.cgi?query=isci&sektion=4[isci(4)] driver provides support for Intel C600 SAS controllers. +[i386,amd64] The man:isci[4] driver provides support for Intel C600 SAS controllers. -Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4[isp(4)] driver include: +Cards supported by the man:isp[4] driver include: * ISP1000 * ISP1020 @@ -766,7 +764,7 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4[is * Qlogic 2422 * Qlogic 2432 -[i386,ia64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=mfi&sektion=4[mfi(4)] driver supports the following hardware: +[i386,ia64,amd64] The man:mfi[4] driver supports the following hardware: * LSI MegaRAID SAS 1078 * LSI MegaRAID SAS 8408E @@ -783,7 +781,7 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4[is * Intel RAID Controller SRCSAS18E * Intel RAID Controller SROMBSAS18E -[i386,ia64,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mlx&sektion=4[mlx(4)] driver include: +[i386,ia64,amd64] Controllers supported by the man:mlx[4] driver include: * Mylex DAC960P * Mylex DAC960PD / DEC KZPSC (Fast Wide) @@ -801,11 +799,10 @@ All major firmware revisions (2.x, 3.x, 4.x and 5.x) are supported, however it i Compatible Mylex controllers not listed should work, but have not been verified. -[.note] *Note*: + [amd64, i386] Booting from these controllers is supported. EISA adapters are not supported. -[i386,ia64,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mly&sektion=4[mly(4)] driver include: +[i386,ia64,amd64] Controllers supported by the man:mly[4] driver include: * Mylex AcceleRAID 160 * Mylex AcceleRAID 170 @@ -815,7 +812,7 @@ Compatible Mylex controllers not listed should work, but have not been verified. Compatible Mylex controllers not listed should work, but have not been verified. -The http://www.FreeBSD.org/cgi/man.cgi?query=mps&sektion=4[mps(4)] driver supports the following hardware: +The man:mps[4] driver supports the following hardware: * LSI Logic SAS2004 (4 Port SAS) * LSI Logic SAS2008 (8 Port SAS) @@ -829,7 +826,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=mps&sektion=4[mps(4)] driver suppor * Intel Integrated RAID Module RMS25KB040 * Intel Integrated RAID Module RMS25KB080 -The following controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mpt&sektion=4[mpt(4)] driver: +The following controllers are supported by the man:mpt[4] driver: * LSI Logic 53c1030, LSI Logic LSI2x320-X (Single and Dual Ultra320 SCSI) * LSI Logic AS1064, LSI Logic AS1068 @@ -840,7 +837,7 @@ The following controllers are supported by the http://www.FreeBSD.org/cgi/man.cg * LSI Logic FC949X (Dual 4Gb/s Fibre Channel) * LSI Logic FC949E, LSI Logic FC949ES (Dual 4Gb/s Fibre Channel PCI-Express) -The Ultra 320 SCSI controller chips supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mpt&sektion=4[mpt(4)] driver can be found onboard on many systems including: +The Ultra 320 SCSI controller chips supported by the man:mpt[4] driver can be found onboard on many systems including: * Dell PowerEdge 1750 thru 2850 * IBM eServer xSeries 335 @@ -853,7 +850,7 @@ The Fibre Channel controller chipset are supported by a broad variety of speeds This driver also supports target mode for Fibre Channel cards. This support may be enabled by setting the desired role of the core via the LSI Logic firmware utility that establishes what roles the card can take on - no separate compilation is required. -The http://www.FreeBSD.org/cgi/man.cgi?query=mvs&sektion=4[mvs(4)] driver supports the following controllers: +The man:mvs[4] driver supports the following controllers: Gen-I (SATA 1.5Gbps): @@ -879,7 +876,7 @@ Gen-IIe (SATA 3Gbps, NCQ, PMP with FBS): Note, that this hardware supports command queueing and FIS-based switching only for ATA DMA commands. ATAPI and non-DMA ATA commands executed one by one for each port. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ncr&sektion=4[ncr(4)] driver provides support for the following NCR/Symbios SCSI controller chips: +[i386,pc98,amd64] The man:ncr[4] driver provides support for the following NCR/Symbios SCSI controller chips: * 53C810 * 53C810A @@ -900,7 +897,7 @@ The following add-on boards are known to be supported: * I-O DATA SC-98/PCI (PC-98) * I-O DATA SC-PCI (PC-98) -[i386,pc98] The following devices are currently supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ncv&sektion=4[ncv(4)] driver: +[i386,pc98] The following devices are currently supported by the man:ncv[4] driver: * I-O DATA PCSC-DV * KME KXLC002 (TAXAN ICD-400PN, etc.), KXLC004, and UJDCD450 @@ -911,21 +908,21 @@ The following add-on boards are known to be supported: * Qlogic Fast SCSI * RATOC REX-9530, REX-5572 (SCSI only) -[i386,pc98] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=nsp&sektion=4[nsp(4)] driver include: +[i386,pc98] Controllers supported by the man:nsp[4] driver include: * Alpha-Data AD-PCS201 * I-O DATA CBSC16 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=pst&sektion=4[pst(4)] driver supports the Promise Supertrak SX6000 ATA hardware RAID controller. +[i386] The man:pst[4] driver supports the Promise Supertrak SX6000 ATA hardware RAID controller. -The http://www.FreeBSD.org/cgi/man.cgi?query=siis&sektion=4[siis(4)] driver supports the following controller chips: +The man:siis[4] driver supports the following controller chips: * SiI3124 (PCI-X 133MHz/64bit, 4 ports) * SiI3131 (PCIe 1.0 x1, 1 port) * SiI3132 (PCIe 1.0 x1, 2 ports) * SiI3531 (PCIe 1.0 x1, 1 port) -[i386,pc98] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=stg&sektion=4[stg(4)] driver include: +[i386,pc98] Controllers supported by the man:stg[4] driver include: * Adaptec 2920/A * Future Domain SCSI2GO @@ -937,7 +934,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=siis&sektion=4[siis(4)] driver supp Note that the Adaptec 2920C is supported by the ahc(4) driver. -The http://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4[sym(4)] driver provides support for the following Symbios/LSI Logic PCI SCSI controllers: +The man:sym[4] driver provides support for the following Symbios/LSI Logic PCI SCSI controllers: * 53C810 * 53C810A @@ -957,7 +954,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4[sym(4)] driver provid * 53C1010-66 * 53C1510D -The SCSI controllers supported by http://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4[sym(4)] can be either embedded on a motherboard, or on one of the following add-on boards: +The SCSI controllers supported by man:sym[4] can be either embedded on a motherboard, or on one of the following add-on boards: * ASUS SC-200, SC-896 * Data Technology DTC3130 (all variants) @@ -970,7 +967,7 @@ The SCSI controllers supported by http://www.FreeBSD.org/cgi/man.cgi?query=sym&s * Tekram DC390W, 390U, 390F, 390U2B, 390U2W, 390U3D, and 390U3W * Tyan S1365 -[i386,amd64] SCSI controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=trm&sektion=4[trm(4)] driver include: +[i386,amd64] SCSI controllers supported by the man:trm[4] driver include: * Tekram DC-315 PCI Ultra SCSI adapter without BIOS and internal SCSI connector * Tekram DC-315U PCI Ultra SCSI adapter without BIOS @@ -981,7 +978,7 @@ The SCSI controllers supported by http://www.FreeBSD.org/cgi/man.cgi?query=sym&s For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use the sym(4) driver. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=twa&sektion=4[twa(4)] driver supports the following SATA RAID controllers: +[i386,amd64] The man:twa[4] driver supports the following SATA RAID controllers: * AMCC's 3ware 9500S-4LP * AMCC's 3ware 9500S-8 @@ -1005,7 +1002,7 @@ For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use * AMCC's 3ware 9650SE-16ML * AMCC's 3ware 9650SE-24M8 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=twe&sektion=4[twe(4)] driver supports the following PATA/SATA RAID controllers: +[i386,amd64] The man:twe[4] driver supports the following PATA/SATA RAID controllers: * AMCC's 3ware 5000 series * AMCC's 3ware 6000 series @@ -1027,7 +1024,7 @@ For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use * AMCC's 3ware 8506-12 * AMCC's 3ware 8506-12MI -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=vpo&sektion=4[vpo(4)] driver supports the following parallel to SCSI interfaces: +[i386] The man:vpo[4] driver supports the following parallel to SCSI interfaces: * Adaptec AIC-7110 Parallel to SCSI interface (built-in to Iomega ZIP drives) * Iomega Jaz Traveller interface @@ -1035,29 +1032,28 @@ For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use [i386] The wds(4) driver supports the WD7000 SCSI controller. -With all supported SCSI controllers, full support is provided for SCSI-I, SCSI-II, and SCSI-III peripherals, including hard disks, optical disks, tape drives (including DAT, 8mm Exabyte, Mammoth, and DLT), medium changers, processor target devices and CD-ROM drives. WORM devices that support CD-ROM commands are supported for read-only access by the CD-ROM drivers (such as http://www.FreeBSD.org/cgi/man.cgi?query=cd&sektion=4[cd(4)]). WORM/CD-R/CD-RW writing support is provided by http://www.FreeBSD.org/cgi/man.cgi?query=cdrecord&sektion=1[cdrecord(1)], which is a part of the http://www.freebsd.org/cgi/url.cgi?ports/sysutils/cdrtools/pkg-descr[sysutils/cdrtools] port in the Ports Collection. +With all supported SCSI controllers, full support is provided for SCSI-I, SCSI-II, and SCSI-III peripherals, including hard disks, optical disks, tape drives (including DAT, 8mm Exabyte, Mammoth, and DLT), medium changers, processor target devices and CD-ROM drives. WORM devices that support CD-ROM commands are supported for read-only access by the CD-ROM drivers (such as man:cd[4]). WORM/CD-R/CD-RW writing support is provided by man:cdrecord(1)], which is a part of the http://www.freebsd.org/cgi/url.cgi?ports/sysutils/cdrtools/pkg-descr[sysutils/cdrtools] port in the Ports Collection. The following CD-ROM type systems are supported at this time: -* SCSI interface (also includes ProAudio Spectrum and SoundBlaster SCSI) (http://www.FreeBSD.org/cgi/man.cgi?query=cd&sektion=4[cd(4)]) -* [i386] Sony proprietary interface (all models) (http://www.FreeBSD.org/cgi/man.cgi?query=scd&sektion=4[scd(4)]) -* ATAPI IDE interface (http://www.FreeBSD.org/cgi/man.cgi?query=acd&sektion=4[acd(4)]) +* SCSI interface (also includes ProAudio Spectrum and SoundBlaster SCSI) (man:cd[4]) +* [i386] Sony proprietary interface (all models) (man:acd[4]) [i386] The following device is unmaintained: -* Mitsumi proprietary CD-ROM interface (all models) (http://www.FreeBSD.org/cgi/man.cgi?query=mcd&sektion=4[mcd(4)]) +* Mitsumi proprietary CD-ROM interface (all models) (man:mcd[4]) [[ethernet]] == 3.2. Ethernet Interfaces -The http://www.FreeBSD.org/cgi/man.cgi?query=ae&sektion=4[ae(4)] driver supports Attansic/Atheros L2 PCIe FastEthernet controllers, and is known to support the following hardware: +The man:ae[4] driver supports Attansic/Atheros L2 PCIe FastEthernet controllers, and is known to support the following hardware: * ASUS EeePC 701 * ASUS EeePC 900 Other hardware may or may not work with this driver. -The http://www.FreeBSD.org/cgi/man.cgi?query=age&sektion=4[age(4)] driver provides support for LOMs based on Attansic/Atheros L1 Gigabit Ethernet controller chips, including: +The man:age[4] driver provides support for LOMs based on Attansic/Atheros L1 Gigabit Ethernet controller chips, including: * ASUS M2N8-VMX * ASUS M2V @@ -1077,13 +1073,13 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=age&sektion=4[age(4)] driver provid * ASUS P5L-VM 1394 * ASUS G2S -The http://www.FreeBSD.org/cgi/man.cgi?query=ale&sektion=4[ale(4)] device driver provides support for the following Ethernet controllers: +The man:ale[4] device driver provides support for the following Ethernet controllers: * Atheros AR8113 PCI Express Fast Ethernet controller * Atheros AR8114 PCI Express Fast Ethernet controller * Atheros AR8121 PCI Express Gigabit Ethernet controller -[i386,pc98,ia64,amd64,powerpc] Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aue&sektion=4[aue(4)] driver include: +[i386,pc98,ia64,amd64,powerpc] Adapters supported by the man:aue[4] driver include: * Abocom UFE1000, DSB650TX_NA * Accton USB320-EC, SpeedStream @@ -1106,7 +1102,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=ale&sektion=4[ale(4)] device driver * SMC 2202USB * SOHOware NUB100 -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=axe&sektion=4[axe(4)] driver supports ASIX Electronics AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB Ethernet adapters including: +[i386,pc98,amd64,powerpc] The man:axe[4] driver supports ASIX Electronics AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB Ethernet adapters including: AX88172: @@ -1157,7 +1153,7 @@ AX88760: * ASIX AX88760 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bce&sektion=4[bce(4)] driver provides support for various NICs based on the Broadcom NetXtreme II family of Gigabit Ethernet controllers, including the following: +[i386,amd64] The man:bce[4] driver provides support for various NICs based on the Broadcom NetXtreme II family of Gigabit Ethernet controllers, including the following: * Broadcom NetXtreme II BCM5706 1000Base-SX * Broadcom NetXtreme II BCM5706 1000Base-T @@ -1183,9 +1179,9 @@ AX88760: * HP NC382i DP Multifunction Gigabit Server Adapter * HP NC382m DP 1GbE Multifunction BL-c Adapter -[amd64, i386] Broadcom BCM4401 based Fast Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query=bfe&sektion=4[bfe(4)] driver) +[amd64, i386] Broadcom BCM4401 based Fast Ethernet adapters (man:bfe[4] driver) -[i386,pc98,sparc64,ia64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bge&sektion=4[bge(4)] driver provides support for various NICs based on the Broadcom BCM570x family of Gigabit Ethernet controller chips, including the following: +[i386,pc98,sparc64,ia64,amd64] The man:bge[4] driver provides support for various NICs based on the Broadcom BCM570x family of Gigabit Ethernet controller chips, including the following: * 3Com 3c996-SX (1000baseSX) * 3Com 3c996-T (10/100/1000baseTX) @@ -1204,7 +1200,7 @@ AX88760: * SysKonnect SK-9D21 (10/100/1000baseTX) * SysKonnect SK-9D41 (1000baseSX) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bxe&sektion=4[bxe(4)] driver provides support for various NICs based on the Broadcom NetXtreme II family of 10Gb Ethernet controller chips, including the following: +[i386,amd64] The man:bxe[4] driver provides support for various NICs based on the Broadcom NetXtreme II family of 10Gb Ethernet controller chips, including the following: * Broadcom NetXtreme II BCM57710 10Gb * Broadcom NetXtreme II BCM57711 10Gb @@ -1218,13 +1214,13 @@ AX88760: * Broadcom NetXtreme II BCM57840 10Gb / 20Gb * Broadcom NetXtreme II BCM57840-MF 10Gb -The chips supported by the http://www.FreeBSD.org/cgi/man.cgi?query=cas&sektion=4[cas(4)] driver are: +The chips supported by the man:cas[4] driver are: * National Semiconductor DP83065 Saturn Gigabit Ethernet * Sun Cassini Gigabit Ethernet * Sun Cassini+ Gigabit Ethernet -The following add-on cards are known to work with the http://www.FreeBSD.org/cgi/man.cgi?query=cas&sektion=4[cas(4)] driver at this time: +The following add-on cards are known to work with the man:cas[4] driver at this time: * Sun GigaSwift Ethernet 1.0 MMF (Cassini Kuheen) (part no. 501-5524) * Sun GigaSwift Ethernet 1.0 UTP (Cassini) (part no. 501-5902) @@ -1232,28 +1228,28 @@ The following add-on cards are known to work with the http://www.FreeBSD.org/cgi * Sun Quad GigaSwift Ethernet UTP (QGE) (part no. 501-6522) * Sun Quad GigaSwift Ethernet PCI-X (QGE-X) (part no. 501-6738) -[i386,pc98,ia64,amd64,powerpc] The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=cdce&sektion=4[cdce(4)] driver: +[i386,pc98,ia64,amd64,powerpc] The following devices are supported by the man:cdce[4] driver: * Prolific PL-2501 Host-to-Host Bridge Controller * Sharp Zaurus PDA * Terayon TJ-715 DOCSIS Cable Modem -[amd64, i386] Crystal Semiconductor CS89x0-based NICs (http://www.FreeBSD.org/cgi/man.cgi?query=cs&sektion=4[cs(4)] driver) +[amd64, i386] Crystal Semiconductor CS89x0-based NICs (man:cs[4] driver) -[i386,pc98,ia64,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=cue&sektion=4[cue(4)] driver supports CATC USB-EL1210A based USB Ethernet adapters including: +[i386,pc98,ia64,amd64,powerpc] The man:cue[4] driver supports CATC USB-EL1210A based USB Ethernet adapters including: * Belkin F5U011/F5U111 * CATC Netmate * CATC Netmate II * SmartBridges SmartLink -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4[cxgb(4)] driver supports 10 Gigabit and 1 Gigabit Ethernet adapters based on the T3 and T3B chipset: +[i386,amd64] The man:cxgb[4] driver supports 10 Gigabit and 1 Gigabit Ethernet adapters based on the T3 and T3B chipset: * Chelsio 10GBase-CX4 * Chelsio 10GBase-LR * Chelsio 10GBase-SR -The http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4[dc(4)] driver provides support for the following chipsets: +The man:dc[4] driver provides support for the following chipsets: * DEC/Intel 21143 * ADMtek AL981 Comet, AN985 Centaur, ADM9511 Centaur II and ADM9513 Centaur II @@ -1266,7 +1262,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4[dc(4)] driver provides * Macronix 98713, 98713A, 98715, 98715A, 98715AEC-C, 98725, 98727 and 98732 * Xircom X3201 (cardbus only) -The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4[dc(4)] driver at this time: +The following NICs are known to work with the man:dc[4] driver at this time: * 3Com OfficeConnect 10/100B (ADMtek AN985 Centaur-P) * Abocom FE2500 @@ -1307,7 +1303,7 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi * Xircom Cardbus Ethernet 10/100 * Xircom Cardbus Ethernet II 10/100 -[i386,pc98,ia64,amd64] Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=de&sektion=4[de(4)] driver include: +[i386,pc98,ia64,amd64] Adapters supported by the man:de[4] driver include: * Adaptec ANA-6944/TX * Cogent EM100FX and EM440TX @@ -1319,7 +1315,7 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi * SMC Etherpower 8432, 9332 and 9334 * ZNYX ZX3xx -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=ed&sektion=4[ed(4)] driver supports the following Ethernet NICs: +[i386,pc98] The man:ed[4] driver supports the following Ethernet NICs: * 3Com 3c503 Etherlink II * AR-P500 Ethernet @@ -1414,11 +1410,11 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi C-Bus, ISA, PCI and PC Card devices are supported. -The http://www.FreeBSD.org/cgi/man.cgi?query=ed&sektion=4[ed(4)] driver does not support the following Ethernet NICs: +The man:ed[4] driver does not support the following Ethernet NICs: * Mitsubishi LAN Adapter B8895 -The http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4[em(4)] driver supports Gigabit Ethernet adapters based on the Intel 82540, 82541ER, 82541PI, 82542, 82543, 82544, 82545, 82546, 82546EB, 82546GB, 82547, 82571, 82572, 82573, and 82574 controller chips: +The man:em[4] driver supports Gigabit Ethernet adapters based on the Intel 82540, 82541ER, 82541PI, 82542, 82543, 82544, 82545, 82546, 82546EB, 82546GB, 82547, 82571, 82572, 82573, and 82574 controller chips: * Intel PRO/1000 CT Network Connection (82547) * Intel PRO/1000 F Server Adapter (82543) @@ -1444,7 +1440,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4[em(4)] driver supports * Intel PRO/1000 XF Server Adapter (82544) * Intel PRO/1000 XT Server Adapter (82544) -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ep&sektion=4[ep(4)] driver supports Ethernet adapters based on the 3Com 3C5x9 Etherlink III Parallel Tasking chipset, including: +[i386,pc98,amd64] The man:ep[4] driver supports Ethernet adapters based on the 3Com 3C5x9 Etherlink III Parallel Tasking chipset, including: * 3Com 3C1 CF * 3Com 3C509-TP, 3C509-BNC, 3C509-Combo, 3C509-TPO, 3C509-TPC ISA @@ -1461,9 +1457,9 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4[em(4)] driver supports * 3Com OfficeConnect 3CXSH572BT, 3CCSH572BT PCMCIA * Farallon EtherWave and EtherMac PC Card (P/n 595/895 with BLUE arrow) -Agere ET1310 Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query=et&sektion=4[et(4)] driver) +Agere ET1310 Gigabit Ethernet adapters (man:et[4] driver) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ex&sektion=4[ex(4)] driver supports the following Ethernet adapters: +[i386,amd64] The man:ex[4] driver supports the following Ethernet adapters: * Intel EtherExpress Pro/10 ISA * Intel EtherExpress Pro/10+ ISA @@ -1472,7 +1468,7 @@ Agere ET1310 Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query * Silicom Ethernet LAN PC Card * Silicom EtherSerial LAN PC Card -[i386,pc98,amd64] Controllers and cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=fe&sektion=4[fe(4)] driver include: +[i386,pc98,amd64] Controllers and cards supported by the man:fe[4] driver include: * Allied Telesis RE1000, RE1000Plus, ME1500 (110-pin) * CONTEC C-NET(98)P2, C-NET (9N)E (110-pin), C-NET(9N)C (ExtCard) @@ -1491,7 +1487,7 @@ Agere ET1310 Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query * TDK LAK-CD011, LAK-CD021, LAK-CD021A, LAK-CD021BX * Ungermann-Bass Access/PC N98C+(PC85152, PC85142), Access/NOTE N98(PC86132) (110-pin) -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=fxp&sektion=4[fxp(4)] driver include: +Adapters supported by the man:fxp[4] driver include: * Intel EtherExpress PRO/10 * Intel InBusiness 10/100 @@ -1506,20 +1502,20 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=fxp&sektion=4 * NEC PC-9821X-B06 (PC-98) * Many on-board network interfaces on Intel motherboards -Chips supported by the http://www.FreeBSD.org/cgi/man.cgi?query=gem&sektion=4[gem(4)] driver include: +Chips supported by the man:gem[4] driver include: * Apple GMAC * Sun ERI 10/100 Mbps Ethernet * Sun GEM Gigabit Ethernet -The following add-on cards are known to work with the http://www.FreeBSD.org/cgi/man.cgi?query=gem&sektion=4[gem(4)] driver at this time: +The following add-on cards are known to work with the man:gem[4] driver at this time: * Sun Gigabit Ethernet PCI 2.0/3.0 (GBE/P) (part no. 501-4373) * Sun Gigabit Ethernet SBus 2.0/3.0 (GBE/S) (part no. 501-4375) -The http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4[hme(4)] driver supports the on-board Ethernet interfaces of many Sun UltraSPARC workstation and server models. +The man:hme[4] driver supports the on-board Ethernet interfaces of many Sun UltraSPARC workstation and server models. -Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4[hme(4)] driver include: +Cards supported by the man:hme[4] driver include: * Sun PCI SunSwift Adapter * Sun SBus SunSwift Adapter "( hme" and "SUNW,hme") @@ -1528,7 +1524,7 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4[hm * Sun PCI Quad FastEthernet Controller * Sun SBus Quad FastEthernet Controller -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=ie&sektion=4[ie(4)] driver provides supports the following 8 and 16bit ISA Ethernet cards that are based on the Intel i82586 chip: +[i386] The man:ie[4] driver provides supports the following 8 and 16bit ISA Ethernet cards that are based on the Intel i82586 chip: * 3COM 3C507 * AT&T EN100 @@ -1537,31 +1533,31 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4[hm * Intel EtherExpress 16 * RACAL Interlan NI5210 -The http://www.FreeBSD.org/cgi/man.cgi?query=igb&sektion=4[igb(4)] driver supports Gigabit Ethernet adapters based on the Intel 82575 and 82576 controller chips: +The man:igb[4] driver supports Gigabit Ethernet adapters based on the Intel 82575 and 82576 controller chips: * Intel Gigabit ET Dual Port Server Adapter (82576) * Intel Gigabit VT Quad Port Server Adapter (82575) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ixgb&sektion=4[ixgb(4)] driver supports the following cards: +[i386,amd64] The man:ixgb[4] driver supports the following cards: * Intel PRO/10GbE LR Server Adapter * Intel PRO/10GbE SR Server Adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=ixgbe&sektion=4[ixgbe(4)] driver supports the following cards: +The man:ixgbe[4] driver supports the following cards: * Intel(R) 10 Gigabit XF SR/AF Dual Port Server Adapter * Intel(R) 10 Gigabit XF SR/LR Server Adapter * Intel(R) 82598EB 10 Gigabit AF Network Connection * Intel(R) 82598EB 10 Gigabit AT CX4 Network Connection -The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4[[.refentrytitle]#jme(4)] device driver provides support for the following Ethernet controllers: +The man:jme[4] device driver provides support for the following Ethernet controllers: * JMicron JMC250 PCI Express Gigabit Ethernet controller * JMicron JMC251 PCI Express Gigabit Ethernet with Card Read Host controller * JMicron JMC260 PCI Express Fast Ethernet controller * JMicron JMC261 PCI Express Gigabit Ethernet with Card Read Host controller -[i386,pc98,ia64,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=kue&sektion=4[kue(4)] driver supports Kawasaki LSI KL5KLUSB101B based USB Ethernet adapters including: +[i386,pc98,ia64,amd64,powerpc] The man:kue[4] driver supports Kawasaki LSI KL5KLUSB101B based USB Ethernet adapters including: * 3Com 3c19250 * 3Com 3c460 HomeConnect Ethernet USB Adapter @@ -1580,12 +1576,12 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4[[.refentrytitle]#jme( * Psion Gold Port USB Ethernet adapter * SMC 2102USB, 2104USB -[i386,pc98,amd64] Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4[lge(4)] driver include: +[i386,pc98,amd64] Adapters supported by the man:lge[4] driver include: * SMC TigerCard 1000 (SMC9462SX) * D-Link DGE-500SX -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=msk&sektion=4[msk(4)] driver provides support for various NICs based on the Marvell/SysKonnect Yukon II based Gigabit Ethernet controller chips, including: +[i386,amd64] The man:msk[4] driver provides support for various NICs based on the Marvell/SysKonnect Yukon II based Gigabit Ethernet controller chips, including: * D- Link 550SX Gigabit Ethernet * D-Link 560SX Gigabit Ethernet @@ -1621,19 +1617,19 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4[[.refentrytitle]#jme( * SysKonnect SK-9Sxx Gigabit Ethernet * SysKonnect SK-9Exx Gigabit Ethernet -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=mxge&%0Asektion=4[mxge(4)] driver supports 10 Gigabit Ethernet adapters based on the Myricom LANai Z8E chips: +[i386,amd64] The man:mxge[4] driver supports 10 Gigabit Ethernet adapters based on the Myricom LANai Z8E chips: * Myricom 10GBase-CX4 (10G-PCIE-8A-C, 10G-PCIE-8AL-C) * Myricom 10GBase-R (10G-PCIE-8A-R, 10G-PCIE-8AL-R) * Myricom 10G XAUI over ribbon fiber (10G-PCIE-8A-Q, 10G-PCIE-8AL-Q) -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=my&sektion=4[my(4)] driver provides support for various NICs based on the Myson chipset. Supported models include: +[i386,pc98] The man:my[4] driver provides support for various NICs based on the Myson chipset. Supported models include: * Myson MTD800 PCI Fast Ethernet chip * Myson MTD803 PCI Fast Ethernet chip * Myson MTD89X PCI Gigabit Ethernet chip -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=nfe&sektion=4[nfe(4)] driver supports the following NVIDIA MCP onboard adapters: +[i386,amd64] The man:nfe[4] driver supports the following NVIDIA MCP onboard adapters: * NVIDIA nForce MCP Networking Adapter * NVIDIA nForce MCP04 Networking Adapter @@ -1656,7 +1652,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4[[.refentrytitle]#jme( * NVIDIA nForce4 CK804 MCP8 Networking Adapter * NVIDIA nForce4 CK804 MCP9 Networking Adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4[nge(4)] driver supports National Semiconductor DP83820 and DP83821 based Gigabit Ethernet adapters including: +The man:nge[4] driver supports National Semiconductor DP83820 and DP83821 based Gigabit Ethernet adapters including: * Addtron AEG320T * Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI) @@ -1669,22 +1665,22 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4[nge(4)] driver suppor * Surecom Technology EP-320G-TX * Trendware TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=nve&sektion=4[nve(4)] driver supports the NVIDIA MCP onboard adapters of mainboards with the following chipsets: +[i386,amd64] The man:nve[4] driver supports the NVIDIA MCP onboard adapters of mainboards with the following chipsets: * nForce * nForce2 * nForce3 * nForce4 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=nxge&sektion=4[nxge(4)] driver supports Neterion Xframe 10 Gigabit Ethernet adapters listed in http://www.neterion.com/how/pricing.html. +[i386,amd64] The man:nxge[4] driver supports Neterion Xframe 10 Gigabit Ethernet adapters listed in http://www.neterion.com/how/pricing.html. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=oce&sektion=4[oce(4)] driver supports the following network adapters: +[i386,amd64] The man:oce[4] driver supports the following network adapters: * Emulex BladeEngine 2 * Emulex BladeEngine 3 * Emulex Lancer -[i386,pc98,ia64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=pcn&sektion=4[pcn(4)] driver supports adapters and embedded controllers based on the AMD PCnet/FAST, PCnet/FAST+, PCnet/FAST III, PCnet/PRO and PCnet/Home Fast Ethernet chips: +[i386,pc98,ia64,amd64] The man:pcn[4] driver supports adapters and embedded controllers based on the AMD PCnet/FAST, PCnet/FAST+, PCnet/FAST III, PCnet/PRO and PCnet/Home Fast Ethernet chips: * AMD Am79C971 PCnet-FAST * AMD Am79C972 PCnet-FAST+ @@ -1693,12 +1689,12 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4[nge(4)] driver suppor * AMD Am79C978 PCnet-Home * Allied-Telesis LA-PCI -[amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=qlxgb&sektion=4[qlxgb(4)] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: +[amd64] The man:qlxgb[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 3200 series * QLogic 8200 series -The http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4[re(4)] driver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters including: +The man:re[4] driver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters including: * Alloy Computer Products EtherGOLD 1439E 10/100 (8139C+) * Compaq Evo N1015v Integrated Ethernet (8139C+) @@ -1711,7 +1707,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4[re(4)] driver supports * USRobotics USR997902 Gigabit Ethernet (8169S) * Xterasys XN-152 10/100/1000 NIC (8169) -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=rl&sektion=4[rl(4)] driver include: +Adapters supported by the man:rl[4] driver include: * Accton "Cheetah" EN1207D (MPX 5030/5038; RealTek 8139 clone) * Allied Telesyn AT2550 @@ -1746,14 +1742,14 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=rl&sektion=4[ * SMC EZ Card 10/100 PCI 1211-TX * SOHO (PRAGMATIC) UE-1211C -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=rue&sektion=4[rue(4)] driver supports RealTek RTL8150 based USB Ethernet adapters including: +[i386,pc98,amd64] The man:rue[4] driver supports RealTek RTL8150 based USB Ethernet adapters including: * Buffalo (Melco Inc.) LUA-KTX * Green House GH-USB100B * LinkSys USB100M * Billionton 10/100 FastEthernet USBKR2 -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sf&sektion=4[sf(4)] driver include: +Adapters supported by the man:sf[4] driver include: * ANA-62011 64-bit single port 10/100baseTX adapter * ANA-62022 64-bit dual port 10/100baseTX adapter @@ -1761,14 +1757,14 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sf&sektion=4[ * ANA-69011 32-bit single port 10/100baseTX adapter * ANA-62020 64-bit single port 100baseFX adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=sfxge&sektion=4[sfxge(4)] driver supports all 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers. +The man:sfxge[4] driver supports all 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers. -The http://www.FreeBSD.org/cgi/man.cgi?query=sge&sektion=4[sge(4)] device driver provides support for the following Ethernet controllers: +The man:sge[4] device driver provides support for the following Ethernet controllers: * SiS190 Fast Ethernet controller * SiS191 Fast/Gigabit Ethernet controller -The http://www.FreeBSD.org/cgi/man.cgi?query=sis&sektion=4[sis(4)] driver supports Silicon Integrated Systems SiS 900 and SiS 7016 based Fast Ethernet adapters and embedded controllers, as well as Fast Ethernet adapters based on the National Semiconductor DP83815 (MacPhyter) and DP83816 chips. Supported adapters include: +The man:sis[4] driver supports Silicon Integrated Systems SiS 900 and SiS 7016 based Fast Ethernet adapters and embedded controllers, as well as Fast Ethernet adapters based on the National Semiconductor DP83815 (MacPhyter) and DP83816 chips. Supported adapters include: * @Nifty FNECHARD IFC USUP-TX * MELCO LGY-PCI-TXC @@ -1777,7 +1773,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=sis&sektion=4[sis(4)] driver suppor * SiS 630, 635, and 735 motherboard chipsets * Soekris Engineering net45xx, net48xx, lan1621, and lan1641 -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sk&sektion=4[sk(4)] driver include: +Adapters supported by the man:sk[4] driver include: * 3Com 3C940 single port, 1000baseT adapter * 3Com 3C2000-T single port, 1000baseT adapter @@ -1793,7 +1789,7 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sk&sektion=4[ * SK-9844 SK-NET GE-SX dual port, multimode fiber adapter * SMC 9452TX single port, 1000baseT adapter -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4[sn(4)] driver supports SMC91Cxx based ISA and PCMCIA cards including: +[i386,amd64] The man:sn[4] driver supports SMC91Cxx based ISA and PCMCIA cards including: * 3Com Megahertz X-Jack Ethernet PC Card XJ10BT, XJ10BC * 3Com Megahertz XJEM and CCEM series: CCEM3288C, CCEM3288T, CCEM3336, CEM3336C, CCEM3336T, XJEM1144C, XJEM1144T, XJEM3288C, XJEM3288T, XJEM3336 @@ -1807,11 +1803,11 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sk&sektion=4[ * SMC EZEther PC Card (8020BT) * SMC EZEther PC Card (8020T) -The http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4[sn(4)] driver supports the SMC 91C90, SMC 91C92, SMC 91C94, SMC 91C95, SMC 91C96, SMC91C100 and SMC 91C100FD chips from SMC. +The man:sn[4] driver supports the SMC 91C90, SMC 91C92, SMC 91C94, SMC 91C95, SMC 91C96, SMC91C100 and SMC 91C100FD chips from SMC. -The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver supports the 595 and 895 cards. These cards have the blue arrow on the front along with a 3Com logo. The Farallon 595a cards, which have a red arrow on the front, are also called EtherWave and EtherMac. They are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4[sn(4)] driver. +The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver supports the 595 and 895 cards. These cards have the blue arrow on the front along with a 3Com logo. The Farallon 595a cards, which have a red arrow on the front, are also called EtherWave and EtherMac. They are supported by the man:sn[4] driver. -[pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=snc&sektion=4[snc(4)] driver supports the following cards: +[pc98] The man:snc[4] driver supports the following cards: * National Semiconductor DP83934AVQB * NEC PC-9801-83 @@ -1823,15 +1819,15 @@ The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver * NEC PC-9801N-J02 PCMCIA * NEC PC-9801N-J02R PCMCIA -The http://www.FreeBSD.org/cgi/man.cgi?query=snc&sektion=4[snc(4)] driver also includes support for the National Semiconductor NS46C46 as 64 * 16 bits Microwave Serial EEPROM. +The man:snc[4] driver also includes support for the National Semiconductor NS46C46 as 64 * 16 bits Microwave Serial EEPROM. -The http://www.FreeBSD.org/cgi/man.cgi?query=ste&sektion=4[ste(4)] driver supports Sundance Technologies ST201 based Fast Ethernet adapters and embedded controllers including: +The man:ste[4] driver supports Sundance Technologies ST201 based Fast Ethernet adapters and embedded controllers including: * D-Link DFE-530TXS * D-Link DFE-550TX * D-Link DFE-580TX -The http://www.FreeBSD.org/cgi/man.cgi?query=stge&sektion=4[stge(4)] driver provides support for various NICs based on the Sundance/Tamarack TC9021 based Gigabit Ethernet controller chips, including: +The man:stge[4] driver provides support for various NICs based on the Sundance/Tamarack TC9021 based Gigabit Ethernet controller chips, including: * Antares Microsystems Gigabit Ethernet * ASUS NX1101 Gigabit Ethernet @@ -1842,7 +1838,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=stge&sektion=4[stge(4)] driver prov * Sundance TC9021 Gigabit Ethernet * Tamarack TC9021 Gigabit Ethernet -[i386,pc98,amd64,sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=ti&sektion=4[ti(4)] driver supports Gigabit Ethernet adapters based on the Alteon Tigon I and II chips. The http://www.FreeBSD.org/cgi/man.cgi?query=ti&sektion=4[ti(4)] driver has been tested with the following adapters: +[i386,pc98,amd64,sparc64] The man:ti[4] driver supports Gigabit Ethernet adapters based on the Alteon Tigon I and II chips. The man:ti[4] driver has been tested with the following adapters: * 3Com 3c985-SX Gigabit Ethernet adapter (Tigon 1) * 3Com 3c985B-SX Gigabit Ethernet adapter (Tigon 2) @@ -1860,14 +1856,14 @@ The following adapters should also be supported but have not yet been tested: * NEC Gigabit Ethernet * Silicon Graphics PCI Gigabit Ethernet adapter -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4[tl(4)] driver supports Texas Instruments ThunderLAN based Ethernet and Fast Ethernet adapters including a large number of Compaq PCI Ethernet adapters. Also supported are: +[i386,pc98,amd64] The man:tl[4] driver supports Texas Instruments ThunderLAN based Ethernet and Fast Ethernet adapters including a large number of Compaq PCI Ethernet adapters. Also supported are: * Olicom OC-2135/2138 10/100 TX UTP adapter * Olicom OC-2325/OC-2326 10/100 TX UTP adapter * Racore 8148 10baseT/100baseTX/100baseFX adapter * Racore 8165 10/100baseTX adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4[tl(4)] driver also supports the built-in Ethernet adapters of various Compaq Prosignia servers and Compaq Deskpro desktop machines including: +The man:tl[4] driver also supports the built-in Ethernet adapters of various Compaq Prosignia servers and Compaq Deskpro desktop machines including: * Compaq Netelligent 10 * Compaq Netelligent 10 T PCI UTP/Coax @@ -1880,9 +1876,9 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4[tl(4)] driver also sup * Compaq NetFlex 3P Integrated * Compaq NetFlex 3P w/BNC -[amd64, i386, pc98] SMC 83c17x (EPIC)-based Ethernet NICs (http://www.FreeBSD.org/cgi/man.cgi?query=tx&sektion=4[tx(4)] driver) +[amd64, i386, pc98] SMC 83c17x (EPIC)-based Ethernet NICs (man:tx[4] driver) -The http://www.FreeBSD.org/cgi/man.cgi?query=txp&sektion=4[txp(4)] driver supports the following cards: +The man:txp[4] driver supports the following cards: * 3Com 3CR990-TX-95 * 3Com 3CR990-TX-97 @@ -1891,18 +1887,18 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=txp&sektion=4[txp(4)] driver suppor * 3Com 3CR990SVR97 * 3Com 3cR990B-SRV -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=udav&sektion=4[udav(4)] driver supports the following adapters: +[i386,pc98,amd64] The man:udav[4] driver supports the following adapters: * Corega FEther USB-TXC * ShanTou ST268 USB NIC -The http://www.FreeBSD.org/cgi/man.cgi?query=vge&sektion=4[vge(4)] driver supports VIA Networking VT6120, VT6122, VT6130 and VT6132 based Gigabit Ethernet adapters including: +The man:vge[4] driver supports VIA Networking VT6120, VT6122, VT6130 and VT6132 based Gigabit Ethernet adapters including: * VIA Networking LAN-on-motherboard Gigabit Ethernet * ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701) * ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702) -The http://www.FreeBSD.org/cgi/man.cgi?query=vr&sektion=4[vr(4)] driver supports VIA Technologies Rhine I, Rhine II, and Rhine III based Fast Ethernet adapters including: +The man:vr[4] driver supports VIA Technologies Rhine I, Rhine II, and Rhine III based Fast Ethernet adapters including: * AOpen/Acer ALN-320 * D-Link DFE520-TX @@ -1910,20 +1906,20 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=vr&sektion=4[vr(4)] driver supports * Hawking Technologies PN102TX * Soekris Engineering net5501 -[i386,pc98,ia64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=vx&sektion=4[vx(4)] driver supports the following cards: +[i386,pc98,ia64,amd64] The man:vx[4] driver supports the following cards: * 3Com 3c590 EtherLink III PCI * 3Com 3c592 EtherLink III EISA * 3Com 3c595 Fast EtherLink III PCI in 10 Mbps mode * 3Com 3c597 Fast EtherLink III EISA in 10 Mbps mode -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=vxge&sektion=4[vxge(4)] driver supports Neterion X3100 10 Gigabit Ethernet adapters listed in http://www.neterion.com. +[i386,amd64] The man:vxge[4] driver supports Neterion X3100 10 Gigabit Ethernet adapters listed in http://www.neterion.com. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=wb&sektion=4[wb(4)] driver supports Winbond W89C840F based Fast Ethernet adapters and embedded controllers including: +[i386,pc98,amd64] The man:wb[4] driver supports Winbond W89C840F based Fast Ethernet adapters and embedded controllers including: * Trendware TE100-PCIE -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=xe&sektion=4[xe(4)] driver supports the following cards: +[i386,amd64] The man:xe[4] driver supports the following cards: * Xircom CreditCard Ethernet (PS-CE2-10) * Xircom CreditCard Ethernet + Modem 28 (PS-CEM-28) @@ -1941,7 +1937,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=vr&sektion=4[vr(4)] driver supports Other similar devices using the same hardware may also be supported. -The http://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4[xl(4)] driver supports the following hardware: +The man:xl[4] driver supports the following hardware: * 3Com 3c900-TPO * 3Com 3c900-COMBO @@ -1963,36 +1959,36 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4[xl(4)] driver supports * 3Com 3C3SH573BT, 3C575TX, 3CCFE575BT, 3CXFE575BT, 3CCFE575CT, 3CXFE575CT, 3CCFEM656, 3CCFEM656B, and 3CCFEM656C, 3CXFEM656, 3CXFEM656B, and 3CXFEM656C CardBus adapters * 3Com 3c905-TX, 3c905B-TX 3c905C-TX, 3c920B-EMB, and 3c920B-EMB-WNM embedded adapters -Both the 3C656 family of CardBus cards and the 3C556 family of MiniPCI cards have a built-in proprietary modem. Neither the http://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4[xl(4)] driver nor any other FreeBSD driver supports this modem. +Both the 3C656 family of CardBus cards and the 3C556 family of MiniPCI cards have a built-in proprietary modem. Neither the man:xl[4] driver nor any other FreeBSD driver supports this modem. [[fddi]] == 3.3. FDDI Interfaces -[i386, pc98] DEC DEFPA PCI (http://www.FreeBSD.org/cgi/man.cgi?query=fpa&sektion=4[fpa(4)] driver) +[i386, pc98] DEC DEFPA PCI (man:fpa[4] driver) -[i386] DEC DEFEA EISA (http://www.FreeBSD.org/cgi/man.cgi?query=fpa&sektion=4[fpa(4)] driver) +[i386] DEC DEFEA EISA (man:fpa[4] driver) [[atm]] == 3.4. ATM Interfaces -[i386, pc98] Midway-based ATM interfaces (http://www.FreeBSD.org/cgi/man.cgi?query=en&sektion=4[en(4)] driver) +[i386, pc98] Midway-based ATM interfaces (man:en[4] driver) -[i386, pc98 sparc64] FORE Systems, Inc. PCA-200E ATM PCI Adapters (hfa and http://www.FreeBSD.org/cgi/man.cgi?query=fatm&sektion=4[fatm(4)] drivers) +[i386, pc98 sparc64] FORE Systems, Inc. PCA-200E ATM PCI Adapters (hfa and man:fatm[4] drivers) -[i386, pc98] IDT NICStAR 77201/211-based ATM Adapters (http://www.FreeBSD.org/cgi/man.cgi?query=idt&sektion=4[idt(4)] driver) +[i386, pc98] IDT NICStAR 77201/211-based ATM Adapters (man:idt[4] driver) -[i386, pc98 sparc64] FORE Systems, Inc. HE155 and HE622 ATM interfaces (http://www.FreeBSD.org/cgi/man.cgi?query=hatm&sektion=4[hatm(4)] driver) +[i386, pc98 sparc64] FORE Systems, Inc. HE155 and HE622 ATM interfaces (man:hatm[4] driver) -[i386, pc98] IDT77252-based ATM cards (http://www.FreeBSD.org/cgi/man.cgi?query=patm&sektion=4[patm(4)] driver) +[i386, pc98] IDT77252-based ATM cards (man:patm[4] driver) [[wlan]] == 3.5. Wireless Network Interfaces -[amd64, i386, pc98] Cisco/Aironet 802.11b wireless adapters (http://www.FreeBSD.org/cgi/man.cgi?query=an&sektion=4[an(4)] driver) +[amd64, i386, pc98] Cisco/Aironet 802.11b wireless adapters (man:an[4] driver) -[i386,pc98,amd64,sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=ath&sektion=4[ath(4)] driver supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL chipset. +[i386,pc98,amd64,sparc64] The man:ath[4] driver supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL chipset. -The http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4[bwi(4)] driver supports Broadcom BCM43xx based wireless devices, including: +The man:bwi[4] driver supports Broadcom BCM43xx based wireless devices, including: * Apple Airport Extreme * Apple Airport Extreme @@ -2010,9 +2006,9 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4[bwi(4)] driver suppor * TRENDnet TEW-401PCplus * US Robotics 5411 -The http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4[bwi(4)] driver uses the older v3 version of Broadcom's firmware. While this older firmware does support most BCM43xx parts, the bwn(4) driver works better for the newer chips it supports. You must use the http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4[bwi(4)] driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2). The v4 version of the firmware that bwn(4) uses does not support these chips. +The man:bwi[4] driver uses the older v3 version of Broadcom's firmware. While this older firmware does support most BCM43xx parts, the bwn(4) driver works better for the newer chips it supports. You must use the man:bwi[4] driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2). The v4 version of the firmware that bwn(4) uses does not support these chips. -The http://www.FreeBSD.org/cgi/man.cgi?query=bwn&sektion=4[bwn(4)] driver supports Broadcom BCM43xx based wireless devices, including: +The man:bwn[4] driver supports Broadcom BCM43xx based wireless devices, including: * Apple Airport Extreme * ASUS WL-138g @@ -2028,17 +2024,17 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=bwn&sektion=4[bwn(4)] driver suppor Users of older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2) must use bwi(4) because the v4 version of the firmware does not support these chips. The newer firmware is too big to fit into these old chips. -[i386, amd64] Intel PRO/Wireless 2100 MiniPCI network adapter (http://www.FreeBSD.org/cgi/man.cgi?query=ipw&sektion=4[ipw(4)] driver) +[i386, amd64] Intel PRO/Wireless 2100 MiniPCI network adapter (man:ipw[4] driver) -[i386, amd64] Intel PRO/Wireless 2200BG/2915ABG MiniPCI and 2225BG PCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=iwi&sektion=4[iwi(4)] driver) +[i386, amd64] Intel PRO/Wireless 2200BG/2915ABG MiniPCI and 2225BG PCI network adapters (man:iwi[4] driver) -[i386, amd64] Intel Wireless WiFi Link 4965AGN IEEE 802.11n PCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=iwn&sektion=4[iwn(4)] driver) +[i386, amd64] Intel Wireless WiFi Link 4965AGN IEEE 802.11n PCI network adapters (man:iwn[4] driver) -[i386, amd64] Marvell Libertas IEEE 802.11b/g PCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=malo&sektion=4[malo(4)] driver) +[i386, amd64] Marvell Libertas IEEE 802.11b/g PCI network adapters (man:malo[4] driver) -Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=mwl&sektion=4[mwl(4)] driver) +Marvell 88W8363 IEEE 802.11n wireless network adapters (man:mwl[4] driver) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ral&sektion=4[ral(4)] driver supports PCI/PCIe/CardBus wireless adapters based on Ralink Technology chipsets, including: +[i386,amd64] The man:ral[4] driver supports PCI/PCIe/CardBus wireless adapters based on Ralink Technology chipsets, including: * A-Link WL54H * A-Link WL54PC @@ -2126,7 +2122,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * Zonet ZEW1500 * Zonet ZEW1600 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=rum&sektion=4[rum(4)] driver supports USB 2.0 wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets, including: +[i386,amd64] The man:rum[4] driver supports USB 2.0 wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets, including: * 3Com Aolynk WUB320g * Abocom WUG2700 @@ -2165,7 +2161,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * Sweex LW053 * TP-LINK TL-WN321G -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=run&sektion=4[run(4)] driver supports the following wireless adapters: +[i386,amd64] The man:run[4] driver supports the following wireless adapters: * Airlink101 AWLL6090 * ASUS USB-N11 @@ -2218,7 +2214,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * ZyXEL NWD210N * ZyXEL NWD270N -The http://www.FreeBSD.org/cgi/man.cgi?query=uath&sektion=4[uath(4)] driver should work with the following adapters: +The man:uath[4] driver should work with the following adapters: * Compex WLU108AG * Compex WLU108G @@ -2242,7 +2238,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=uath&sektion=4[uath(4)] driver shou An up to date list can be found at http://customerproducts.atheros.com/customerproducts/default.asp. -The http://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4[upgt(4)] driver supports USB 2.0 Conexant/Intersil PrismGT series wireless adapters based on the GW3887 chipset, among them: +The man:upgt[4] driver supports USB 2.0 Conexant/Intersil PrismGT series wireless adapters based on the GW3887 chipset, among them: * Belkin F5D7050 (version 1000) * Cohiba Proto Board @@ -2255,7 +2251,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4[upgt(4)] driver supp * Spinnaker DUT * Spinnaker Proto Board -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ural&sektion=4[ural(4)] driver supports USB 2.0 wireless adapters based on the Ralink Technology RT2500USB chipset, including: +[i386,amd64] The man:ural[4] driver supports USB 2.0 wireless adapters based on the Ralink Technology RT2500USB chipset, including: * AMIT WL532U * ASUS WL-167g @@ -2287,7 +2283,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4[upgt(4)] driver supp An up to date list can be found at http://ralink.rapla.net/. -The http://www.FreeBSD.org/cgi/man.cgi?query=urtw&sektion=4[urtw(4)] driver supports Realtek RTL8187B/L based wireless network devices, including: +The man:urtw[4] driver supports Realtek RTL8187B/L based wireless network devices, including: * Belkin F5D7050E * Linksys WUSB54GCv2 @@ -2300,13 +2296,13 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtw&sektion=4[urtw(4)] driver supp * SureCom EP-9001-g(2A) * TRENDnet TEW-424UB V3.xR -[amd64, i386, pc98] Lucent Technologies WaveLAN/IEEE 802.11b wireless network adapters and workalikes using the Lucent Hermes, Intersil PRISM-II, Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24 chipsets (http://www.FreeBSD.org/cgi/man.cgi?query=wi&sektion=4[wi(4)] driver) +[amd64, i386, pc98] Lucent Technologies WaveLAN/IEEE 802.11b wireless network adapters and workalikes using the Lucent Hermes, Intersil PRISM-II, Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24 chipsets (man:wi[4] driver) -[i386] NCR / AT&T / Lucent Technologies WaveLan T1-speed ISA/radio LAN cards (http://www.FreeBSD.org/cgi/man.cgi?query=wl&sektion=4[wl(4)] driver) +[i386] NCR / AT&T / Lucent Technologies WaveLan T1-speed ISA/radio LAN cards (man:wl[4] driver) -[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=wpi&sektion=4[wpi(4)] driver) +[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network adapters (man:wpi[4] driver) -[i386,amd64] The following devices are known to be supported by the http://www.FreeBSD.org/cgi/man.cgi?query=zyd&sektion=4[zyd(4)] driver: +[i386,amd64] The following devices are known to be supported by the man:zyd[4] driver: * 3COM 3CRUSB10075 * Acer WLAN-G-US1 @@ -2356,12 +2352,12 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtw&sektion=4[urtw(4)] driver supp [[misc-network]] == 3.6. Miscellaneous Networks -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=ce&sektion=4[ce(4)] driver supports the following models of Tau-PCI/32 WAN adapters: +[i386,pc98] The man:ce[4] driver supports the following models of Tau-PCI/32 WAN adapters: * Cronyx Tau-PCI/32 * Cronyx Tau-PCI/32-Lite -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=cx&sektion=4[cx(4)] driver supports the following cards: +[i386] The man:cx[4] driver supports the following cards: * Cronyx Sigma-22, Sigma-24 * Cronyx Sigma-100 @@ -2370,7 +2366,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtw&sektion=4[urtw(4)] driver supp * Cronyx Sigma-703 * Cronyx Sigma-800, Sigma-801, Sigma-810, Sigma-840 -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=cp&sektion=4[cp(4)] driver supports the following models of Tau-PCI WAN adapters: +[i386,pc98] The man:cp[4] driver supports the following models of Tau-PCI WAN adapters: * Cronyx Tau-PCI * Cronyx Tau-PCI/R @@ -2384,14 +2380,14 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtw&sektion=4[urtw(4)] driver supp * Cronyx Tau-PCI-T3 * Cronyx Tau-PCI-STS1 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=ctau&sektion=4[ctau(4)] driver supports the following cards: +[i386] The man:ctau[4] driver supports the following cards: * Cronyx Tau (RS-232/V.35) * Cronyx Tau/R (RS-530/RS-449) * Cronyx Tau/E1 (fractional E1) * Cronyx Tau/G703 (unframed E1) -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=cm&sektion=4[cm(4)] driver supports the following card models: +[i386] The man:cm[4] driver supports the following card models: * SMC90c26 * SMC90c56 @@ -2400,14 +2396,14 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtw&sektion=4[urtw(4)] driver supp [[serial]] == 3.7. Serial Interfaces -[amd64, i386] "PC standard" 8250, 16450, and 16550-based serial ports (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[amd64, i386] "PC standard" 8250, 16450, and 16550-based serial ports (man:sio[4] driver) -The http://www.FreeBSD.org/cgi/man.cgi?query=uart&sektion=4[uart(4)] driver supports the following classes of UARTs: +The man:uart[4] driver supports the following classes of UARTs: * NS8250: standard hardware based on the 8250, 16450, 16550, 16650, 16750 or the 16950 UARTs. * SCC: serial communications controllers supported by the scc(4) device driver. -The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4[scc(4)] driver supports the following classes of SCCs: +The man:scc[4] driver supports the following classes of SCCs: * SAB82532: Siemens SAB 82532 based serial communications controllers. * Z8530: Zilog 8530 based serial communications controllers. @@ -2424,15 +2420,15 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4[scc(4)] driver suppor * Boca BB1008 8-Port serial card (Modems _not_ supported) * Boca BB2016 16-Port serial card (Modems supported) -[i386] Comtrol Rocketport card (http://www.FreeBSD.org/cgi/man.cgi?query=rp&sektion=4[rp(4)] driver) +[i386] Comtrol Rocketport card (man:rp[4] driver) -[i386] Cyclades Cyclom-Y serial board (http://www.FreeBSD.org/cgi/man.cgi?query=cy&sektion=4[cy(4)] driver) +[i386] Cyclades Cyclom-Y serial board (man:cy[4] driver) [i386] STB 4 port card using shared IRQ [i386] DigiBoard intelligent serial cards (digi driver) -[amd64, i386, ia64] PCI-Based multi-port serial boards (http://www.FreeBSD.org/cgi/man.cgi?query=puc&sektion=4[puc(4)] driver) +[amd64, i386, ia64] PCI-Based multi-port serial boards (man:puc[4] driver) * [amd64, i386] Actiontech 56K PCI * [amd64, i386] Avlab Technology, PCI IO 2S and PCI IO 4S @@ -2458,90 +2454,84 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4[scc(4)] driver suppor * [amd64, i386] US Robotics (3Com) 3CP5609 modem * [amd64, i386] VScom PCI-400 and PCI-800 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=rc&sektion=4[rc(4)] driver provides support for the SDL Communications RISCom/8 boards. +[i386] The man:rc[4] driver provides support for the SDL Communications RISCom/8 boards. -[i386, amd64] Specialix SI/XIO/SX multiport serial cards, with both the older SIHOST2.x and the "enhanced" (transputer based, aka JET) host cards (ISA, EISA and PCI) are supported. Note that the newer SX+ PCI cards are not currently supported. (http://www.FreeBSD.org/cgi/man.cgi?query=si&sektion=4[si(4)] driver) +[i386, amd64] Specialix SI/XIO/SX multiport serial cards, with both the older SIHOST2.x and the "enhanced" (transputer based, aka JET) host cards (ISA, EISA and PCI) are supported. Note that the newer SX+ PCI cards are not currently supported. (man:si[4] driver) -[pc98] Internel serial interfaces (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] Internel serial interfaces (man:sio[4] driver) * PC-9801 on-board * PC-9821 2'nd CCU (flags 0x12000000) -[pc98] NEC PC-9861K, PC-9801-101 and Midori-Denshi MDC-926Rs (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] NEC PC-9861K, PC-9801-101 and Midori-Denshi MDC-926Rs (man:sio[4] driver) * COM2 (flags 0x01000000) * COM3 (flags 0x02000000) -[pc98] NEC PC-9801-120 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] NEC PC-9801-120 (man:sio[4] driver) -[.note] *Note*: + "flags 0x11000000" is necessary in kernel configuration. -[pc98] Microcore MC-16550, MC-16550II, MC-RS98 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] Microcore MC-16550, MC-16550II, MC-RS98 (man:sio[4] driver) -[.note] *Note*: + "flags 0x14000?01" is necessary in kernel configuration. -[pc98] Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 (man:sio[4] driver) -[.note] *Note*: + "flags 0x15000?01" is necessary in kernel configuration. -[pc98] Media Intelligent RSB-384 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] Media Intelligent RSB-384 (man:sio[4] driver) -[.note] *Note*: + "flags 0x16000001" is necessary in kernel configuration. -[pc98] I-O DATA RSA-98III (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] I-O DATA RSA-98III (man:sio[4] driver) -[.note] *Note*: + "flags 0x18000?01" is necessary in kernel configuration. -[pc98] Hayes ESP98 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] Hayes ESP98 (man:sio[4] driver) -[.note] *Note*: + "options COM_ESP" and "flags 0x19000000" are necessary in kernel configuration. [[sound]] == 3.8. Sound Devices -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ad1816&sektion=4[snd_ad1816(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_ad1816[4] driver supports the following sound cards: * Analog Devices AD1816 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_als4000&sektion=4[snd_als4000(4)] driver supports the following sound cards: +[i386] The man:snd_als4000[4] driver supports the following sound cards: * Avance Logic ALS4000 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_atiixp&sektion=4[snd_atiixp(4)] driver supports the following audio chipsets: +[i386,amd64] The man:snd_atiixp[4] driver supports the following audio chipsets: * ATI IXP 200 * ATI IXP 300 * ATI IXP 400 -[sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_audiocs&sektion=4[snd_audiocs(4)] driver supports the following audio devices: +[sparc64] The man:snd_audiocs[4] driver supports the following audio devices: * CS4231 on SBus based UltraSPARC * CS4231 on PCI/EBus based UltraSPARC -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_cmi&sektion=4[snd_cmi(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_cmi[4] driver supports the following sound cards: * CMedia CMI8338A * CMedia CMI8338B * CMedia CMI8738 * CMedia CMI8738B -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_cs4281&sektion=4[snd_cs4281(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_cs4281[4] driver supports the following sound cards: * Crystal Semiconductor CS4281 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_csa&sektion=4[snd_csa(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_csa[4] driver supports the following sound cards: * Crystal Semiconductor CS4280 * Crystal Semiconductor CS4610 @@ -2555,41 +2545,41 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4[scc(4)] driver suppor * Hercules Game Theatre XP * Turtle Beach Santa Cruz -Some onboard CS4610 chips are accompanied by the CS423x ISA codec instead of the CS4297 AC97 codec. Such configurations are not supported by the http://www.FreeBSD.org/cgi/man.cgi?query=snd_csa&sektion=4[snd_csa(4)] driver yet. +Some onboard CS4610 chips are accompanied by the CS423x ISA codec instead of the CS4297 AC97 codec. Such configurations are not supported by the man:snd_csa[4] driver yet. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ds1&sektion=4[snd_ds1(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_ds1[4] driver supports the following sound cards: * Yamaha DS-1 * Yamaha DS-1E -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10k1&sektion=4[snd_emu10k1(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_emu10k1[4] driver supports the following sound cards: * Creative SoundBlaster Live! (EMU10K1 Chipset) * Creative SoundBlaster Audigy (EMU10K2 Chipset) * Creative SoundBlaster Audigy 2 (EMU10K2 Chipset) * Creative SoundBlaster Audigy 2 (EMU10K3 Chipset) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4[snd_emu10kx(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_emu10kx[4] driver supports the following sound cards: * Creative Sound Blaster Live! (EMU10K1 Chipset). Both PCM and MIDI interfaces are available. * Creative Sound Blaster Audigy (CA0100 and CA0101 Chipset). PCM and two MIDI interfaces available. * Creative Sound Blaster Audigy 2 and Creative Sound Blaster Audigy 4 (CA0102 Chipset). PCM support is limited to 48kHz/16 bit stereo (192kHz/24 bit part of this chipset is not supported). * Creative Sound Blaster Audigy 2 Value (CA0108 Chipset). PCM support is limited to 48kHz/16 bit stereo (192kHz/24 bit part of this chipset is not supported). There is no MIDI support for this card. -The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4[snd_emu10kx(4)] driver does _not_ support the following sound cards (although they have names similar to some supported ones): +The man:snd_emu10kx[4] driver does _not_ support the following sound cards (although they have names similar to some supported ones): * Creative Sound Blaster Live! 24-Bit, identified by FreeBSD as * Creative Sound Blaster Audigy LS / ES, identified by FreeBSD as * All other Creative sound cards with -DAT chipsets. * All Creative X-Fi series sound cards. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_envy24&sektion=4[snd_envy24(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_envy24[4] driver supports the following audio devices: * M-Audio Audiophile 2496 * M-Audio Delta Dio 2496 * Terratec DMX 6fire -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_envy24ht&sektion=4[snd_envy24ht(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_envy24ht[4] driver supports the following audio devices: * Audiotrak Prodigy 7.1 * Audiotrak Prodigy 7.1 LT @@ -2605,7 +2595,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4[snd_emu10kx(4 * Terratec PHASE 22 * Terratec PHASE 28 -[i386,sparc64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_es137x&sektion=4[snd_es137x(4)] driver supports the following sound cards: +[i386,sparc64,amd64] The man:snd_es137x[4] driver supports the following sound cards: * Creative CT5880-A * Creative CT5880-C @@ -2619,29 +2609,29 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4[snd_emu10kx(4 * Ensoniq AudioPCI ES1373-B * Ensoniq AudioPCI ES1373-8 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ess&sektion=4[snd_ess(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_ess[4] driver supports the following sound cards: * Ensoniq ESS ISA PnP/non-PnP -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_fm801&sektion=4[snd_fm801(4)] driver supports audio devices based on the following chipset: +[i386,amd64] The man:snd_fm801[4] driver supports audio devices based on the following chipset: * Forte Media FM801 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_gusc&sektion=4[snd_gusc(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_gusc[4] driver supports the following sound cards: * Gravis UltraSound MAX * Gravis UltraSound PnP -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4[snd_hda(4)] driver supports controllers having PCI class 4 (multimedia) and subclass 3 (HDA), compatible with Intel HDA specification. +[i386,amd64] The man:snd_hda[4] driver supports controllers having PCI class 4 (multimedia) and subclass 3 (HDA), compatible with Intel HDA specification. -The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4[snd_hda(4)] driver supports more than two hundred different controllers and CODECs. There is no sense to list all of them here, as in most cases specific CODEC configuration and wiring are more important then type of the CODEC itself. +The man:snd_hda[4] driver supports more than two hundred different controllers and CODECs. There is no sense to list all of them here, as in most cases specific CODEC configuration and wiring are more important then type of the CODEC itself. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hdspe&sektion=4[snd_hdspe(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_hdspe[4] driver supports the following audio devices: * RME HDSPe AIO * RME HDSPe RayDAT -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ich&sektion=4[snd_ich(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_ich[4] driver supports the following audio devices: * AMD 768 * AMD 8111 @@ -2662,18 +2652,18 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4[snd_hda(4)] drive * NVIDIA nForce4 * SiS 7012 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_maestro&sektion=4[snd_maestro(4)] driver supports the following PCI sound cards: +[i386,amd64] The man:snd_maestro[4] driver supports the following PCI sound cards: * ESS Technology Maestro-1 * ESS Technology Maestro-2 * ESS Technology Maestro-2E -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_maestro3&sektion=4[snd_maestro3(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_maestro3[4] driver supports the following audio devices: * ESS Technology Allegro-1 * ESS Technology Maestro3 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_mss&sektion=4[snd_mss(4)] driver supports the following audio devices: +[i386] The man:snd_mss[4] driver supports the following audio devices: * AD1845 * AD1848 @@ -2695,12 +2685,12 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4[snd_hda(4)] drive * Yamaha OPL-SA2 * Yamaha OPL-SA3 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_neomagic&sektion=4[snd_neomagic(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_neomagic[4] driver supports the following audio devices: * NeoMagic 256AV * NeoMagic 256ZX -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_sbc&sektion=4[snd_sbc(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_sbc[4] driver supports the following sound cards: * Avance Asound 110 * Avance Logic ALS100+ @@ -2719,14 +2709,14 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4[snd_hda(4)] drive * ESS ES1879 * ESS ES1888 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_solo&sektion=4[snd_solo(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_solo[4] driver supports the following sound cards: * ESS Solo-1 (ES1938 Chipset) * ESS Solo-1E (ES1946 Chipset) Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) and/or snd_sbc(4). -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_spicds&sektion=4[snd_spicds(4)] driver supports the following codecs: +[i386,amd64] The man:snd_spicds[4] driver supports the following codecs: * AK4358 * AK4381 @@ -2735,14 +2725,14 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * AK4528 * WM8770 -[i386,amd64,sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_t4dwave&sektion=4[snd_t4dwave(4)] driver supports the following audio devices: +[i386,amd64,sparc64] The man:snd_t4dwave[4] driver supports the following audio devices: * Acer Labs M5451 * SIS 7018 * Trident 4DWave DX * Trident 4DWave NX -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_via8233&sektion=4[snd_via8233(4)] driver supports the following audio chipsets: +[i386,amd64] The man:snd_via8233[4] driver supports the following audio chipsets: * VIA VT8233 * VIA VT8233A @@ -2751,11 +2741,11 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * VIA VT8237 * VIA VT8251 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_via82c686&sektion=4[snd_via82c686(4)] driver supports audio devices based on the following chipset: +[i386,amd64] The man:snd_via82c686[4] driver supports audio devices based on the following chipset: * VIA 82C686A -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_vibes&sektion=4[snd_vibes(4)] driver supports audio devices based on the following chipset: +[i386,amd64] The man:snd_vibes[4] driver supports audio devices based on the following chipset: * S3 SonicVibes @@ -2766,9 +2756,9 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a [pc98] NEC X-MATE, CanBe, ValueStar internal (mss driver) -[pc98] Creative Technologies SoundBlaster(98) (http://www.FreeBSD.org/cgi/man.cgi?query=sb&sektion=4[sb(4)] driver) +[pc98] Creative Technologies SoundBlaster(98) (man:b[4] driver) -[pc98] I-O DATA CD-BOX (http://www.FreeBSD.org/cgi/man.cgi?query=sb&sektion=4[sb(4)] driver) +[pc98] I-O DATA CD-BOX (man:sb[4] driver) [pc98] MPU-401 and compatible interfaces (mpu driver) @@ -2777,7 +2767,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a [[camera]] == 3.9. Camera and Video Capture Devices -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=bktr&sektion=4[bktr(4)] driver supports video capture cards based on the Brooktree Bt848/849/878/879 chips, as well as Pinnacle PCTV cards, including: +[i386,pc98] The man:bktr[4] driver supports video capture cards based on the Brooktree Bt848/849/878/879 chips, as well as Pinnacle PCTV cards, including: * AOpen VA1000 * AVerMedia AVerTV Studio @@ -2809,15 +2799,13 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a [amd64, i386, ia64, pc98] A range of USB peripherals are supported; devices known to work are listed in this section. Owing to the generic nature of most USB devices, with some exceptions any device of a given class will be supported, even if not explicitly listed here. -[.note] *Note*: + -[amd64, i386, ia64, pc98] USB Ethernet adapters can be found in the section listing link:#ethernet[Ethernet interfaces]. +[amd64, i386, ia64, pc98] USB Ethernet adapters can be found in the section listing <>. -[.note] *Note*: + -[amd64, i386, ia64, pc98] USB Bluetooth adapters can be found in link:#bluetooth[Bluetooth] section. +[amd64, i386, ia64, pc98] USB Bluetooth adapters can be found in <> section. -[i386,pc98,ia64,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=ohci&sektion=4[ohci(4)] driver supports all OHCI v1.0 compliant controllers including: +[i386,pc98,ia64,amd64,powerpc] The man:ohci[4] driver supports all OHCI v1.0 compliant controllers including: * AcerLabs M5237 (Aladdin-V) * AMD-756 @@ -2828,33 +2816,33 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * NVIDIA nForce3 * Sun PCIO-2 (RIO USB) -[i386,pc98,ia64,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=uhci&sektion=4[uhci(4)] driver supports all UHCI v1.1 compliant controllers including: +[i386,pc98,ia64,amd64,powerpc] The man:uhci[4] driver supports all UHCI v1.1 compliant controllers including: * Intel 82371AB/EB (PIIX4) * Intel 82371SB (PIIX3) * VIA 83C572 -[amd64, i386, ia64, pc98] USB 2.0 controllers using the EHCI interface (http://www.FreeBSD.org/cgi/man.cgi?query=ehci&sektion=4[ehci(4)] driver) +[amd64, i386, ia64, pc98] USB 2.0 controllers using the EHCI interface (man:ehci[4] driver) [amd64, i386, ia64, pc98] Hubs -[amd64, i386, ia64, pc98] Keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=ukbd&sektion=4[ukbd(4)] driver) +[amd64, i386, ia64, pc98] Keyboards (man:ukbd[4] driver) [amd64, i386, pc98] Miscellaneous * Assist Computer Systems PC Camera C-M1 * ActiveWire I/O Board * Creative Technology Video Blaster WebCam Plus -* D-Link DSB-R100 USB Radio (http://www.FreeBSD.org/cgi/man.cgi?query=ufm&sektion=4[ufm(4)] driver) +* D-Link DSB-R100 USB Radio (man:ufm[4] driver) * Mirunet AlphaCam Plus -[i386,pc98,amd64,powerpc] The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=urio&sektion=4[urio(4)] driver: +[i386,pc98,amd64,powerpc] The following devices are supported by the man:urio[4] driver: * Diamond MultiMedia Rio 500 * Diamond MultiMedia Rio 600 * Diamond MultiMedia Rio 800 -[i386,pc98,amd64] Devices supported by the http://www.FreeBSD.org/cgi/man.cgi?query=umodem&sektion=4[umodem(4)] driver include: +[i386,pc98,amd64] Devices supported by the man:umodem[4] driver include: * 3Com 5605 * Curitel PC5740 Wireless Modem @@ -2867,9 +2855,9 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * Sony Ericsson W810i phone * Sonim XP5300 Force -[amd64, i386, ia64, pc98] Mice (http://www.FreeBSD.org/cgi/man.cgi?query=ums&sektion=4[ums(4)] driver) +[amd64, i386, ia64, pc98] Mice (man:ums[4] driver) -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=ulpt&sektion=4[ulpt(4)] driver provides support for USB printers and parallel printer conversion cables, including the following: +[i386,pc98,amd64,powerpc] The man:ulpt[4] driver provides support for USB printers and parallel printer conversion cables, including the following: * ATen parallel printer adapter * Belkin F5U002 parallel printer adapter @@ -2880,7 +2868,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * Oki Data MICROLINE ML660PS * Seiko Epson PM-900C, 880C, 820C, 730C -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ubsa&sektion=4[ubsa(4)] driver supports the following adapters: +[i386,pc98,amd64] The man:ubsa[4] driver supports the following adapters: * AnyData ADU-500A EV-DO modem * AnyData ADU-E100A (no EV-DO mode support) @@ -2890,9 +2878,9 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * GoHubs GoCOM232 * Peracom single port serial adapter -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ubser&sektion=4[ubser(4)] driver provides support for the BWCT console management serial adapters. +[i386,pc98,amd64] The man:ubser[4] driver provides support for the BWCT console management serial adapters. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=uftdi&sektion=4[uftdi(4)] driver supports the following adapters: +[i386,pc98,amd64] The man:uftdi[4] driver supports the following adapters: * B&B Electronics USB->RS422/485 adapter * Elexol USB MOD1 and USB MOD3 @@ -2902,7 +2890,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * Buffalo PC-OP-RS / Kurouto-shikou KURO-RS universal remote * Prologix GPIB-USB Controller -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=uplcom&sektion=4[uplcom(4)] driver supports the following devices and adapters: +[i386,pc98,amd64] The man:uplcom[4] driver supports the following devices and adapters: * ADLINK ND-6530 USB-Serial Adapter * Alcatel One Touch 535/735 Phone @@ -2961,7 +2949,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * YC-Cable USB-Serial Adapter * Zeagle N2iTion3 Diving Computer -The http://www.FreeBSD.org/cgi/man.cgi?query=umct&sektion=4[umct(4)] driver supports the following adapters: +The man:umct[4] driver supports the following adapters: * Belkin F5U109 * Belkin F5U409 @@ -2969,7 +2957,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=umct&sektion=4[umct(4)] driver supp * Magic Control Technology USB-232 * Sitecom USB-232 -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=umass&sektion=4[umass(4)] driver supports USB Mass Storage devices, including: +[i386,pc98,amd64,powerpc] The man:umass[4] driver supports USB Mass Storage devices, including: * ADTEC Stick Drive AD-UST32M, 64M, 128M, 256M * Denno FireWire/USB2 Removable 2.5-inch HDD Case MIFU-25CB20 @@ -3023,9 +3011,9 @@ Among the supported digital cameras are: * Asahi Optical (PENTAX) Optio 230 & 330 -[amd64, i386, pc98] Audio Devices (http://www.FreeBSD.org/cgi/man.cgi?query=uaudio&sektion=4[uaudio(4)] driver) +[amd64, i386, pc98] Audio Devices (man:uaudio[4] driver) -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=uvisor&sektion=4[uvisor(4)] driver supports the following devices: +[i386,pc98,amd64] The man:uvisor[4] driver supports the following devices: * Aceeca Mez1000 RDA * Handspring Treo @@ -3052,7 +3040,7 @@ Among the supported digital cameras are: [[firewire]] == 3.11. IEEE 1394 (Firewire) Devices -[i386,sparc64,ia64,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=fwohci&sektion=4[fwohci(4)] driver provides support for PCI/CardBus FireWire interface cards. The driver supports the following IEEE 1394 OHCI chipsets: +[i386,sparc64,ia64,amd64,powerpc] The man:fwohci[4] driver provides support for PCI/CardBus FireWire interface cards. The driver supports the following IEEE 1394 OHCI chipsets: * Adaptec AHA-894x/AIC-5800 * Apple Pangea @@ -3084,14 +3072,14 @@ Among the supported digital cameras are: * Texas Instruments TSB82AA2 * VIA Fire II (VT6306) -[amd64, i386, sparc64] Serial Bus Protocol 2 (SBP-2) storage devices (http://www.FreeBSD.org/cgi/man.cgi?query=sbp&sektion=4[sbp(4)] driver) +[amd64, i386, sparc64] Serial Bus Protocol 2 (SBP-2) storage devices (man:sbp[4] driver) [[bluetooth]] == 3.12. Bluetooth Devices -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ng_bt3c&sektion=4[ng_bt3c(4)] driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter. +[i386,pc98,amd64] The man:ng_bt3c[4] driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ng_ubt&sektion=4[ng_ubt(4)] driver supports all Bluetooth USB devices that conform with the Bluetooth specification v1.1, including: +[i386,pc98,amd64] The man:ng_ubt[4] driver supports all Bluetooth USB devices that conform with the Bluetooth specification v1.1, including: * 3Com 3CREB96 * AIPTEK BR0R02 @@ -3104,7 +3092,7 @@ Among the supported digital cameras are: [[crypto-accel]] == 3.13. Cryptographic Accelerators -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hifn&sektion=4[hifn(4)] driver supports various cards containing the Hifn 7751, 7951, 7811, 7955, and 7956 chipsets, such as: +[i386,pc98,amd64] The man:hifn[4] driver supports various cards containing the Hifn 7751, 7951, 7811, 7955, and 7956 chipsets, such as: * Invertex AEON * Hifn 7751 @@ -3114,12 +3102,12 @@ Among the supported digital cameras are: * Soekris Engineering vpn1201 and vpn1211 * Soekris Engineering vpn1401 and vpn1411 -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=safe&sektion=4[safe(4)] driver supports cards containing any of the following chips: +[i386,pc98,amd64] The man:safe[4] driver supports cards containing any of the following chips: * SafeNet 1141 * SafeNet 1741 -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ubsec&sektion=4[ubsec(4)] driver supports cards containing any of the following chips: +[i386,pc98,amd64] The man:ubsec[4] driver supports cards containing any of the following chips: * Bluesteel 5501 * Bluesteel 5601 @@ -3140,39 +3128,37 @@ Among the supported digital cameras are: * MELCO IGM-PCM56K/IGM-PCM56KH * Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD terminal) -[amd64, i386, pc98] Floppy drives (http://www.FreeBSD.org/cgi/man.cgi?query=fdc&sektion=4[fdc(4)] driver) +[amd64, i386, pc98] Floppy drives (man:fdc[4] driver) -[amd64, i386] VGA-compatible video cards (http://www.FreeBSD.org/cgi/man.cgi?query=vga&sektion=4[vga(4)] driver) +[amd64, i386] VGA-compatible video cards (man:vga[4] driver) -[.note] *Note*: + Information regarding specific video cards and compatibility with Xorg can be found at `http://www.x.org/`. [amd64, i386, ia64, pc98] Keyboards including: -* [i386] AT-style keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=atkbd&sektion=4[atkbd(4)] driver) -* [amd64, i386] PS/2 keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=atkbd&sektion=4[atkbd(4)] driver) +* [i386] AT-style keyboards (man:atkbd[4] driver) +* [amd64, i386] PS/2 keyboards (man:atkbd[4] driver) * [pc98] Standard keyboards -* [amd64, i386, ia64, pc98] USB keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=ukbd&sektion=4[ukbd(4)] driver) +* [amd64, i386, ia64, pc98] USB keyboards (man:ukbd[4] driver) [amd64, i386, ia64, pc98] Pointing devices including: -* [amd64, i386, pc98] Bus mice and compatible devices (http://www.FreeBSD.org/cgi/man.cgi?query=mse&sektion=4[mse(4)] driver) -* [amd64, i386] PS/2 mice and compatible devices, including many laptop pointing devices (http://www.FreeBSD.org/cgi/man.cgi?query=psm&sektion=4[psm(4)] driver) +* [amd64, i386, pc98] Bus mice and compatible devices (man:mse[4] driver) +* [amd64, i386] PS/2 mice and compatible devices, including many laptop pointing devices (man:psm[4] driver) * Serial mice and compatible devices -* [amd64, i386, ia64, pc98] USB mice (http://www.FreeBSD.org/cgi/man.cgi?query=ums&sektion=4[ums(4)] driver) +* [amd64, i386, ia64, pc98] USB mice (man:ums[4] driver) -[.note] *Note*: + -http://www.FreeBSD.org/cgi/man.cgi?query=moused&sektion=8[moused(8)] has more information on using pointing devices with FreeBSD. Information on using pointing devices with Xorg can be found at `http://www.x.org/`. +man:moused(8)] has more information on using pointing devices with FreeBSD. Information on using pointing devices with Xorg can be found at `http://www.x.org/`. -[amd64, i386] "PC standard" parallel ports (http://www.FreeBSD.org/cgi/man.cgi?query=ppc&sektion=4[ppc(4)] driver) +[amd64, i386] "PC standard" parallel ports (man:ppc[4] driver) -[pc98] "PC-9821 standard" parallel ports (http://www.FreeBSD.org/cgi/man.cgi?query=ppc&sektion=4[ppc(4)] driver) +[pc98] "PC-9821 standard" parallel ports (man:ppc[4] driver) -[i386, amd64] PC-compatible joysticks (http://www.FreeBSD.org/cgi/man.cgi?query=joy&sektion=4[joy(4)] driver) +[i386, amd64] PC-compatible joysticks (man:joy[4] driver) -[pc98] Joystick port of SoundBlaster(98) (http://www.FreeBSD.org/cgi/man.cgi?query=joy&sektion=4[joy(4)] driver) +[pc98] Joystick port of SoundBlaster(98) (man:joy[4] driver) [i386, pc98] PHS Data Communication Card/PCCARD diff --git a/website/content/en/releases/10.1R/hardware.adoc b/website/content/en/releases/10.1R/hardware.adoc index 1352a27912..004111c54c 100644 --- a/website/content/en/releases/10.1R/hardware.adoc +++ b/website/content/en/releases/10.1R/hardware.adoc @@ -24,9 +24,9 @@ This section provides some architecture-specific information about the specific [[proc-amd64]] == 2.1. amd64 -Since mid-2003 FreeBSD/amd64 has supported the AMD64 ("Hammer") and Intel(R) EM64T architecture, and is now one of the Tier-1 platforms (fully supported architecture), which are expected to be Production Quality with respects to all aspects of the FreeBSD operating system, including installation and development environments. +Since mid-2003 FreeBSD/amd64 has supported the AMD64 ("Hammer") and Intel(R) EM64T architecture, and is now one of the Tier-1 platforms (fully supported architecture), which are expected to be Production Quality with respects to all aspects of the FreeBSD operating system, including installation and development environments. -Note that there are two names for this architecture, AMD64 (AMD) and Intel EM64T (Extended Memory 64-bit Technology). 64-bit mode of the two architectures are almost compatible with each other, and FreeBSD/amd64 supports them both. +Note that there are two names for this architecture, AMD64 (AMD) and Intel EM64T (Extended Memory 64-bit Technology). 64-bit mode of the two architectures are almost compatible with each other, and FreeBSD/amd64 should support them both. As of this writing, the following processors are supported: @@ -44,7 +44,7 @@ As of this writing, the following processors are supported: * Intel(R) Pentium(R) 4s and (R)Celeron(R) Ds using the "Cedar Mill" core have EM64T support. * Some Intel(R) Pentium(R) 4s and Celeron(R) Ds using the "Prescott" core have EM64T support. See the http://processorfinder.intel.com[Intel Processor Spec Finder] for the definitive answer about EM64T support in Intel processors. -Intel(R) EM64T is an extended version of IA-32 (x86) and different from Intel(R) IA-64 (Itanium) architecture, which FreeBSD/ia64 supports. Some Intel(R)'s old documentation refers to Intel(R) EM64T as "64-bit extension technology" or "IA-32e". +Intel(R) EM64T is an extended version of IA-32 (x86) and different from Intel(R) IA-64 (Itanium) architecture, which FreeBSD/ia64 supports. Some Intel(R)'s old documentation refers to Intel(R) EM64T as "64-bit extension technology" or "IA-32e". Both Uniprocessor (UP) and Symmetric Multi-processor (SMP) configurations are supported. @@ -55,28 +55,28 @@ In many respects, FreeBSD/amd64 is similar to FreeBSD/i386, in terms of drivers FreeBSD/i386 runs on a wide variety of "IBM PC compatible" machines. Due to the wide range of hardware available for this architecture, it is impossible to exhaustively list all combinations of equipment supported by FreeBSD. Nevertheless, some general guidelines are presented here. -Almost all i386(TM)-compatible processors with a floating point unit are supported. All Intel(R) processors beginning with the 80486 are supported, including the 80486, Pentium(R), Pentium(R) Pro, Pentium(R) II, Pentium(R) III, Pentium(R) 4, and variants thereof, such as the Xeon(TM) and Celeron(R) processors. All i386(TM)-compatible AMD processors are also supported, including the Am486(R), Am5x86(R), K5, AMD-K6(R) (and variants), AMD Athlon(TM) (including Athlon-MP, Athlon-XP, Athlon-4, and Athlon Thunderbird), and AMD Duron(TM) processors. The AMD Élan SC520 embedded processor is supported. The Transmeta Crusoe is recognized and supported, as are i386(TM)-compatible processors from Cyrix and NexGen. +Almost all i386(TM)-compatible processors with a floating point unit are supported. All Intel(R) processors beginning with the 80486 are supported, including the 80486, Pentium(R), Pentium(R) Pro, Pentium(R) II, Pentium(R) III, Pentium(R) 4, and variants thereof, such as the Xeon(TM) and Celeron(R) processors. All i386(TM)-compatible AMD processors are also supported, including the Am486(R), Am5x86(R), K5, AMD-K6(R) (and variants), AMD Athlon(TM) (including Athlon-MP, Athlon-XP, Athlon-4, and Athlon Thunderbird), and AMD Duron(TM) processors. The AMD Élan SC520 embedded processor is supported. The Transmeta Crusoe is recognized and supported, as are i386(TM)-compatible processors from Cyrix and NexGen. There is a wide variety of motherboards available for this architecture. Motherboards using the ISA, VLB, EISA, AGP, and PCI expansion buses are well-supported. There is some limited support for the MCA ("MicroChannel") expansion bus used in the IBM PS/2 line of PCs. Symmetric multi-processor (SMP) systems are generally supported by FreeBSD, although in some cases, BIOS or motherboard bugs may generate some problems. Perusal of the archives of the http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp[FreeBSD symmetric multiprocessing mailing list] may yield some clues. -FreeBSD will take advantage of SMT (Symmetric MultiThreading, also known as HyperThreading on Intel(R) CPUs) on the supported CPUs. The `GENERIC` kernel which is installed by default will automatically detect the additional logical processors. The default FreeBSD scheduler recognizes processor topology on the system and selects logical and physical processors to obtain optimal performance. The http://www.FreeBSD.org/cgi/man.cgi?query=smp&sektion=4[smp(4)] manual page has more details. +FreeBSD will take advantage of SMT (Symmetric MultiThreading, also known as HyperThreading on Intel(R) CPUs) on the supported CPUs. The `GENERIC` kernel which is installed by default will automatically detect the additional logical processors. The default FreeBSD scheduler recognizes processor topology on the system and selects logical and physical processors to obtain optimal performance. The man:smp[4] manual page has more details. -FreeBSD will take advantage of Physical Address Extensions (PAE) support on CPUs that support this feature. A kernel with the `PAE` feature enabled will detect memory above 4 gigabytes and allow it to be used by the system. This feature places constraints on the device drivers and other features of FreeBSD which may be used; consult the http://www.FreeBSD.org/cgi/man.cgi?query=pae&sektion=4[pae(4)] manual page for more details. +FreeBSD will take advantage of Physical Address Extensions (PAE) support on CPUs that support this feature. A kernel with the `PAE` feature enabled will detect memory above 4 gigabytes and allow it to be used by the system. This feature places constraints on the device drivers and other features of FreeBSD which may be used; consult the man:pae[4] manual page for more details. FreeBSD will generally run on i386-based laptops, albeit with varying levels of support for certain hardware features such as sound, graphics, power management, and PCCARD expansion slots. These features tend to vary in idiosyncratic ways between machines, and frequently require special-case support in FreeBSD to work around hardware bugs or other oddities. When in doubt, a search of the archives of the http://lists.FreeBSD.org/mailman/listinfo/freebsd-mobile[FreeBSD laptop computer mailing list] may be useful. -Most modern laptops (as well as many desktops) use the Advanced Configuration and Power Management (ACPI) standard. FreeBSD supports ACPI via the ACPI Component Architecture reference implementation from Intel(R), as described in the http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4[acpi(4)] manual page. The use of ACPI causes instabilities on some machines and it may be necessary to disable the ACPI driver, which is normally loaded via a kernel module. This may be accomplished by adding the following line to `/boot/device.hints`: +Most modern laptops (as well as many desktops) use the Advanced Configuration and Power Management (ACPI) standard. FreeBSD supports ACPI via the ACPI Component Architecture reference implementation from Intel(R), as described in the man:acpi[4] manual page. The use of ACPI causes instabilities on some machines and it may be necessary to disable the ACPI driver, which is normally loaded via a kernel module. This may be accomplished by adding the following line to `/boot/device.hints`: [.programlisting] ---- hint.acpi.0.disabled="1" ---- -Users debugging ACPI-related problems may find it useful to disable portions of the ACPI functionality. The http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4[acpi(4)] manual page has more information on how to do this via loader tunables. +Users debugging ACPI-related problems may find it useful to disable portions of the ACPI functionality. The man:acpi[4] manual page has more information on how to do this via loader tunables. -ACPI depends on a Differentiated System Descriptor Table (DSDT) provided by each machine's BIOS. Some machines have bad or incomplete DSDTs, which prevents ACPI from functioning correctly. Replacement DSDTs for some machines can be found at the http://acpi.sourceforge.net/dsdt/index.php[DSDT] section of the http://acpi.sourceforge.net/[ACPI4Linux] project Web site. FreeBSD can use these DSDTs to override the DSDT provided by the BIOS; see the http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4[acpi(4)] manual page for more information. +ACPI depends on a Differentiated System Descriptor Table (DSDT) provided by each machine's BIOS. Some machines have bad or incomplete DSDTs, which prevents ACPI from functioning correctly. Replacement DSDTs for some machines can be found at the http://acpi.sourceforge.net/dsdt/index.php[DSDT] section of the http://acpi.sourceforge.net/[ACPI4Linux] project Web site. FreeBSD can use these DSDTs to override the DSDT provided by the BIOS; see the man:acpi[4] manual page for more information. [[proc-ia64]] == 2.3. ia64 @@ -91,7 +91,7 @@ Supported chipsets include: Both Uniprocessor (UP) and Symmetric Multi-processor (SMP) configurations are supported. -Most devices that can be found in or are compatible with ia64 machines are fully supported. The notable exception is the VGA console. The FreeBSD support for VGA consoles is at this time too much based on PC hardware and not all ia64 machines have chipsets that provide sufficient PC legacy support. As such http://www.FreeBSD.org/cgi/man.cgi?query=syscons&sektion=4[syscons(4)] cannot be enabled and the use of a serial console is required. +Most devices that can be found in or are compatible with ia64 machines are fully supported. The notable exception is the VGA console. The FreeBSD support for VGA consoles is at this time too much based on PC hardware and not all ia64 machines have chipsets that provide sufficient PC legacy support. As such man:syscons[4] can not be enabled and the use of a serial console is required. [[proc-pc98]] == 2.4. pc98 @@ -122,7 +122,7 @@ This section describes the systems currently known to be supported by FreeBSD on SMP is supported on all systems with more than 1 processor. -When using the `GENERIC` kernel, FreeBSD/sparc64 systems not equipped with a framebuffer supported by the http://www.FreeBSD.org/cgi/man.cgi?query=creator&sektion=4[creator(4)] (Sun Creator, Sun Creator3D and Sun Elite3D) or http://www.FreeBSD.org/cgi/man.cgi?query=machfb&sektion=4[machfb(4)] (Sun PGX and Sun PGX64 as well as the ATI Mach64 chips found onboard in for example Sun Blade(TM) 100, Sun Blade(TM) 150, Sun Ultra(TM) 5 and Sun Ultra(TM) 10) driver must use the serial console. +When using the `GENERIC` kernel, FreeBSD/sparc64 systems not equipped with a framebuffer supported by the man:creator[4] (Sun Creator, Sun Creator3D and Sun Elite3D) or man:machfb[4] (Sun PGX and Sun PGX64 as well as the ATI Mach64 chips found onboard in for example Sun Blade(TM) 100, Sun Blade(TM) 150, Sun Ultra(TM) 5 and Sun Ultra(TM) 10) driver must use the serial console. If you have a system that is not listed here, it may not have been tested with FreeBSD 10.1-RELEASE. We encourage you to try it and send a note to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64[FreeBSD SPARC porting mailing list] with your results, including which devices work and which do not. @@ -162,7 +162,7 @@ The following systems are fully supported by FreeBSD: * Sun Ultra(TM) 80 * Sun Ultra(TM) 450 -The following systems are partially supported by FreeBSD. In particular the fiber channel controllers in SBus-based systems are not supported. However, it is possible to use these with a SCSI controller supported by the http://www.FreeBSD.org/cgi/man.cgi?query=esp&sektion=4[esp(4)] driver (Sun ESP SCSI, Sun FAS Fast-SCSI and Sun FAS366 Fast-Wide SCSI controllers). +The following systems are partially supported by FreeBSD. In particular the fiber channel controllers in SBus-based systems are not supported. However, it is possible to use these with a SCSI controller supported by the man:esp[4] driver (Sun ESP SCSI, Sun FAS Fast-SCSI and Sun FAS366 Fast-Wide SCSI controllers). * Sun Enterprise(TM) 3500 * Sun Enterprise(TM) 4500 @@ -207,20 +207,19 @@ This section describes the devices currently known to be supported by FreeBSD. O Where possible, the drivers applicable to each device or class of devices is listed. If the driver in question has a manual page in the FreeBSD base distribution (most should), it is referenced here. Information on specific models of supported devices, controllers, etc. can be found in the manual pages. -[.note] *Note*: + The device lists in this document are being generated automatically from FreeBSD manual pages. This means that some devices, which are supported by multiple drivers, may appear multiple times. [[disk]] == 3.1. Disk Controllers -[amd64, i386, ia64, pc98, sparc64] IDE/ATA controllers (http://www.FreeBSD.org/cgi/man.cgi?query=ata&sektion=4[ata(4)] driver) +[amd64, i386, ia64, pc98, sparc64] IDE/ATA controllers (man:ata[4] driver) [pc98] IDE/ATA controllers (wdc driver) * On-board IDE controller -[i386,ia64,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aac&sektion=4[aac(4)] driver include: +[i386,ia64,amd64] Controllers supported by the man:aac[4] driver include: * Adaptec AAC-364 * Adaptec RAID 2045 @@ -307,7 +306,7 @@ The device lists in this document are being generated automatically from FreeBSD * AOC-USAS-S8i-LP * AOC-USAS-S8iR-LP -Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aacraid&sektion=4[aacraid(4)] driver include: +Controllers supported by the man:aacraid(4)] driver include: * Adaptec ASR-6405(T|E) * Adaptec ASR-6445 @@ -320,7 +319,7 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aacraid&se * Adaptec ASR-72405 * Adaptec Series 8 cards -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=adv&sektion=4[adv(4)] driver supports the following SCSI controllers: +[i386,pc98,amd64] The man:adv[4] driver supports the following SCSI controllers: * AdvanSys ABP510/5150 * AdvanSys ABP5140 @@ -346,11 +345,11 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aacraid&se * AdvanSys ABP950 * AdvanSys ABP980, ABP980U * AdvanSys ABP980UA/3980UA -* MELCO IFC-USP (PC-98) +* MELCO IFC- USP (PC-98) * RATOC REX-PCI30 (PC-98) * @Nifty FNECHARD IFC-USUP-TX (PC-98) -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=adw&sektion=4[adw(4)] driver supports SCSI controllers including: +[i386,pc98,amd64] The man:adw[4] driver supports SCSI controllers including: * AdvanSys ABP940UW/ABP3940UW * AdvanSys ABP950UW @@ -358,7 +357,7 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aacraid&se * AdvanSys ABP3940U2W * AdvanSys ABP3950U2W -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=aha&sektion=4[aha(4)] driver supports the following SCSI host adapters: +[i386] The man:aha[4] driver supports the following SCSI host adapters: * Adaptec AHA-154xB * Adaptec AHA-154xC @@ -369,14 +368,14 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aacraid&se * DTC 3290 SCSI controller in 1542 emulation mode * Tekram SCSI controllers in 154x emulation mode -[i386] The http://www.FreeBSD.org/cgi/%0Aman.cgi?query=ahb&sektion=4[ahb(4)] driver supports the following SCSI host adapters: +[i386] The man:ahb[4] driver supports the following SCSI host adapters: * Adaptec AHA-1740 * Adaptec AHA-1742 * Adaptec AHA-1740A * Adaptec AHA-1742A -The http://www.FreeBSD.org/cgi/man.cgi?query=ahc&sektion=4[ahc(4)] driver supports the following SCSI host adapter chips and SCSI controller cards: +The man:ahc[4] driver supports the following SCSI host adapter chips and SCSI controller cards: * Adaptec AIC7770 host adapter chip * Adaptec AIC7850 host adapter chip @@ -430,11 +429,11 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=ahc&sektion=4[ahc(4)] driver suppor * NEC SV-98/2-B03 (PC-98) * Many motherboards with on-board SCSI support -The http://www.FreeBSD.org/cgi/man.cgi?query=ahci&sektion=4[ahci(4)] driver supports AHCI compatible controllers having PCI class 1 (mass storage), subclass 6 (SATA) and programming interface 1 (AHCI). +The man:ahci[4] driver supports AHCI compatible controllers having PCI class 1 (mass storage), subclass 6 (SATA) and programming interface 1 (AHCI). Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it supports AHCI part of legacy-PATA + AHCI-SATA combined controllers, such as JMicron JMB36x and Marvell 88SE61xx. -[i386,sparc64,ia64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ahd&sektion=4[ahd(4)] driver supports the following: +[i386,sparc64,ia64,amd64] The man:ahd[4] driver supports the following: * Adaptec AIC7901 host adapter chip * Adaptec AIC7901A host adapter chip @@ -443,7 +442,7 @@ Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it suppor * Adaptec 39320 host adapter * Many motherboards with on-board SCSI support -[i386,pc98,amd64] The adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aic&sektion=4[aic(4)] driver include: +[i386,pc98,amd64] The adapters supported by the man:aic[4] driver include: * Adaptec AHA-1505 (ISA) * Adaptec AHA-1510A, AHA-1510B (ISA) @@ -455,7 +454,7 @@ Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it suppor * Adaptec AHA-1030B, AHA-1030P (PC98) * NEC PC-9801-100 (PC98) -Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektion=4[amr(4)] driver include: +Controllers supported by the man:amr[4] driver include: * MegaRAID SATA 150-4 * MegaRAID SATA 150-6 @@ -504,7 +503,7 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektio * Intel RAID Controller SRCS16 * Intel RAID Controller SRCU42X -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=arcmsr&sektion=4[arcmsr(4)] driver supports the following cards: +[i386,amd64] The man:arcmsr[4] driver supports the following cards: * ARC-1110 * ARC-1120 @@ -543,7 +542,7 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektio * ARC-1880 * ARC-1882 -[i386] The adapters currently supported by the http://www.FreeBSD.org/cgi/man.cgi?query=asr&sektion=4[asr(4)] driver include the following: +[i386] The adapters currently supported by the man:asr[4] driver include the following: * Adaptec Zero-Channel SCSI RAID 2000S, 2005S, 2010S, 2015S * Adaptec SCSI RAID 2100S, 2110S @@ -562,7 +561,7 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektio * Adaptec SmartRAID PM3757 * DEC KZPCC-AC (LVD 1-ch, 4MB or 16MB cache), DEC KZPCC-CE (LVD 3-ch, 64MB cache), DEC KZPCC-XC (LVD 1-ch, 16MB cache), DEC KZPCC-XE (LVD 3-ch, 64MB cache) -- rebadged SmartRAID V Millennium -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bt&sektion=4[bt(4)] driver supports the following BusLogic MultiMaster "W", "C", "S", and "A" series and compatible SCSI host adapters: +[i386,amd64] The man:bt[4] driver supports the following BusLogic MultiMaster "W", "C", "S", and "A" series and compatible SCSI host adapters: * BusLogic BT-445C * BusLogic BT-445S @@ -590,9 +589,9 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektio * BusLogic BT-958D * Storage Dimensions SDC3211B / SDC3211F -AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also supported by the http://www.%0AFreeBSD.org/cgi/man.cgi?query=bt&sektion=4[bt(4)] driver. +AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also supported by the man:bt[4] driver. -[i386,ia64,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ciss&sektion=4[ciss(4)] driver include: +[i386,ia64,amd64] Controllers supported by the man:ciss[4] driver include: * Compaq Smart Array 5300 (simple mode only) * Compaq Smart Array 532 @@ -632,7 +631,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * HP Modular Smart Array 20 (MSA20) * HP Modular Smart Array 500 (MSA500) -[pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=ct&sektion=4[ct(4)] driver supports the following adapters: +[pc98] The man:ct[4] driver supports the following adapters: * ELECOM bus-master SCSI adapters * I-O DATA SC-98II @@ -643,7 +642,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * SMIT transfer type SCSI host adapters * TEXA HA-55BS2 and its later models -[i386,ia64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=dpt&sektion=4[dpt(4)] driver provides support for the following RAID adapters: +[i386,ia64,amd64] The man:dpt[4] driver provides support for the following RAID adapters: * DPT Smart Cache Plus * Smart Cache II (PM2?2?, PM2022 [EISA], PM2024/PM2124 [PCI]) (Gen2) @@ -653,11 +652,10 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * Smart Cache IV (PM2?4?, PM2042 [EISA], PM2044/PM2144 [PCI]) (Gen4) * Smart RAID IV -[.note] *Note*: + [amd64, i386] Booting from these controllers is supported. EISA adapters are not supported. -[sparc64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=esp&sektion=4[esp(4)] driver include: +[sparc64] Controllers supported by the man:esp[4] driver include: * MELCO IFC-DP (PC-98) * Sun ESP family @@ -665,7 +663,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * Tekram DC390 * Tekram DC390T -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hpt27xx&sektion=4[hpt27xx(4)] driver supports the following SAS controllers: +[i386,amd64] The man:hpt27xx[4] driver supports the following SAS controllers: * HighPoint's RocketRAID 271x series * HighPoint's RocketRAID 272x series @@ -673,7 +671,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * HighPoint's RocketRAID 276x series * HighPoint's RocketRAID 278x series -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4[hptiop(4)] driver supports the following SAS and SATA RAID controllers: +[i386,amd64] The man:hptiop[4] driver supports the following SAS and SATA RAID controllers: * HighPoint RocketRAID 4522 * HighPoint RocketRAID 4521 @@ -687,7 +685,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * HighPoint RocketRAID 3622 * HighPoint RocketRAID 3620 -The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4[hptiop(4)] driver also supports the following SAS and SATA RAID controllers that are already End-of-Life: +The man:hptiop[4] driver also supports the following SAS and SATA RAID controllers that are already End-of-Life: * HighPoint RocketRAID 4211 * HighPoint RocketRAID 4210 @@ -706,16 +704,16 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4[hptiop(4)] driver * HighPoint RocketRAID 3120 * HighPoint RocketRAID 3020 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hptmv&sektion=4[hptmv(4)] driver supports the following ATA RAID controllers: +[i386,amd64] The man:hptmv[4] driver supports the following ATA RAID controllers: * HighPoint's RocketRAID 182x series -The http://www.FreeBSD.org/cgi/man.cgi?query=hptnr&sektion=4[hptnr(4)] driver supports the following SATA controllers: +The man:hptnr[4] driver supports the following SATA controllers: * HighPoint's DC7280 series * HighPoint's Rocket R750 series -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hptrr&sektion=4[hptrr(4)] driver supports the following RAID controllers: +[i386,amd64] The man:hptrr[4] driver supports the following RAID controllers: * RocketRAID 172x series * RocketRAID 174x series @@ -728,7 +726,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptnr&sektion=4[hptnr(4)] driver su * RocketRAID 2340 * RocketRAID 2522 -[i386] The following controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ida&sektion=4[ida(4)] driver: +[i386] The following controllers are supported by the man:ida[4] driver: * Compaq SMART Array 221 * Compaq Integrated SMART Array Controller @@ -742,7 +740,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptnr&sektion=4[hptnr(4)] driver su * Compaq SMART-2/E Controller * Compaq SMART Controller -[i386,ia64,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=iir&sektion=4[iir(4)] driver include: +[i386,ia64,amd64] Controllers supported by the man:iir[4] driver include: * Intel RAID Controller SRCMR * Intel Server RAID Controller U3-l (SRCU31a) @@ -756,7 +754,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptnr&sektion=4[hptnr(4)] driver su The SRCU31 and SRCU31L can be updated via a firmware update available from Intel. -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ips&sektion=4[ips(4)] driver include: +[i386,amd64] Controllers supported by the man:ips[4] driver include: * IBM ServeRAID 3H * ServeRAID 4L/4M/4H @@ -766,9 +764,9 @@ The SRCU31 and SRCU31L can be updated via a firmware update available from Intel Newer ServeRAID controllers are supported by the aac(4) or mfi(4) driver. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=isci&sektion=4[isci(4)] driver provides support for Intel C600 SAS controllers. +[i386,amd64] The man:isci[4] driver provides support for Intel C600 SAS controllers. -Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4[isp(4)] driver include: +Cards supported by the man:isp[4] driver include: * ISP1000 * ISP1020 @@ -789,7 +787,7 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4[is * Qlogic 2422 * Qlogic 2432 -[i386,ia64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=mfi&sektion=4[mfi(4)] driver supports the following hardware: +[i386,ia64,amd64] The man:mfi[4] driver supports the following hardware: * LSI MegaRAID SAS 1078 * LSI MegaRAID SAS 8408E @@ -806,7 +804,7 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4[is * Intel RAID Controller SRCSAS18E * Intel RAID Controller SROMBSAS18E -[i386,ia64,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mlx&sektion=4[mlx(4)] driver include: +[i386,ia64,amd64] Controllers supported by the man:mlx[4] driver include: * Mylex DAC960P * Mylex DAC960PD / DEC KZPSC (Fast Wide) @@ -824,11 +822,10 @@ All major firmware revisions (2.x, 3.x, 4.x and 5.x) are supported, however it i Compatible Mylex controllers not listed should work, but have not been verified. -[.note] *Note*: + [amd64, i386] Booting from these controllers is supported. EISA adapters are not supported. -[i386,ia64,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mly&sektion=4[mly(4)] driver include: +[i386,ia64,amd64] Controllers supported by the man:mly[4] driver include: * Mylex AcceleRAID 160 * Mylex AcceleRAID 170 @@ -838,13 +835,13 @@ Compatible Mylex controllers not listed should work, but have not been verified. Compatible Mylex controllers not listed should work, but have not been verified. -The following controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mpr&sektion=4[mpr(4)] driver: +The following controllers are supported by the man:mpr[4] driver: * LSI SAS 3004 (4 Port SAS) * LSI SAS 3008 (8 Port SAS) * LSI SAS 3108 (8 Port SAS) -The http://www.FreeBSD.org/cgi/man.cgi?query=mps&sektion=4[mps(4)] driver supports the following hardware: +The man:mps[4] driver supports the following hardware: * LSI Logic SAS2004 (4 Port SAS) * LSI Logic SAS2008 (8 Port SAS) @@ -858,7 +855,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=mps&sektion=4[mps(4)] driver suppor * Intel Integrated RAID Module RMS25KB040 * Intel Integrated RAID Module RMS25KB080 -The following controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mpt&sektion=4[mpt(4)] driver: +The following controllers are supported by the man:mpt[4] driver: * LSI Logic 53c1030, LSI Logic LSI2x320-X (Single and Dual Ultra320 SCSI) * LSI Logic AS1064, LSI Logic AS1068 @@ -869,7 +866,7 @@ The following controllers are supported by the http://www.FreeBSD.org/cgi/man.cg * LSI Logic FC949X (Dual 4Gb/s Fibre Channel) * LSI Logic FC949E, LSI Logic FC949ES (Dual 4Gb/s Fibre Channel PCI-Express) -The Ultra 320 SCSI controller chips supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mpt&sektion=4[mpt(4)] driver can be found onboard on many systems including: +The Ultra 320 SCSI controller chips supported by the man:mpt[4] driver can be found onboard on many systems including: * Dell PowerEdge 1750 thru 2850 * IBM eServer xSeries 335 @@ -882,7 +879,7 @@ The Fibre Channel controller chipset are supported by a broad variety of speeds This driver also supports target mode for Fibre Channel cards. This support may be enabled by setting the desired role of the core via the LSI Logic firmware utility that establishes what roles the card can take on - no separate compilation is required. -The http://www.FreeBSD.org/cgi/man.cgi?query=mrsas&sektion=4[mrsas(4)] driver supports the following hardware: +The man:mrsas[4] driver supports the following hardware: [ Thunderbolt 6Gb/s MR controller ] @@ -906,7 +903,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=mrsas&sektion=4[mrsas(4)] driver su * DELL PERC H730/P * DELL PERC H330 -The http://www.FreeBSD.org/cgi/man.cgi?query=mvs&sektion=4[mvs(4)] driver supports the following controllers: +The man:mvs[4] driver supports the following controllers: Gen-I (SATA 1.5Gbps): @@ -932,7 +929,7 @@ Gen-IIe (SATA 3Gbps, NCQ, PMP with FBS): Note, that this hardware supports command queueing and FIS-based switching only for ATA DMA commands. ATAPI and non-DMA ATA commands executed one by one for each port. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ncr&sektion=4[ncr(4)] driver provides support for the following NCR/Symbios SCSI controller chips: +[i386,pc98,amd64] The man:ncr[4] driver provides support for the following NCR/Symbios SCSI controller chips: * 53C810 * 53C810A @@ -953,7 +950,7 @@ The following add-on boards are known to be supported: * I-O DATA SC-98/PCI (PC-98) * I-O DATA SC-PCI (PC-98) -[i386,pc98] The following devices are currently supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ncv&sektion=4[ncv(4)] driver: +[i386,pc98] The following devices are currently supported by the man:ncv[4] driver: * I-O DATA PCSC-DV * KME KXLC002 (TAXAN ICD-400PN, etc.), KXLC004, and UJDCD450 @@ -964,21 +961,21 @@ The following add-on boards are known to be supported: * Qlogic Fast SCSI * RATOC REX-9530, REX-5572 (SCSI only) -[i386,pc98] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=nsp&sektion=4[nsp(4)] driver include: +[i386,pc98] Controllers supported by the man:nsp[4] driver include: * Alpha-Data AD-PCS201 * I-O DATA CBSC16 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=pst&sektion=4[pst(4)] driver supports the Promise Supertrak SX6000 ATA hardware RAID controller. +[i386] The man:pst[4] driver supports the Promise Supertrak SX6000 ATA hardware RAID controller. -The http://www.FreeBSD.org/cgi/man.cgi?query=siis&sektion=4[siis(4)] driver supports the following controller chips: +The man:siis[4] driver supports the following controller chips: * SiI3124 (PCI-X 133MHz/64bit, 4 ports) * SiI3131 (PCIe 1.0 x1, 1 port) * SiI3132 (PCIe 1.0 x1, 2 ports) * SiI3531 (PCIe 1.0 x1, 1 port) -[i386,pc98] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=stg&sektion=4[stg(4)] driver include: +[i386,pc98] Controllers supported by the man:stg[4] driver include: * Adaptec 2920/A * Future Domain SCSI2GO @@ -990,7 +987,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=siis&sektion=4[siis(4)] driver supp Note that the Adaptec 2920C is supported by the ahc(4) driver. -The http://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4[sym(4)] driver provides support for the following Symbios/LSI Logic PCI SCSI controllers: +The man:sym[4] driver provides support for the following Symbios/LSI Logic PCI SCSI controllers: * 53C810 * 53C810A @@ -1010,7 +1007,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4[sym(4)] driver provid * 53C1010-66 * 53C1510D -The SCSI controllers supported by http://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4[sym(4)] can be either embedded on a motherboard, or on one of the following add-on boards: +The SCSI controllers supported by man:sym[4] can be either embedded on a motherboard, or on one of the following add-on boards: * ASUS SC-200, SC-896 * Data Technology DTC3130 (all variants) @@ -1023,7 +1020,7 @@ The SCSI controllers supported by http://www.FreeBSD.org/cgi/man.cgi?query=sym&s * Tekram DC390W, 390U, 390F, 390U2B, 390U2W, 390U3D, and 390U3W * Tyan S1365 -[i386,amd64] SCSI controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=trm&sektion=4[trm(4)] driver include: +[i386,amd64] SCSI controllers supported by the man:trm[4] driver include: * Tekram DC-315 PCI Ultra SCSI adapter without BIOS and internal SCSI connector * Tekram DC-315U PCI Ultra SCSI adapter without BIOS @@ -1034,7 +1031,7 @@ The SCSI controllers supported by http://www.FreeBSD.org/cgi/man.cgi?query=sym&s For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use the sym(4) driver. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=twa&sektion=4[twa(4)] driver supports the following SATA RAID controllers: +[i386,amd64] The man:twa[4] driver supports the following SATA RAID controllers: * AMCC's 3ware 9500S-4LP * AMCC's 3ware 9500S-8 @@ -1058,7 +1055,7 @@ For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use * AMCC's 3ware 9650SE-16ML * AMCC's 3ware 9650SE-24M8 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=twe&sektion=4[twe(4)] driver supports the following PATA/SATA RAID controllers: +[i386,amd64] The man:twe[4] driver supports the following PATA/SATA RAID controllers: * AMCC's 3ware 5000 series * AMCC's 3ware 6000 series @@ -1080,11 +1077,11 @@ For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use * AMCC's 3ware 8506-12 * AMCC's 3ware 8506-12MI -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=tws&sektion=4[tws(4)] driver supports the following SATA/SAS RAID controller: +[i386,amd64] The man:tws[4] driver supports the following SATA/SAS RAID controller: * LSI's 3ware SAS 9750 series -[i386] The http://www.FreeBSD.org/cgi/man.%0Acgi?query=vpo&sektion=4[vpo(4)] driver supports the following parallel to SCSI interfaces: +[i386] The man:vpo[4] driver supports the following parallel to SCSI interfaces: * Adaptec AIC-7110 Parallel to SCSI interface (built-in to Iomega ZIP drives) * Iomega Jaz Traveller interface @@ -1092,29 +1089,28 @@ For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use [i386] The wds(4) driver supports the WD7000 SCSI controller. -With all supported SCSI controllers, full support is provided for SCSI-I, SCSI-II, and SCSI-III peripherals, including hard disks, optical disks, tape drives (including DAT, 8mm Exabyte, Mammoth, and DLT), medium changers, processor target devices and CD-ROM drives. WORM devices that support CD-ROM commands are supported for read-only access by the CD-ROM drivers (such as http://www.FreeBSD.org/cgi/man.cgi?query=cd&sektion=4[cd(4)]). WORM/CD-R/CD-RW writing support is provided by http://www.FreeBSD.org/cgi/man.cgi?query=cdrecord&sektion=1[cdrecord(1)], which is a part of the http://www.freebsd.org/cgi/url.cgi?ports/sysutils/cdrtools/pkg-descr[sysutils/cdrtools] port in the Ports Collection. +With all supported SCSI controllers, full support is provided for SCSI-I, SCSI-II, and SCSI-III peripherals, including hard disks, optical disks, tape drives (including DAT, 8mm Exabyte, Mammoth, and DLT), medium changers, processor target devices and CD-ROM drives. WORM devices that support CD-ROM commands are supported for read-only access by the CD-ROM drivers (such as man:cd[4]). WORM/CD-R/CD-RW writing support is provided by man:cdrecord(1)], which is a part of the http://www.freebsd.org/cgi/url.cgi?ports/sysutils/cdrtools/pkg-descr[sysutils/cdrtools] port in the Ports Collection. The following CD-ROM type systems are supported at this time: -* SCSI interface (also includes ProAudio Spectrum and SoundBlaster SCSI) (http://www.FreeBSD.org/cgi/man.cgi?query=cd&sektion=4[cd(4)]) -* [i386] Sony proprietary interface (all models) (http://www.FreeBSD.org/cgi/man.cgi?query=scd&sektion=4[scd(4)]) -* ATAPI IDE interface (http://www.FreeBSD.org/cgi/man.cgi?query=acd&sektion=4[acd(4)]) +* SCSI interface (also includes ProAudio Spectrum and SoundBlaster SCSI) (man:cd[4]) +* [i386] Sony proprietary interface (all models) (man:acd[4]) [i386] The following device is unmaintained: -* Mitsumi proprietary CD-ROM interface (all models) (http://www.FreeBSD.org/cgi/man.cgi?query=mcd&sektion=4[mcd(4)]) +* Mitsumi proprietary CD-ROM interface (all models) (man:mcd[4]) [[ethernet]] == 3.2. Ethernet Interfaces -The http://www.FreeBSD.org/cgi/man.cgi?query=ae&sektion=4[ae(4)] driver supports Attansic/Atheros L2 PCIe FastEthernet controllers, and is known to support the following hardware: +The man:ae[4] driver supports Attansic/Atheros L2 PCIe FastEthernet controllers, and is known to support the following hardware: * ASUS EeePC 701 * ASUS EeePC 900 Other hardware may or may not work with this driver. -The http://www.FreeBSD.org/cgi/man.cgi?query=age&sektion=4[age(4)] driver provides support for LOMs based on Attansic/Atheros L1 Gigabit Ethernet controller chips, including: +The man:age[4] driver provides support for LOMs based on Attansic/Atheros L1 Gigabit Ethernet controller chips, including: * ASUS M2N8-VMX * ASUS M2V @@ -1134,7 +1130,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=age&sektion=4[age(4)] driver provid * ASUS P5L-VM 1394 * ASUS G2S -The http://www.FreeBSD.org/cgi/man.cgi?query=alc&sektion=4[alc(4)] device driver provides support for the following Ethernet controllers: +The man:alc[4] device driver provides support for the following Ethernet controllers: * Atheros AR8131 PCI Express Gigabit Ethernet controller * Atheros AR8132 PCI Express Fast Ethernet controller @@ -1143,13 +1139,13 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=alc&sektion=4[alc(4)] device driver * Atheros AR8152 v1.1 PCI Express Fast Ethernet controller * Atheros AR8152 v2.0 PCI Express Fast Ethernet controller -The http://www.FreeBSD.org/cgi/man.cgi?query=ale&sektion=4[ale(4)] device driver provides support for the following Ethernet controllers: +The man:ale[4] device driver provides support for the following Ethernet controllers: * Atheros AR8113 PCI Express Fast Ethernet controller * Atheros AR8114 PCI Express Fast Ethernet controller * Atheros AR8121 PCI Express Gigabit Ethernet controller -[i386,pc98,ia64,amd64,powerpc] Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aue&sektion=4[aue(4)] driver include: +[i386,pc98,ia64,amd64,powerpc] Adapters supported by the man:aue[4] driver include: * Abocom UFE1000, DSB650TX_NA * Accton USB320-EC, SpeedStream @@ -1172,7 +1168,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=ale&sektion=4[ale(4)] device driver * SMC 2202USB * SOHOware NUB100 -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=axe&sektion=4[axe(4)] driver supports ASIX Electronics AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB Ethernet adapters including: +[i386,pc98,amd64,powerpc] The man:axe[4] driver supports ASIX Electronics AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB Ethernet adapters including: AX88172: @@ -1224,9 +1220,9 @@ AX88760: * ASIX AX88760 -ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query=axge&sektion=4[axge(4)] driver) +ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (man:axge[4] driver) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bce&sektion=4[bce(4)] driver provides support for various NICs based on the QLogic NetXtreme II family of Gigabit Ethernet controllers, including the following: +[i386,amd64] The man:bce[4] driver provides support for various NICs based on the QLogic NetXtreme II family of Gigabit Ethernet controllers, including the following: * QLogic NetXtreme II BCM5706 1000Base-SX * QLogic NetXtreme II BCM5706 1000Base-T @@ -1252,9 +1248,9 @@ ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (http://www.Free * HP NC382i DP Multifunction Gigabit Server Adapter * HP NC382m DP 1GbE Multifunction BL-c Adapter -[amd64, i386] Broadcom BCM4401 based Fast Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query=bfe&sektion=4[bfe(4)] driver) +[amd64, i386] Broadcom BCM4401 based Fast Ethernet adapters (man:bfe[4] driver) -[i386,pc98,sparc64,ia64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bge&sektion=4[bge(4)] driver provides support for various NICs based on the Broadcom BCM570x family of Gigabit Ethernet controller chips, including the following: +[i386,pc98,sparc64,ia64,amd64] The man:bge[4] driver provides support for various NICs based on the Broadcom BCM570x family of Gigabit Ethernet controller chips, including the following: * 3Com 3c996-SX (1000baseSX) * 3Com 3c996-T (10/100/1000baseTX) @@ -1273,7 +1269,7 @@ ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (http://www.Free * SysKonnect SK-9D21 (10/100/1000baseTX) * SysKonnect SK-9D41 (1000baseSX) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bxe&sektion=4[bxe(4)] driver provides support for various NICs based on the QLogic NetXtreme II family of 10Gb Ethernet controller chips, including the following: +[i386,amd64] The man:bxe[4] driver provides support for various NICs based on the Broadcom NetXtreme II family of 10Gb Ethernet controller chips, including the following: * QLogic NetXtreme II BCM57710 10Gb * QLogic NetXtreme II BCM57711 10Gb @@ -1287,13 +1283,13 @@ ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (http://www.Free * QLogic NetXtreme II BCM57840 10Gb / 20Gb * QLogic NetXtreme II BCM57840-MF 10Gb -The chips supported by the http://www.FreeBSD.org/cgi/man.cgi?query=cas&sektion=4[cas(4)] driver are: +The chips supported by the man:cas[4] driver are: * National Semiconductor DP83065 Saturn Gigabit Ethernet * Sun Cassini Gigabit Ethernet * Sun Cassini+ Gigabit Ethernet -The following add-on cards are known to work with the http://www.FreeBSD.org/cgi/man.cgi?query=cas&sektion=4[cas(4)] driver at this time: +The following add-on cards are known to work with the man:cas[4] driver at this time: * Sun GigaSwift Ethernet 1.0 MMF (Cassini Kuheen) (part no. 501-5524) * Sun GigaSwift Ethernet 1.0 UTP (Cassini) (part no. 501-5902) @@ -1301,28 +1297,28 @@ The following add-on cards are known to work with the http://www.FreeBSD.org/cgi * Sun Quad GigaSwift Ethernet UTP (QGE) (part no. 501-6522) * Sun Quad GigaSwift Ethernet PCI-X (QGE-X) (part no. 501-6738) -[i386,pc98,ia64,amd64,powerpc] The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=cdce&sektion=4[cdce(4)] driver: +[i386,pc98,ia64,amd64,powerpc] The following devices are supported by the man:cdce[4] driver: * Prolific PL-2501 Host-to-Host Bridge Controller * Sharp Zaurus PDA * Terayon TJ-715 DOCSIS Cable Modem -[amd64, i386] Crystal Semiconductor CS89x0-based NICs (http://www.FreeBSD.org/cgi/man.cgi?query=cs&sektion=4[cs(4)] driver) +[amd64, i386] Crystal Semiconductor CS89x0-based NICs (man:cs[4] driver) -[i386,pc98,ia64,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=cue&sektion=4[cue(4)] driver supports CATC USB-EL1210A based USB Ethernet adapters including: +[i386,pc98,ia64,amd64,powerpc] The man:cue[4] driver supports CATC USB-EL1210A based USB Ethernet adapters including: * Belkin F5U011/F5U111 * CATC Netmate * CATC Netmate II * SmartBridges SmartLink -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4[cxgb(4)] driver supports 10 Gigabit and 1 Gigabit Ethernet adapters based on the T3 and T3B chipset: +[i386,amd64] The man:cxgb[4] driver supports 10 Gigabit and 1 Gigabit Ethernet adapters based on the T3 and T3B chipset: * Chelsio 10GBase-CX4 * Chelsio 10GBase-LR * Chelsio 10GBase-SR -The http://www.FreeBSD.org/cgi/man.cgi?query=cxgbe&sektion=4[cxgbe(4)] driver supports 40Gb, 10Gb and 1Gb Ethernet adapters based on the T5 ASIC (ports will be named cxl): +The man:cxgbe[4] driver supports 40Gb, 10Gb and 1Gb Ethernet adapters based on the T5 ASIC (ports will be named cxl): * Chelsio T580-CR * Chelsio T580-LP-CR @@ -1337,7 +1333,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=cxgbe&sektion=4[cxgbe(4)] driver su * Chelsio T520-BT * Chelsio T504-BT -The http://www.FreeBSD.org/cgi/man.cgi?query=cxgbe&sektion=4[cxgbe(4)] driver supports 10Gb and 1Gb Ethernet adapters based on the T4 ASIC: +The man:cxgbe[4] driver supports 10Gb and 1Gb Ethernet adapters based on the T4 ASIC: * Chelsio T420-CR * Chelsio T422-CR @@ -1350,7 +1346,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=cxgbe&sektion=4[cxgbe(4)] driver su * Chelsio T420-BT * Chelsio T404-BT -The http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4[dc(4)] driver provides support for the following chipsets: +The man:dc[4] driver provides support for the following chipsets: * DEC/Intel 21143 * ADMtek AL981 Comet, AN985 Centaur, ADM9511 Centaur II and ADM9513 Centaur II @@ -1363,7 +1359,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4[dc(4)] driver provides * Macronix 98713, 98713A, 98715, 98715A, 98715AEC-C, 98725, 98727 and 98732 * Xircom X3201 (cardbus only) -The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4[dc(4)] driver at this time: +The following NICs are known to work with the man:dc[4] driver at this time: * 3Com OfficeConnect 10/100B (ADMtek AN985 Centaur-P) * Abocom FE2500 @@ -1404,7 +1400,7 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi * Xircom Cardbus Ethernet 10/100 * Xircom Cardbus Ethernet II 10/100 -[i386,pc98,ia64,amd64] Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=de&sektion=4[de(4)] driver include: +[i386,pc98,ia64,amd64] Adapters supported by the man:de[4] driver include: * Adaptec ANA-6944/TX * Cogent EM100FX and EM440TX @@ -1416,7 +1412,7 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi * SMC Etherpower 8432, 9332 and 9334 * ZNYX ZX3xx -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=ed&sektion=4[ed(4)] driver supports the following Ethernet NICs: +[i386,pc98] The man:ed[4] driver supports the following Ethernet NICs: * 3Com 3c503 Etherlink II * AR-P500 Ethernet @@ -1441,7 +1437,7 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi * Contec C-NET(98), RT-1007(98), C-NET(9N) (110pin) (flags 0xa00000) (PC-98) * Contec C-NET(98)E-A, C-NET(98)L-A, C-NET(98)P (flags 0x300000) (PC-98) * Corega Ether98-T (flags 0x000000) (PC-98) -* Corega Ether PCC-T/EtherII PCC-T/FEther PCC- TXF/PCC-TXD PCC-T/Fether II TXD +* Corega Ether PCC-T/EtherII PCC-T/FEther PCC-TXF/PCC-TXD PCC-T/Fether II TXD * Corega LAPCCTXD (TC5299J) * CyQ've ELA-010 * DEC EtherWorks DE305 @@ -1501,7 +1497,7 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi * Surecom EtherPerfect EP-427 * Surecom NE-34 * TDK 3000/3400/5670 Fast Ethernet/Modem -* TDK LAK-CD031, Grey Cell GCS2000 Ethernet Card +* TDK LAK- CD031, Grey Cell GCS2000 Ethernet Card * TDK DFL5610WS Ethernet/Modem PC Card * Telecom Device SuperSocket RE450T * Toshiba LANCT00A PC Card @@ -1511,11 +1507,11 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi C-Bus, ISA, PCI and PC Card devices are supported. -The http://www.FreeBSD.org/cgi/man.cgi?query=ed&sektion=4[ed(4)] driver does not support the following Ethernet NICs: +The man:ed[4] driver does not support the following Ethernet NICs: * Mitsubishi LAN Adapter B8895 -The http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4[em(4)] driver supports Gigabit Ethernet adapters based on the Intel 82540, 82541ER, 82541PI, 82542, 82543, 82544, 82545, 82546, 82546EB, 82546GB, 82547, 82571, 82572, 82573, and 82574 controller chips: +The man:em[4] driver supports Gigabit Ethernet adapters based on the Intel 82540, 82541ER, 82541PI, 82542, 82543, 82544, 82545, 82546, 82546EB, 82546GB, 82547, 82571, 82572, 82573, and 82574 controller chips: * Intel PRO/1000 CT Network Connection (82547) * Intel PRO/1000 F Server Adapter (82543) @@ -1541,7 +1537,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4[em(4)] driver supports * Intel PRO/1000 XF Server Adapter (82544) * Intel PRO/1000 XT Server Adapter (82544) -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ep&sektion=4[ep(4)] driver supports Ethernet adapters based on the 3Com 3C5x9 Etherlink III Parallel Tasking chipset, including: +[i386,pc98,amd64] The man:ep[4] driver supports Ethernet adapters based on the 3Com 3C5x9 Etherlink III Parallel Tasking chipset, including: * 3Com 3C1 CF * 3Com 3C509-TP, 3C509-BNC, 3C509-Combo, 3C509-TPO, 3C509-TPC ISA @@ -1558,9 +1554,9 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4[em(4)] driver supports * 3Com OfficeConnect 3CXSH572BT, 3CCSH572BT PCMCIA * Farallon EtherWave and EtherMac PC Card (P/n 595/895 with BLUE arrow) -Agere ET1310 Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query=et&sektion=4[et(4)] driver) +Agere ET1310 Gigabit Ethernet adapters (man:et[4] driver) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ex&sektion=4[ex(4)] driver supports the following Ethernet adapters: +[i386,amd64] The man:ex[4] driver supports the following Ethernet adapters: * Intel EtherExpress Pro/10 ISA * Intel EtherExpress Pro/10+ ISA @@ -1569,7 +1565,7 @@ Agere ET1310 Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query * Silicom Ethernet LAN PC Card * Silicom EtherSerial LAN PC Card -[i386,pc98,amd64] Controllers and cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=fe&sektion=4[fe(4)] driver include: +[i386,pc98,amd64] Controllers and cards supported by the man:fe[4] driver include: * Allied Telesis RE1000, RE1000Plus, ME1500 (110-pin) * CONTEC C-NET(98)P2, C-NET (9N)E (110-pin), C-NET(9N)C (ExtCard) @@ -1588,7 +1584,7 @@ Agere ET1310 Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query * TDK LAK-CD011, LAK-CD021, LAK-CD021A, LAK-CD021BX * Ungermann-Bass Access/PC N98C+(PC85152, PC85142), Access/NOTE N98(PC86132) (110-pin) -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=fxp&sektion=4[fxp(4)] driver include: +Adapters supported by the man:fxp[4] driver include: * Intel EtherExpress PRO/10 * Intel InBusiness 10/100 @@ -1603,20 +1599,20 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=fxp&sektion=4 * NEC PC-9821X-B06 (PC-98) * Many on-board network interfaces on Intel motherboards -Chips supported by the http://www.FreeBSD.org/cgi/man.cgi?query=gem&sektion=4[gem(4)] driver include: +Chips supported by the man:gem[4] driver include: * Apple GMAC * Sun ERI 10/100 Mbps Ethernet * Sun GEM Gigabit Ethernet -The following add-on cards are known to work with the http://www.FreeBSD.org/cgi/man.cgi?query=gem&sektion=4[gem(4)] driver at this time: +The following add-on cards are known to work with the man:gem[4] driver at this time: * Sun Gigabit Ethernet PCI 2.0/3.0 (GBE/P) (part no. 501-4373) * Sun Gigabit Ethernet SBus 2.0/3.0 (GBE/S) (part no. 501-4375) -The http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4[hme(4)] driver supports the on-board Ethernet interfaces of many Sun UltraSPARC workstation and server models. +The man:hme[4] driver supports the on-board Ethernet interfaces of many Sun UltraSPARC workstation and server models. -Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4[hme(4)] driver include: +Cards supported by the man:hme[4] driver include: * Sun PCI SunSwift Adapter * Sun SBus SunSwift Adapter "( hme" and "SUNW,hme") @@ -1625,7 +1621,7 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4[hm * Sun PCI Quad FastEthernet Controller * Sun SBus Quad FastEthernet Controller -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=ie&sektion=4[ie(4)] driver provides supports the following 8 and 16bit ISA Ethernet cards that are based on the Intel i82586 chip: +[i386] The man:ie[4] driver provides supports the following 8 and 16bit ISA Ethernet cards that are based on the Intel i82586 chip: * 3COM 3C507 * AT&T EN100 @@ -1634,31 +1630,31 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4[hm * Intel EtherExpress 16 * RACAL Interlan NI5210 -The http://www.FreeBSD.org/cgi/man.cgi?query=igb&sektion=4[igb(4)] driver supports Gigabit Ethernet adapters based on the Intel 82575 and 82576 controller chips: +The man:igb[4] driver supports Gigabit Ethernet adapters based on the Intel 82575 and 82576 controller chips: * Intel Gigabit ET Dual Port Server Adapter (82576) * Intel Gigabit VT Quad Port Server Adapter (82575) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ixgb&sektion=4[ixgb(4)] driver supports the following cards: +[i386,amd64] The man:ixgb[4] driver supports the following cards: * Intel PRO/10GbE LR Server Adapter * Intel PRO/10GbE SR Server Adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=ixgbe&sektion=4[ixgbe(4)] driver supports the following cards: +The man:ixgbe[4] driver supports the following cards: * Intel(R) 10 Gigabit XF SR/AF Dual Port Server Adapter * Intel(R) 10 Gigabit XF SR/LR Server Adapter * Intel(R) 82598EB 10 Gigabit AF Network Connection * Intel(R) 82598EB 10 Gigabit AT CX4 Network Connection -The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4[[.refentrytitle]#jme(4)] device driver provides support for the following Ethernet controllers: +The man:jme[4] device driver provides support for the following Ethernet controllers: * JMicron JMC250 PCI Express Gigabit Ethernet controller * JMicron JMC251 PCI Express Gigabit Ethernet with Card Read Host controller * JMicron JMC260 PCI Express Fast Ethernet controller * JMicron JMC261 PCI Express Gigabit Ethernet with Card Read Host controller -[i386,pc98,ia64,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=kue&sektion=4[kue(4)] driver supports Kawasaki LSI KL5KLUSB101B based USB Ethernet adapters including: +[i386,pc98,ia64,amd64,powerpc] The man:kue[4] driver supports Kawasaki LSI KL5KLUSB101B based USB Ethernet adapters including: * 3Com 3c19250 * 3Com 3c460 HomeConnect Ethernet USB Adapter @@ -1677,12 +1673,12 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4[[.refentrytitle]#jme( * Psion Gold Port USB Ethernet adapter * SMC 2102USB, 2104USB -[i386,pc98,amd64] Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4[lge(4)] driver include: +[i386,pc98,amd64] Adapters supported by the man:lge[4] driver include: * SMC TigerCard 1000 (SMC9462SX) * D-Link DGE-500SX -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=msk&sektion=4[msk(4)] driver provides support for various NICs based on the Marvell/SysKonnect Yukon II based Gigabit Ethernet controller chips, including: +[i386,amd64] The man:msk[4] driver provides support for various NICs based on the Marvell/SysKonnect Yukon II based Gigabit Ethernet controller chips, including: * D- Link 550SX Gigabit Ethernet * D-Link 560SX Gigabit Ethernet @@ -1718,19 +1714,19 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4[[.refentrytitle]#jme( * SysKonnect SK-9Sxx Gigabit Ethernet * SysKonnect SK-9Exx Gigabit Ethernet -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=mxge&%0Asektion=4[mxge(4)] driver supports 10 Gigabit Ethernet adapters based on the Myricom LANai Z8E chips: +[i386,amd64] The man:mxge[4] driver supports 10 Gigabit Ethernet adapters based on the Myricom LANai Z8E chips: * Myricom 10GBase-CX4 (10G-PCIE-8A-C, 10G-PCIE-8AL-C) * Myricom 10GBase-R (10G-PCIE-8A-R, 10G-PCIE-8AL-R) * Myricom 10G XAUI over ribbon fiber (10G-PCIE-8A-Q, 10G-PCIE-8AL-Q) -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=my&sektion=4[my(4)] driver provides support for various NICs based on the Myson chipset. Supported models include: +[i386,pc98] The man:my[4] driver provides support for various NICs based on the Myson chipset. Supported models include: * Myson MTD800 PCI Fast Ethernet chip * Myson MTD803 PCI Fast Ethernet chip * Myson MTD89X PCI Gigabit Ethernet chip -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=nfe&sektion=4[nfe(4)] driver supports the following NVIDIA MCP onboard adapters: +[i386,amd64] The man:nfe[4] driver supports the following NVIDIA MCP onboard adapters: * NVIDIA nForce MCP Networking Adapter * NVIDIA nForce MCP04 Networking Adapter @@ -1753,7 +1749,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4[[.refentrytitle]#jme( * NVIDIA nForce4 CK804 MCP8 Networking Adapter * NVIDIA nForce4 CK804 MCP9 Networking Adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4[nge(4)] driver supports National Semiconductor DP83820 and DP83821 based Gigabit Ethernet adapters including: +The man:nge[4] driver supports National Semiconductor DP83820 and DP83821 based Gigabit Ethernet adapters including: * Addtron AEG320T * Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI) @@ -1766,22 +1762,22 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4[nge(4)] driver suppor * Surecom Technology EP-320G-TX * Trendware TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=nve&sektion=4[nve(4)] driver supports the NVIDIA MCP onboard adapters of mainboards with the following chipsets: +[i386,amd64] The man:nve[4] driver supports the NVIDIA MCP onboard adapters of mainboards with the following chipsets: * nForce * nForce2 * nForce3 * nForce4 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=nxge&sektion=4[nxge(4)] driver supports Neterion Xframe 10 Gigabit Ethernet adapters listed in http://www.neterion.com/how/pricing.html. +[i386,amd64] The man:nxge[4] driver supports Neterion Xframe 10 Gigabit Ethernet adapters listed in http://www.neterion.com/how/pricing.html. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=oce&sektion=4[oce(4)] driver supports the following network adapters: +[i386,amd64] The man:oce[4] driver supports the following network adapters: * Emulex BladeEngine 2 * Emulex BladeEngine 3 * Emulex Lancer -[i386,pc98,ia64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=pcn&sektion=4[pcn(4)] driver supports adapters and embedded controllers based on the AMD PCnet/FAST, PCnet/FAST+, PCnet/FAST III, PCnet/PRO and PCnet/Home Fast Ethernet chips: +[i386,pc98,ia64,amd64] The man:pcn[4] driver supports adapters and embedded controllers based on the AMD PCnet/FAST, PCnet/FAST+, PCnet/FAST III, PCnet/PRO and PCnet/Home Fast Ethernet chips: * AMD Am79C971 PCnet-FAST * AMD Am79C972 PCnet-FAST+ @@ -1790,33 +1786,33 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4[nge(4)] driver suppor * AMD Am79C978 PCnet-Home * Allied-Telesis LA-PCI -[amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=qlxgb&sektion=4[qlxgb(4)] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: +[amd64] The man:qlxgb[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 3200 series * QLogic 8200 series -[amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=qlxgbe&sektion=4[qlxgbe(4)] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: +[amd64] The man:qlxgbe[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 8300 series -[amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=qlxge&sektion=4[qlxge(4)] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: +[amd64] The man:qlxge[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 8100 series -The http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4[re(4)] driver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters including: +The man:re[4] driver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters including: * Alloy Computer Products EtherGOLD 1439E 10/100 (8139C+) * Compaq Evo N1015v Integrated Ethernet (8139C+) * Corega CG-LAPCIGT Gigabit Ethernet (8169S) * D-Link DGE-528(T) Gigabit Ethernet (8169S) * Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S) -* LevelOne GNC-0105T ( 8169S) +* LevelOne GNC-0105T (8169S) * LinkSys EG1032 (32-bit PCI) * PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S) * USRobotics USR997902 Gigabit Ethernet (8169S) * Xterasys XN-152 10/100/1000 NIC (8169) -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=rl&sektion=4[rl(4)] driver include: +Adapters supported by the man:rl[4] driver include: * Accton "Cheetah" EN1207D (MPX 5030/5038; RealTek 8139 clone) * Allied Telesyn AT2550 @@ -1851,14 +1847,14 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=rl&sektion=4[ * SMC EZ Card 10/100 PCI 1211-TX * SOHO (PRAGMATIC) UE-1211C -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=rue&sektion=4[rue(4)] driver supports RealTek RTL8150 based USB Ethernet adapters including: +[i386,pc98,amd64] The man:rue[4] driver supports RealTek RTL8150 based USB Ethernet adapters including: * Buffalo (Melco Inc.) LUA-KTX * Green House GH-USB100B * LinkSys USB100M * Billionton 10/100 FastEthernet USBKR2 -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sf&sektion=4[sf(4)] driver include: +Adapters supported by the man:sf[4] driver include: * ANA-62011 64-bit single port 10/100baseTX adapter * ANA-62022 64-bit dual port 10/100baseTX adapter @@ -1866,14 +1862,14 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sf&sektion=4[ * ANA-69011 32-bit single port 10/100baseTX adapter * ANA-62020 64-bit single port 100baseFX adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=sfxge&sektion=4[sfxge(4)] driver supports all 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers. +The man:sfxge[4] driver supports all 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers. -The http://www.FreeBSD.org/cgi/man.cgi?query=sge&sektion=4[sge(4)] device driver provides support for the following Ethernet controllers: +The man:sge[4] device driver provides support for the following Ethernet controllers: * SiS190 Fast Ethernet controller * SiS191 Fast/Gigabit Ethernet controller -The http://www.FreeBSD.org/cgi/man.cgi?query=sis&sektion=4[sis(4)] driver supports Silicon Integrated Systems SiS 900 and SiS 7016 based Fast Ethernet adapters and embedded controllers, as well as Fast Ethernet adapters based on the National Semiconductor DP83815 (MacPhyter) and DP83816 chips. Supported adapters include: +The man:sis[4] driver supports Silicon Integrated Systems SiS 900 and SiS 7016 based Fast Ethernet adapters and embedded controllers, as well as Fast Ethernet adapters based on the National Semiconductor DP83815 (MacPhyter) and DP83816 chips. Supported adapters include: * @Nifty FNECHARD IFC USUP-TX * MELCO LGY-PCI-TXC @@ -1882,7 +1878,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=sis&sektion=4[sis(4)] driver suppor * SiS 630, 635, and 735 motherboard chipsets * Soekris Engineering net45xx, net48xx, lan1621, and lan1641 -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sk&sektion=4[sk(4)] driver include: +Adapters supported by the man:sk[4] driver include: * 3Com 3C940 single port, 1000baseT adapter * 3Com 3C2000-T single port, 1000baseT adapter @@ -1898,7 +1894,7 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sk&sektion=4[ * SK-9844 SK-NET GE-SX dual port, multimode fiber adapter * SMC 9452TX single port, 1000baseT adapter -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4[sn(4)] driver supports SMC91Cxx based ISA and PCMCIA cards including: +[i386,amd64] The man:sn[4] driver supports SMC91Cxx based ISA and PCMCIA cards including: * 3Com Megahertz X-Jack Ethernet PC Card XJ10BT, XJ10BC * 3Com Megahertz XJEM and CCEM series: CCEM3288C, CCEM3288T, CCEM3336, CEM3336C, CCEM3336T, XJEM1144C, XJEM1144T, XJEM3288C, XJEM3288T, XJEM3336 @@ -1912,11 +1908,11 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sk&sektion=4[ * SMC EZEther PC Card (8020BT) * SMC EZEther PC Card (8020T) -The http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4[sn(4)] driver supports the SMC 91C90, SMC 91C92, SMC 91C94, SMC 91C95, SMC 91C96, SMC91C100 and SMC 91C100FD chips from SMC. +The man:sn[4] driver supports the SMC 91C90, SMC 91C92, SMC 91C94, SMC 91C95, SMC 91C96, SMC91C100 and SMC 91C100FD chips from SMC. -The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver supports the 595 and 895 cards. These cards have the blue arrow on the front along with a 3Com logo. The Farallon 595a cards, which have a red arrow on the front, are also called EtherWave and EtherMac. They are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4[sn(4)] driver. +The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver supports the 595 and 895 cards. These cards have the blue arrow on the front along with a 3Com logo. The Farallon 595a cards, which have a red arrow on the front, are also called EtherWave and EtherMac. They are supported by the man:sn[4] driver. -[pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=snc&sektion=4[snc(4)] driver supports the following cards: +[pc98] The man:snc[4] driver supports the following cards: * National Semiconductor DP83934AVQB * NEC PC-9801-83 @@ -1928,15 +1924,15 @@ The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver * NEC PC-9801N-J02 PCMCIA * NEC PC-9801N-J02R PCMCIA -The http://www.FreeBSD.org/cgi/man.cgi?query=snc&sektion=4[snc(4)] driver also includes support for the National Semiconductor NS46C46 as 64 * 16 bits Microwave Serial EEPROM. +The man:snc[4] driver also includes support for the National Semiconductor NS46C46 as 64 * 16 bits Microwave Serial EEPROM. -The http://www.FreeBSD.org/cgi/man.cgi?query=ste&sektion=4[ste(4)] driver supports Sundance Technologies ST201 based Fast Ethernet adapters and embedded controllers including: +The man:ste[4] driver supports Sundance Technologies ST201 based Fast Ethernet adapters and embedded controllers including: * D-Link DFE-530TXS * D-Link DFE-550TX * D-Link DFE-580TX -The http://www.FreeBSD.org/cgi/man.cgi?query=stge&sektion=4[stge(4)] driver provides support for various NICs based on the Sundance/Tamarack TC9021 based Gigabit Ethernet controller chips, including: +The man:stge[4] driver provides support for various NICs based on the Sundance/Tamarack TC9021 based Gigabit Ethernet controller chips, including: * Antares Microsystems Gigabit Ethernet * ASUS NX1101 Gigabit Ethernet @@ -1947,7 +1943,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=stge&sektion=4[stge(4)] driver prov * Sundance TC9021 Gigabit Ethernet * Tamarack TC9021 Gigabit Ethernet -[i386,pc98,amd64,sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=ti&sektion=4[ti(4)] driver supports Gigabit Ethernet adapters based on the Alteon Tigon I and II chips. The http://www.FreeBSD.org/cgi/man.cgi?query=ti&sektion=4[ti(4)] driver has been tested with the following adapters: +[i386,pc98,amd64,sparc64] The man:ti[4] driver supports Gigabit Ethernet adapters based on the Alteon Tigon I and II chips. The man:ti[4] driver has been tested with the following adapters: * 3Com 3c985-SX Gigabit Ethernet adapter (Tigon 1) * 3Com 3c985B-SX Gigabit Ethernet adapter (Tigon 2) @@ -1965,14 +1961,14 @@ The following adapters should also be supported but have not yet been tested: * NEC Gigabit Ethernet * Silicon Graphics PCI Gigabit Ethernet adapter -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4[tl(4)] driver supports Texas Instruments ThunderLAN based Ethernet and Fast Ethernet adapters including a large number of Compaq PCI Ethernet adapters. Also supported are: +[i386,pc98,amd64] The man:tl[4] driver supports Texas Instruments ThunderLAN based Ethernet and Fast Ethernet adapters including a large number of Compaq PCI Ethernet adapters. Also supported are: * Olicom OC-2135/2138 10/100 TX UTP adapter * Olicom OC-2325/OC-2326 10/100 TX UTP adapter * Racore 8148 10baseT/100baseTX/100baseFX adapter * Racore 8165 10/100baseTX adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4[tl(4)] driver also supports the built-in Ethernet adapters of various Compaq Prosignia servers and Compaq Deskpro desktop machines including: +The man:tl[4] driver also supports the built-in Ethernet adapters of various Compaq Prosignia servers and Compaq Deskpro desktop machines including: * Compaq Netelligent 10 * Compaq Netelligent 10 T PCI UTP/Coax @@ -1985,9 +1981,9 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4[tl(4)] driver also sup * Compaq NetFlex 3P Integrated * Compaq NetFlex 3P w/BNC -[amd64, i386, pc98] SMC 83c17x (EPIC)-based Ethernet NICs (http://www.FreeBSD.org/cgi/man.cgi?query=tx&sektion=4[tx(4)] driver) +[amd64, i386, pc98] SMC 83c17x (EPIC)-based Ethernet NICs (man:tx[4] driver) -The http://www.FreeBSD.org/cgi/man.cgi?query=txp&sektion=4[txp(4)] driver supports the following cards: +The man:txp[4] driver supports the following cards: * 3Com 3CR990-TX-95 * 3Com 3CR990-TX-97 @@ -1996,18 +1992,18 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=txp&sektion=4[txp(4)] driver suppor * 3Com 3CR990SVR97 * 3Com 3cR990B-SRV -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=udav&sektion=4[udav(4)] driver supports the following adapters: +[i386,pc98,amd64] The man:udav[4] driver supports the following adapters: * Corega FEther USB-TXC * ShanTou ST268 USB NIC -The http://www.FreeBSD.org/cgi/man.cgi?query=vge&sektion=4[vge(4)] driver supports VIA Networking VT6120, VT6122, VT6130 and VT6132 based Gigabit Ethernet adapters including: +The man:vge[4] driver supports VIA Networking VT6120, VT6122, VT6130 and VT6132 based Gigabit Ethernet adapters including: * VIA Networking LAN-on-motherboard Gigabit Ethernet * ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701) * ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702) -The http://www.FreeBSD.org/cgi/man.cgi?query=vr&sektion=4[vr(4)] driver supports VIA Technologies Rhine I, Rhine II, and Rhine III based Fast Ethernet adapters including: +The man:vr[4] driver supports VIA Technologies Rhine I, Rhine II, and Rhine III based Fast Ethernet adapters including: * AOpen/Acer ALN-320 * D-Link DFE520-TX @@ -2015,24 +2011,24 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=vr&sektion=4[vr(4)] driver supports * Hawking Technologies PN102TX * Soekris Engineering net5501 -The http://www.FreeBSD.org/cgi/man.cgi?query=vte&sektion=4[vte(4)] device driver provides support for the following Ethernet controllers: +The man:vte[4] device driver provides support for the following Ethernet controllers: * DM&P Vortex86 RDC R6040 Fast Ethernet controller -[i386,pc98,ia64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=vx&sektion=4[vx(4)] driver supports the following cards: +[i386,pc98,ia64,amd64] The man:vx[4] driver supports the following cards: * 3Com 3c590 EtherLink III PCI * 3Com 3c592 EtherLink III EISA * 3Com 3c595 Fast EtherLink III PCI in 10 Mbps mode * 3Com 3c597 Fast EtherLink III EISA in 10 Mbps mode -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=vxge&sektion=4[vxge(4)] driver supports Neterion X3100 10 Gigabit Ethernet adapters listed in http://www.neterion.com. +[i386,amd64] The man:vxge[4] driver supports Neterion X3100 10 Gigabit Ethernet adapters listed in http://www.neterion.com. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=wb&sektion=4[wb(4)] driver supports Winbond W89C840F based Fast Ethernet adapters and embedded controllers including: +[i386,pc98,amd64] The man:wb[4] driver supports Winbond W89C840F based Fast Ethernet adapters and embedded controllers including: * Trendware TE100-PCIE -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=xe&sektion=4[xe(4)] driver supports the following cards: +[i386,amd64] The man:xe[4] driver supports the following cards: * Xircom CreditCard Ethernet (PS-CE2-10) * Xircom CreditCard Ethernet + Modem 28 (PS-CEM-28) @@ -2050,7 +2046,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=vte&sektion=4[vte(4)] device driver Other similar devices using the same hardware may also be supported. -The http://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4[xl(4)] driver supports the following hardware: +The man:xl[4] driver supports the following hardware: * 3Com 3c900-TPO * 3Com 3c900-COMBO @@ -2072,36 +2068,36 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4[xl(4)] driver supports * 3Com 3C3SH573BT, 3C575TX, 3CCFE575BT, 3CXFE575BT, 3CCFE575CT, 3CXFE575CT, 3CCFEM656, 3CCFEM656B, and 3CCFEM656C, 3CXFEM656, 3CXFEM656B, and 3CXFEM656C CardBus adapters * 3Com 3c905-TX, 3c905B-TX 3c905C-TX, 3c920B-EMB, and 3c920B-EMB-WNM embedded adapters -Both the 3C656 family of CardBus cards and the 3C556 family of MiniPCI cards have a built-in proprietary modem. Neither the http://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4[xl(4)] driver nor any other FreeBSD driver supports this modem. +Both the 3C656 family of CardBus cards and the 3C556 family of MiniPCI cards have a built-in proprietary modem. Neither the man:xl[4] driver nor any other FreeBSD driver supports this modem. [[fddi]] == 3.3. FDDI Interfaces -[i386, pc98] DEC DEFPA PCI (http://www.FreeBSD.org/cgi/man.cgi?query=fpa&sektion=4[fpa(4)] driver) +[i386, pc98] DEC DEFPA PCI (man:fpa[4] driver) -[i386] DEC DEFEA EISA (http://www.FreeBSD.org/cgi/man.cgi?query=fpa&sektion=4[fpa(4)] driver) +[i386] DEC DEFEA EISA (man:fpa[4] driver) [[atm]] == 3.4. ATM Interfaces -[i386, pc98] Midway-based ATM interfaces (http://www.FreeBSD.org/cgi/man.cgi?query=en&sektion=4[en(4)] driver) +[i386, pc98] Midway-based ATM interfaces (man:en[4] driver) -[i386, pc98 sparc64] FORE Systems, Inc. PCA-200E ATM PCI Adapters (hfa and http://www.FreeBSD.org/cgi/man.cgi?query=fatm&sektion=4[fatm(4)] drivers) +[i386, pc98 sparc64] FORE Systems, Inc. PCA-200E ATM PCI Adapters (hfa and man:fatm[4] drivers) -[i386, pc98] IDT NICStAR 77201/211-based ATM Adapters (http://www.FreeBSD.org/cgi/man.cgi?query=idt&sektion=4[idt(4)] driver) +[i386, pc98] IDT NICStAR 77201/211-based ATM Adapters (man:idt[4] driver) -[i386, pc98 sparc64] FORE Systems, Inc. HE155 and HE622 ATM interfaces (http://www.FreeBSD.org/cgi/man.cgi?query=hatm&sektion=4[hatm(4)] driver) +[i386, pc98 sparc64] FORE Systems, Inc. HE155 and HE622 ATM interfaces (man:hatm[4] driver) -[i386, pc98] IDT77252-based ATM cards (http://www.FreeBSD.org/cgi/man.cgi?query=patm&sektion=4[patm(4)] driver) +[i386, pc98] IDT77252-based ATM cards (man:patm[4] driver) [[wlan]] == 3.5. Wireless Network Interfaces -[amd64, i386, pc98] Cisco/Aironet 802.11b wireless adapters (http://www.FreeBSD.org/cgi/man.cgi?query=an&sektion=4[an(4)] driver) +[amd64, i386, pc98] Cisco/Aironet 802.11b wireless adapters (man:an[4] driver) -[i386,pc98,amd64,sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=ath&sektion=4[ath(4)] driver supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL chipset. +[i386,pc98,amd64,sparc64] The man:ath[4] driver supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL chipset. -The following cards are among those supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ath_hal&sektion=4[ath_hal(4)] module: +The following cards are among those supported by the man:ath_hal[4] module: * Aztech WL830PC * D-Link DWL-A650 @@ -2143,7 +2139,7 @@ The following cards are among those supported by the http://www.FreeBSD.org/cgi/ * 3Com 3CRPAG175 * TP-LINK TL-WDN4800 -The http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4[bwi(4)] driver supports Broadcom BCM43xx based wireless devices, including: +The man:bwi[4] driver supports Broadcom BCM43xx based wireless devices, including: * Apple Airport Extreme * Apple Airport Extreme @@ -2161,9 +2157,9 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4[bwi(4)] driver suppor * TRENDnet TEW-401PCplus * US Robotics 5411 -The http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4[bwi(4)] driver uses the older v3 version of Broadcom's firmware. While this older firmware does support most BCM43xx parts, the bwn(4) driver works better for the newer chips it supports. You must use the http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4[bwi(4)] driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2). The v4 version of the firmware that bwn(4) uses does not support these chips. +The man:bwi[4] driver uses the older v3 version of Broadcom's firmware. While this older firmware does support most BCM43xx parts, the bwn(4) driver works better for the newer chips it supports. You must use the man:bwi[4] driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2). The v4 version of the firmware that bwn(4) uses does not support these chips. -The http://www.FreeBSD.org/cgi/man.cgi?query=bwn&sektion=4[bwn(4)] driver supports Broadcom BCM43xx based wireless devices, including: +The man:bwn[4] driver supports Broadcom BCM43xx based wireless devices, including: * Apple Airport Extreme * ASUS WL-138g @@ -2179,17 +2175,17 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=bwn&sektion=4[bwn(4)] driver suppor Users of older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2) must use bwi(4) because the v4 version of the firmware does not support these chips. The newer firmware is too big to fit into these old chips. -[i386, amd64] Intel PRO/Wireless 2100 MiniPCI network adapter (http://www.FreeBSD.org/cgi/man.cgi?query=ipw&sektion=4[ipw(4)] driver) +[i386, amd64] Intel PRO/Wireless 2100 MiniPCI network adapter (man:ipw[4] driver) -[i386, amd64] Intel PRO/Wireless 2200BG/2915ABG MiniPCI and 2225BG PCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=iwi&sektion=4[iwi(4)] driver) +[i386, amd64] Intel PRO/Wireless 2200BG/2915ABG MiniPCI and 2225BG PCI network adapters (man:iwi[4] driver) -[i386, amd64] Intel Wireless WiFi Link 4965AGN IEEE 802.11n PCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=iwn&sektion=4[iwn(4)] driver) +[i386, amd64] Intel Wireless WiFi Link 4965AGN IEEE 802.11n PCI network adapters (man:iwn[4] driver) -[i386, amd64] Marvell Libertas IEEE 802.11b/g PCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=malo&sektion=4[malo(4)] driver) +[i386, amd64] Marvell Libertas IEEE 802.11b/g PCI network adapters (man:malo[4] driver) -Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=mwl&sektion=4[mwl(4)] driver) +Marvell 88W8363 IEEE 802.11n wireless network adapters (man:mwl[4] driver) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ral&sektion=4[ral(4)] driver supports PCI/PCIe/CardBus wireless adapters based on Ralink Technology chipsets, including: +[i386,amd64] The man:ral[4] driver supports PCI/PCIe/CardBus wireless adapters based on Ralink Technology chipsets, including: * A-Link WL54H * A-Link WL54PC @@ -2277,7 +2273,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * Zonet ZEW1500 * Zonet ZEW1600 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=rsu&sektion=4[rsu(4)] driver provices support for Realtek RTL8188SU/RTL8192SU USB IEEE 802.11b/g/n wireless network adapters, including: +[i386,amd64] The man:rsu[4] driver provices support for Realtek RTL8188SU/RTL8192SU USB IEEE 802.11b/g/n wireless network adapters, including: * ASUS USB-N10 * Belkin F7D1101 v1 @@ -2292,7 +2288,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * TRENDnet TEW-648UB * TRENDnet TEW-649UB -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=rum&sektion=4[rum(4)] driver supports USB 2.0 wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets, including: +[i386,amd64] The man:rum[4] driver supports USB 2.0 wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets, including: * 3Com Aolynk WUB320g * Abocom WUG2700 @@ -2331,7 +2327,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * Sweex LW053 * TP-LINK TL-WN321G -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=run&sektion=4[run(4)] driver supports the following wireless adapters: +[i386,amd64] The man:run[4] driver supports the following wireless adapters: * Airlink101 AWLL6090 * ASUS USB-N11 @@ -2392,7 +2388,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * ZyXEL NWD210N * ZyXEL NWD270N -The http://www.FreeBSD.org/cgi/man.cgi?query=uath&sektion=4[uath(4)] driver should work with the following adapters: +The man:uath[4] driver should work with the following adapters: * Compex WLU108AG * Compex WLU108G @@ -2416,7 +2412,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=uath&sektion=4[uath(4)] driver shou An up to date list can be found at http://customerproducts.atheros.com/customerproducts/default.asp. -The http://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4[upgt(4)] driver supports USB 2.0 Conexant/Intersil PrismGT series wireless adapters based on the GW3887 chipset, among them: +The man:upgt[4] driver supports USB 2.0 Conexant/Intersil PrismGT series wireless adapters based on the GW3887 chipset, among them: * Belkin F5D7050 (version 1000) * Cohiba Proto Board @@ -2429,7 +2425,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4[upgt(4)] driver supp * Spinnaker DUT * Spinnaker Proto Board -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ural&sektion=4[ural(4)] driver supports USB 2.0 wireless adapters based on the Ralink Technology RT2500USB chipset, including: +[i386,amd64] The man:ural[4] driver supports USB 2.0 wireless adapters based on the Ralink Technology RT2500USB chipset, including: * AMIT WL532U * ASUS WL-167g @@ -2461,7 +2457,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4[upgt(4)] driver supp An up to date list can be found at http://ralink.rapla.net/. -The http://www.FreeBSD.org/cgi/man.cgi?query=urtw&sektion=4[urtw(4)] driver supports Realtek RTL8187B/L based wireless network devices, including: +The man:urtw[4] driver supports Realtek RTL8187B/L based wireless network devices, including: * Belkin F5D7050E * Linksys WUSB54GCv2 @@ -2474,7 +2470,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtw&sektion=4[urtw(4)] driver supp * SureCom EP-9001-g(2A) * TRENDnet TEW-424UB V3.xR -The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4[urtwn(4)] driver supports Realtek RTL8188CU/RTL8188EU/RTL8192CU based USB IEEE 802.11b/g/n wireless network adapters, including: +The man:urtwn[4] driver supports Realtek RTL8188CU/RTL8188EU/RTL8192CU based USB IEEE 802.11b/g/n wireless network adapters, including: * ASUS USB-N10 NANO * Belkin F7D1102 Surf Wireless Micro @@ -2487,13 +2483,13 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4[urtwn(4)] driver su * TP-LINK TL-WN723N v3 * TP-LINK TL-WN725N v2 -[amd64, i386, pc98] Lucent Technologies WaveLAN/IEEE 802.11b wireless network adapters and workalikes using the Lucent Hermes, Intersil PRISM-II, Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24 chipsets (http://www.FreeBSD.org/cgi/man.cgi?query=wi&sektion=4[wi(4)] driver) +[amd64, i386, pc98] Lucent Technologies WaveLAN/IEEE 802.11b wireless network adapters and workalikes using the Lucent Hermes, Intersil PRISM-II, Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24 chipsets (man:wi[4] driver) -[i386] NCR / AT&T / Lucent Technologies WaveLan T1-speed ISA/radio LAN cards (http://www.FreeBSD.org/cgi/man.cgi?query=wl&sektion=4[wl(4)] driver) +[i386] NCR / AT&T / Lucent Technologies WaveLan T1-speed ISA/radio LAN cards (man:wl[4] driver) -[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=wpi&sektion=4[wpi(4)] driver) +[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network adapters (man:wpi[4] driver) -[i386,amd64] The following devices are known to be supported by the http://www.FreeBSD.org/cgi/man.cgi?query=zyd&sektion=4[zyd(4)] driver: +[i386,amd64] The following devices are known to be supported by the man:zyd[4] driver: * 3COM 3CRUSB10075 * Acer WLAN-G-US1 @@ -2543,12 +2539,12 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4[urtwn(4)] driver su [[misc-network]] == 3.6. Miscellaneous Networks -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=ce&sektion=4[ce(4)] driver supports the following models of Tau-PCI/32 WAN adapters: +[i386,pc98] The man:ce[4] driver supports the following models of Tau-PCI/32 WAN adapters: * Cronyx Tau-PCI/32 * Cronyx Tau-PCI/32-Lite -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=cx&sektion=4[cx(4)] driver supports the following cards: +[i386] The man:cx[4] driver supports the following cards: * Cronyx Sigma-22, Sigma-24 * Cronyx Sigma-100 @@ -2557,7 +2553,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4[urtwn(4)] driver su * Cronyx Sigma-703 * Cronyx Sigma-800, Sigma-801, Sigma-810, Sigma-840 -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=cp&sektion=4[cp(4)] driver supports the following models of Tau-PCI WAN adapters: +[i386,pc98] The man:cp[4] driver supports the following models of Tau-PCI WAN adapters: * Cronyx Tau-PCI * Cronyx Tau-PCI/R @@ -2571,14 +2567,14 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4[urtwn(4)] driver su * Cronyx Tau-PCI-T3 * Cronyx Tau-PCI-STS1 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=ctau&sektion=4[ctau(4)] driver supports the following cards: +[i386] The man:ctau[4] driver supports the following cards: * Cronyx Tau (RS-232/V.35) * Cronyx Tau/R (RS-530/RS-449) * Cronyx Tau/E1 (fractional E1) * Cronyx Tau/G703 (unframed E1) -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=cm&sektion=4[cm(4)] driver supports the following card models: +[i386] The man:cm[4] driver supports the following card models: * SMC90c26 * SMC90c56 @@ -2587,14 +2583,14 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4[urtwn(4)] driver su [[serial]] == 3.7. Serial Interfaces -[amd64, i386] "PC standard" 8250, 16450, and 16550-based serial ports (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[amd64, i386] "PC standard" 8250, 16450, and 16550-based serial ports (man:sio[4] driver) -The http://www.FreeBSD.org/cgi/man.cgi?query=uart&sektion=4[uart(4)] driver supports the following classes of UARTs: +The man:uart[4] driver supports the following classes of UARTs: * NS8250: standard hardware based on the 8250, 16450, 16550, 16650, 16750 or the 16950 UARTs. * SCC: serial communications controllers supported by the scc(4) device driver. -The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4[scc(4)] driver supports the following classes of SCCs: +The man:scc[4] driver supports the following classes of SCCs: * SAB82532: Siemens SAB 82532 based serial communications controllers. * Z8530: Zilog 8530 based serial communications controllers. @@ -2611,15 +2607,15 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4[scc(4)] driver suppor * Boca BB1008 8-Port serial card (Modems _not_ supported) * Boca BB2016 16-Port serial card (Modems supported) -[i386] Comtrol Rocketport card (http://www.FreeBSD.org/cgi/man.cgi?query=rp&sektion=4[rp(4)] driver) +[i386] Comtrol Rocketport card (man:rp[4] driver) -[i386] Cyclades Cyclom-Y serial board (http://www.FreeBSD.org/cgi/man.cgi?query=cy&sektion=4[cy(4)] driver) +[i386] Cyclades Cyclom-Y serial board (man:cy[4] driver) [i386] STB 4 port card using shared IRQ [i386] DigiBoard intelligent serial cards (digi driver) -[amd64, i386, ia64] PCI-Based multi-port serial boards (http://www.FreeBSD.org/cgi/man.cgi?query=puc&sektion=4[puc(4)] driver) +[amd64, i386, ia64] PCI-Based multi-port serial boards (man:puc[4] driver) * [amd64, i386] Actiontech 56K PCI * [amd64, i386] Avlab Technology, PCI IO 2S and PCI IO 4S @@ -2645,90 +2641,84 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4[scc(4)] driver suppor * [amd64, i386] US Robotics (3Com) 3CP5609 modem * [amd64, i386] VScom PCI-400 and PCI-800 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=rc&sektion=4[rc(4)] driver provides support for the SDL Communications RISCom/8 boards. +[i386] The man:rc[4] driver provides support for the SDL Communications RISCom/8 boards. -[i386, amd64] Specialix SI/XIO/SX multiport serial cards, with both the older SIHOST2.x and the "enhanced" (transputer based, aka JET) host cards (ISA, EISA and PCI) are supported. Note that the newer SX+ PCI cards are not currently supported. (http://www.FreeBSD.org/cgi/man.cgi?query=si&sektion=4[si(4)] driver) +[i386, amd64] Specialix SI/XIO/SX multiport serial cards, with both the older SIHOST2.x and the "enhanced" (transputer based, aka JET) host cards (ISA, EISA and PCI) are supported. Note that the newer SX+ PCI cards are not currently supported. (man:si[4] driver) -[pc98] Internel serial interfaces (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] Internel serial interfaces (man:sio[4] driver) * PC-9801 on-board * PC-9821 2'nd CCU (flags 0x12000000) -[pc98] NEC PC-9861K, PC-9801-101 and Midori-Denshi MDC-926Rs (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] NEC PC-9861K, PC-9801-101 and Midori-Denshi MDC-926Rs (man:sio[4] driver) * COM2 (flags 0x01000000) * COM3 (flags 0x02000000) -[pc98] NEC PC-9801-120 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] NEC PC-9801-120 (man:sio[4] driver) -[.note] *Note*: + "flags 0x11000000" is necessary in kernel configuration. -[pc98] Microcore MC-16550, MC-16550II, MC-RS98 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] Microcore MC-16550, MC-16550II, MC-RS98 (man:sio[4] driver) -[.note] *Note*: + "flags 0x14000?01" is necessary in kernel configuration. -[pc98] Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 (man:sio[4] driver) -[.note] *Note*: + "flags 0x15000?01" is necessary in kernel configuration. -[pc98] Media Intelligent RSB-384 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] Media Intelligent RSB-384 (man:sio[4] driver) -[.note] *Note*: + "flags 0x16000001" is necessary in kernel configuration. -[pc98] I-O DATA RSA-98III (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] I-O DATA RSA-98III (man:sio[4] driver) -[.note] *Note*: + "flags 0x18000?01" is necessary in kernel configuration. -[pc98] Hayes ESP98 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] Hayes ESP98 (man:sio[4] driver) -[.note] *Note*: + "options COM_ESP" and "flags 0x19000000" are necessary in kernel configuration. [[sound]] == 3.8. Sound Devices -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ad1816&sektion=4[snd_ad1816(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_ad1816[4] driver supports the following sound cards: * Analog Devices AD1816 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_als4000&sektion=4[snd_als4000(4)] driver supports the following sound cards: +[i386] The man:snd_als4000[4] driver supports the following sound cards: * Avance Logic ALS4000 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_atiixp&sektion=4[snd_atiixp(4)] driver supports the following audio chipsets: +[i386,amd64] The man:snd_atiixp[4] driver supports the following audio chipsets: * ATI IXP 200 * ATI IXP 300 * ATI IXP 400 -[sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_audiocs&sektion=4[snd_audiocs(4)] driver supports the following audio devices: +[sparc64] The man:snd_audiocs[4] driver supports the following audio devices: * CS4231 on SBus based UltraSPARC * CS4231 on PCI/EBus based UltraSPARC -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_cmi&sektion=4[snd_cmi(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_cmi[4] driver supports the following sound cards: * CMedia CMI8338A * CMedia CMI8338B * CMedia CMI8738 * CMedia CMI8738B -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_cs4281&sektion=4[snd_cs4281(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_cs4281[4] driver supports the following sound cards: * Crystal Semiconductor CS4281 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_csa&sektion=4[snd_csa(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_csa[4] driver supports the following sound cards: * Crystal Semiconductor CS4280 * Crystal Semiconductor CS4610 @@ -2742,41 +2732,41 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4[scc(4)] driver suppor * Hercules Game Theatre XP * Turtle Beach Santa Cruz -Some onboard CS4610 chips are accompanied by the CS423x ISA codec instead of the CS4297 AC97 codec. Such configurations are not supported by the http://www.FreeBSD.org/cgi/man.cgi?query=snd_csa&sektion=4[snd_csa(4)] driver yet. +Some onboard CS4610 chips are accompanied by the CS423x ISA codec instead of the CS4297 AC97 codec. Such configurations are not supported by the man:snd_csa[4] driver yet. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ds1&sektion=4[snd_ds1(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_ds1[4] driver supports the following sound cards: * Yamaha DS-1 * Yamaha DS-1E -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10k1&sektion=4[snd_emu10k1(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_emu10k1[4] driver supports the following sound cards: * Creative SoundBlaster Live! (EMU10K1 Chipset) * Creative SoundBlaster Audigy (EMU10K2 Chipset) * Creative SoundBlaster Audigy 2 (EMU10K2 Chipset) * Creative SoundBlaster Audigy 2 (EMU10K3 Chipset) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4[snd_emu10kx(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_emu10kx[4] driver supports the following sound cards: * Creative Sound Blaster Live! (EMU10K1 Chipset). Both PCM and MIDI interfaces are available. * Creative Sound Blaster Audigy (CA0100 and CA0101 Chipset). PCM and two MIDI interfaces available. * Creative Sound Blaster Audigy 2 and Creative Sound Blaster Audigy 4 (CA0102 Chipset). PCM support is limited to 48kHz/16 bit stereo (192kHz/24 bit part of this chipset is not supported). * Creative Sound Blaster Audigy 2 Value (CA0108 Chipset). PCM support is limited to 48kHz/16 bit stereo (192kHz/24 bit part of this chipset is not supported). There is no MIDI support for this card. -The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4[snd_emu10kx(4)] driver does [.emphasis]#_not_# support the following sound cards (although they have names similar to some supported ones): +The man:snd_emu10kx[4] driver does _not_ support the following sound cards (although they have names similar to some supported ones): * Creative Sound Blaster Live! 24-Bit, identified by FreeBSD as * Creative Sound Blaster Audigy LS / ES, identified by FreeBSD as * All other Creative sound cards with -DAT chipsets. * All Creative X-Fi series sound cards. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_envy24&sektion=4[snd_envy24(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_envy24[4] driver supports the following audio devices: * M-Audio Audiophile 2496 * M-Audio Delta Dio 2496 * Terratec DMX 6fire -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_envy24ht&sektion=4[snd_envy24ht(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_envy24ht[4] driver supports the following audio devices: * Audiotrak Prodigy 7.1 * Audiotrak Prodigy 7.1 LT @@ -2792,7 +2782,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4[snd_emu10kx(4 * Terratec PHASE 22 * Terratec PHASE 28 -[i386,sparc64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_es137x&sektion=4[snd_es137x(4)] driver supports the following sound cards: +[i386,sparc64,amd64] The man:snd_es137x[4] driver supports the following sound cards: * Creative CT5880-A * Creative CT5880-C @@ -2806,29 +2796,29 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4[snd_emu10kx(4 * Ensoniq AudioPCI ES1373-B * Ensoniq AudioPCI ES1373-8 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ess&sektion=4[snd_ess(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_ess[4] driver supports the following sound cards: * Ensoniq ESS ISA PnP/non-PnP -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_fm801&sektion=4[snd_fm801(4)] driver supports audio devices based on the following chipset: +[i386,amd64] The man:snd_fm801[4] driver supports audio devices based on the following chipset: * Forte Media FM801 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_gusc&sektion=4[snd_gusc(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_gusc[4] driver supports the following sound cards: * Gravis UltraSound MAX * Gravis UltraSound PnP -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4[snd_hda(4)] driver supports controllers having PCI class 4 (multimedia) and subclass 3 (HDA), compatible with Intel HDA specification. +[i386,amd64] The man:snd_hda[4] driver supports controllers having PCI class 4 (multimedia) and subclass 3 (HDA), compatible with Intel HDA specification. -The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4[snd_hda(4)] driver supports more than two hundred different controllers and CODECs. There is no sense to list all of them here, as in most cases specific CODEC configuration and wiring are more important then type of the CODEC itself. +The man:snd_hda[4] driver supports more than two hundred different controllers and CODECs. There is no sense to list all of them here, as in most cases specific CODEC configuration and wiring are more important then type of the CODEC itself. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hdspe&sektion=4[snd_hdspe(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_hdspe[4] driver supports the following audio devices: * RME HDSPe AIO * RME HDSPe RayDAT -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ich&sektion=4[snd_ich(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_ich[4] driver supports the following audio devices: * AMD 768 * AMD 8111 @@ -2849,18 +2839,18 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4[snd_hda(4)] drive * NVIDIA nForce4 * SiS 7012 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_maestro&sektion=4[snd_maestro(4)] driver supports the following PCI sound cards: +[i386,amd64] The man:snd_maestro[4] driver supports the following PCI sound cards: * ESS Technology Maestro-1 * ESS Technology Maestro-2 * ESS Technology Maestro-2E -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_maestro3&sektion=4[snd_maestro3(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_maestro3[4] driver supports the following audio devices: * ESS Technology Allegro-1 * ESS Technology Maestro3 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_mss&sektion=4[snd_mss(4)] driver supports the following audio devices: +[i386] The man:snd_mss[4] driver supports the following audio devices: * AD1845 * AD1848 @@ -2882,12 +2872,12 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4[snd_hda(4)] drive * Yamaha OPL-SA2 * Yamaha OPL-SA3 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_neomagic&sektion=4[snd_neomagic(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_neomagic[4] driver supports the following audio devices: * NeoMagic 256AV * NeoMagic 256ZX -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_sbc&sektion=4[snd_sbc(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_sbc[4] driver supports the following sound cards: * Avance Asound 110 * Avance Logic ALS100+ @@ -2906,14 +2896,14 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4[snd_hda(4)] drive * ESS ES1879 * ESS ES1888 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_solo&sektion=4[snd_solo(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_solo[4] driver supports the following sound cards: * ESS Solo-1 (ES1938 Chipset) * ESS Solo-1E (ES1946 Chipset) Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) and/or snd_sbc(4). -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_spicds&sektion=4[snd_spicds(4)] driver supports the following codecs: +[i386,amd64] The man:snd_spicds[4] driver supports the following codecs: * AK4358 * AK4381 @@ -2922,14 +2912,14 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * AK4528 * WM8770 -[i386,amd64,sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_t4dwave&sektion=4[snd_t4dwave(4)] driver supports the following audio devices: +[i386,amd64,sparc64] The man:snd_t4dwave[4] driver supports the following audio devices: * Acer Labs M5451 * SIS 7018 * Trident 4DWave DX * Trident 4DWave NX -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_via8233&sektion=4[snd_via8233(4)] driver supports the following audio chipsets: +[i386,amd64] The man:snd_via8233[4] driver supports the following audio chipsets: * VIA VT8233 * VIA VT8233A @@ -2938,11 +2928,11 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * VIA VT8237 * VIA VT8251 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_via82c686&sektion=4[snd_via82c686(4)] driver supports audio devices based on the following chipset: +[i386,amd64] The man:snd_via82c686[4] driver supports audio devices based on the following chipset: * VIA 82C686A -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_vibes&sektion=4[snd_vibes(4)] driver supports audio devices based on the following chipset: +[i386,amd64] The man:snd_vibes[4] driver supports audio devices based on the following chipset: * S3 SonicVibes @@ -2953,9 +2943,9 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a [pc98] NEC X-MATE, CanBe, ValueStar internal (mss driver) -[pc98] Creative Technologies SoundBlaster(98) (http://www.FreeBSD.org/cgi/man.cgi?query=sb&sektion=4[sb(4)] driver) +[pc98] Creative Technologies SoundBlaster(98) (man:b[4] driver) -[pc98] I-O DATA CD-BOX (http://www.FreeBSD.org/cgi/man.cgi?query=sb&sektion=4[sb(4)] driver) +[pc98] I-O DATA CD-BOX (man:sb[4] driver) [pc98] MPU-401 and compatible interfaces (mpu driver) @@ -2964,7 +2954,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a [[camera]] == 3.9. Camera and Video Capture Devices -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=bktr&sektion=4[bktr(4)] driver supports video capture cards based on the Brooktree Bt848/849/878/879 chips, as well as Pinnacle PCTV cards, including: +[i386,pc98] The man:bktr[4] driver supports video capture cards based on the Brooktree Bt848/849/878/879 chips, as well as Pinnacle PCTV cards, including: * AOpen VA1000 * AVerMedia AVerTV Studio @@ -2996,15 +2986,13 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a [amd64, i386, ia64, pc98] A range of USB peripherals are supported; devices known to work are listed in this section. Owing to the generic nature of most USB devices, with some exceptions any device of a given class will be supported, even if not explicitly listed here. -[.note] *Note*: + -[amd64, i386, ia64, pc98] USB Ethernet adapters can be found in the section listing link:#ethernet[Ethernet interfaces]. +[amd64, i386, ia64, pc98] USB Ethernet adapters can be found in the section listing <>. -[.note] *Note*: + -[amd64, i386, ia64, pc98] USB Bluetooth adapters can be found in link:#bluetooth[Bluetooth] section. +[amd64, i386, ia64, pc98] USB Bluetooth adapters can be found in <> section. -[i386,pc98,ia64,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=ohci&sektion=4[ohci(4)] driver supports all OHCI v1.0 compliant controllers including: +[i386,pc98,ia64,amd64,powerpc] The man:ohci[4] driver supports all OHCI v1.0 compliant controllers including: * AcerLabs M5237 (Aladdin-V) * AMD-756 @@ -3015,33 +3003,33 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * NVIDIA nForce3 * Sun PCIO-2 (RIO USB) -[i386,pc98,ia64,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=uhci&sektion=4[uhci(4)] driver supports all UHCI v1.1 compliant controllers including: +[i386,pc98,ia64,amd64,powerpc] The man:uhci[4] driver supports all UHCI v1.1 compliant controllers including: * Intel 82371AB/EB (PIIX4) * Intel 82371SB (PIIX3) * VIA 83C572 -[amd64, i386, ia64, pc98] USB 2.0 controllers using the EHCI interface (http://www.FreeBSD.org/cgi/man.cgi?query=ehci&sektion=4[ehci(4)] driver) +[amd64, i386, ia64, pc98] USB 2.0 controllers using the EHCI interface (man:ehci[4] driver) [amd64, i386, ia64, pc98] Hubs -[amd64, i386, ia64, pc98] Keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=ukbd&sektion=4[ukbd(4)] driver) +[amd64, i386, ia64, pc98] Keyboards (man:ukbd[4] driver) [amd64, i386, pc98] Miscellaneous * Assist Computer Systems PC Camera C-M1 * ActiveWire I/O Board * Creative Technology Video Blaster WebCam Plus -* D-Link DSB-R100 USB Radio (http://www.FreeBSD.org/cgi/man.cgi?query=ufm&sektion=4[ufm(4)] driver) +* D-Link DSB-R100 USB Radio (man:ufm[4] driver) * Mirunet AlphaCam Plus -[i386,pc98,amd64,powerpc] The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=urio&sektion=4[urio(4)] driver: +[i386,pc98,amd64,powerpc] The following devices are supported by the man:urio[4] driver: * Diamond MultiMedia Rio 500 * Diamond MultiMedia Rio 600 * Diamond MultiMedia Rio 800 -[i386,pc98,amd64] Devices supported by the http://www.FreeBSD.org/cgi/man.cgi?query=umodem&sektion=4[umodem(4)] driver include: +[i386,pc98,amd64] Devices supported by the man:umodem[4] driver include: * 3Com 5605 * Curitel PC5740 Wireless Modem @@ -3054,9 +3042,9 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * Sony Ericsson W810i phone * Sonim XP5300 Force -[amd64, i386, ia64, pc98] Mice (http://www.FreeBSD.org/cgi/man.cgi?query=ums&sektion=4[ums(4)] driver) +[amd64, i386, ia64, pc98] Mice (man:ums[4] driver) -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=ulpt&sektion=4[ulpt(4)] driver provides support for USB printers and parallel printer conversion cables, including the following: +[i386,pc98,amd64,powerpc] The man:ulpt[4] driver provides support for USB printers and parallel printer conversion cables, including the following: * ATen parallel printer adapter * Belkin F5U002 parallel printer adapter @@ -3067,7 +3055,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * Oki Data MICROLINE ML660PS * Seiko Epson PM-900C, 880C, 820C, 730C -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ubsa&sektion=4[ubsa(4)] driver supports the following adapters: +[i386,pc98,amd64] The man:ubsa[4] driver supports the following adapters: * AnyData ADU-500A EV-DO modem * AnyData ADU-E100A (no EV-DO mode support) @@ -3077,9 +3065,9 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * GoHubs GoCOM232 * Peracom single port serial adapter -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ubser&sektion=4[ubser(4)] driver provides support for the BWCT console management serial adapters. +[i386,pc98,amd64] The man:ubser[4] driver provides support for the BWCT console management serial adapters. -[i386,pc98,amd64] The +[i386,pc98,amd64] The man:uftdi[4] driver supports the following adapters: * B&B Electronics USB->RS422/485 adapter * Elexol USB MOD1 and USB MOD3 @@ -3089,7 +3077,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * Buffalo PC-OP-RS / Kurouto-shikou KURO-RS universal remote * Prologix GPIB-USB Controller -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=uplcom&sektion=4[uplcom(4)] driver supports the following devices and adapters: +[i386,pc98,amd64] The man:uplcom[4] driver supports the following devices and adapters: * ADLINK ND-6530 USB-Serial Adapter * Alcatel One Touch 535/735 Phone @@ -3148,7 +3136,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * YC-Cable USB-Serial Adapter * Zeagle N2iTion3 Diving Computer -The http://www.FreeBSD.org/cgi/man.cgi?query=umct&sektion=4[umct(4)] driver supports the following adapters: +The man:umct[4] driver supports the following adapters: * Belkin F5U109 * Belkin F5U409 @@ -3156,7 +3144,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=umct&sektion=4[umct(4)] driver supp * Magic Control Technology USB-232 * Sitecom USB-232 -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=umass&sektion=4[umass(4)] driver supports USB Mass Storage devices, including: +[i386,pc98,amd64,powerpc] The man:umass[4] driver supports USB Mass Storage devices, including: * ADTEC Stick Drive AD-UST32M, 64M, 128M, 256M * Denno FireWire/USB2 Removable 2.5-inch HDD Case MIFU-25CB20 @@ -3210,9 +3198,9 @@ Among the supported digital cameras are: * Asahi Optical (PENTAX) Optio 230 & 330 -[amd64, i386, pc98] Audio Devices (http://www.FreeBSD.org/cgi/man.cgi?query=uaudio&sektion=4[uaudio(4)] driver) +[amd64, i386, pc98] Audio Devices (man:uaudio[4] driver) -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=uvisor&sektion=4[uvisor(4)] driver supports the following devices: +[i386,pc98,amd64] The man:uvisor[4] driver supports the following devices: * Aceeca Mez1000 RDA * Handspring Treo @@ -3239,7 +3227,7 @@ Among the supported digital cameras are: [[firewire]] == 3.11. IEEE 1394 (Firewire) Devices -[i386,sparc64,ia64,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=fwohci&sektion=4[fwohci(4)] driver provides support for PCI/CardBus FireWire interface cards. The driver supports the following IEEE 1394 OHCI chipsets: +[i386,sparc64,ia64,amd64,powerpc] The man:fwohci[4] driver provides support for PCI/CardBus FireWire interface cards. The driver supports the following IEEE 1394 OHCI chipsets: * Adaptec AHA-894x/AIC-5800 * Apple Pangea @@ -3271,14 +3259,14 @@ Among the supported digital cameras are: * Texas Instruments TSB82AA2 * VIA Fire II (VT6306) -[amd64, i386, sparc64] Serial Bus Protocol 2 (SBP-2) storage devices (http://www.FreeBSD.org/cgi/man.cgi?query=sbp&sektion=4[sbp(4)] driver) +[amd64, i386, sparc64] Serial Bus Protocol 2 (SBP-2) storage devices (man:sbp[4] driver) [[bluetooth]] == 3.12. Bluetooth Devices -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ng_bt3c&sektion=4[ng_bt3c(4)] driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter. +[i386,pc98,amd64] The man:ng_bt3c[4] driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ng_ubt&sektion=4[ng_ubt(4)] driver supports all Bluetooth USB devices that conform with the Bluetooth specification v1.1, including: +[i386,pc98,amd64] The man:ng_ubt[4] driver supports all Bluetooth USB devices that conform with the Bluetooth specification v1.1, including: * 3Com 3CREB96 * AIPTEK BR0R02 @@ -3291,7 +3279,7 @@ Among the supported digital cameras are: [[crypto-accel]] == 3.13. Cryptographic Accelerators -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hifn&sektion=4[hifn(4)] driver supports various cards containing the Hifn 7751, 7951, 7811, 7955, and 7956 chipsets, such as: +[i386,pc98,amd64] The man:hifn[4] driver supports various cards containing the Hifn 7751, 7951, 7811, 7955, and 7956 chipsets, such as: * Invertex AEON * Hifn 7751 @@ -3301,12 +3289,12 @@ Among the supported digital cameras are: * Soekris Engineering vpn1201 and vpn1211 * Soekris Engineering vpn1401 and vpn1411 -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=safe&sektion=4[safe(4)] driver supports cards containing any of the following chips: +[i386,pc98,amd64] The man:safe[4] driver supports cards containing any of the following chips: * SafeNet 1141 * SafeNet 1741 -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ubsec&sektion=4[ubsec(4)] driver supports cards containing any of the following chips: +[i386,pc98,amd64] The man:ubsec[4] driver supports cards containing any of the following chips: * Bluesteel 5501 * Bluesteel 5601 @@ -3327,24 +3315,23 @@ Among the supported digital cameras are: * MELCO IGM-PCM56K/IGM-PCM56KH * Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD terminal) -[amd64, i386, pc98] Floppy drives (http://www.FreeBSD.org/cgi/man.cgi?query=fdc&sektion=4[fdc(4)] driver) +[amd64, i386, pc98] Floppy drives (man:fdc[4] driver) -[amd64, i386] VGA-compatible video cards (http://www.FreeBSD.org/cgi/man.cgi?query=vga&sektion=4[vga(4)] driver) +[amd64, i386] VGA-compatible video cards (man:vga[4] driver) -[.note] *Note*: + Information regarding specific video cards and compatibility with Xorg can be found at `http://www.x.org/`. [amd64, i386, ia64, pc98] Keyboards including: -* [i386] AT-style keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=atkbd&sektion=4[atkbd(4)] driver) -* [amd64, i386] PS/2 keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=atkbd&sektion=4[atkbd(4)] driver) +* [i386] AT-style keyboards (man:atkbd[4] driver) +* [amd64, i386] PS/2 keyboards (man:atkbd[4] driver) * [pc98] Standard keyboards -* [amd64, i386, ia64, pc98] USB keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=ukbd&sektion=4[ukbd(4)] driver) +* [amd64, i386, ia64, pc98] USB keyboards (man:ukbd[4] driver) [amd64, i386, ia64, pc98] Pointing devices including: -* The http://www.FreeBSD.org/cgi/man.cgi?query=atp&sektion=4[atp(4)] driver provides support for the following Product IDs: +* The man:atp[4] driver provides support for the following Product IDs: ** PowerBooks, iBooks (IDs: 0x020e, 0x020f, 0x0210, 0x0214, 0x0215, 0x0216) ** Core Duo MacBook & MacBook Pro (IDs: 0x0217, 0x0218, 0x0219) @@ -3356,22 +3343,21 @@ Information regarding specific video cards and compatibility with Xorg can be fo ** Almost all recent Macbook-Pros and Airs (IDs: 0x0223, 0x0223, 0x0224, 0x0224, 0x0225, 0x0225, 0x0230, 0x0230, 0x0231, 0x0231, 0x0232, 0x0232, 0x0236, 0x0236, 0x0237, 0x0237, 0x0238, 0x0238, 0x023f, 0x023f, 0x0240, 0x0241, 0x0242, 0x0243, 0x0244, 0x0245, 0x0246, 0x0247, 0x0249, 0x024a, 0x024b, 0x024c, 0x024d, 0x024e, 0x0252, 0x0252, 0x0253, 0x0253, 0x0254, 0x0254, 0x0259, 0x025a, 0x025b, 0x0262, 0x0262, 0x0263, 0x0264, 0x0290, 0x0291, 0x0292) To discover the product\-id of a touchpad, search for 'Trackpad' in the output of lshal(1) and look up the property -* [amd64, i386, pc98] Bus mice and compatible devices (http://www.FreeBSD.org/cgi/man.cgi?query=mse&sektion=4[mse(4)] driver) -* [amd64, i386] PS/2 mice and compatible devices, including many laptop pointing devices (http://www.FreeBSD.org/cgi/man.cgi?query=psm&sektion=4[psm(4)] driver) +* [amd64, i386, pc98] Bus mice and compatible devices (man:mse[4] driver) +* [amd64, i386] PS/2 mice and compatible devices, including many laptop pointing devices (man:psm[4] driver) * Serial mice and compatible devices -* [amd64, i386, ia64, pc98] USB mice (http://www.FreeBSD.org/cgi/man.cgi?query=ums&sektion=4[ums(4)] driver) +* [amd64, i386, ia64, pc98] USB mice (man:ums[4] driver) -[.note] *Note*: + -http://www.FreeBSD.org/cgi/man.cgi?query=moused&sektion=8[moused(8)] has more information on using pointing devices with FreeBSD. Information on using pointing devices with Xorg can be found at `http://www.x.org/`. +man:moused(8)] has more information on using pointing devices with FreeBSD. Information on using pointing devices with Xorg can be found at `http://www.x.org/`. -[amd64, i386] "PC standard" parallel ports (http://www.FreeBSD.org/cgi/man.cgi?query=ppc&sektion=4[ppc(4)] driver) +[amd64, i386] "PC standard" parallel ports (man:ppc[4] driver) -[pc98] "PC-9821 standard" parallel ports (http://www.FreeBSD.org/cgi/man.cgi?query=ppc&sektion=4[ppc(4)] driver) +[pc98] "PC-9821 standard" parallel ports (man:ppc[4] driver) -[i386, amd64] PC-compatible joysticks (http://www.FreeBSD.org/cgi/man.cgi?query=joy&sektion=4[joy(4)] driver) +[i386, amd64] PC-compatible joysticks (man:joy[4] driver) -[pc98] Joystick port of SoundBlaster(98) (http://www.FreeBSD.org/cgi/man.cgi?query=joy&sektion=4[joy(4)] driver) +[pc98] Joystick port of SoundBlaster(98) (man:joy[4] driver) [i386, pc98] PHS Data Communication Card/PCCARD diff --git a/website/content/en/releases/10.2R/hardware.adoc b/website/content/en/releases/10.2R/hardware.adoc index 398276b9a0..3521998ea1 100644 --- a/website/content/en/releases/10.2R/hardware.adoc +++ b/website/content/en/releases/10.2R/hardware.adoc @@ -44,9 +44,9 @@ This section provides some architecture-specific information about the specific [[proc-amd64]] == 2.1. amd64 -Since mid-2003 FreeBSD/amd64 has supported the AMD64 ("Hammer") and Intel(R) EM64T architecture, and is now one of the Tier-1 platforms (fully supported architecture), which are expected to be Production Quality with respects to all aspects of the FreeBSD operating system, including installation and development environments. +Since mid-2003 FreeBSD/amd64 has supported the AMD64 ("Hammer") and Intel(R) EM64T architecture, and is now one of the Tier-1 platforms (fully supported architecture), which are expected to be Production Quality with respects to all aspects of the FreeBSD operating system, including installation and development environments. -Note that there are two names for this architecture, AMD64 (AMD) and Intel EM64T (Extended Memory 64-bit Technology). 64-bit mode of the two architectures are almost compatible with each other, and FreeBSD/amd64 supports them both. +Note that there are two names for this architecture, AMD64 (AMD) and Intel EM64T (Extended Memory 64-bit Technology). 64-bit mode of the two architectures are almost compatible with each other, and FreeBSD/amd64 should support them both. As of this writing, the following processors are supported: @@ -59,7 +59,7 @@ As of this writing, the following processors are supported: * Intel(R) Pentium(R) 4s and (R)Celeron(R) Ds using the "Cedar Mill" core have EM64T support. * Some Intel(R) Pentium(R) 4s and Celeron(R) Ds using the "Prescott" core have EM64T support. See the http://processorfinder.intel.com[Intel Processor Spec Finder] for the definitive answer about EM64T support in Intel processors. -Intel(R) EM64T is an extended version of IA-32 (x86) and different from Intel(R) IA-64 (Itanium) architecture, which FreeBSD/ia64 supports. Some Intel(R)'s old documentation refers to Intel(R) EM64T as "64-bit extension technology" or "IA-32e". +Intel(R) EM64T is an extended version of IA-32 (x86) and different from Intel(R) IA-64 (Itanium) architecture, which FreeBSD/ia64 supports. Some Intel(R)'s old documentation refers to Intel(R) EM64T as "64-bit extension technology" or "IA-32e". Both Uniprocessor (UP) and Symmetric Multi-processor (SMP) configurations are supported. @@ -70,28 +70,28 @@ In many respects, FreeBSD/amd64 is similar to FreeBSD/i386, in terms of drivers FreeBSD/i386 runs on a wide variety of "IBM PC compatible" machines. Due to the wide range of hardware available for this architecture, it is impossible to exhaustively list all combinations of equipment supported by FreeBSD. Nevertheless, some general guidelines are presented here. -Almost all i386(TM)-compatible processors with a floating point unit are supported. All Intel(R) processors beginning with the 80486 are supported, including the 80486, Pentium(R), Pentium(R) Pro, Pentium(R) II, Pentium(R) III, Pentium(R) 4, and variants thereof, such as the Xeon(TM) and Celeron(R) processors. All i386(TM)-compatible AMD processors are also supported, including the Am486(R), Am5x86(R), K5, AMD-K6(R) (and variants), AMD Athlon(TM) (including Athlon-MP, Athlon-XP, Athlon-4, and Athlon Thunderbird), and AMD Duron(TM) processors. The AMD Élan SC520 embedded processor is supported. The Transmeta Crusoe is recognized and supported, as are i386(TM)-compatible processors from Cyrix and NexGen. +Almost all i386(TM)-compatible processors with a floating point unit are supported. All Intel(R) processors beginning with the 80486 are supported, including the 80486, Pentium(R), Pentium(R) Pro, Pentium(R) II, Pentium(R) III, Pentium(R) 4, and variants thereof, such as the Xeon(TM) and Celeron(R) processors. All i386(TM)-compatible AMD processors are also supported, including the Am486(R), Am5x86(R), K5, AMD-K6(R) (and variants), AMD Athlon(TM) (including Athlon-MP, Athlon-XP, Athlon-4, and Athlon Thunderbird), and AMD Duron(TM) processors. The AMD Élan SC520 embedded processor is supported. The Transmeta Crusoe is recognized and supported, as are i386(TM)-compatible processors from Cyrix and NexGen. There is a wide variety of motherboards available for this architecture. Motherboards using the ISA, VLB, EISA, AGP, and PCI expansion buses are well-supported. There is some limited support for the MCA ("MicroChannel") expansion bus used in the IBM PS/2 line of PCs. Symmetric multi-processor (SMP) systems are generally supported by FreeBSD, although in some cases, BIOS or motherboard bugs may generate some problems. Perusal of the archives of the http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp[FreeBSD symmetric multiprocessing mailing list] may yield some clues. -FreeBSD will take advantage of SMT (Symmetric MultiThreading, also known as HyperThreading on Intel(R) CPUs) on the supported CPUs. The `GENERIC` kernel which is installed by default will automatically detect the additional logical processors. The default FreeBSD scheduler recognizes processor topology on the system and selects logical and physical processors to obtain optimal performance. The http://www.FreeBSD.org/cgi/man.cgi?query=smp&sektion=4[smp(4)] manual page has more details. +FreeBSD will take advantage of SMT (Symmetric MultiThreading, also known as HyperThreading on Intel(R) CPUs) on the supported CPUs. The `GENERIC` kernel which is installed by default will automatically detect the additional logical processors. The default FreeBSD scheduler recognizes processor topology on the system and selects logical and physical processors to obtain optimal performance. The man:smp[4] manual page has more details. -FreeBSD will take advantage of Physical Address Extensions (PAE) support on CPUs that support this feature. A kernel with the `PAE` feature enabled will detect memory above 4 gigabytes and allow it to be used by the system. This feature places constraints on the device drivers and other features of FreeBSD which may be used; consult the http://www.FreeBSD.org/cgi/man.cgi?query=pae&sektion=4[pae(4)] manual page for more details. +FreeBSD will take advantage of Physical Address Extensions (PAE) support on CPUs that support this feature. A kernel with the `PAE` feature enabled will detect memory above 4 gigabytes and allow it to be used by the system. This feature places constraints on the device drivers and other features of FreeBSD which may be used; consult the man:pae[4] manual page for more details. FreeBSD will generally run on i386-based laptops, albeit with varying levels of support for certain hardware features such as sound, graphics, power management, and PCCARD expansion slots. These features tend to vary in idiosyncratic ways between machines, and frequently require special-case support in FreeBSD to work around hardware bugs or other oddities. When in doubt, a search of the archives of the http://lists.FreeBSD.org/mailman/listinfo/freebsd-mobile[FreeBSD laptop computer mailing list] may be useful. -Most modern laptops (as well as many desktops) use the Advanced Configuration and Power Management (ACPI) standard. FreeBSD supports ACPI via the ACPI Component Architecture reference implementation from Intel(R), as described in the http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4[acpi(4)] manual page. The use of ACPI causes instabilities on some machines and it may be necessary to disable the ACPI driver, which is normally loaded via a kernel module. This may be accomplished by adding the following line to `/boot/device.hints`: +Most modern laptops (as well as many desktops) use the Advanced Configuration and Power Management (ACPI) standard. FreeBSD supports ACPI via the ACPI Component Architecture reference implementation from Intel(R), as described in the man:acpi[4] manual page. The use of ACPI causes instabilities on some machines and it may be necessary to disable the ACPI driver, which is normally loaded via a kernel module. This may be accomplished by adding the following line to `/boot/device.hints`: [.programlisting] ---- hint.acpi.0.disabled="1" ---- -Users debugging ACPI-related problems may find it useful to disable portions of the ACPI functionality. The http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4[acpi(4)] manual page has more information on how to do this via loader tunables. +Users debugging ACPI-related problems may find it useful to disable portions of the ACPI functionality. The man:acpi[4] manual page has more information on how to do this via loader tunables. -ACPI depends on a Differentiated System Descriptor Table (DSDT) provided by each machine's BIOS. Some machines have bad or incomplete DSDTs, which prevents ACPI from functioning correctly. Replacement DSDTs for some machines can be found at the http://acpi.sourceforge.net/dsdt/index.php[DSDT] section of the http://acpi.sourceforge.net/[ACPI4Linux] project Web site. FreeBSD can use these DSDTs to override the DSDT provided by the BIOS; see the http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4[acpi(4)] manual page for more information. +ACPI depends on a Differentiated System Descriptor Table (DSDT) provided by each machine's BIOS. Some machines have bad or incomplete DSDTs, which prevents ACPI from functioning correctly. Replacement DSDTs for some machines can be found at the http://acpi.sourceforge.net/dsdt/index.php[DSDT] section of the http://acpi.sourceforge.net/[ACPI4Linux] project Web site. FreeBSD can use these DSDTs to override the DSDT provided by the BIOS; see the man:acpi[4] manual page for more information. [[proc-ia64]] == 2.3. ia64 @@ -106,7 +106,7 @@ Supported chipsets include: Both Uniprocessor (UP) and Symmetric Multi-processor (SMP) configurations are supported. -Most devices that can be found in or are compatible with ia64 machines are fully supported. The notable exception is the VGA console. The FreeBSD support for VGA consoles is at this time too much based on PC hardware and not all ia64 machines have chipsets that provide sufficient PC legacy support. As such http://www.FreeBSD.org/cgi/man.cgi?query=syscons&sektion=4[syscons(4)] cannot be enabled and the use of a serial console is required. +Most devices that can be found in or are compatible with ia64 machines are fully supported. The notable exception is the VGA console. The FreeBSD support for VGA consoles is at this time too much based on PC hardware and not all ia64 machines have chipsets that provide sufficient PC legacy support. As such man:syscons[4] can not be enabled and the use of a serial console is required. [[proc-pc98]] == 2.4. pc98 @@ -137,7 +137,7 @@ This section describes the systems currently known to be supported by FreeBSD on SMP is supported on all systems with more than 1 processor. -When using the `GENERIC` kernel, FreeBSD/sparc64 systems not equipped with a framebuffer supported by the http://www.FreeBSD.org/cgi/man.cgi?query=creator&sektion=4[creator(4)] (Sun Creator, Sun Creator3D and Sun Elite3D) or http://www.FreeBSD.org/cgi/man.cgi?query=machfb&sektion=4[machfb(4)] (Sun PGX and Sun PGX64 as well as the ATI Mach64 chips found onboard in for example Sun Blade(TM) 100, Sun Blade(TM) 150, Sun Ultra(TM) 5 and Sun Ultra(TM) 10) driver must use the serial console. +When using the `GENERIC` kernel, FreeBSD/sparc64 systems not equipped with a framebuffer supported by the man:creator[4] (Sun Creator, Sun Creator3D and Sun Elite3D) or man:machfb[4] (Sun PGX and Sun PGX64 as well as the ATI Mach64 chips found onboard in for example Sun Blade(TM) 100, Sun Blade(TM) 150, Sun Ultra(TM) 5 and Sun Ultra(TM) 10) driver must use the serial console. If you have a system that is not listed here, it may not have been tested with FreeBSD 10.2-RELEASE. We encourage you to try it and send a note to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64[FreeBSD SPARC porting mailing list] with your results, including which devices work and which do not. @@ -177,7 +177,7 @@ The following systems are fully supported by FreeBSD: * Sun Ultra(TM) 80 * Sun Ultra(TM) 450 -The following systems are partially supported by FreeBSD. In particular the fiber channel controllers in SBus-based systems are not supported. However, it is possible to use these with a SCSI controller supported by the http://www.FreeBSD.org/cgi/man.cgi?query=esp&sektion=4[esp(4)] driver (Sun ESP SCSI, Sun FAS Fast-SCSI and Sun FAS366 Fast-Wide SCSI controllers). +The following systems are partially supported by FreeBSD. In particular the fiber channel controllers in SBus-based systems are not supported. However, it is possible to use these with a SCSI controller supported by the man:esp[4] driver (Sun ESP SCSI, Sun FAS Fast-SCSI and Sun FAS366 Fast-Wide SCSI controllers). * Sun Enterprise(TM) 3500 * Sun Enterprise(TM) 4500 @@ -222,20 +222,19 @@ This section describes the devices currently known to be supported by FreeBSD. O Where possible, the drivers applicable to each device or class of devices is listed. If the driver in question has a manual page in the FreeBSD base distribution (most should), it is referenced here. Information on specific models of supported devices, controllers, etc. can be found in the manual pages. -[.note] *Note*: + The device lists in this document are being generated automatically from FreeBSD manual pages. This means that some devices, which are supported by multiple drivers, may appear multiple times. [[disk]] == 3.1. Disk Controllers -[amd64, i386, ia64, pc98, sparc64] IDE/ATA controllers (http://www.FreeBSD.org/cgi/man.cgi?query=ata&sektion=4[ata(4)] driver) +[amd64, i386, ia64, pc98, sparc64] IDE/ATA controllers (man:ata[4] driver) [pc98] IDE/ATA controllers (wdc driver) * On-board IDE controller -[i386,ia64,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aac&sektion=4[aac(4)] driver include: +[i386,ia64,amd64] Controllers supported by the man:aac[4] driver include: * Adaptec AAC-364 * Adaptec RAID 2045 @@ -322,7 +321,7 @@ The device lists in this document are being generated automatically from FreeBSD * AOC-USAS-S8i-LP * AOC-USAS-S8iR-LP -Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aacraid&sektion=4[aacraid(4)] driver include: +Controllers supported by the man:aacraid[4] driver include: * Adaptec ASR-6405(T|E) * Adaptec ASR-6445 @@ -335,7 +334,7 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aacraid&se * Adaptec ASR-72405 * Adaptec Series 8 cards -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=adv&sektion=4[adv(4)] driver supports the following SCSI controllers: +[i386,pc98,amd64] The man:adv[4] driver supports the following SCSI controllers: * AdvanSys ABP510/5150 * AdvanSys ABP5140 @@ -361,11 +360,11 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aacraid&se * AdvanSys ABP950 * AdvanSys ABP980, ABP980U * AdvanSys ABP980UA/3980UA -* MELCO IFC-USP (PC-98) +* MELCO IFC- USP (PC-98) * RATOC REX-PCI30 (PC-98) * @Nifty FNECHARD IFC-USUP-TX (PC-98) -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=adw&sektion=4[adw(4)] driver supports SCSI controllers including: +[i386,pc98,amd64] The man:adw[4] driver supports SCSI controllers including: * AdvanSys ABP940UW/ABP3940UW * AdvanSys ABP950UW @@ -373,7 +372,7 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aacraid&se * AdvanSys ABP3940U2W * AdvanSys ABP3950U2W -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=aha&sektion=4[aha(4)] driver supports the following SCSI host adapters: +[i386] The man:aha[4] driver supports the following SCSI host adapters: * Adaptec AHA-154xB * Adaptec AHA-154xC @@ -384,14 +383,14 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aacraid&se * DTC 3290 SCSI controller in 1542 emulation mode * Tekram SCSI controllers in 154x emulation mode -[i386] The http://www.FreeBSD.org/cgi/%0Aman.cgi?query=ahb&sektion=4[ahb(4)] driver supports the following SCSI host adapters: +[i386] The man:ahb[4] driver supports the following SCSI host adapters: * Adaptec AHA-1740 * Adaptec AHA-1742 * Adaptec AHA-1740A * Adaptec AHA-1742A -The http://www.FreeBSD.org/cgi/man.cgi?query=ahc&sektion=4[ahc(4)] driver supports the following SCSI host adapter chips and SCSI controller cards: +The man:ahc[4] driver supports the following SCSI host adapter chips and SCSI controller cards: * Adaptec AIC7770 host adapter chip * Adaptec AIC7850 host adapter chip @@ -445,11 +444,11 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=ahc&sektion=4[ahc(4)] driver suppor * NEC SV-98/2-B03 (PC-98) * Many motherboards with on-board SCSI support -The http://www.FreeBSD.org/cgi/man.cgi?query=ahci&sektion=4[ahci(4)] driver supports AHCI compatible controllers having PCI class 1 (mass storage), subclass 6 (SATA) and programming interface 1 (AHCI). +The man:ahci[4] driver supports AHCI compatible controllers having PCI class 1 (mass storage), subclass 6 (SATA) and programming interface 1 (AHCI). Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it supports AHCI part of legacy-PATA + AHCI-SATA combined controllers, such as JMicron JMB36x and Marvell 88SE61xx. -[i386,sparc64,ia64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ahd&sektion=4[ahd(4)] driver supports the following: +[i386,sparc64,ia64,amd64] The man:ahd[4] driver supports the following: * Adaptec AIC7901 host adapter chip * Adaptec AIC7901A host adapter chip @@ -458,7 +457,7 @@ Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it suppor * Adaptec 39320 host adapter * Many motherboards with on-board SCSI support -[i386,pc98,amd64] The adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aic&sektion=4[aic(4)] driver include: +[i386,pc98,amd64] The adapters supported by the man:aic[4] driver include: * Adaptec AHA-1505 (ISA) * Adaptec AHA-1510A, AHA-1510B (ISA) @@ -470,7 +469,7 @@ Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it suppor * Adaptec AHA-1030B, AHA-1030P (PC98) * NEC PC-9801-100 (PC98) -Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektion=4[amr(4)] driver include: +Controllers supported by the man:amr[4] driver include: * MegaRAID SATA 150-4 * MegaRAID SATA 150-6 @@ -519,7 +518,7 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektio * Intel RAID Controller SRCS16 * Intel RAID Controller SRCU42X -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=arcmsr&sektion=4[arcmsr(4)] driver supports the following cards: +[i386,amd64] The man:arcmsr[4] driver supports the following cards: * ARC-1110 * ARC-1120 @@ -558,7 +557,7 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektio * ARC-1880 * ARC-1882 -[i386] The adapters currently supported by the http://www.FreeBSD.org/cgi/man.cgi?query=asr&sektion=4[asr(4)] driver include the following: +[i386] The adapters currently supported by the man:asr[4] driver include the following: * Adaptec Zero-Channel SCSI RAID 2000S, 2005S, 2010S, 2015S * Adaptec SCSI RAID 2100S, 2110S @@ -577,7 +576,7 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektio * Adaptec SmartRAID PM3757 * DEC KZPCC-AC (LVD 1-ch, 4MB or 16MB cache), DEC KZPCC-CE (LVD 3-ch, 64MB cache), DEC KZPCC-XC (LVD 1-ch, 16MB cache), DEC KZPCC-XE (LVD 3-ch, 64MB cache) -- rebadged SmartRAID V Millennium -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bt&sektion=4[bt(4)] driver supports the following BusLogic MultiMaster "W", "C", "S", and "A" series and compatible SCSI host adapters: +[i386,amd64] The man:bt[4] driver supports the following BusLogic MultiMaster "W", "C", "S", and "A" series and compatible SCSI host adapters: * BusLogic BT-445C * BusLogic BT-445S @@ -605,9 +604,9 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektio * BusLogic BT-958D * Storage Dimensions SDC3211B / SDC3211F -AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also supported by the http://www.%0AFreeBSD.org/cgi/man.cgi?query=bt&sektion=4[bt(4)] driver. +AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also supported by the man:bt[4] driver. -[i386,ia64,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ciss&sektion=4[ciss(4)] driver include: +[i386,ia64,amd64] Controllers supported by the man:ciss[4] driver include: * Compaq Smart Array 5300 (simple mode only) * Compaq Smart Array 532 @@ -647,7 +646,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * HP Modular Smart Array 20 (MSA20) * HP Modular Smart Array 500 (MSA500) -[pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=ct&sektion=4[ct(4)] driver supports the following adapters: +[pc98] The man:ct[4] driver supports the following adapters: * ELECOM bus-master SCSI adapters * I-O DATA SC-98II @@ -658,7 +657,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * SMIT transfer type SCSI host adapters * TEXA HA-55BS2 and its later models -[i386,ia64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=dpt&sektion=4[dpt(4)] driver provides support for the following RAID adapters: +[i386,ia64,amd64] The man:dpt[4] driver provides support for the following RAID adapters: * DPT Smart Cache Plus * Smart Cache II (PM2?2?, PM2022 [EISA], PM2024/PM2124 [PCI]) (Gen2) @@ -668,11 +667,10 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * Smart Cache IV (PM2?4?, PM2042 [EISA], PM2044/PM2144 [PCI]) (Gen4) * Smart RAID IV -[.note] *Note*: + [amd64, i386] Booting from these controllers is supported. EISA adapters are not supported. -[sparc64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=esp&sektion=4[esp(4)] driver include: +[sparc64] Controllers supported by the man:esp[4] driver include: * MELCO IFC-DP (PC-98) * Sun ESP family @@ -680,7 +678,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * Tekram DC390 * Tekram DC390T -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hpt27xx&sektion=4[hpt27xx(4)] driver supports the following SAS controllers: +[i386,amd64] The man:hpt27xx[4] driver supports the following SAS controllers: * HighPoint's RocketRAID 271x series * HighPoint's RocketRAID 272x series @@ -688,7 +686,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * HighPoint's RocketRAID 276x series * HighPoint's RocketRAID 278x series -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4[hptiop(4)] driver supports the following SAS and SATA RAID controllers: +[i386,amd64] The man:hptiop[4] driver supports the following SAS and SATA RAID controllers: * HighPoint RocketRAID 4522 * HighPoint RocketRAID 4521 @@ -702,7 +700,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * HighPoint RocketRAID 3622 * HighPoint RocketRAID 3620 -The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4[hptiop(4)] driver also supports the following SAS and SATA RAID controllers that are already End-of-Life: +The man:hptiop[4] driver also supports the following SAS and SATA RAID controllers that are already End-of-Life: * HighPoint RocketRAID 4211 * HighPoint RocketRAID 4210 @@ -721,16 +719,16 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4[hptiop(4)] driver * HighPoint RocketRAID 3120 * HighPoint RocketRAID 3020 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hptmv&sektion=4[hptmv(4)] driver supports the following ATA RAID controllers: +[i386,amd64] The man:hptmv[4] driver supports the following ATA RAID controllers: * HighPoint's RocketRAID 182x series -The http://www.FreeBSD.org/cgi/man.cgi?query=hptnr&sektion=4[hptnr(4)] driver supports the following SATA controllers: +The man:hptnr[4] driver supports the following SATA controllers: * HighPoint's DC7280 series * HighPoint's Rocket R750 series -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hptrr&sektion=4[hptrr(4)] driver supports the following RAID controllers: +[i386,amd64] The man:hptrr[4] driver supports the following RAID controllers: * RocketRAID 172x series * RocketRAID 174x series @@ -743,7 +741,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptnr&sektion=4[hptnr(4)] driver su * RocketRAID 2340 * RocketRAID 2522 -[i386] The following controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ida&sektion=4[ida(4)] driver: +[i386] The following controllers are supported by the man:ida[4] driver: * Compaq SMART Array 221 * Compaq Integrated SMART Array Controller @@ -757,7 +755,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptnr&sektion=4[hptnr(4)] driver su * Compaq SMART-2/E Controller * Compaq SMART Controller -[i386,ia64,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=iir&sektion=4[iir(4)] driver include: +[i386,ia64,amd64] Controllers supported by the man:iir[4] driver include: * Intel RAID Controller SRCMR * Intel Server RAID Controller U3-l (SRCU31a) @@ -771,7 +769,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptnr&sektion=4[hptnr(4)] driver su The SRCU31 and SRCU31L can be updated via a firmware update available from Intel. -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ips&sektion=4[ips(4)] driver include: +[i386,amd64] Controllers supported by the man:ips[4] driver include: * IBM ServeRAID 3H * ServeRAID 4L/4M/4H @@ -781,9 +779,9 @@ The SRCU31 and SRCU31L can be updated via a firmware update available from Intel Newer ServeRAID controllers are supported by the aac(4) or mfi(4) driver. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=isci&sektion=4[isci(4)] driver provides support for Intel C600 SAS controllers. +[i386,amd64] The man:isci[4] driver provides support for Intel C600 SAS controllers. -Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4[isp(4)] driver include: +Cards supported by the man:isp[4] driver include: * ISP1000 * ISP1020 @@ -804,7 +802,7 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4[is * Qlogic 2422 * Qlogic 2432 -[i386,ia64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=mfi&sektion=4[mfi(4)] driver supports the following hardware: +[i386,ia64,amd64] The man:mfi[4] driver supports the following hardware: * LSI MegaRAID SAS 1078 * LSI MegaRAID SAS 8408E @@ -821,7 +819,7 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4[is * Intel RAID Controller SRCSAS18E * Intel RAID Controller SROMBSAS18E -[i386,ia64,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mlx&sektion=4[mlx(4)] driver include: +[i386,ia64,amd64] Controllers supported by the man:mlx[4] driver include: * Mylex DAC960P * Mylex DAC960PD / DEC KZPSC (Fast Wide) @@ -839,11 +837,10 @@ All major firmware revisions (2.x, 3.x, 4.x and 5.x) are supported, however it i Compatible Mylex controllers not listed should work, but have not been verified. -[.note] *Note*: + [amd64, i386] Booting from these controllers is supported. EISA adapters are not supported. -[i386,ia64,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mly&sektion=4[mly(4)] driver include: +[i386,ia64,amd64] Controllers supported by the man:mly[4] driver include: * Mylex AcceleRAID 160 * Mylex AcceleRAID 170 @@ -853,13 +850,13 @@ Compatible Mylex controllers not listed should work, but have not been verified. Compatible Mylex controllers not listed should work, but have not been verified. -The following controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mpr&sektion=4[mpr(4)] driver: +The following controllers are supported by the man:mpr[4] driver: * LSI SAS 3004 (4 Port SAS) * LSI SAS 3008 (8 Port SAS) * LSI SAS 3108 (8 Port SAS) -The http://www.FreeBSD.org/cgi/man.cgi?query=mps&sektion=4[mps(4)] driver supports the following hardware: +The man:mps[4] driver supports the following hardware: * LSI Logic SAS2004 (4 Port SAS) * LSI Logic SAS2008 (8 Port SAS) @@ -873,7 +870,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=mps&sektion=4[mps(4)] driver suppor * Intel Integrated RAID Module RMS25KB040 * Intel Integrated RAID Module RMS25KB080 -The following controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mpt&sektion=4[mpt(4)] driver: +The following controllers are supported by the man:mpt[4] driver: * LSI Logic 53c1030, LSI Logic LSI2x320-X (Single and Dual Ultra320 SCSI) * LSI Logic AS1064, LSI Logic AS1068 @@ -884,7 +881,7 @@ The following controllers are supported by the http://www.FreeBSD.org/cgi/man.cg * LSI Logic FC949X (Dual 4Gb/s Fibre Channel) * LSI Logic FC949E, LSI Logic FC949ES (Dual 4Gb/s Fibre Channel PCI-Express) -The Ultra 320 SCSI controller chips supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mpt&sektion=4[mpt(4)] driver can be found onboard on many systems including: +The Ultra 320 SCSI controller chips supported by the man:mpt[4] driver can be found onboard on many systems including: * Dell PowerEdge 1750 thru 2850 * IBM eServer xSeries 335 @@ -897,7 +894,7 @@ The Fibre Channel controller chipset are supported by a broad variety of speeds This driver also supports target mode for Fibre Channel cards. This support may be enabled by setting the desired role of the core via the LSI Logic firmware utility that establishes what roles the card can take on - no separate compilation is required. -The http://www.FreeBSD.org/cgi/man.cgi?query=mrsas&sektion=4[mrsas(4)] driver supports the following hardware: +The man:mrsas[4] driver supports the following hardware: [ Thunderbolt 6Gb/s MR controller ] @@ -921,7 +918,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=mrsas&sektion=4[mrsas(4)] driver su * DELL PERC H730/P * DELL PERC H330 -The http://www.FreeBSD.org/cgi/man.cgi?query=mvs&sektion=4[mvs(4)] driver supports the following controllers: +The man:mvs[4] driver supports the following controllers: Gen-I (SATA 1.5Gbps): @@ -947,7 +944,7 @@ Gen-IIe (SATA 3Gbps, NCQ, PMP with FBS): Note, that this hardware supports command queueing and FIS-based switching only for ATA DMA commands. ATAPI and non-DMA ATA commands executed one by one for each port. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ncr&sektion=4[ncr(4)] driver provides support for the following NCR/Symbios SCSI controller chips: +[i386,pc98,amd64] The man:ncr[4] driver provides support for the following NCR/Symbios SCSI controller chips: * 53C810 * 53C810A @@ -968,7 +965,7 @@ The following add-on boards are known to be supported: * I-O DATA SC-98/PCI (PC-98) * I-O DATA SC-PCI (PC-98) -[i386,pc98] The following devices are currently supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ncv&sektion=4[ncv(4)] driver: +[i386,pc98] The following devices are currently supported by the man:ncv[4] driver: * I-O DATA PCSC-DV * KME KXLC002 (TAXAN ICD-400PN, etc.), KXLC004, and UJDCD450 @@ -979,12 +976,12 @@ The following add-on boards are known to be supported: * Qlogic Fast SCSI * RATOC REX-9530, REX-5572 (SCSI only) -[i386,pc98] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=nsp&sektion=4[nsp(4)] driver include: +[i386,pc98] Controllers supported by the man:nsp[4] driver include: * Alpha-Data AD-PCS201 * I-O DATA CBSC16 -The http://www.FreeBSD.org/cgi/man.cgi?query=pms&sektion=4[pms(4)] driver supports the following hardware: +The man:pms[4] driver supports the following hardware: * Tachyon TS Fibre Channel Card * Tachyon TL Fibre Channel Card @@ -1017,16 +1014,16 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=pms&sektion=4[pms(4)] driver suppor * Adaptec Delray 16 Port SAS-SATA HBA Card 12Gig * Adaptec Delray 16 Port SAS-SATA HBA Encryption Card 12Gig -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=pst&sektion=4[pst(4)] driver supports the Promise Supertrak SX6000 ATA hardware RAID controller. +[i386] The man:pst[4] driver supports the Promise Supertrak SX6000 ATA hardware RAID controller. -The http://www.FreeBSD.org/cgi/man.cgi?query=siis&sektion=4[siis(4)] driver supports the following controller chips: +The man:siis[4] driver supports the following controller chips: * SiI3124 (PCI-X 133MHz/64bit, 4 ports) * SiI3131 (PCIe 1.0 x1, 1 port) * SiI3132 (PCIe 1.0 x1, 2 ports) * SiI3531 (PCIe 1.0 x1, 1 port) -[i386,pc98] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=stg&sektion=4[stg(4)] driver include: +[i386,pc98] Controllers supported by the man:stg[4] driver include: * Adaptec 2920/A * Future Domain SCSI2GO @@ -1038,7 +1035,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=siis&sektion=4[siis(4)] driver supp Note that the Adaptec 2920C is supported by the ahc(4) driver. -The http://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4[sym(4)] driver provides support for the following Symbios/LSI Logic PCI SCSI controllers: +The man:sym[4] driver provides support for the following Symbios/LSI Logic PCI SCSI controllers: * 53C810 * 53C810A @@ -1058,7 +1055,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4[sym(4)] driver provid * 53C1010-66 * 53C1510D -The SCSI controllers supported by http://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4[sym(4)] can be either embedded on a motherboard, or on one of the following add-on boards: +The SCSI controllers supported by man:sym[4] can be either embedded on a motherboard, or on one of the following add-on boards: * ASUS SC-200, SC-896 * Data Technology DTC3130 (all variants) @@ -1071,7 +1068,7 @@ The SCSI controllers supported by http://www.FreeBSD.org/cgi/man.cgi?query=sym&s * Tekram DC390W, 390U, 390F, 390U2B, 390U2W, 390U3D, and 390U3W * Tyan S1365 -[i386,amd64] SCSI controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=trm&sektion=4[trm(4)] driver include: +[i386,amd64] SCSI controllers supported by the man:trm[4] driver include: * Tekram DC-315 PCI Ultra SCSI adapter without BIOS and internal SCSI connector * Tekram DC-315U PCI Ultra SCSI adapter without BIOS @@ -1082,7 +1079,7 @@ The SCSI controllers supported by http://www.FreeBSD.org/cgi/man.cgi?query=sym&s For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use the sym(4) driver. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=twa&sektion=4[twa(4)] driver supports the following SATA RAID controllers: +[i386,amd64] The man:twa[4] driver supports the following SATA RAID controllers: * AMCC's 3ware 9500S-4LP * AMCC's 3ware 9500S-8 @@ -1106,7 +1103,7 @@ For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use * AMCC's 3ware 9650SE-16ML * AMCC's 3ware 9650SE-24M8 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=twe&sektion=4[twe(4)] driver supports the following PATA/SATA RAID controllers: +[i386,amd64] The man:twe[4] driver supports the following PATA/SATA RAID controllers: * AMCC's 3ware 5000 series * AMCC's 3ware 6000 series @@ -1128,11 +1125,11 @@ For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use * AMCC's 3ware 8506-12 * AMCC's 3ware 8506-12MI -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=tws&sektion=4[tws(4)] driver supports the following SATA/SAS RAID controller: +[i386,amd64] The man:tws[4] driver supports the following SATA/SAS RAID controller: * LSI's 3ware SAS 9750 series -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=vpo&sektion=4[vpo(4)] driver supports the following parallel to SCSI interfaces: +[i386] The man:vpo[4] driver supports the following parallel to SCSI interfaces: * Adaptec AIC-7110 Parallel to SCSI interface (built-in to Iomega ZIP drives) * Iomega Jaz Traveller interface @@ -1140,29 +1137,28 @@ For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use [i386] The wds(4) driver supports the WD7000 SCSI controller. -With all supported SCSI controllers, full support is provided for SCSI-I, SCSI-II, and SCSI-III peripherals, including hard disks, optical disks, tape drives (including DAT, 8mm Exabyte, Mammoth, and DLT), medium changers, processor target devices and CD-ROM drives. WORM devices that support CD-ROM commands are supported for read-only access by the CD-ROM drivers (such as http://www.FreeBSD.org/cgi/man.cgi?query=cd&sektion=4[cd(4)]). WORM/CD-R/CD-RW writing support is provided by http://www.FreeBSD.org/cgi/man.cgi?query=cdrecord&sektion=1[cdrecord(1)], which is a part of the http://www.freebsd.org/cgi/url.cgi?ports/sysutils/cdrtools/pkg-descr[sysutils/cdrtools] port in the Ports Collection. +With all supported SCSI controllers, full support is provided for SCSI-I, SCSI-II, and SCSI-III peripherals, including hard disks, optical disks, tape drives (including DAT, 8mm Exabyte, Mammoth, and DLT), medium changers, processor target devices and CD-ROM drives. WORM devices that support CD-ROM commands are supported for read-only access by the CD-ROM drivers (such as man:cd[4]). WORM/CD-R/CD-RW writing support is provided by man:cdrecord(1)], which is a part of the http://www.freebsd.org/cgi/url.cgi?ports/sysutils/cdrtools/pkg-descr[sysutils/cdrtools] port in the Ports Collection. The following CD-ROM type systems are supported at this time: -* SCSI interface (also includes ProAudio Spectrum and SoundBlaster SCSI) (http://www.FreeBSD.org/cgi/man.cgi?query=cd&sektion=4[cd(4)]) -* [i386] Sony proprietary interface (all models) (http://www.FreeBSD.org/cgi/man.cgi?query=scd&sektion=4[scd(4)]) -* ATAPI IDE interface (http://www.FreeBSD.org/cgi/man.cgi?query=acd&sektion=4[acd(4)]) +* SCSI interface (also includes ProAudio Spectrum and SoundBlaster SCSI) (man:cd[4]) +* [i386] Sony proprietary interface (all models) (man:acd[4]) [i386] The following device is unmaintained: -* Mitsumi proprietary CD-ROM interface (all models) (http://www.FreeBSD.org/cgi/man.cgi?query=mcd&sektion=4[mcd(4)]) +* Mitsumi proprietary CD-ROM interface (all models) (man:mcd[4]) [[ethernet]] -== Ethernet Interfaces +== 3.2. Ethernet Interfaces -The http://www.FreeBSD.org/cgi/man.cgi?query=ae&sektion=4[ae(4)] driver supports Attansic/Atheros L2 PCIe FastEthernet controllers, and is known to support the following hardware: +The man:ae[4] driver supports Attansic/Atheros L2 PCIe FastEthernet controllers, and is known to support the following hardware: * ASUS EeePC 701 * ASUS EeePC 900 Other hardware may or may not work with this driver. -The http://www.FreeBSD.org/cgi/man.cgi?query=age&sektion=4[age(4)] driver provides support for LOMs based on Attansic/Atheros L1 Gigabit Ethernet controller chips, including: +The man:age[4] driver provides support for LOMs based on Attansic/Atheros L1 Gigabit Ethernet controller chips, including: * ASUS M2N8-VMX * ASUS M2V @@ -1182,7 +1178,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=age&sektion=4[age(4)] driver provid * ASUS P5L-VM 1394 * ASUS G2S -The http://www.FreeBSD.org/cgi/man.cgi?query=alc&sektion=4[alc(4)] device driver provides support for the following Ethernet controllers: +The man:alc[4] device driver provides support for the following Ethernet controllers: * Atheros AR8131 PCI Express Gigabit Ethernet controller * Atheros AR8132 PCI Express Fast Ethernet controller @@ -1196,13 +1192,13 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=alc&sektion=4[alc(4)] device driver * Atheros AR8172 PCI Express Fast Ethernet controller * Killer E2200 Gigabit Ethernet controller -The http://www.FreeBSD.org/cgi/man.cgi?query=ale&sektion=4[ale(4)] device driver provides support for the following Ethernet controllers: +The man:ale[4] device driver provides support for the following Ethernet controllers: * Atheros AR8113 PCI Express Fast Ethernet controller * Atheros AR8114 PCI Express Fast Ethernet controller * Atheros AR8121 PCI Express Gigabit Ethernet controller -[i386,pc98,ia64,amd64,powerpc] Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aue&sektion=4[aue(4)] driver include: +[i386,pc98,ia64,amd64,powerpc] Adapters supported by the man:aue[4] driver include: * Abocom UFE1000, DSB650TX_NA * Accton USB320-EC, SpeedStream @@ -1225,7 +1221,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=ale&sektion=4[ale(4)] device driver * SMC 2202USB * SOHOware NUB100 -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=axe&sektion=4[axe(4)] driver supports ASIX Electronics AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB Ethernet adapters including: +[i386,pc98,amd64,powerpc] The man:axe[4] driver supports ASIX Electronics AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB Ethernet adapters including: AX88172: @@ -1272,13 +1268,15 @@ AX88772B: * ASIX AX88772B * Lenovo USB 2.0 Ethernet +Lenovo USB 2.0 Ethernet + AX88760: * ASIX AX88760 -ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query=axge&sektion=4[axge(4)] driver) +ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (man:axge[4] driver) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bce&sektion=4[bce(4)] driver provides support for various NICs based on the QLogic NetXtreme II family of Gigabit Ethernet controllers, including the following: +[i386,amd64] The man:bce[4] driver provides support for various NICs based on the QLogic NetXtreme II family of Gigabit Ethernet controllers, including the following: * QLogic NetXtreme II BCM5706 1000Base-SX * QLogic NetXtreme II BCM5706 1000Base-T @@ -1304,9 +1302,9 @@ ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (http://www.Free * HP NC382i DP Multifunction Gigabit Server Adapter * HP NC382m DP 1GbE Multifunction BL-c Adapter -[amd64, i386] Broadcom BCM4401 based Fast Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query=bfe&sektion=4[bfe(4)] driver) +[amd64, i386] Broadcom BCM4401 based Fast Ethernet adapters (man:bfe[4] driver) -[i386,pc98,sparc64,ia64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bge&sektion=4[bge(4)] driver provides support for various NICs based on the Broadcom BCM570x family of Gigabit Ethernet controller chips, including the following: +[i386,pc98,sparc64,ia64,amd64] The man:bge[4] driver provides support for various NICs based on the Broadcom BCM570x family of Gigabit Ethernet controller chips, including the following: * 3Com 3c996-SX (1000baseSX) * 3Com 3c996-T (10/100/1000baseTX) @@ -1325,7 +1323,7 @@ ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (http://www.Free * SysKonnect SK-9D21 (10/100/1000baseTX) * SysKonnect SK-9D41 (1000baseSX) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bxe&sektion=4[bxe(4)] driver provides support for various NICs based on the QLogic NetXtreme II family of 10Gb Ethernet controller chips, including the following: +[i386,amd64] The man:bxe[4] driver provides support for various NICs based on the Broadcom NetXtreme II family of 10Gb Ethernet controller chips, including the following: * QLogic NetXtreme II BCM57710 10Gb * QLogic NetXtreme II BCM57711 10Gb @@ -1339,13 +1337,13 @@ ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (http://www.Free * QLogic NetXtreme II BCM57840 10Gb / 20Gb * QLogic NetXtreme II BCM57840-MF 10Gb -The chips supported by the http://www.FreeBSD.org/cgi/man.cgi?query=cas&sektion=4[cas(4)] driver are: +The chips supported by the man:cas[4] driver are: * National Semiconductor DP83065 Saturn Gigabit Ethernet * Sun Cassini Gigabit Ethernet * Sun Cassini+ Gigabit Ethernet -The following add-on cards are known to work with the http://www.FreeBSD.org/cgi/man.cgi?query=cas&sektion=4[cas(4)] driver at this time: +The following add-on cards are known to work with the man:cas[4] driver at this time: * Sun GigaSwift Ethernet 1.0 MMF (Cassini Kuheen) (part no. 501-5524) * Sun GigaSwift Ethernet 1.0 UTP (Cassini) (part no. 501-5902) @@ -1353,28 +1351,28 @@ The following add-on cards are known to work with the http://www.FreeBSD.org/cgi * Sun Quad GigaSwift Ethernet UTP (QGE) (part no. 501-6522) * Sun Quad GigaSwift Ethernet PCI-X (QGE-X) (part no. 501-6738) -[i386,pc98,ia64,amd64,powerpc] The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=cdce&sektion=4[cdce(4)] driver: +[i386,pc98,ia64,amd64,powerpc] The following devices are supported by the man:cdce[4] driver: * Prolific PL-2501 Host-to-Host Bridge Controller * Sharp Zaurus PDA * Terayon TJ-715 DOCSIS Cable Modem -[amd64, i386] Crystal Semiconductor CS89x0-based NICs (http://www.FreeBSD.org/cgi/man.cgi?query=cs&sektion=4[cs(4)] driver) +[amd64, i386] Crystal Semiconductor CS89x0-based NICs (man:cs[4] driver) -[i386,pc98,ia64,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=cue&sektion=4[cue(4)] driver supports CATC USB-EL1210A based USB Ethernet adapters including: +[i386,pc98,ia64,amd64,powerpc] The man:cue[4] driver supports CATC USB-EL1210A based USB Ethernet adapters including: * Belkin F5U011/F5U111 * CATC Netmate * CATC Netmate II * SmartBridges SmartLink -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4[cxgb(4)] driver supports 10 Gigabit and 1 Gigabit Ethernet adapters based on the T3 and T3B chipset: +[i386,amd64] The man:cxgb[4] driver supports 10 Gigabit and 1 Gigabit Ethernet adapters based on the T3 and T3B chipset: * Chelsio 10GBase-CX4 * Chelsio 10GBase-LR * Chelsio 10GBase-SR -The http://www.FreeBSD.org/cgi/man.cgi?query=cxgbe&sektion=4[cxgbe(4)] driver supports 40Gb, 10Gb and 1Gb Ethernet adapters based on the T5 ASIC (ports will be named cxl): +The man:cxgbe[4] driver supports 40Gb, 10Gb and 1Gb Ethernet adapters based on the T5 ASIC (ports will be named cxl): * Chelsio T580-CR * Chelsio T580-LP-CR @@ -1389,7 +1387,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=cxgbe&sektion=4[cxgbe(4)] driver su * Chelsio T520-BT * Chelsio T504-BT -The http://www.FreeBSD.org/cgi/man.cgi?query=cxgbe&sektion=4[cxgbe(4)] driver supports 10Gb and 1Gb Ethernet adapters based on the T4 ASIC: +The man:cxgbe[4] driver supports 10Gb and 1Gb Ethernet adapters based on the T4 ASIC: * Chelsio T420-CR * Chelsio T422-CR @@ -1402,7 +1400,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=cxgbe&sektion=4[cxgbe(4)] driver su * Chelsio T420-BT * Chelsio T404-BT -The http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4[dc(4)] driver provides support for the following chipsets: +The man:dc[4] driver provides support for the following chipsets: * DEC/Intel 21143 * ADMtek AL981 Comet, AN985 Centaur, ADM9511 Centaur II and ADM9513 Centaur II @@ -1415,7 +1413,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4[dc(4)] driver provides * Macronix 98713, 98713A, 98715, 98715A, 98715AEC-C, 98725, 98727 and 98732 * Xircom X3201 (cardbus only) -The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4[dc(4)] driver at this time: +The following NICs are known to work with the man:dc[4] driver at this time: * 3Com OfficeConnect 10/100B (ADMtek AN985 Centaur-P) * Abocom FE2500 @@ -1456,7 +1454,7 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi * Xircom Cardbus Ethernet 10/100 * Xircom Cardbus Ethernet II 10/100 -[i386,pc98,ia64,amd64] Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=de&sektion=4[de(4)] driver include: +[i386,pc98,ia64,amd64] Adapters supported by the man:de[4] driver include: * Adaptec ANA-6944/TX * Cogent EM100FX and EM440TX @@ -1468,7 +1466,7 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi * SMC Etherpower 8432, 9332 and 9334 * ZNYX ZX3xx -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=ed&sektion=4[ed(4)] driver supports the following Ethernet NICs: +[i386,pc98] The man:ed[4] driver supports the following Ethernet NICs: * 3Com 3c503 Etherlink II * AR-P500 Ethernet @@ -1493,7 +1491,7 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi * Contec C-NET(98), RT-1007(98), C-NET(9N) (110pin) (flags 0xa00000) (PC-98) * Contec C-NET(98)E-A, C-NET(98)L-A, C-NET(98)P (flags 0x300000) (PC-98) * Corega Ether98-T (flags 0x000000) (PC-98) -* Corega Ether PCC-T/EtherII PCC-T/FEther PCC- TXF/PCC-TXD PCC-T/Fether II TXD +* Corega Ether PCC-T/EtherII PCC-T/FEther PCC-TXF/PCC-TXD PCC-T/Fether II TXD * Corega LAPCCTXD (TC5299J) * CyQ've ELA-010 * DEC EtherWorks DE305 @@ -1553,7 +1551,7 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi * Surecom EtherPerfect EP-427 * Surecom NE-34 * TDK 3000/3400/5670 Fast Ethernet/Modem -* TDK LAK-CD031, Grey Cell GCS2000 Ethernet Card +* TDK LAK- CD031, Grey Cell GCS2000 Ethernet Card * TDK DFL5610WS Ethernet/Modem PC Card * Telecom Device SuperSocket RE450T * Toshiba LANCT00A PC Card @@ -1563,11 +1561,11 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi C-Bus, ISA, PCI and PC Card devices are supported. -The http://www.FreeBSD.org/cgi/man.cgi?query=ed&sektion=4[ed(4)] driver does not support the following Ethernet NICs: +The man:ed[4] driver does not support the following Ethernet NICs: * Mitsubishi LAN Adapter B8895 -The http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4[em(4)] driver supports Gigabit Ethernet adapters based on the Intel 82540, 82541ER, 82541PI, 82542, 82543, 82544, 82545, 82546, 82546EB, 82546GB, 82547, 82571, 82572, 82573, and 82574 controller chips: +The man:em[4] driver supports Gigabit Ethernet adapters based on the Intel 82540, 82541ER, 82541PI, 82542, 82543, 82544, 82545, 82546, 82546EB, 82546GB, 82547, 82571, 82572, 82573, and 82574 controller chips: * Intel PRO/1000 CT Network Connection (82547) * Intel PRO/1000 F Server Adapter (82543) @@ -1593,7 +1591,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4[em(4)] driver supports * Intel PRO/1000 XF Server Adapter (82544) * Intel PRO/1000 XT Server Adapter (82544) -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ep&sektion=4[ep(4)] driver supports Ethernet adapters based on the 3Com 3C5x9 Etherlink III Parallel Tasking chipset, including: +[i386,pc98,amd64] The man:ep[4] driver supports Ethernet adapters based on the 3Com 3C5x9 Etherlink III Parallel Tasking chipset, including: * 3Com 3C1 CF * 3Com 3C509-TP, 3C509-BNC, 3C509-Combo, 3C509-TPO, 3C509-TPC ISA @@ -1610,9 +1608,9 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4[em(4)] driver supports * 3Com OfficeConnect 3CXSH572BT, 3CCSH572BT PCMCIA * Farallon EtherWave and EtherMac PC Card (P/n 595/895 with BLUE arrow) -Agere ET1310 Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query=et&sektion=4[et(4)] driver) +Agere ET1310 Gigabit Ethernet adapters (man:et[4] driver) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ex&sektion=4[ex(4)] driver supports the following Ethernet adapters: +[i386,amd64] The man:ex[4] driver supports the following Ethernet adapters: * Intel EtherExpress Pro/10 ISA * Intel EtherExpress Pro/10+ ISA @@ -1621,7 +1619,7 @@ Agere ET1310 Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query * Silicom Ethernet LAN PC Card * Silicom EtherSerial LAN PC Card -[i386,pc98,amd64] Controllers and cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=fe&sektion=4[fe(4)] driver include: +[i386,pc98,amd64] Controllers and cards supported by the man:fe[4] driver include: * Allied Telesis RE1000, RE1000Plus, ME1500 (110-pin) * CONTEC C-NET(98)P2, C-NET (9N)E (110-pin), C-NET(9N)C (ExtCard) @@ -1640,7 +1638,7 @@ Agere ET1310 Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query * TDK LAK-CD011, LAK-CD021, LAK-CD021A, LAK-CD021BX * Ungermann-Bass Access/PC N98C+(PC85152, PC85142), Access/NOTE N98(PC86132) (110-pin) -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=fxp&sektion=4[fxp(4)] driver include: +Adapters supported by the man:fxp[4] driver include: * Intel EtherExpress PRO/10 * Intel InBusiness 10/100 @@ -1655,20 +1653,20 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=fxp&sektion=4 * NEC PC-9821X-B06 (PC-98) * Many on-board network interfaces on Intel motherboards -Chips supported by the http://www.FreeBSD.org/cgi/man.cgi?query=gem&sektion=4[gem(4)] driver include: +Chips supported by the man:gem[4] driver include: * Apple GMAC * Sun ERI 10/100 Mbps Ethernet * Sun GEM Gigabit Ethernet -The following add-on cards are known to work with the http://www.FreeBSD.org/cgi/man.cgi?query=gem&sektion=4[gem(4)] driver at this time: +The following add-on cards are known to work with the man:gem[4] driver at this time: * Sun Gigabit Ethernet PCI 2.0/3.0 (GBE/P) (part no. 501-4373) * Sun Gigabit Ethernet SBus 2.0/3.0 (GBE/S) (part no. 501-4375) -The http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4[hme(4)] driver supports the on-board Ethernet interfaces of many Sun UltraSPARC workstation and server models. +The man:hme[4] driver supports the on-board Ethernet interfaces of many Sun UltraSPARC workstation and server models. -Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4[hme(4)] driver include: +Cards supported by the man:hme[4] driver include: * Sun PCI SunSwift Adapter * Sun SBus SunSwift Adapter "( hme" and "SUNW,hme") @@ -1677,7 +1675,7 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4[hm * Sun PCI Quad FastEthernet Controller * Sun SBus Quad FastEthernet Controller -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=ie&sektion=4[ie(4)] driver provides supports the following 8 and 16bit ISA Ethernet cards that are based on the Intel i82586 chip: +[i386] The man:ie[4] driver provides supports the following 8 and 16bit ISA Ethernet cards that are based on the Intel i82586 chip: * 3COM 3C507 * AT&T EN100 @@ -1686,48 +1684,48 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4[hm * Intel EtherExpress 16 * RACAL Interlan NI5210 -The http://www.FreeBSD.org/cgi/man.cgi?query=igb&sektion=4[igb(4)] driver supports Gigabit Ethernet adapters based on the Intel 82575 and 82576 controller chips: +The man:igb[4] driver supports Gigabit Ethernet adapters based on the Intel 82575 and 82576 controller chips: * Intel Gigabit ET Dual Port Server Adapter (82576) * Intel Gigabit VT Quad Port Server Adapter (82575) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ixgb&sektion=4[ixgb(4)] driver supports the following cards: +[i386,amd64] The man:ixgb[4] driver supports the following cards: * Intel PRO/10GbE LR Server Adapter * Intel PRO/10GbE SR Server Adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=ixgbe&sektion=4[ixgbe(4)] driver supports the following cards: +The man:ixgbe[4] driver supports the following cards: * Intel(R) 10 Gigabit XF SR/AF Dual Port Server Adapter * Intel(R) 10 Gigabit XF SR/LR Server Adapter * Intel(R) 82598EB 10 Gigabit AF Network Connection * Intel(R) 82598EB 10 Gigabit AT CX4 Network Connection -The http://www.FreeBSD.org/cgi/man.cgi?query=ixl&sektion=4[ixl(4)] driver supports these SFP+ Pluggable Optics: +The man:ixl[4] driver supports these SFP+ Pluggable Optics: * Intel TRIPLE RATE 1G/10G/40G QSFP+ SR (bailed) E40GQSFPSR * Intel TRIPLE RATE 1G/10G/40G QSFP+ SR (bailed) E40GQSFPLR -The http://www.FreeBSD.org/cgi/man.cgi?query=ixl&sektion=4[ixl(4)] driver supports 10Gb and 1Gb Ethernet adapters with SR Modules: +The man:ixl[4] driver supports 10Gb and 1Gb Ethernet adapters with SR Modules: * Intel DUAL RATE 1G/10G SFP+ SR (bailed) FTLX8571D3BCV-IT * Intel DUAL RATE 1G/10G SFP+ SR (bailed) AFBR-703SDZ-IN2 -The http://www.FreeBSD.org/cgi/man.cgi?query=ixl&sektion=4[ixl(4)] driver supports 10Gb and 1Gb Ethernet adapters with LR Modules: +The man:ixl[4] driver supports 10Gb and 1Gb Ethernet adapters with LR Modules: * Intel DUAL RATE 1G/10G SFP+ LR (bailed) FTLX1471D3BCV-IT * Intel DUAL RATE 1G/10G SFP+ LR (bailed) AFCT-701SDZ-IN2 Note that X710/XL710 Based SFP+ adapters also support all passive and active limiting direct attach cables that comply with SFF-8431 v4.1 and SFF-8472 v10.4 specifications. -The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4[jme(4)] device driver provides support for the following Ethernet controllers: +The man:jme[4] device driver provides support for the following Ethernet controllers: * JMicron JMC250 PCI Express Gigabit Ethernet controller * JMicron JMC251 PCI Express Gigabit Ethernet with Card Read Host controller * JMicron JMC260 PCI Express Fast Ethernet controller * JMicron JMC261 PCI Express Gigabit Ethernet with Card Read Host controller -[i386,pc98,ia64,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=kue&sektion=4[kue(4)] driver supports Kawasaki LSI KL5KLUSB101B based USB Ethernet adapters including: +[i386,pc98,ia64,amd64,powerpc] The man:kue[4] driver supports Kawasaki LSI KL5KLUSB101B based USB Ethernet adapters including: * 3Com 3c19250 * 3Com 3c460 HomeConnect Ethernet USB Adapter @@ -1746,14 +1744,14 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4[jme(4)] device driver * Psion Gold Port USB Ethernet adapter * SMC 2102USB, 2104USB -[i386,pc98,amd64] Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4[lge(4)] driver include: +[i386,pc98,amd64] Adapters supported by the man:lge[4] driver include: * SMC TigerCard 1000 (SMC9462SX) * D-Link DGE-500SX -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=msk&sektion=4[msk(4)] driver provides support for various NICs based on the Marvell/SysKonnect Yukon II based Gigabit Ethernet controller chips, including: +[i386,amd64] The man:msk[4] driver provides support for various NICs based on the Marvell/SysKonnect Yukon II based Gigabit Ethernet controller chips, including: -* D-Link 550SX Gigabit Ethernet +* D- Link 550SX Gigabit Ethernet * D-Link 560SX Gigabit Ethernet * D-Link 560T Gigabit Ethernet * Marvell Yukon 88E8021CU Gigabit Ethernet @@ -1787,19 +1785,19 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4[jme(4)] device driver * SysKonnect SK-9Sxx Gigabit Ethernet * SysKonnect SK-9Exx Gigabit Ethernet -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=mxge&sektion=4[mxge(4)] driver supports 10 Gigabit Ethernet adapters based on the Myricom LANai Z8E chips: +[i386,amd64] The man:mxge[4] driver supports 10 Gigabit Ethernet adapters based on the Myricom LANai Z8E chips: * Myricom 10GBase-CX4 (10G-PCIE-8A-C, 10G-PCIE-8AL-C) * Myricom 10GBase-R (10G-PCIE-8A-R, 10G-PCIE-8AL-R) * Myricom 10G XAUI over ribbon fiber (10G-PCIE-8A-Q, 10G-PCIE-8AL-Q) -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=my&sektion=4[my(4)] driver provides support for various NICs based on the Myson chipset. Supported models include: +[i386,pc98] The man:my[4] driver provides support for various NICs based on the Myson chipset. Supported models include: * Myson MTD800 PCI Fast Ethernet chip * Myson MTD803 PCI Fast Ethernet chip * Myson MTD89X PCI Gigabit Ethernet chip -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=nfe&sektion=4[nfe(4)] driver supports the following NVIDIA MCP onboard adapters: +[i386,amd64] The man:nfe[4] driver supports the following NVIDIA MCP onboard adapters: * NVIDIA nForce MCP Networking Adapter * NVIDIA nForce MCP04 Networking Adapter @@ -1822,7 +1820,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4[jme(4)] device driver * NVIDIA nForce4 CK804 MCP8 Networking Adapter * NVIDIA nForce4 CK804 MCP9 Networking Adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4[nge(4)] driver supports National Semiconductor DP83820 and DP83821 based Gigabit Ethernet adapters including: +The man:nge[4] driver supports National Semiconductor DP83820 and DP83821 based Gigabit Ethernet adapters including: * Addtron AEG320T * Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI) @@ -1835,22 +1833,22 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4[nge(4)] driver suppor * Surecom Technology EP-320G-TX * Trendware TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=nve&sektion=4[nve(4)] driver supports the NVIDIA MCP onboard adapters of mainboards with the following chipsets: +[i386,amd64] The man:nve[4] driver supports the NVIDIA MCP onboard adapters of mainboards with the following chipsets: * nForce * nForce2 * nForce3 * nForce4 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=nxge&sektion=4[nxge(4)] driver supports Neterion Xframe 10 Gigabit Ethernet adapters listed in http://www.neterion.com/how/pricing.html. +[i386,amd64] The man:nxge[4] driver supports Neterion Xframe 10 Gigabit Ethernet adapters listed in http://www.neterion.com/how/pricing.html. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=oce&sektion=4[oce(4)] driver supports the following network adapters: +[i386,amd64] The man:oce[4] driver supports the following network adapters: * Emulex BladeEngine 2 * Emulex BladeEngine 3 * Emulex Lancer -[i386,pc98,ia64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=pcn&sektion=4[pcn(4)] driver supports adapters and embedded controllers based on the AMD PCnet/FAST, PCnet/FAST+, PCnet/FAST III, PCnet/PRO and PCnet/Home Fast Ethernet chips: +[i386,pc98,ia64,amd64] The man:pcn[4] driver supports adapters and embedded controllers based on the AMD PCnet/FAST, PCnet/FAST+, PCnet/FAST III, PCnet/PRO and PCnet/Home Fast Ethernet chips: * AMD Am79C971 PCnet-FAST * AMD Am79C972 PCnet-FAST+ @@ -1859,20 +1857,20 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4[nge(4)] driver suppor * AMD Am79C978 PCnet-Home * Allied-Telesis LA-PCI -[amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=qlxgb&sektion=4[qlxgb(4)] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: +[amd64] The man:qlxgb[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 3200 series * QLogic 8200 series -[amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=qlxgbe&sektion=4[qlxgbe(4)] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: +[amd64] The man:qlxgbe[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 8300 series -[amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=qlxge&sektion=4[qlxge(4)] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: +[amd64] The man:qlxge[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 8100 series -The http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4[re(4)] driver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters including: +The man:re[4] driver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters including: * Alloy Computer Products EtherGOLD 1439E 10/100 (8139C+) * Compaq Evo N1015v Integrated Ethernet (8139C+) @@ -1885,7 +1883,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4[re(4)] driver supports * USRobotics USR997902 Gigabit Ethernet (8169S) * Xterasys XN-152 10/100/1000 NIC (8169) -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=rl&sektion=4[rl(4)] driver include: +Adapters supported by the man:rl[4] driver include: * Accton "Cheetah" EN1207D (MPX 5030/5038; RealTek 8139 clone) * Allied Telesyn AT2550 @@ -1920,14 +1918,14 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=rl&sektion=4[ * SMC EZ Card 10/100 PCI 1211-TX * SOHO (PRAGMATIC) UE-1211C -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=rue&sektion=4[rue(4)] driver supports RealTek RTL8150 based USB Ethernet adapters including: +[i386,pc98,amd64] The man:rue[4] driver supports RealTek RTL8150 based USB Ethernet adapters including: * Buffalo (Melco Inc.) LUA-KTX * Green House GH-USB100B * LinkSys USB100M * Billionton 10/100 FastEthernet USBKR2 -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sf&sektion=4[sf(4)] driver include: +Adapters supported by the man:sf[4] driver include: * ANA-62011 64-bit single port 10/100baseTX adapter * ANA-62022 64-bit dual port 10/100baseTX adapter @@ -1935,14 +1933,14 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sf&sektion=4[ * ANA-69011 32-bit single port 10/100baseTX adapter * ANA-62020 64-bit single port 100baseFX adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=sfxge&sektion=4[sfxge(4)] driver supports all 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers. +The man:sfxge[4] driver supports all 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers. -The http://www.FreeBSD.org/cgi/man.cgi?query=sge&sektion=4[sge(4)] device driver provides support for the following Ethernet controllers: +The man:sge[4] device driver provides support for the following Ethernet controllers: * SiS190 Fast Ethernet controller * SiS191 Fast/Gigabit Ethernet controller -The http://www.FreeBSD.org/cgi/man.cgi?query=sis&sektion=4[sis(4)] driver supports Silicon Integrated Systems SiS 900 and SiS 7016 based Fast Ethernet adapters and embedded controllers, as well as Fast Ethernet adapters based on the National Semiconductor DP83815 (MacPhyter) and DP83816 chips. Supported adapters include: +The man:sis[4] driver supports Silicon Integrated Systems SiS 900 and SiS 7016 based Fast Ethernet adapters and embedded controllers, as well as Fast Ethernet adapters based on the National Semiconductor DP83815 (MacPhyter) and DP83816 chips. Supported adapters include: * @Nifty FNECHARD IFC USUP-TX * MELCO LGY-PCI-TXC @@ -1951,7 +1949,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=sis&sektion=4[sis(4)] driver suppor * SiS 630, 635, and 735 motherboard chipsets * Soekris Engineering net45xx, net48xx, lan1621, and lan1641 -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sk&sektion=4[sk(4)] driver include: +Adapters supported by the man:sk[4] driver include: * 3Com 3C940 single port, 1000baseT adapter * 3Com 3C2000-T single port, 1000baseT adapter @@ -1959,7 +1957,7 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sk&sektion=4[ * D-Link DGE-530T single port, 1000baseT adapter * Linksys (revision 2) single port, 1000baseT adapter * SK-9521 SK-NET GE-T single port, 1000baseT adapter -* SK-9821 SK- NET GE-T single port, 1000baseT adapter +* SK-9821 SK-NET GE-T single port, 1000baseT adapter * SK-9822 SK-NET GE-T dual port, 1000baseT adapter * SK-9841 SK-NET GE-LX single port, single mode fiber adapter * SK-9842 SK-NET GE-LX dual port, single mode fiber adapter @@ -1967,7 +1965,7 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sk&sektion=4[ * SK-9844 SK-NET GE-SX dual port, multimode fiber adapter * SMC 9452TX single port, 1000baseT adapter -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4[sn(4)] driver supports SMC91Cxx based ISA and PCMCIA cards including: +[i386,amd64] The man:sn[4] driver supports SMC91Cxx based ISA and PCMCIA cards including: * 3Com Megahertz X-Jack Ethernet PC Card XJ10BT, XJ10BC * 3Com Megahertz XJEM and CCEM series: CCEM3288C, CCEM3288T, CCEM3336, CEM3336C, CCEM3336T, XJEM1144C, XJEM1144T, XJEM3288C, XJEM3288T, XJEM3336 @@ -1981,11 +1979,11 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sk&sektion=4[ * SMC EZEther PC Card (8020BT) * SMC EZEther PC Card (8020T) -The http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4[sn(4)] driver supports the SMC 91C90, SMC 91C92, SMC 91C94, SMC 91C95, SMC 91C96, SMC91C100 and SMC 91C100FD chips from SMC. +The man:sn[4] driver supports the SMC 91C90, SMC 91C92, SMC 91C94, SMC 91C95, SMC 91C96, SMC91C100 and SMC 91C100FD chips from SMC. -The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver supports the 595 and 895 cards. These cards have the blue arrow on the front along with a 3Com logo. The Farallon 595a cards, which have a red arrow on the front, are also called EtherWave and EtherMac. They are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4[sn(4)] driver. +The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver supports the 595 and 895 cards. These cards have the blue arrow on the front along with a 3Com logo. The Farallon 595a cards, which have a red arrow on the front, are also called EtherWave and EtherMac. They are supported by the man:sn[4] driver. -[pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=snc&sektion=4[snc(4)] driver supports the following cards: +[pc98] The man:snc[4] driver supports the following cards: * National Semiconductor DP83934AVQB * NEC PC-9801-83 @@ -1997,15 +1995,15 @@ The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver * NEC PC-9801N-J02 PCMCIA * NEC PC-9801N-J02R PCMCIA -The http://www.FreeBSD.org/cgi/man.cgi?query=snc&sektion=4[snc(4)] driver also includes support for the National Semiconductor NS46C46 as 64 * 16 bits Microwave Serial EEPROM. +The man:snc[4] driver also includes support for the National Semiconductor NS46C46 as 64 * 16 bits Microwave Serial EEPROM. -The http://www.FreeBSD.org/cgi/man.cgi?query=ste&sektion=4[ste(4)] driver supports Sundance Technologies ST201 based Fast Ethernet adapters and embedded controllers including: +The man:ste[4] driver supports Sundance Technologies ST201 based Fast Ethernet adapters and embedded controllers including: * D-Link DFE-530TXS * D-Link DFE-550TX * D-Link DFE-580TX -The http://www.FreeBSD.org/cgi/man.cgi?query=stge&sektion=4[stge(4)] driver provides support for various NICs based on the Sundance/Tamarack TC9021 based Gigabit Ethernet controller chips, including: +The man:stge[4] driver provides support for various NICs based on the Sundance/Tamarack TC9021 based Gigabit Ethernet controller chips, including: * Antares Microsystems Gigabit Ethernet * ASUS NX1101 Gigabit Ethernet @@ -2016,7 +2014,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=stge&sektion=4[stge(4)] driver prov * Sundance TC9021 Gigabit Ethernet * Tamarack TC9021 Gigabit Ethernet -[i386,pc98,amd64,sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=ti&sektion=4[ti(4)] driver supports Gigabit Ethernet adapters based on the Alteon Tigon I and II chips. The http://www.FreeBSD.org/cgi/man.cgi?query=ti&sektion=4[ti(4)] driver has been tested with the following adapters: +[i386,pc98,amd64,sparc64] The man:ti[4] driver supports Gigabit Ethernet adapters based on the Alteon Tigon I and II chips. The man:ti[4] driver has been tested with the following adapters: * 3Com 3c985-SX Gigabit Ethernet adapter (Tigon 1) * 3Com 3c985B-SX Gigabit Ethernet adapter (Tigon 2) @@ -2034,14 +2032,14 @@ The following adapters should also be supported but have not yet been tested: * NEC Gigabit Ethernet * Silicon Graphics PCI Gigabit Ethernet adapter -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4[tl(4)] driver supports Texas Instruments ThunderLAN based Ethernet and Fast Ethernet adapters including a large number of Compaq PCI Ethernet adapters. Also supported are: +[i386,pc98,amd64] The man:tl[4] driver supports Texas Instruments ThunderLAN based Ethernet and Fast Ethernet adapters including a large number of Compaq PCI Ethernet adapters. Also supported are: * Olicom OC-2135/2138 10/100 TX UTP adapter * Olicom OC-2325/OC-2326 10/100 TX UTP adapter * Racore 8148 10baseT/100baseTX/100baseFX adapter * Racore 8165 10/100baseTX adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4[tl(4)] driver also supports the built-in Ethernet adapters of various Compaq Prosignia servers and Compaq Deskpro desktop machines including: +The man:tl[4] driver also supports the built-in Ethernet adapters of various Compaq Prosignia servers and Compaq Deskpro desktop machines including: * Compaq Netelligent 10 * Compaq Netelligent 10 T PCI UTP/Coax @@ -2054,9 +2052,9 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4[tl(4)] driver also sup * Compaq NetFlex 3P Integrated * Compaq NetFlex 3P w/BNC -[amd64, i386, pc98] SMC 83c17x (EPIC)-based Ethernet NICs (http://www.FreeBSD.org/cgi/man.cgi?query=tx&sektion=4[tx(4)] driver) +[amd64, i386, pc98] SMC 83c17x (EPIC)-based Ethernet NICs (man:tx[4] driver) -The http://www.FreeBSD.org/cgi/man.cgi?query=txp&sektion=4[txp(4)] driver supports the following cards: +The man:txp[4] driver supports the following cards: * 3Com 3CR990-TX-95 * 3Com 3CR990-TX-97 @@ -2065,18 +2063,18 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=txp&sektion=4[txp(4)] driver suppor * 3Com 3CR990SVR97 * 3Com 3cR990B-SRV -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=udav&sektion=4[udav(4)] driver supports the following adapters: +[i386,pc98,amd64] The man:udav[4] driver supports the following adapters: * Corega FEther USB-TXC * ShanTou ST268 USB NIC -The http://www.FreeBSD.org/cgi/man.cgi?query=vge&sektion=4[vge(4)] driver supports VIA Networking VT6120, VT6122, VT6130 and VT6132 based Gigabit Ethernet adapters including: +The man:vge[4] driver supports VIA Networking VT6120, VT6122, VT6130 and VT6132 based Gigabit Ethernet adapters including: * VIA Networking LAN-on-motherboard Gigabit Ethernet * ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701) * ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702) -The http://www.FreeBSD.org/cgi/man.cgi?query=vr&sektion=4[vr(4)] driver supports VIA Technologies Rhine I, Rhine II, and Rhine III based Fast Ethernet adapters including: +The man:vr[4] driver supports VIA Technologies Rhine I, Rhine II, and Rhine III based Fast Ethernet adapters including: * AOpen/Acer ALN-320 * D-Link DFE520-TX @@ -2084,24 +2082,24 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=vr&sektion=4[vr(4)] driver supports * Hawking Technologies PN102TX * Soekris Engineering net5501 -The http://www.FreeBSD.org/cgi/man.cgi?query=vte&sektion=4[vte(4)] device driver provides support for the following Ethernet controllers: +The man:vte[4] device driver provides support for the following Ethernet controllers: * DM&P Vortex86 RDC R6040 Fast Ethernet controller -[i386,pc98,ia64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=vx&sektion=4[vx(4)] driver supports the following cards: +[i386,pc98,ia64,amd64] The man:vx[4] driver supports the following cards: * 3Com 3c590 EtherLink III PCI * 3Com 3c592 EtherLink III EISA * 3Com 3c595 Fast EtherLink III PCI in 10 Mbps mode * 3Com 3c597 Fast EtherLink III EISA in 10 Mbps mode -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=vxge&sektion=4[vxge(4)] driver supports Neterion X3100 10 Gigabit Ethernet adapters listed in http://www.neterion.com. +[i386,amd64] The man:vxge[4] driver supports Neterion X3100 10 Gigabit Ethernet adapters listed in http://www.neterion.com. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=wb&sektion=4[wb(4)] driver supports Winbond W89C840F based Fast Ethernet adapters and embedded controllers including: +[i386,pc98,amd64] The man:wb[4] driver supports Winbond W89C840F based Fast Ethernet adapters and embedded controllers including: * Trendware TE100-PCIE -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=xe&sektion=4[xe(4)] driver supports the following cards: +[i386,amd64] The man:xe[4] driver supports the following cards: * Xircom CreditCard Ethernet (PS-CE2-10) * Xircom CreditCard Ethernet + Modem 28 (PS-CEM-28) @@ -2119,7 +2117,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=vte&sektion=4[vte(4)] device driver Other similar devices using the same hardware may also be supported. -The http://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4[xl(4)] driver supports the following hardware: +The man:xl[4] driver supports the following hardware: * 3Com 3c900-TPO * 3Com 3c900-COMBO @@ -2141,36 +2139,36 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4[xl(4)] driver supports * 3Com 3C3SH573BT, 3C575TX, 3CCFE575BT, 3CXFE575BT, 3CCFE575CT, 3CXFE575CT, 3CCFEM656, 3CCFEM656B, and 3CCFEM656C, 3CXFEM656, 3CXFEM656B, and 3CXFEM656C CardBus adapters * 3Com 3c905-TX, 3c905B-TX 3c905C-TX, 3c920B-EMB, and 3c920B-EMB-WNM embedded adapters -Both the 3C656 family of CardBus cards and the 3C556 family of MiniPCI cards have a built-in proprietary modem. Neither the http://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4[xl(4)] driver nor any other FreeBSD driver supports this modem. +Both the 3C656 family of CardBus cards and the 3C556 family of MiniPCI cards have a built-in proprietary modem. Neither the man:xl[4] driver nor any other FreeBSD driver supports this modem. [[fddi]] -== FDDI Interfaces +== 3.3. FDDI Interfaces -[i386, pc98] DEC DEFPA PCI (http://www.FreeBSD.org/cgi/man.cgi?query=fpa&sektion=4[fpa(4)] driver) +[i386, pc98] DEC DEFPA PCI (man:fpa[4] driver) -[i386] DEC DEFEA EISA (http://www.FreeBSD.org/cgi/man.cgi?query=fpa&sektion=4[fpa(4)] driver) +[i386] DEC DEFEA EISA (man:fpa[4] driver) [[atm]] -== ATM Interfaces +== 3.4. ATM Interfaces -[i386, pc98] Midway-based ATM interfaces (http://www.FreeBSD.org/cgi/man.cgi?query=en&sektion=4[en(4)] driver) +[i386, pc98] Midway-based ATM interfaces (man:en[4] driver) -[i386, pc98 sparc64] FORE Systems, Inc. PCA-200E ATM PCI Adapters (hfa and http://www.FreeBSD.org/cgi/man.cgi?query=fatm&sektion=4[fatm(4)] drivers) +[i386, pc98 sparc64] FORE Systems, Inc. PCA-200E ATM PCI Adapters (hfa and man:fatm[4] drivers) -[i386, pc98] IDT NICStAR 77201/211-based ATM Adapters (http://www.FreeBSD.org/cgi/man.cgi?query=idt&sektion=4[idt(4)] driver) +[i386, pc98] IDT NICStAR 77201/211-based ATM Adapters (man:idt[4] driver) -[i386, pc98 sparc64] FORE Systems, Inc. HE155 and HE622 ATM interfaces (http://www.FreeBSD.org/cgi/man.cgi?query=hatm&sektion=4[hatm(4)] driver) +[i386, pc98 sparc64] FORE Systems, Inc. HE155 and HE622 ATM interfaces (man:hatm[4] driver) -[i386, pc98] IDT77252-based ATM cards (http://www.FreeBSD.org/cgi/man.cgi?query=patm&sektion=4[patm(4)] driver) +[i386, pc98] IDT77252-based ATM cards (man:patm[4] driver) [[wlan]] -== Wireless Network Interfaces +== 3.5. Wireless Network Interfaces -[amd64, i386, pc98] Cisco/Aironet 802.11b wireless adapters (http://www.FreeBSD.org/cgi/man.cgi?query=an&sektion=4[an(4)] driver) +[amd64, i386, pc98] Cisco/Aironet 802.11b wireless adapters (man:an[4] driver) -[i386,pc98,amd64,sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=ath&sektion=4[ath(4)] driver supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL chipset. +[i386,pc98,amd64,sparc64] The man:ath[4] driver supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL chipset. -The following cards are among those supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ath_hal&sektion=4[ath_hal(4)] module: +The following cards are among those supported by the man:ath_hal[4] module: * Aztech WL830PC * D-Link DWL-A650 @@ -2212,7 +2210,7 @@ The following cards are among those supported by the http://www.FreeBSD.org/cgi/ * 3Com 3CRPAG175 * TP-LINK TL-WDN4800 -The http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4[bwi(4)] driver supports Broadcom BCM43xx based wireless devices, including: +The man:bwi[4] driver supports Broadcom BCM43xx based wireless devices, including: * Apple Airport Extreme * Apple Airport Extreme @@ -2230,9 +2228,9 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4[bwi(4)] driver suppor * TRENDnet TEW-401PCplus * US Robotics 5411 -The http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4[bwi(4)] driver uses the older v3 version of Broadcom's firmware. While this older firmware does support most BCM43xx parts, the bwn(4) driver works better for the newer chips it supports. You must use the http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4[bwi(4)] driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2). The v4 version of the firmware that bwn(4) uses does not support these chips. +The man:bwi[4] driver uses the older v3 version of Broadcom's firmware. While this older firmware does support most BCM43xx parts, the bwn(4) driver works better for the newer chips it supports. You must use the man:bwi[4] driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2). The v4 version of the firmware that bwn(4) uses does not support these chips. -The http://www.FreeBSD.org/cgi/man.cgi?query=bwn&sektion=4[bwn(4)] driver supports Broadcom BCM43xx based wireless devices, including: +The man:bwn[4] driver supports Broadcom BCM43xx based wireless devices, including: * Apple Airport Extreme * ASUS WL-138g @@ -2248,17 +2246,17 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=bwn&sektion=4[bwn(4)] driver suppor Users of older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2) must use bwi(4) because the v4 version of the firmware does not support these chips. The newer firmware is too big to fit into these old chips. -[i386, amd64] Intel PRO/Wireless 2100 MiniPCI network adapter (http://www.FreeBSD.org/cgi/man.cgi?query=ipw&sektion=4[ipw(4)] driver) +[i386, amd64] Intel PRO/Wireless 2100 MiniPCI network adapter (man:ipw[4] driver) -[i386, amd64] Intel PRO/Wireless 2200BG/2915ABG MiniPCI and 2225BG PCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=iwi&sektion=4[iwi(4)] driver) +[i386, amd64] Intel PRO/Wireless 2200BG/2915ABG MiniPCI and 2225BG PCI network adapters (man:iwi[4] driver) -[i386, amd64] Intel Wireless WiFi Link 4965AGN IEEE 802.11n PCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=iwn&sektion=4[iwn(4)] driver) +[i386, amd64] Intel Wireless WiFi Link 4965AGN IEEE 802.11n PCI network adapters (man:iwn[4] driver) -[i386, amd64] Marvell Libertas IEEE 802.11b/g PCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=malo&sektion=4[malo(4)] driver) +[i386, amd64] Marvell Libertas IEEE 802.11b/g PCI network adapters (man:malo[4] driver) -Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=mwl&sektion=4[mwl(4)] driver) +Marvell 88W8363 IEEE 802.11n wireless network adapters (man:mwl[4] driver) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ral&sektion=4[ral(4)] driver supports PCI/PCIe/CardBus wireless adapters based on Ralink Technology chipsets, including: +[i386,amd64] The man:ral[4] driver supports PCI/PCIe/CardBus wireless adapters based on Ralink Technology chipsets, including: * A-Link WL54H * A-Link WL54PC @@ -2347,7 +2345,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * Zonet ZEW1500 * Zonet ZEW1600 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=rsu&sektion=4[rsu(4)] driver provices support for Realtek RTL8188SU/RTL8192SU USB IEEE 802.11b/g/n wireless network adapters, including: +[i386,amd64] The man:rsu[4] driver provices support for Realtek RTL8188SU/RTL8192SU USB IEEE 802.11b/g/n wireless network adapters, including: * ASUS USB-N10 * Belkin F7D1101 v1 @@ -2362,7 +2360,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * TRENDnet TEW-648UB * TRENDnet TEW-649UB -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=rum&sektion=4[rum(4)] driver supports USB 2.0 wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets, including: +[i386,amd64] The man:rum[4] driver supports USB 2.0 wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets, including: * 3Com Aolynk WUB320g * Abocom WUG2700 @@ -2401,7 +2399,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * Sweex LW053 * TP-LINK TL-WN321G -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=run&sektion=4[run(4)] driver supports the following wireless adapters: +[i386,amd64] The man:run[4] driver supports the following wireless adapters: * Airlink101 AWLL6090 * ASUS USB-N11 @@ -2455,7 +2453,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * SMC SMCWUSBS-N2 * Sweex LW303 * Sweex LW313 -* TP-LINK TL-WDN3200 +* TP- LINK TL-WDN3200 * TP-LINK TL-WN727N v3 * Unex DNUR-81 * Unex DNUR-82 @@ -2463,7 +2461,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * ZyXEL NWD210N * ZyXEL NWD270N -The http://www.FreeBSD.org/cgi/man.cgi?query=uath&sektion=4[uath(4)] driver should work with the following adapters: +The man:uath[4] driver should work with the following adapters: * Compex WLU108AG * Compex WLU108G @@ -2487,7 +2485,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=uath&sektion=4[uath(4)] driver shou An up to date list can be found at http://customerproducts.atheros.com/customerproducts/default.asp. -The http://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4[upgt(4)] driver supports USB 2.0 Conexant/Intersil PrismGT series wireless adapters based on the GW3887 chipset, among them: +The man:upgt[4] driver supports USB 2.0 Conexant/Intersil PrismGT series wireless adapters based on the GW3887 chipset, among them: * Belkin F5D7050 (version 1000) * Cohiba Proto Board @@ -2500,7 +2498,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4[upgt(4)] driver supp * Spinnaker DUT * Spinnaker Proto Board -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ural&sektion=4[ural(4)] driver supports USB 2.0 wireless adapters based on the Ralink Technology RT2500USB chipset, including: +[i386,amd64] The man:ural[4] driver supports USB 2.0 wireless adapters based on the Ralink Technology RT2500USB chipset, including: * AMIT WL532U * ASUS WL-167g @@ -2532,7 +2530,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4[upgt(4)] driver supp An up to date list can be found at http://ralink.rapla.net/. -The http://www.FreeBSD.org/cgi/man.cgi?query=urtw&sektion=4[urtw(4)] driver supports Realtek RTL8187B/L based wireless network devices, including: +The man:urtw[4] driver supports Realtek RTL8187B/L based wireless network devices, including: * Belkin F5D7050E * Linksys WUSB54GCv2 @@ -2545,7 +2543,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtw&sektion=4[urtw(4)] driver supp * SureCom EP-9001-g(2A) * TRENDnet TEW-424UB V3.xR -The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4[urtwn(4)] driver supports Realtek RTL8188CU/RTL8188RU/RTL8188EU/RTL8192CU based USB IEEE 802.11b/g/n wireless network adapters, including: +The man:urtwn[4] driver supports Realtek RTL8188CU/RTL8188EU/RTL8192CU based USB IEEE 802.11b/g/n wireless network adapters, including: * Alfa AWUS036NHR v2 * ASUS USB-N10 NANO @@ -2559,13 +2557,13 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4[urtwn(4)] driver su * TP-LINK TL-WN723N v3 * TP-LINK TL-WN725N v2 -[amd64, i386, pc98] Lucent Technologies WaveLAN/IEEE 802.11b wireless network adapters and workalikes using the Lucent Hermes, Intersil PRISM-II, Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24 chipsets (http://www.FreeBSD.org/cgi/man.cgi?query=wi&sektion=4[wi(4)] driver) +[amd64, i386, pc98] Lucent Technologies WaveLAN/IEEE 802.11b wireless network adapters and workalikes using the Lucent Hermes, Intersil PRISM-II, Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24 chipsets (man:wi[4] driver) -[i386] NCR / AT&T / Lucent Technologies WaveLan T1-speed ISA/radio LAN cards (http://www.FreeBSD.org/cgi/man.cgi?query=wl&sektion=4[wl(4)] driver) +[i386] NCR / AT&T / Lucent Technologies WaveLan T1-speed ISA/radio LAN cards (man:wl[4] driver) -[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=wpi&sektion=4[wpi(4)] driver) +[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network adapters (man:wpi[4] driver) -[i386,amd64] The following devices are known to be supported by the http://www.FreeBSD.org/cgi/man.cgi?query=zyd&sektion=4[zyd(4)] driver: +[i386,amd64] The following devices are known to be supported by the man:zyd[4] driver: * 3COM 3CRUSB10075 * Acer WLAN-G-US1 @@ -2613,14 +2611,14 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4[urtwn(4)] driver su * ZyXEL ZyAIR G-220 [[misc-network]] -== Miscellaneous Networks +== 3.6. Miscellaneous Networks -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=ce&sektion=4[ce(4)] driver supports the following models of Tau-PCI/32 WAN adapters: +[i386,pc98] The man:ce[4] driver supports the following models of Tau-PCI/32 WAN adapters: * Cronyx Tau-PCI/32 * Cronyx Tau-PCI/32-Lite -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=cx&sektion=4[cx(4)] driver supports the following cards: +[i386] The man:cx[4] driver supports the following cards: * Cronyx Sigma-22, Sigma-24 * Cronyx Sigma-100 @@ -2629,7 +2627,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4[urtwn(4)] driver su * Cronyx Sigma-703 * Cronyx Sigma-800, Sigma-801, Sigma-810, Sigma-840 -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=cp&sektion=4[cp(4)] driver supports the following models of Tau-PCI WAN adapters: +[i386,pc98] The man:cp[4] driver supports the following models of Tau-PCI WAN adapters: * Cronyx Tau-PCI * Cronyx Tau-PCI/R @@ -2643,30 +2641,30 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4[urtwn(4)] driver su * Cronyx Tau-PCI-T3 * Cronyx Tau-PCI-STS1 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=ctau&sektion=4[ctau(4)] driver supports the following cards: +[i386] The man:ctau[4] driver supports the following cards: * Cronyx Tau (RS-232/V.35) * Cronyx Tau/R (RS-530/RS-449) * Cronyx Tau/E1 (fractional E1) * Cronyx Tau/G703 (unframed E1) -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=cm&sektion=4[cm(4)] driver supports the following card models: +[i386] The man:cm[4] driver supports the following card models: * SMC90c26 * SMC90c56 * SMC90c66 in '56 compatibility mode. [[serial]] -== Serial Interfaces +== 3.7. Serial Interfaces -[amd64, i386] "PC standard" 8250, 16450, and 16550-based serial ports (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[amd64, i386] "PC standard" 8250, 16450, and 16550-based serial ports (man:sio[4] driver) -The http://www.FreeBSD.org/cgi/man.cgi?query=uart&sektion=4[uart(4)] driver supports the following classes of UARTs: +The man:uart[4] driver supports the following classes of UARTs: * NS8250: standard hardware based on the 8250, 16450, 16550, 16650, 16750 or the 16950 UARTs. * SCC: serial communications controllers supported by the scc(4) device driver. -The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4[scc(4)] driver supports the following classes of SCCs: +The man:scc[4] driver supports the following classes of SCCs: * SAB82532: Siemens SAB 82532 based serial communications controllers. * Z8530: Zilog 8530 based serial communications controllers. @@ -2678,20 +2676,20 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4[scc(4)] driver suppor [i386] Boca multi-port serial cards -* Boca BB1004 4-Port serial card (Modems [.emphasis]#_not_# supported) +* Boca BB1004 4-Port serial card (Modems _not_ supported) * Boca IOAT66 6-Port serial card (Modems supported) -* Boca BB1008 8-Port serial card (Modems [.emphasis]#_not_# supported) +* Boca BB1008 8-Port serial card (Modems _not_ supported) * Boca BB2016 16-Port serial card (Modems supported) -[i386] Comtrol Rocketport card (http://www.FreeBSD.org/cgi/man.cgi?query=rp&sektion=4[rp(4)] driver) +[i386] Comtrol Rocketport card (man:rp[4] driver) -[i386] Cyclades Cyclom-Y serial board (http://www.FreeBSD.org/cgi/man.cgi?query=cy&sektion=4[cy(4)] driver) +[i386] Cyclades Cyclom-Y serial board (man:cy[4] driver) [i386] STB 4 port card using shared IRQ [i386] DigiBoard intelligent serial cards (digi driver) -[amd64, i386, ia64] PCI-Based multi-port serial boards (http://www.FreeBSD.org/cgi/man.cgi?query=puc&sektion=4[puc(4)] driver) +[amd64, i386, ia64] PCI-Based multi-port serial boards (man:puc[4] driver) * [amd64, i386] Actiontech 56K PCI * [amd64, i386] Avlab Technology, PCI IO 2S and PCI IO 4S @@ -2717,90 +2715,84 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4[scc(4)] driver suppor * [amd64, i386] US Robotics (3Com) 3CP5609 modem * [amd64, i386] VScom PCI-400 and PCI-800 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=rc&sektion=4[rc(4)] driver provides support for the SDL Communications RISCom/8 boards. +[i386] The man:rc[4] driver provides support for the SDL Communications RISCom/8 boards. -[i386, amd64] Specialix SI/XIO/SX multiport serial cards, with both the older SIHOST2.x and the "enhanced" (transputer based, aka JET) host cards (ISA, EISA and PCI) are supported. Note that the newer SX+ PCI cards are not currently supported. (http://www.FreeBSD.org/cgi/man.cgi?query=si&sektion=4[si(4)] driver) +[i386, amd64] Specialix SI/XIO/SX multiport serial cards, with both the older SIHOST2.x and the "enhanced" (transputer based, aka JET) host cards (ISA, EISA and PCI) are supported. Note that the newer SX+ PCI cards are not currently supported. (man:si[4] driver) -[pc98] Internel serial interfaces (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] Internel serial interfaces (man:sio[4] driver) * PC-9801 on-board * PC-9821 2'nd CCU (flags 0x12000000) -[pc98] NEC PC-9861K, PC-9801-101 and Midori-Denshi MDC-926Rs (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] NEC PC-9861K, PC-9801-101 and Midori-Denshi MDC-926Rs (man:sio[4] driver) * COM2 (flags 0x01000000) * COM3 (flags 0x02000000) -[pc98] NEC PC-9801-120 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] NEC PC-9801-120 (man:sio[4] driver) -[.note] *Note*: + "flags 0x11000000" is necessary in kernel configuration. -[pc98] Microcore MC-16550, MC-16550II, MC-RS98 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] Microcore MC-16550, MC-16550II, MC-RS98 (man:sio[4] driver) -[.note] *Note*: + "flags 0x14000?01" is necessary in kernel configuration. -[pc98] Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 (man:sio[4] driver) -[.note] *Note*: + "flags 0x15000?01" is necessary in kernel configuration. -[pc98] Media Intelligent RSB-384 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] Media Intelligent RSB-384 (man:sio[4] driver) -[.note] *Note*: + "flags 0x16000001" is necessary in kernel configuration. -[pc98] I-O DATA RSA-98III (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] I-O DATA RSA-98III (man:sio[4] driver) -[.note] *Note*: + "flags 0x18000?01" is necessary in kernel configuration. -[pc98] Hayes ESP98 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] Hayes ESP98 (man:sio[4] driver) -[.note] *Note*: + "options COM_ESP" and "flags 0x19000000" are necessary in kernel configuration. [[sound]] -== Sound Devices +== 3.8. Sound Devices -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ad1816&sektion=4[snd_ad1816(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_ad1816[4] driver supports the following sound cards: * Analog Devices AD1816 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_als4000&sektion=4[snd_als4000(4)] driver supports the following sound cards: +[i386] The man:snd_als4000[4] driver supports the following sound cards: * Avance Logic ALS4000 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_atiixp&sektion=4[snd_atiixp(4)] driver supports the following audio chipsets: +[i386,amd64] The man:snd_atiixp[4] driver supports the following audio chipsets: * ATI IXP 200 * ATI IXP 300 * ATI IXP 400 -[sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_audiocs&sektion=4[snd_audiocs(4)] driver supports the following audio devices: +[sparc64] The man:snd_audiocs[4] driver supports the following audio devices: * CS4231 on SBus based UltraSPARC * CS4231 on PCI/EBus based UltraSPARC -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_cmi&sektion=4[snd_cmi(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_cmi[4] driver supports the following sound cards: * CMedia CMI8338A * CMedia CMI8338B * CMedia CMI8738 * CMedia CMI8738B -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_cs4281&sektion=4[snd_cs4281(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_cs4281[4] driver supports the following sound cards: * Crystal Semiconductor CS4281 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_csa&sektion=4[snd_csa(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_csa[4] driver supports the following sound cards: * Crystal Semiconductor CS4280 * Crystal Semiconductor CS4610 @@ -2814,41 +2806,41 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4[scc(4)] driver suppor * Hercules Game Theatre XP * Turtle Beach Santa Cruz -Some onboard CS4610 chips are accompanied by the CS423x ISA codec instead of the CS4297 AC97 codec. Such configurations are not supported by the http://www.FreeBSD.org/cgi/man.cgi?query=snd_csa&sektion=4[snd_csa(4)] driver yet. +Some onboard CS4610 chips are accompanied by the CS423x ISA codec instead of the CS4297 AC97 codec. Such configurations are not supported by the man:snd_csa[4] driver yet. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ds1&sektion=4[snd_ds1(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_ds1[4] driver supports the following sound cards: * Yamaha DS-1 * Yamaha DS-1E -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10k1&sektion=4[snd_emu10k1(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_emu10k1[4] driver supports the following sound cards: * Creative SoundBlaster Live! (EMU10K1 Chipset) * Creative SoundBlaster Audigy (EMU10K2 Chipset) * Creative SoundBlaster Audigy 2 (EMU10K2 Chipset) * Creative SoundBlaster Audigy 2 (EMU10K3 Chipset) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4[snd_emu10kx(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_emu10kx[4] driver supports the following sound cards: * Creative Sound Blaster Live! (EMU10K1 Chipset). Both PCM and MIDI interfaces are available. * Creative Sound Blaster Audigy (CA0100 and CA0101 Chipset). PCM and two MIDI interfaces available. * Creative Sound Blaster Audigy 2 and Creative Sound Blaster Audigy 4 (CA0102 Chipset). PCM support is limited to 48kHz/16 bit stereo (192kHz/24 bit part of this chipset is not supported). * Creative Sound Blaster Audigy 2 Value (CA0108 Chipset). PCM support is limited to 48kHz/16 bit stereo (192kHz/24 bit part of this chipset is not supported). There is no MIDI support for this card. -The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4[snd_emu10kx(4)] driver does [.emphasis]#_not_# support the following sound cards (although they have names similar to some supported ones): +The man:snd_emu10kx[4] driver does _not_ support the following sound cards (although they have names similar to some supported ones): * Creative Sound Blaster Live! 24-Bit, identified by FreeBSD as * Creative Sound Blaster Audigy LS / ES, identified by FreeBSD as * All other Creative sound cards with -DAT chipsets. * All Creative X-Fi series sound cards. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_envy24&sektion=4[snd_envy24(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_envy24[4] driver supports the following audio devices: * M-Audio Audiophile 2496 * M-Audio Delta Dio 2496 * Terratec DMX 6fire -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_envy24ht&sektion=4[snd_envy24ht(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_envy24ht[4] driver supports the following audio devices: * Audiotrak Prodigy 7.1 * Audiotrak Prodigy 7.1 LT @@ -2864,7 +2856,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4[snd_emu10kx(4 * Terratec PHASE 22 * Terratec PHASE 28 -[i386,sparc64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_es137x&sektion=4[snd_es137x(4)] driver supports the following sound cards: +[i386,sparc64,amd64] The man:snd_es137x[4] driver supports the following sound cards: * Creative CT5880-A * Creative CT5880-C @@ -2878,29 +2870,29 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4[snd_emu10kx(4 * Ensoniq AudioPCI ES1373-B * Ensoniq AudioPCI ES1373-8 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ess&sektion=4[snd_ess(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_ess[4] driver supports the following sound cards: * Ensoniq ESS ISA PnP/non-PnP -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_fm801&sektion=4[snd_fm801(4)] driver supports audio devices based on the following chipset: +[i386,amd64] The man:snd_fm801[4] driver supports audio devices based on the following chipset: * Forte Media FM801 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_gusc&sektion=4[snd_gusc(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_gusc[4] driver supports the following sound cards: * Gravis UltraSound MAX * Gravis UltraSound PnP -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4[snd_hda(4)] driver supports controllers having PCI class 4 (multimedia) and subclass 3 (HDA), compatible with Intel HDA specification. +[i386,amd64] The man:snd_hda[4] driver supports controllers having PCI class 4 (multimedia) and subclass 3 (HDA), compatible with Intel HDA specification. -The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4[snd_hda(4)] driver supports more than two hundred different controllers and CODECs. There is no sense to list all of them here, as in most cases specific CODEC configuration and wiring are more important then type of the CODEC itself. +The man:snd_hda[4] driver supports more than two hundred different controllers and CODECs. There is no sense to list all of them here, as in most cases specific CODEC configuration and wiring are more important then type of the CODEC itself. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hdspe&sektion=4[snd_hdspe(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_hdspe[4] driver supports the following audio devices: * RME HDSPe AIO * RME HDSPe RayDAT -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ich&sektion=4[snd_ich(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_ich[4] driver supports the following audio devices: * AMD 768 * AMD 8111 @@ -2921,18 +2913,18 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4[snd_hda(4)] drive * NVIDIA nForce4 * SiS 7012 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_maestro&sektion=4[snd_maestro(4)] driver supports the following PCI sound cards: +[i386,amd64] The man:snd_maestro[4] driver supports the following PCI sound cards: * ESS Technology Maestro-1 * ESS Technology Maestro-2 * ESS Technology Maestro-2E -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_maestro3&sektion=4[snd_maestro3(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_maestro3[4] driver supports the following audio devices: * ESS Technology Allegro-1 * ESS Technology Maestro3 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_mss&sektion=4[snd_mss(4)] driver supports the following audio devices: +[i386] The man:snd_mss[4] driver supports the following audio devices: * AD1845 * AD1848 @@ -2954,12 +2946,12 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4[snd_hda(4)] drive * Yamaha OPL-SA2 * Yamaha OPL-SA3 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_neomagic&sektion=4[snd_neomagic(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_neomagic[4] driver supports the following audio devices: * NeoMagic 256AV * NeoMagic 256ZX -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_sbc&sektion=4[snd_sbc(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_sbc[4] driver supports the following sound cards: * Avance Asound 110 * Avance Logic ALS100+ @@ -2978,14 +2970,14 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4[snd_hda(4)] drive * ESS ES1879 * ESS ES1888 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_solo&sektion=4[snd_solo(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_solo[4] driver supports the following sound cards: * ESS Solo-1 (ES1938 Chipset) * ESS Solo-1E (ES1946 Chipset) Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) and/or snd_sbc(4). -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_spicds&sektion=4[snd_spicds(4)] driver supports the following codecs: +[i386,amd64] The man:snd_spicds[4] driver supports the following codecs: * AK4358 * AK4381 @@ -2994,14 +2986,14 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * AK4528 * WM8770 -[i386,amd64,sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_t4dwave&sektion=4[snd_t4dwave(4)] driver supports the following audio devices: +[i386,amd64,sparc64] The man:snd_t4dwave[4] driver supports the following audio devices: * Acer Labs M5451 * SIS 7018 * Trident 4DWave DX * Trident 4DWave NX -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_via8233&sektion=4[snd_via8233(4)] driver supports the following audio chipsets: +[i386,amd64] The man:snd_via8233[4] driver supports the following audio chipsets: * VIA VT8233 * VIA VT8233A @@ -3010,11 +3002,11 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * VIA VT8237 * VIA VT8251 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_via82c686&sektion=4[snd_via82c686(4)] driver supports audio devices based on the following chipset: +[i386,amd64] The man:snd_via82c686[4] driver supports audio devices based on the following chipset: * VIA 82C686A -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_vibes&sektion=4[snd_vibes(4)] driver supports audio devices based on the following chipset: +[i386,amd64] The man:snd_vibes[4] driver supports audio devices based on the following chipset: * S3 SonicVibes @@ -3025,18 +3017,18 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a [pc98] NEC X-MATE, CanBe, ValueStar internal (mss driver) -[pc98] Creative Technologies SoundBlaster(98) (http://www.FreeBSD.org/cgi/man.cgi?query=sb&sektion=4[sb(4)] driver) +[pc98] Creative Technologies SoundBlaster(98) (man:b[4] driver) -[pc98] I-O DATA CD-BOX (http://www.FreeBSD.org/cgi/man.cgi?query=sb&sektion=4[sb(4)] driver) +[pc98] I-O DATA CD-BOX (man:sb[4] driver) [pc98] MPU-401 and compatible interfaces (mpu driver) * Q-Vision WaveStar [[camera]] -== Camera and Video Capture Devices +== 3.9. Camera and Video Capture Devices -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=bktr&sektion=4[bktr(4)] driver supports video capture cards based on the Brooktree Bt848/849/878/879 chips, as well as Pinnacle PCTV cards, including: +[i386,pc98] The man:bktr[4] driver supports video capture cards based on the Brooktree Bt848/849/878/879 chips, as well as Pinnacle PCTV cards, including: * AOpen VA1000 * AVerMedia AVerTV Studio @@ -3064,19 +3056,17 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a [i386] Connectix QuickCam [[usb]] -== USB Devices +== 3.10. USB Devices [amd64, i386, ia64, pc98] A range of USB peripherals are supported; devices known to work are listed in this section. Owing to the generic nature of most USB devices, with some exceptions any device of a given class will be supported, even if not explicitly listed here. -[.note] *Note*: + -[amd64, i386, ia64, pc98] USB Ethernet adapters can be found in the section listing link:#ethernet[Ethernet interfaces]. +[amd64, i386, ia64, pc98] USB Ethernet adapters can be found in the section listing <>. -[.note] *Note*: + -[amd64, i386, ia64, pc98] USB Bluetooth adapters can be found in link:#bluetooth[Bluetooth] section. +[amd64, i386, ia64, pc98] USB Bluetooth adapters can be found in <> section. -[i386,pc98,ia64,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=ohci&sektion=4[ohci(4)] driver supports all OHCI v1.0 compliant controllers including: +[i386,pc98,ia64,amd64,powerpc] The man:ohci[4] driver supports all OHCI v1.0 compliant controllers including: * AcerLabs M5237 (Aladdin-V) * AMD-756 @@ -3087,33 +3077,33 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * NVIDIA nForce3 * Sun PCIO-2 (RIO USB) -[i386,pc98,ia64,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=uhci&sektion=4[uhci(4)] driver supports all UHCI v1.1 compliant controllers including: +[i386,pc98,ia64,amd64,powerpc] The man:uhci[4] driver supports all UHCI v1.1 compliant controllers including: * Intel 82371AB/EB (PIIX4) * Intel 82371SB (PIIX3) * VIA 83C572 -[amd64, i386, ia64, pc98] USB 2.0 controllers using the EHCI interface (http://www.FreeBSD.org/cgi/man.cgi?query=ehci&sektion=4[ehci(4)] driver) +[amd64, i386, ia64, pc98] USB 2.0 controllers using the EHCI interface (man:ehci[4] driver) [amd64, i386, ia64, pc98] Hubs -[amd64, i386, ia64, pc98] Keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=ukbd&sektion=4[ukbd(4)] driver) +[amd64, i386, ia64, pc98] Keyboards (man:ukbd[4] driver) [amd64, i386, pc98] Miscellaneous * Assist Computer Systems PC Camera C-M1 * ActiveWire I/O Board * Creative Technology Video Blaster WebCam Plus -* D-Link DSB-R100 USB Radio (http://www.FreeBSD.org/cgi/man.cgi?query=ufm&sektion=4[ufm(4)] driver) +* D-Link DSB-R100 USB Radio (man:ufm[4] driver) * Mirunet AlphaCam Plus -[i386,pc98,amd64,powerpc] The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=urio&sektion=4[urio(4)] driver: +[i386,pc98,amd64,powerpc] The following devices are supported by the man:urio[4] driver: * Diamond MultiMedia Rio 500 * Diamond MultiMedia Rio 600 * Diamond MultiMedia Rio 800 -[i386,pc98,amd64] Devices supported by the http://www.FreeBSD.org/cgi/man.cgi?query=umodem&sektion=4[umodem(4)] driver include: +[i386,pc98,amd64] Devices supported by the man:umodem[4] driver include: * 3Com 5605 * Curitel PC5740 Wireless Modem @@ -3126,9 +3116,9 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * Sony Ericsson W810i phone * Sonim XP5300 Force -[amd64, i386, ia64, pc98] Mice (http://www.FreeBSD.org/cgi/man.cgi?query=ums&sektion=4[ums(4)] driver) +[amd64, i386, ia64, pc98] Mice (man:ums[4] driver) -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=ulpt&sektion=4[ulpt(4)] driver provides support for USB printers and parallel printer conversion cables, including the following: +[i386,pc98,amd64,powerpc] The man:ulpt[4] driver provides support for USB printers and parallel printer conversion cables, including the following: * ATen parallel printer adapter * Belkin F5U002 parallel printer adapter @@ -3139,7 +3129,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * Oki Data MICROLINE ML660PS * Seiko Epson PM-900C, 880C, 820C, 730C -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ubsa&sektion=4[ubsa(4)] driver supports the following adapters: +[i386,pc98,amd64] The man:ubsa[4] driver supports the following adapters: * AnyData ADU-500A EV-DO modem * AnyData ADU-E100A (no EV-DO mode support) @@ -3149,9 +3139,9 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * GoHubs GoCOM232 * Peracom single port serial adapter -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ubser&sektion=4[ubser(4)] driver provides support for the BWCT console management serial adapters. +[i386,pc98,amd64] The man:ubser[4] driver provides support for the BWCT console management serial adapters. -[i386,pc98,amd64] The +[i386,pc98,amd64] The man:uftdi[4] driver supports the following adapters: * B&B Electronics USB->RS422/485 adapter * Elexol USB MOD1 and USB MOD3 @@ -3161,7 +3151,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * Buffalo PC-OP-RS / Kurouto-shikou KURO-RS universal remote * Prologix GPIB-USB Controller -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=uplcom&sektion=4[uplcom(4)] driver supports the following devices and adapters: +[i386,pc98,amd64] The man:uplcom[4] driver supports the following devices and adapters: * ADLINK ND-6530 USB-Serial Adapter * Alcatel One Touch 535/735 Phone @@ -3220,7 +3210,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * YC-Cable USB-Serial Adapter * Zeagle N2iTion3 Diving Computer -The http://www.FreeBSD.org/cgi/man.cgi?query=umct&sektion=4[umct(4)] driver supports the following adapters: +The man:umct[4] driver supports the following adapters: * Belkin F5U109 * Belkin F5U409 @@ -3228,7 +3218,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=umct&sektion=4[umct(4)] driver supp * Magic Control Technology USB-232 * Sitecom USB-232 -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=umass&sektion=4[umass(4)] driver supports USB Mass Storage devices, including: +[i386,pc98,amd64,powerpc] The man:umass[4] driver supports USB Mass Storage devices, including: * ADTEC Stick Drive AD-UST32M, 64M, 128M, 256M * Denno FireWire/USB2 Removable 2.5-inch HDD Case MIFU-25CB20 @@ -3282,9 +3272,9 @@ Among the supported digital cameras are: * Asahi Optical (PENTAX) Optio 230 & 330 -[amd64, i386, pc98] Audio Devices (http://www.FreeBSD.org/cgi/man.cgi?query=uaudio&sektion=4[uaudio(4)] driver) +[amd64, i386, pc98] Audio Devices (man:uaudio[4] driver) -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=uvisor&sektion=4[uvisor(4)] driver supports the following devices: +[i386,pc98,amd64] The man:uvisor[4] driver supports the following devices: * Aceeca Mez1000 RDA * Handspring Treo @@ -3309,9 +3299,9 @@ Among the supported digital cameras are: * Sony Clie TJ37 [[firewire]] -== IEEE 1394 (Firewire) Devices +== 3.11. IEEE 1394 (Firewire) Devices -[i386,sparc64,ia64,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=fwohci&sektion=4[fwohci(4)] driver provides support for PCI/CardBus FireWire interface cards. The driver supports the following IEEE 1394 OHCI chipsets: +[i386,sparc64,ia64,amd64,powerpc] The man:fwohci[4] driver provides support for PCI/CardBus FireWire interface cards. The driver supports the following IEEE 1394 OHCI chipsets: * Adaptec AHA-894x/AIC-5800 * Apple Pangea @@ -3343,14 +3333,14 @@ Among the supported digital cameras are: * Texas Instruments TSB82AA2 * VIA Fire II (VT6306) -[amd64, i386, sparc64] Serial Bus Protocol 2 (SBP-2) storage devices (http://www.FreeBSD.org/cgi/man.cgi?query=sbp&sektion=4[sbp(4)] driver) +[amd64, i386, sparc64] Serial Bus Protocol 2 (SBP-2) storage devices (man:sbp[4] driver) [[bluetooth]] -== Bluetooth Devices +== 3.12. Bluetooth Devices -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ng_bt3c&sektion=4[ng_bt3c(4)] driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter. +[i386,pc98,amd64] The man:ng_bt3c[4] driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ng_ubt&sektion=4[ng_ubt(4)] driver supports all Bluetooth USB devices that conform with the Bluetooth specification v1.1, including: +[i386,pc98,amd64] The man:ng_ubt[4] driver supports all Bluetooth USB devices that conform with the Bluetooth specification v1.1, including: * 3Com 3CREB96 * AIPTEK BR0R02 @@ -3361,9 +3351,9 @@ Among the supported digital cameras are: * Broadcom Bluetooth USB adapter [[crypto-accel]] -== 3.13.�Cryptographic Accelerators +== 3.13. Cryptographic Accelerators -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hifn&sektion=4[hifn(4)] driver supports various cards containing the Hifn 7751, 7951, 7811, 7955, and 7956 chipsets, such as: +[i386,pc98,amd64] The man:hifn[4] driver supports various cards containing the Hifn 7751, 7951, 7811, 7955, and 7956 chipsets, such as: * Invertex AEON * Hifn 7751 @@ -3373,12 +3363,12 @@ Among the supported digital cameras are: * Soekris Engineering vpn1201 and vpn1211 * Soekris Engineering vpn1401 and vpn1411 -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=safe&sektion=4[safe(4)] driver supports cards containing any of the following chips: +[i386,pc98,amd64] The man:safe[4] driver supports cards containing any of the following chips: * SafeNet 1141 * SafeNet 1741 -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ubsec&sektion=4[ubsec(4)] driver supports cards containing any of the following chips: +[i386,pc98,amd64] The man:ubsec[4] driver supports cards containing any of the following chips: * Bluesteel 5501 * Bluesteel 5601 @@ -3392,32 +3382,31 @@ Among the supported digital cameras are: * Broadcom BCM5825 [[misc]] -== Miscellaneous +== 3.14. Miscellaneous [amd64, i386, pc98] FAX-Modem/PCCARD * MELCO IGM-PCM56K/IGM-PCM56KH * Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD terminal) -[amd64, i386, pc98] Floppy drives (http://www.FreeBSD.org/cgi/man.cgi?query=fdc&sektion=4[fdc(4)] driver) +[amd64, i386, pc98] Floppy drives (man:fdc[4] driver) -[amd64, i386] VGA-compatible video cards (http://www.FreeBSD.org/cgi/man.cgi?query=vga&sektion=4[vga(4)] driver) +[amd64, i386] VGA-compatible video cards (man:vga[4] driver) -[.note] *Note*: + Information regarding specific video cards and compatibility with Xorg can be found at `http://www.x.org/`. [amd64, i386, ia64, pc98] Keyboards including: -* [i386] AT-style keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=atkbd&sektion=4[atkbd(4)] driver) -* [amd64, i386] PS/2 keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=atkbd&sektion=4[atkbd(4)] driver) +* [i386] AT-style keyboards (man:atkbd[4] driver) +* [amd64, i386] PS/2 keyboards (man:atkbd[4] driver) * [pc98] Standard keyboards -* [amd64, i386, ia64, pc98] USB keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=ukbd&sektion=4[ukbd(4)] driver) +* [amd64, i386, ia64, pc98] USB keyboards (man:ukbd[4] driver) [amd64, i386, ia64, pc98] Pointing devices including: -* The http://www.FreeBSD.org/cgi/man.cgi?query=atp&sektion=4[atp(4)] driver provides support for the following Product IDs: -+ +* The man:atp[4] driver provides support for the following Product IDs: + ** PowerBooks, iBooks (IDs: 0x020e, 0x020f, 0x0210, 0x0214, 0x0215, 0x0216) ** Core Duo MacBook & MacBook Pro (IDs: 0x0217, 0x0218, 0x0219) ** Core2 Duo MacBook & MacBook Pro (IDs: 0x021a, 0x021b, 0x021c) @@ -3426,24 +3415,23 @@ Information regarding specific video cards and compatibility with Xorg can be fo ** 15 inch PowerBook (IDs: 0x020e, 0x020f, 0x0215) ** 17 inch PowerBook (ID: 0x020d) ** Almost all recent Macbook-Pros and Airs (IDs: 0x0223, 0x0223, 0x0224, 0x0224, 0x0225, 0x0225, 0x0230, 0x0230, 0x0231, 0x0231, 0x0232, 0x0232, 0x0236, 0x0236, 0x0237, 0x0237, 0x0238, 0x0238, 0x023f, 0x023f, 0x0240, 0x0241, 0x0242, 0x0243, 0x0244, 0x0245, 0x0246, 0x0247, 0x0249, 0x024a, 0x024b, 0x024c, 0x024d, 0x024e, 0x0252, 0x0252, 0x0253, 0x0253, 0x0254, 0x0254, 0x0259, 0x025a, 0x025b, 0x0262, 0x0262, 0x0263, 0x0264, 0x0290, 0x0291, 0x0292) -+ + To discover the product\-id of a touchpad, search for 'Trackpad' in the output of lshal(1) and look up the property -* [amd64, i386, pc98] Bus mice and compatible devices (http://www.FreeBSD.org/cgi/man.cgi?query=mse&sektion=4[mse(4)] driver) -* [amd64, i386] PS/2 mice and compatible devices, including many laptop pointing devices (http://www.FreeBSD.org/cgi/man.cgi?query=psm&sektion=4[psm(4)] driver) +* [amd64, i386, pc98] Bus mice and compatible devices (man:mse[4] driver) +* [amd64, i386] PS/2 mice and compatible devices, including many laptop pointing devices (man:psm[4] driver) * Serial mice and compatible devices -* [amd64, i386, ia64, pc98] USB mice (http://www.FreeBSD.org/cgi/man.cgi?query=ums&sektion=4[ums(4)] driver) +* [amd64, i386, ia64, pc98] USB mice (man:ums[4] driver) -[.note] *Note*: + -http://www.FreeBSD.org/cgi/man.cgi?query=moused&sektion=8[moused(8)] has more information on using pointing devices with FreeBSD. Information on using pointing devices with Xorg can be found at `http://www.x.org/`. +man:moused(8)] has more information on using pointing devices with FreeBSD. Information on using pointing devices with Xorg can be found at `http://www.x.org/`. -[amd64, i386] "PC standard" parallel ports (http://www.FreeBSD.org/cgi/man.cgi?query=ppc&sektion=4[ppc(4)] driver) +[amd64, i386] "PC standard" parallel ports (man:ppc[4] driver) -[pc98] "PC-9821 standard" parallel ports (http://www.FreeBSD.org/cgi/man.cgi?query=ppc&sektion=4[ppc(4)] driver) +[pc98] "PC-9821 standard" parallel ports (man:ppc[4] driver) -[i386, amd64] PC-compatible joysticks (http://www.FreeBSD.org/cgi/man.cgi?query=joy&sektion=4[joy(4)] driver) +[i386, amd64] PC-compatible joysticks (man:joy[4] driver) -[pc98] Joystick port of SoundBlaster(98) (http://www.FreeBSD.org/cgi/man.cgi?query=joy&sektion=4[joy(4)] driver) +[pc98] Joystick port of SoundBlaster(98) (man:joy[4] driver) [i386, pc98] PHS Data Communication Card/PCCARD @@ -3454,4 +3442,3 @@ http://www.FreeBSD.org/cgi/man.cgi?query=moused&sektion=8[moused(8)] has more in [i386] Xilinx XC6200-based reconfigurable hardware cards compatible with the HOT1 from http://www.vcc.com/[Virtual Computers] (xrpu driver). [pc98] Power Management Controller of NEC PC-98 Note (pmc driver) - diff --git a/website/content/en/releases/10.3R/hardware.adoc b/website/content/en/releases/10.3R/hardware.adoc index 4419574cdc..0387019437 100644 --- a/website/content/en/releases/10.3R/hardware.adoc +++ b/website/content/en/releases/10.3R/hardware.adoc @@ -44,9 +44,9 @@ This section provides some architecture-specific information about the specific [[proc-amd64]] == 2.1. amd64 -Since mid-2003 FreeBSD/amd64 has supported the AMD64 ("Hammer") and Intel(R) EM64T architecture, and is now one of the Tier-1 platforms (fully supported architecture), which are expected to be Production Quality with respects to all aspects of the FreeBSD operating system, including installation and development environments. +Since mid-2003 FreeBSD/amd64 has supported the AMD64 ("Hammer") and Intel(R) EM64T architecture, and is now one of the Tier-1 platforms (fully supported architecture), which are expected to be Production Quality with respects to all aspects of the FreeBSD operating system, including installation and development environments. -Note that there are two names for this architecture, AMD64 (AMD) and Intel EM64T (Extended Memory 64-bit Technology). 64-bit mode of the two architectures are almost compatible with each other, and FreeBSD/amd64 supports them both. +Note that there are two names for this architecture, AMD64 (AMD) and Intel EM64T (Extended Memory 64-bit Technology). 64-bit mode of the two architectures are almost compatible with each other, and FreeBSD/amd64 should support them both. As of this writing, the following processors are supported: @@ -59,7 +59,7 @@ As of this writing, the following processors are supported: * Intel(R) Pentium(R) 4s and (R)Celeron(R) Ds using the "Cedar Mill" core have EM64T support. * Some Intel(R) Pentium(R) 4s and Celeron(R) Ds using the "Prescott" core have EM64T support. See the http://processorfinder.intel.com[Intel Processor Spec Finder] for the definitive answer about EM64T support in Intel processors. -Intel(R) EM64T is an extended version of IA-32 (x86) and different from Intel(R) IA-64 (Itanium) architecture, which FreeBSD/ia64 supports. Some Intel(R)'s old documentation refers to Intel(R) EM64T as "64-bit extension technology" or "IA-32e". +Intel(R) EM64T is an extended version of IA-32 (x86) and different from Intel(R) IA-64 (Itanium) architecture, which FreeBSD/ia64 supports. Some Intel(R)'s old documentation refers to Intel(R) EM64T as "64-bit extension technology" or "IA-32e". Both Uniprocessor (UP) and Symmetric Multi-processor (SMP) configurations are supported. @@ -70,28 +70,28 @@ In many respects, FreeBSD/amd64 is similar to FreeBSD/i386, in terms of drivers FreeBSD/i386 runs on a wide variety of "IBM PC compatible" machines. Due to the wide range of hardware available for this architecture, it is impossible to exhaustively list all combinations of equipment supported by FreeBSD. Nevertheless, some general guidelines are presented here. -Almost all i386(TM)-compatible processors with a floating point unit are supported. All Intel(R) processors beginning with the 80486 are supported, including the 80486, Pentium(R), Pentium(R) Pro, Pentium(R) II, Pentium(R) III, Pentium(R) 4, and variants thereof, such as the Xeon(TM) and Celeron(R) processors. All i386(TM)-compatible AMD processors are also supported, including the Am486(R), Am5x86(R), K5, AMD-K6(R) (and variants), AMD Athlon(TM) (including Athlon-MP, Athlon-XP, Athlon-4, and Athlon Thunderbird), and AMD Duron(TM) processors. The AMD Élan SC520 embedded processor is supported. The Transmeta Crusoe is recognized and supported, as are i386(TM)-compatible processors from Cyrix and NexGen. +Almost all i386(TM)-compatible processors with a floating point unit are supported. All Intel(R) processors beginning with the 80486 are supported, including the 80486, Pentium(R), Pentium(R) Pro, Pentium(R) II, Pentium(R) III, Pentium(R) 4, and variants thereof, such as the Xeon(TM) and Celeron(R) processors. All i386(TM)-compatible AMD processors are also supported, including the Am486(R), Am5x86(R), K5, AMD-K6(R) (and variants), AMD Athlon(TM) (including Athlon-MP, Athlon-XP, Athlon-4, and Athlon Thunderbird), and AMD Duron(TM) processors. The AMD Élan SC520 embedded processor is supported. The Transmeta Crusoe is recognized and supported, as are i386(TM)-compatible processors from Cyrix and NexGen. There is a wide variety of motherboards available for this architecture. Motherboards using the ISA, VLB, EISA, AGP, and PCI expansion buses are well-supported. There is some limited support for the MCA ("MicroChannel") expansion bus used in the IBM PS/2 line of PCs. Symmetric multi-processor (SMP) systems are generally supported by FreeBSD, although in some cases, BIOS or motherboard bugs may generate some problems. Perusal of the archives of the http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp[FreeBSD symmetric multiprocessing mailing list] may yield some clues. -FreeBSD will take advantage of SMT (Symmetric MultiThreading, also known as HyperThreading on Intel(R) CPUs) on the supported CPUs. The `GENERIC` kernel which is installed by default will automatically detect the additional logical processors. The default FreeBSD scheduler recognizes processor topology on the system and selects logical and physical processors to obtain optimal performance. The http://www.FreeBSD.org/cgi/man.cgi?query=smp&sektion=4[smp(4)] manual page has more details. +FreeBSD will take advantage of SMT (Symmetric MultiThreading, also known as HyperThreading on Intel(R) CPUs) on the supported CPUs. The `GENERIC` kernel which is installed by default will automatically detect the additional logical processors. The default FreeBSD scheduler recognizes processor topology on the system and selects logical and physical processors to obtain optimal performance. The man:smp[4] manual page has more details. -FreeBSD will take advantage of Physical Address Extensions (PAE) support on CPUs that support this feature. A kernel with the `PAE` feature enabled will detect memory above 4 gigabytes and allow it to be used by the system. This feature places constraints on the device drivers and other features of FreeBSD which may be used; consult the http://www.FreeBSD.org/cgi/man.cgi?query=pae&sektion=4[pae(4)] manual page for more details. +FreeBSD will take advantage of Physical Address Extensions (PAE) support on CPUs that support this feature. A kernel with the `PAE` feature enabled will detect memory above 4 gigabytes and allow it to be used by the system. This feature places constraints on the device drivers and other features of FreeBSD which may be used; consult the man:pae[4] manual page for more details. FreeBSD will generally run on i386-based laptops, albeit with varying levels of support for certain hardware features such as sound, graphics, power management, and PCCARD expansion slots. These features tend to vary in idiosyncratic ways between machines, and frequently require special-case support in FreeBSD to work around hardware bugs or other oddities. When in doubt, a search of the archives of the http://lists.FreeBSD.org/mailman/listinfo/freebsd-mobile[FreeBSD laptop computer mailing list] may be useful. -Most modern laptops (as well as many desktops) use the Advanced Configuration and Power Management (ACPI) standard. FreeBSD supports ACPI via the ACPI Component Architecture reference implementation from Intel(R), as described in the http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4[acpi(4)] manual page. The use of ACPI causes instabilities on some machines and it may be necessary to disable the ACPI driver, which is normally loaded via a kernel module. This may be accomplished by adding the following line to `/boot/device.hints`: +Most modern laptops (as well as many desktops) use the Advanced Configuration and Power Management (ACPI) standard. FreeBSD supports ACPI via the ACPI Component Architecture reference implementation from Intel(R), as described in the man:acpi[4] manual page. The use of ACPI causes instabilities on some machines and it may be necessary to disable the ACPI driver, which is normally loaded via a kernel module. This may be accomplished by adding the following line to `/boot/device.hints`: [.programlisting] ---- hint.acpi.0.disabled="1" ---- -Users debugging ACPI-related problems may find it useful to disable portions of the ACPI functionality. The http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4[acpi(4)] manual page has more information on how to do this via loader tunables. +Users debugging ACPI-related problems may find it useful to disable portions of the ACPI functionality. The man:acpi[4] manual page has more information on how to do this via loader tunables. -ACPI depends on a Differentiated System Descriptor Table (DSDT) provided by each machine's BIOS. Some machines have bad or incomplete DSDTs, which prevents ACPI from functioning correctly. Replacement DSDTs for some machines can be found at the http://acpi.sourceforge.net/dsdt/index.php[DSDT] section of the http://acpi.sourceforge.net/[ACPI4Linux] project Web site. FreeBSD can use these DSDTs to override the DSDT provided by the BIOS; see the http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4[acpi(4)] manual page for more information. +ACPI depends on a Differentiated System Descriptor Table (DSDT) provided by each machine's BIOS. Some machines have bad or incomplete DSDTs, which prevents ACPI from functioning correctly. Replacement DSDTs for some machines can be found at the http://acpi.sourceforge.net/dsdt/index.php[DSDT] section of the http://acpi.sourceforge.net/[ACPI4Linux] project Web site. FreeBSD can use these DSDTs to override the DSDT provided by the BIOS; see the man:acpi[4] manual page for more information. [[proc-ia64]] == 2.3. ia64 @@ -106,7 +106,7 @@ Supported chipsets include: Both Uniprocessor (UP) and Symmetric Multi-processor (SMP) configurations are supported. -Most devices that can be found in or are compatible with ia64 machines are fully supported. The notable exception is the VGA console. The FreeBSD support for VGA consoles is at this time too much based on PC hardware and not all ia64 machines have chipsets that provide sufficient PC legacy support. As such http://www.FreeBSD.org/cgi/man.cgi?query=syscons&sektion=4[syscons(4)] cannot be enabled and the use of a serial console is required. +Most devices that can be found in or are compatible with ia64 machines are fully supported. The notable exception is the VGA console. The FreeBSD support for VGA consoles is at this time too much based on PC hardware and not all ia64 machines have chipsets that provide sufficient PC legacy support. As such man:syscons[4] can not be enabled and the use of a serial console is required. [[proc-pc98]] == 2.4. pc98 @@ -137,9 +137,9 @@ This section describes the systems currently known to be supported by FreeBSD on SMP is supported on all systems with more than 1 processor. -When using the `GENERIC` kernel, FreeBSD/sparc64 systems not equipped with a framebuffer supported by the http://www.FreeBSD.org/cgi/man.cgi?query=creator&sektion=4[creator(4)] (Sun Creator, Sun Creator3D and Sun Elite3D) or http://www.FreeBSD.org/cgi/man.cgi?query=machfb&sektion=4[machfb(4)] (Sun PGX and Sun PGX64 as well as the ATI Mach64 chips found onboard in for example Sun Blade(TM) 100, Sun Blade(TM) 150, Sun Ultra(TM) 5 and Sun Ultra(TM) 10) driver must use the serial console. +When using the `GENERIC` kernel, FreeBSD/sparc64 systems not equipped with a framebuffer supported by the man:creator[4] (Sun Creator, Sun Creator3D and Sun Elite3D) or man:machfb[4] (Sun PGX and Sun PGX64 as well as the ATI Mach64 chips found onboard in for example Sun Blade(TM) 100, Sun Blade(TM) 150, Sun Ultra(TM) 5 and Sun Ultra(TM) 10) driver must use the serial console. -If you have a system that is not listed here, it may not have been tested with FreeBSD 10.2-RELEASE. We encourage you to try it and send a note to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64[FreeBSD SPARC porting mailing list] with your results, including which devices work and which do not. +If you have a system that is not listed here, it may not have been tested with FreeBSD 10.3-RELEASE. We encourage you to try it and send a note to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64[FreeBSD SPARC porting mailing list] with your results, including which devices work and which do not. The following systems are fully supported by FreeBSD: @@ -177,7 +177,7 @@ The following systems are fully supported by FreeBSD: * Sun Ultra(TM) 80 * Sun Ultra(TM) 450 -The following systems are partially supported by FreeBSD. In particular the fiber channel controllers in SBus-based systems are not supported. However, it is possible to use these with a SCSI controller supported by the http://www.FreeBSD.org/cgi/man.cgi?query=esp&sektion=4[esp(4)] driver (Sun ESP SCSI, Sun FAS Fast-SCSI and Sun FAS366 Fast-Wide SCSI controllers). +The following systems are partially supported by FreeBSD. In particular the fiber channel controllers in SBus-based systems are not supported. However, it is possible to use these with a SCSI controller supported by the man:esp[4] driver (Sun ESP SCSI, Sun FAS Fast-SCSI and Sun FAS366 Fast-Wide SCSI controllers). * Sun Enterprise(TM) 3500 * Sun Enterprise(TM) 4500 @@ -222,20 +222,19 @@ This section describes the devices currently known to be supported by FreeBSD. O Where possible, the drivers applicable to each device or class of devices is listed. If the driver in question has a manual page in the FreeBSD base distribution (most should), it is referenced here. Information on specific models of supported devices, controllers, etc. can be found in the manual pages. -[.note] *Note*: + The device lists in this document are being generated automatically from FreeBSD manual pages. This means that some devices, which are supported by multiple drivers, may appear multiple times. [[disk]] == 3.1. Disk Controllers -[amd64, i386, ia64, pc98, sparc64] IDE/ATA controllers (http://www.FreeBSD.org/cgi/man.cgi?query=ata&sektion=4[ata(4)] driver) +[amd64, i386, ia64, pc98, sparc64] IDE/ATA controllers (man:ata[4] driver) [pc98] IDE/ATA controllers (wdc driver) * On-board IDE controller -[i386,ia64,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aac&sektion=4[aac(4)] driver include: +[i386,ia64,amd64] Controllers supported by the man:aac[4] driver include: * Adaptec AAC-364 * Adaptec RAID 2045 @@ -322,7 +321,7 @@ The device lists in this document are being generated automatically from FreeBSD * AOC-USAS-S8i-LP * AOC-USAS-S8iR-LP -Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aacraid&sektion=4[aacraid(4)] driver include: +Controllers supported by the man:aacraid[4] driver include: * Adaptec ASR-6405(T|E) * Adaptec ASR-6445 @@ -335,7 +334,7 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aacraid&se * Adaptec ASR-72405 * Adaptec Series 8 cards -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=adv&sektion=4[adv(4)] driver supports the following SCSI controllers: +[i386,pc98,amd64] The man:adv[4] driver supports the following SCSI controllers: * AdvanSys ABP510/5150 * AdvanSys ABP5140 @@ -361,11 +360,11 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aacraid&se * AdvanSys ABP950 * AdvanSys ABP980, ABP980U * AdvanSys ABP980UA/3980UA -* MELCO IFC-USP (PC-98) +* MELCO IFC- USP (PC-98) * RATOC REX-PCI30 (PC-98) * @Nifty FNECHARD IFC-USUP-TX (PC-98) -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=adw&sektion=4[adw(4)] driver supports SCSI controllers including: +[i386,pc98,amd64] The man:adw[4] driver supports SCSI controllers including: * AdvanSys ABP940UW/ABP3940UW * AdvanSys ABP950UW @@ -373,7 +372,7 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aacraid&se * AdvanSys ABP3940U2W * AdvanSys ABP3950U2W -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=aha&sektion=4[aha(4)] driver supports the following SCSI host adapters: +[i386] The man:aha[4] driver supports the following SCSI host adapters: * Adaptec AHA-154xB * Adaptec AHA-154xC @@ -384,14 +383,14 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aacraid&se * DTC 3290 SCSI controller in 1542 emulation mode * Tekram SCSI controllers in 154x emulation mode -[i386] The http://www.FreeBSD.org/cgi/%0Aman.cgi?query=ahb&sektion=4[ahb(4)] driver supports the following SCSI host adapters: +[i386] The man:ahb[4] driver supports the following SCSI host adapters: * Adaptec AHA-1740 * Adaptec AHA-1742 * Adaptec AHA-1740A * Adaptec AHA-1742A -The http://www.FreeBSD.org/cgi/man.cgi?query=ahc&sektion=4[ahc(4)] driver supports the following SCSI host adapter chips and SCSI controller cards: +The man:ahc[4] driver supports the following SCSI host adapter chips and SCSI controller cards: * Adaptec AIC7770 host adapter chip * Adaptec AIC7850 host adapter chip @@ -445,11 +444,11 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=ahc&sektion=4[ahc(4)] driver suppor * NEC SV-98/2-B03 (PC-98) * Many motherboards with on-board SCSI support -The http://www.FreeBSD.org/cgi/man.cgi?query=ahci&sektion=4[ahci(4)] driver supports AHCI compatible controllers having PCI class 1 (mass storage), subclass 6 (SATA) and programming interface 1 (AHCI). +The man:ahci[4] driver supports AHCI compatible controllers having PCI class 1 (mass storage), subclass 6 (SATA) and programming interface 1 (AHCI). Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it supports AHCI part of legacy-PATA + AHCI-SATA combined controllers, such as JMicron JMB36x and Marvell 88SE61xx. -[i386,sparc64,ia64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ahd&sektion=4[ahd(4)] driver supports the following: +[i386,sparc64,ia64,amd64] The man:ahd[4] driver supports the following: * Adaptec AIC7901 host adapter chip * Adaptec AIC7901A host adapter chip @@ -458,7 +457,7 @@ Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it suppor * Adaptec 39320 host adapter * Many motherboards with on-board SCSI support -[i386,pc98,amd64] The adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aic&sektion=4[aic(4)] driver include: +[i386,pc98,amd64] The adapters supported by the man:aic[4] driver include: * Adaptec AHA-1505 (ISA) * Adaptec AHA-1510A, AHA-1510B (ISA) @@ -470,7 +469,7 @@ Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it suppor * Adaptec AHA-1030B, AHA-1030P (PC98) * NEC PC-9801-100 (PC98) -Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektion=4[amr(4)] driver include: +Controllers supported by the man:amr[4] driver include: * MegaRAID SATA 150-4 * MegaRAID SATA 150-6 @@ -519,7 +518,7 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektio * Intel RAID Controller SRCS16 * Intel RAID Controller SRCU42X -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=arcmsr&sektion=4[arcmsr(4)] driver supports the following cards: +[i386,amd64] The man:arcmsr[4] driver supports the following cards: * ARC-1110 * ARC-1120 @@ -560,7 +559,7 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektio * ARC-1882 * ARC-1883 -[i386] The adapters currently supported by the http://www.FreeBSD.org/cgi/man.cgi?query=asr&sektion=4[asr(4)] driver include the following: +[i386] The adapters currently supported by the man:asr[4] driver include the following: * Adaptec Zero-Channel SCSI RAID 2000S, 2005S, 2010S, 2015S * Adaptec SCSI RAID 2100S, 2110S @@ -579,7 +578,7 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektio * Adaptec SmartRAID PM3757 * DEC KZPCC-AC (LVD 1-ch, 4MB or 16MB cache), DEC KZPCC-CE (LVD 3-ch, 64MB cache), DEC KZPCC-XC (LVD 1-ch, 16MB cache), DEC KZPCC-XE (LVD 3-ch, 64MB cache) -- rebadged SmartRAID V Millennium -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bt&sektion=4[bt(4)] driver supports the following BusLogic MultiMaster "W", "C", "S", and "A" series and compatible SCSI host adapters: +[i386,amd64] The man:bt[4] driver supports the following BusLogic MultiMaster "W", "C", "S", and "A" series and compatible SCSI host adapters: * BusLogic BT-445C * BusLogic BT-445S @@ -607,9 +606,9 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektio * BusLogic BT-958D * Storage Dimensions SDC3211B / SDC3211F -AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also supported by the http://www.FreeBSD.org/cgi/man.cgi?query=bt&sektion=4[bt(4)] driver. +AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also supported by the man:bt[4] driver. -[i386,ia64,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ciss&sektion=4[ciss(4)] driver include: +[i386,ia64,amd64] Controllers supported by the man:ciss[4] driver include: * Compaq Smart Array 5300 (simple mode only) * Compaq Smart Array 532 @@ -649,7 +648,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * HP Modular Smart Array 20 (MSA20) * HP Modular Smart Array 500 (MSA500) -[pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=ct&sektion=4[ct(4)] driver supports the following adapters: +[pc98] The man:ct[4] driver supports the following adapters: * ELECOM bus-master SCSI adapters * I-O DATA SC-98II @@ -660,7 +659,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * SMIT transfer type SCSI host adapters * TEXA HA-55BS2 and its later models -[i386,ia64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=dpt&sektion=4[dpt(4)] driver provides support for the following RAID adapters: +[i386,ia64,amd64] The man:dpt[4] driver provides support for the following RAID adapters: * DPT Smart Cache Plus * Smart Cache II (PM2?2?, PM2022 [EISA], PM2024/PM2124 [PCI]) (Gen2) @@ -670,11 +669,10 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * Smart Cache IV (PM2?4?, PM2042 [EISA], PM2044/PM2144 [PCI]) (Gen4) * Smart RAID IV -== Note: - +*Note*: + [amd64, i386] Booting from these controllers is supported. EISA adapters are not supported. -[sparc64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=esp&sektion=4[esp(4)] driver include: +[sparc64] Controllers supported by the man:esp[4] driver include: * MELCO IFC-DP (PC-98) * Sun ESP family @@ -682,7 +680,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * Tekram DC390 * Tekram DC390T -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hpt27xx&sektion=4[hpt27xx(4)] driver supports the following SAS controllers: +[i386,amd64] The man:hpt27xx[4] driver supports the following SAS controllers: * HighPoint's RocketRAID 271x series * HighPoint's RocketRAID 272x series @@ -690,7 +688,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * HighPoint's RocketRAID 276x series * HighPoint's RocketRAID 278x series -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4[hptiop(4)] driver supports the following SAS and SATA RAID controllers: +[i386,amd64] The man:hptiop[4] driver supports the following SAS and SATA RAID controllers: * HighPoint RocketRAID 4522 * HighPoint RocketRAID 4521 @@ -704,7 +702,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * HighPoint RocketRAID 3622 * HighPoint RocketRAID 3620 -The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4[hptiop(4)] driver also supports the following SAS and SATA RAID controllers that are already End-of-Life: +The man:hptiop[4] driver also supports the following SAS and SATA RAID controllers that are already End-of-Life: * HighPoint RocketRAID 4211 * HighPoint RocketRAID 4210 @@ -723,16 +721,16 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4[hptiop(4)] driver * HighPoint RocketRAID 3120 * HighPoint RocketRAID 3020 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hptmv&sektion=4[hptmv(4)] driver supports the following ATA RAID controllers: +[i386,amd64] The man:hptmv[4] driver supports the following ATA RAID controllers: * HighPoint's RocketRAID 182x series -The http://www.FreeBSD.org/cgi/man.cgi?query=hptnr&sektion=4[hptnr(4)] driver supports the following SATA controllers: +The man:hptnr[4] driver supports the following SATA controllers: * HighPoint's DC7280 series * HighPoint's Rocket R750 series -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hptrr&sektion=4[hptrr(4)] driver supports the following RAID controllers: +[i386,amd64] The man:hptrr[4] driver supports the following RAID controllers: * RocketRAID 172x series * RocketRAID 174x series @@ -745,7 +743,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptnr&sektion=4[hptnr(4)] driver su * RocketRAID 2340 * RocketRAID 2522 -[i386] The following controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ida&sektion=4[ida(4)] driver: +[i386] The following controllers are supported by the man:ida[4] driver: * Compaq SMART Array 221 * Compaq Integrated SMART Array Controller @@ -759,7 +757,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptnr&sektion=4[hptnr(4)] driver su * Compaq SMART-2/E Controller * Compaq SMART Controller -[i386,ia64,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=iir&sektion=4[iir(4)] driver include: +[i386,ia64,amd64] Controllers supported by the man:iir[4] driver include: * Intel RAID Controller SRCMR * Intel Server RAID Controller U3-l (SRCU31a) @@ -773,7 +771,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptnr&sektion=4[hptnr(4)] driver su The SRCU31 and SRCU31L can be updated via a firmware update available from Intel. -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ips&sektion=4[ips(4)] driver include: +[i386,amd64] Controllers supported by the man:ips[4] driver include: * IBM ServeRAID 3H * ServeRAID 4L/4M/4H @@ -783,9 +781,9 @@ The SRCU31 and SRCU31L can be updated via a firmware update available from Intel Newer ServeRAID controllers are supported by the aac(4) or mfi(4) driver. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=isci&sektion=4[isci(4)] driver provides support for Intel C600 SAS controllers. +[i386,amd64] The man:isci[4] driver provides support for Intel C600 SAS controllers. -Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4[isp(4)] driver include: +Cards supported by the man:isp[4] driver include: * Qlogic 1000 * Qlogic 1020 @@ -807,7 +805,7 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4[is * Qlogic 256x (aka 2532) * Qlogic 267x/836x (aka 2031/8031) -[i386,ia64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=mfi&sektion=4[mfi(4)] driver supports the following hardware: +[i386,ia64,amd64] The man:mfi[4] driver supports the following hardware: * LSI MegaRAID SAS 1078 * LSI MegaRAID SAS 8408E @@ -824,7 +822,7 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4[is * Intel RAID Controller SRCSAS18E * Intel RAID Controller SROMBSAS18E -[i386,ia64,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mlx&sektion=4[mlx(4)] driver include: +[i386,ia64,amd64] Controllers supported by the man:mlx[4] driver include: * Mylex DAC960P * Mylex DAC960PD / DEC KZPSC (Fast Wide) @@ -842,11 +840,10 @@ All major firmware revisions (2.x, 3.x, 4.x and 5.x) are supported, however it i Compatible Mylex controllers not listed should work, but have not been verified. -[.note] *Note*: + [amd64, i386] Booting from these controllers is supported. EISA adapters are not supported. -[i386,ia64,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mly&sektion=4[mly(4)] driver include: +[i386,ia64,amd64] Controllers supported by the man:mly[4] driver include: * Mylex AcceleRAID 160 * Mylex AcceleRAID 170 @@ -856,13 +853,13 @@ Compatible Mylex controllers not listed should work, but have not been verified. Compatible Mylex controllers not listed should work, but have not been verified. -The following controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mpr&sektion=4[mpr(4)] driver: +The following controllers are supported by the man:mpr[4] driver: * LSI SAS 3004 (4 Port SAS) * LSI SAS 3008 (8 Port SAS) * LSI SAS 3108 (8 Port SAS) -The http://www.FreeBSD.org/cgi/man.cgi?query=mps&sektion=4[mps(4)] driver supports the following hardware: +The man:mps[4] driver supports the following hardware: * LSI Logic SAS2004 (4 Port SAS) * LSI Logic SAS2008 (8 Port SAS) @@ -876,7 +873,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=mps&sektion=4[mps(4)] driver suppor * Intel Integrated RAID Module RMS25KB040 * Intel Integrated RAID Module RMS25KB080 -The following controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mpt&sektion=4[mpt(4)] driver: +The following controllers are supported by the man:mpt[4] driver: * LSI Logic 53c1030, LSI Logic LSI2x320-X (Single and Dual Ultra320 SCSI) * LSI Logic AS1064, LSI Logic AS1068 @@ -887,7 +884,7 @@ The following controllers are supported by the http://www.FreeBSD.org/cgi/man.cg * LSI Logic FC949X (Dual 4Gb/s Fibre Channel) * LSI Logic FC949E, LSI Logic FC949ES (Dual 4Gb/s Fibre Channel PCI-Express) -The Ultra 320 SCSI controller chips supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mpt&sektion=4[mpt(4)] driver can be found onboard on many systems including: +The Ultra 320 SCSI controller chips supported by the man:mpt[4] driver can be found onboard on many systems including: * Dell PowerEdge 1750 thru 2850 * IBM eServer xSeries 335 @@ -900,7 +897,7 @@ The Fibre Channel controller chipset are supported by a broad variety of speeds This driver also supports target mode for Fibre Channel cards. This support may be enabled by setting the desired role of the core via the LSI Logic firmware utility that establishes what roles the card can take on - no separate compilation is required. -The http://www.FreeBSD.org/cgi/man.cgi?query=mrsas&sektion=4[mrsas(4)] driver supports the following hardware: +The man:mrsas[4] driver supports the following hardware: [ Thunderbolt 6Gb/s MR controller ] @@ -924,7 +921,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=mrsas&sektion=4[mrsas(4)] driver su * DELL PERC H730/P * DELL PERC H330 -The http://www.FreeBSD.org/cgi/man.cgi?query=mvs&sektion=4[mvs(4)] driver supports the following controllers: +The man:mvs[4] driver supports the following controllers: Gen-I (SATA 1.5Gbps): @@ -950,7 +947,7 @@ Gen-IIe (SATA 3Gbps, NCQ, PMP with FBS): Note, that this hardware supports command queueing and FIS-based switching only for ATA DMA commands. ATAPI and non-DMA ATA commands executed one by one for each port. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ncr&sektion=4[ncr(4)] driver provides support for the following NCR/Symbios SCSI controller chips: +[i386,pc98,amd64] The man:ncr[4] driver provides support for the following NCR/Symbios SCSI controller chips: * 53C810 * 53C810A @@ -971,7 +968,7 @@ The following add-on boards are known to be supported: * I-O DATA SC-98/PCI (PC-98) * I-O DATA SC-PCI (PC-98) -[i386,pc98] The following devices are currently supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ncv&sektion=4[ncv(4)] driver: +[i386,pc98] The following devices are currently supported by the man:ncv[4] driver: * I-O DATA PCSC-DV * KME KXLC002 (TAXAN ICD-400PN, etc.), KXLC004, and UJDCD450 @@ -982,12 +979,12 @@ The following add-on boards are known to be supported: * Qlogic Fast SCSI * RATOC REX-9530, REX-5572 (SCSI only) -[i386,pc98] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=nsp&sektion=4[nsp(4)] driver include: +[i386,pc98] Controllers supported by the man:nsp[4] driver include: * Alpha-Data AD-PCS201 * I-O DATA CBSC16 -The http://www.FreeBSD.org/cgi/man.cgi?query=pms&sektion=4[pms(4)] driver supports the following hardware: +The man:pms[4] driver supports the following hardware: * Tachyon TS Fibre Channel Card * Tachyon TL Fibre Channel Card @@ -1020,16 +1017,16 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=pms&sektion=4[pms(4)] driver suppor * Adaptec Delray 16 Port SAS-SATA HBA Card 12Gig * Adaptec Delray 16 Port SAS-SATA HBA Encryption Card 12Gig -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=pst&sektion=4[pst(4)] driver supports the Promise Supertrak SX6000 ATA hardware RAID controller. +[i386] The man:pst[4] driver supports the Promise Supertrak SX6000 ATA hardware RAID controller. -The http://www.FreeBSD.org/cgi/man.cgi?query=siis&sektion=4[siis(4)] driver supports the following controller chips: +The man:siis[4] driver supports the following controller chips: * SiI3124 (PCI-X 133MHz/64bit, 4 ports) * SiI3131 (PCIe 1.0 x1, 1 port) * SiI3132 (PCIe 1.0 x1, 2 ports) * SiI3531 (PCIe 1.0 x1, 1 port) -[i386,pc98] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=stg&sektion=4[stg(4)] driver include: +[i386,pc98] Controllers supported by the man:stg[4] driver include: * Adaptec 2920/A * Future Domain SCSI2GO @@ -1041,7 +1038,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=siis&sektion=4[siis(4)] driver supp Note that the Adaptec 2920C is supported by the ahc(4) driver. -The http://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4[sym(4)] driver provides support for the following Symbios/LSI Logic PCI SCSI controllers: +The man:sym[4] driver provides support for the following Symbios/LSI Logic PCI SCSI controllers: * 53C810 * 53C810A @@ -1061,7 +1058,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4[sym(4)] driver provid * 53C1010-66 * 53C1510D -The SCSI controllers supported by http://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4[sym(4)] can be either embedded on a motherboard, or on one of the following add-on boards: +The SCSI controllers supported by man:sym[4] can be either embedded on a motherboard, or on one of the following add-on boards: * ASUS SC-200, SC-896 * Data Technology DTC3130 (all variants) @@ -1074,7 +1071,7 @@ The SCSI controllers supported by http://www.FreeBSD.org/cgi/man.cgi?query=sym&s * Tekram DC390W, 390U, 390F, 390U2B, 390U2W, 390U3D, and 390U3W * Tyan S1365 -[i386,amd64] SCSI controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=trm&sektion=4[trm(4)] driver include: +[i386,amd64] SCSI controllers supported by the man:trm[4] driver include: * Tekram DC-315 PCI Ultra SCSI adapter without BIOS and internal SCSI connector * Tekram DC-315U PCI Ultra SCSI adapter without BIOS @@ -1085,7 +1082,7 @@ The SCSI controllers supported by http://www.FreeBSD.org/cgi/man.cgi?query=sym&s For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use the sym(4) driver. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=twa&sektion=4[twa(4)] driver supports the following SATA RAID controllers: +[i386,amd64] The man:twa[4] driver supports the following SATA RAID controllers: * AMCC's 3ware 9500S-4LP * AMCC's 3ware 9500S-8 @@ -1109,7 +1106,7 @@ For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use * AMCC's 3ware 9650SE-16ML * AMCC's 3ware 9650SE-24M8 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=twe&sektion=4[twe(4)] driver supports the following PATA/SATA RAID controllers: +[i386,amd64] The man:twe[4] driver supports the following PATA/SATA RAID controllers: * AMCC's 3ware 5000 series * AMCC's 3ware 6000 series @@ -1131,11 +1128,11 @@ For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use * AMCC's 3ware 8506-12 * AMCC's 3ware 8506-12MI -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=tws&sektion=4[tws(4)] driver supports the following SATA/SAS RAID controller: +[i386,amd64] The man:tws[4] driver supports the following SATA/SAS RAID controller: * LSI's 3ware SAS 9750 series -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=vpo&sektion=4[vpo(4)] driver supports the following parallel to SCSI interfaces: +[i386] The man:vpo[4] driver supports the following parallel to SCSI interfaces: * Adaptec AIC-7110 Parallel to SCSI interface (built-in to Iomega ZIP drives) * Iomega Jaz Traveller interface @@ -1143,29 +1140,28 @@ For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use [i386] The wds(4) driver supports the WD7000 SCSI controller. -With all supported SCSI controllers, full support is provided for SCSI-I, SCSI-II, and SCSI-III peripherals, including hard disks, optical disks, tape drives (including DAT, 8mm Exabyte, Mammoth, and DLT), medium changers, processor target devices and CD-ROM drives. WORM devices that support CD-ROM commands are supported for read-only access by the CD-ROM drivers (such as http://www.FreeBSD.org/cgi/man.cgi?query=cd&sektion=4[cd(4)]). WORM/CD-R/CD-RW writing support is provided by http://www.FreeBSD.org/cgi/man.cgi?query=cdrecord&sektion=1[cdrecord(1)], which is a part of the http://www.freebsd.org/cgi/url.cgi?ports/sysutils/cdrtools/pkg-descr[sysutils/cdrtools] port in the Ports Collection. +With all supported SCSI controllers, full support is provided for SCSI-I, SCSI-II, and SCSI-III peripherals, including hard disks, optical disks, tape drives (including DAT, 8mm Exabyte, Mammoth, and DLT), medium changers, processor target devices and CD-ROM drives. WORM devices that support CD-ROM commands are supported for read-only access by the CD-ROM drivers (such as man:cd[4]). WORM/CD-R/CD-RW writing support is provided by man:cdrecord(1)], which is a part of the http://www.freebsd.org/cgi/url.cgi?ports/sysutils/cdrtools/pkg-descr[sysutils/cdrtools] port in the Ports Collection. The following CD-ROM type systems are supported at this time: -* SCSI interface (also includes ProAudio Spectrum and SoundBlaster SCSI) (http://www.FreeBSD.org/cgi/man.cgi?query=cd&sektion=4[cd(4)]) -* [i386] Sony proprietary interface (all models) (http://www.FreeBSD.org/cgi/man.cgi?query=scd&sektion=4[scd(4)]) -* ATAPI IDE interface (http://www.FreeBSD.org/cgi/man.cgi?query=acd&sektion=4[acd(4)]) +* SCSI interface (also includes ProAudio Spectrum and SoundBlaster SCSI) (man:cd[4]) +* [i386] Sony proprietary interface (all models) (man:acd[4]) [i386] The following device is unmaintained: -* Mitsumi proprietary CD-ROM interface (all models) (http://www.FreeBSD.org/cgi/man.cgi?query=mcd&sektion=4[mcd(4)]) +* Mitsumi proprietary CD-ROM interface (all models) (man:mcd[4]) [[ethernet]] -== Ethernet Interfaces +== 3.2. Ethernet Interfaces -The http://www.FreeBSD.org/cgi/man.cgi?query=ae&sektion=4[ae(4)] driver supports Attansic/Atheros L2 PCIe FastEthernet controllers, and is known to support the following hardware: +The man:ae[4] driver supports Attansic/Atheros L2 PCIe FastEthernet controllers, and is known to support the following hardware: * ASUS EeePC 701 * ASUS EeePC 900 Other hardware may or may not work with this driver. -The http://www.FreeBSD.org/cgi/man.cgi?query=age&sektion=4[age(4)] driver provides support for LOMs based on Attansic/Atheros L1 Gigabit Ethernet controller chips, including: +The man:age[4] driver provides support for LOMs based on Attansic/Atheros L1 Gigabit Ethernet controller chips, including: * ASUS M2N8-VMX * ASUS M2V @@ -1185,7 +1181,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=age&sektion=4[age(4)] driver provid * ASUS P5L-VM 1394 * ASUS G2S -The http://www.FreeBSD.org/cgi/man.cgi?query=alc&sektion=4[alc(4)] device driver provides support for the following Ethernet controllers: +The man:alc[4] device driver provides support for the following Ethernet controllers: * Atheros AR8131 PCI Express Gigabit Ethernet controller * Atheros AR8132 PCI Express Fast Ethernet controller @@ -1199,13 +1195,13 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=alc&sektion=4[alc(4)] device driver * Atheros AR8172 PCI Express Fast Ethernet controller * Killer E2200 Gigabit Ethernet controller -The http://www.FreeBSD.org/cgi/man.cgi?query=ale&sektion=4[ale(4)] device driver provides support for the following Ethernet controllers: +The man:ale[4] device driver provides support for the following Ethernet controllers: * Atheros AR8113 PCI Express Fast Ethernet controller * Atheros AR8114 PCI Express Fast Ethernet controller * Atheros AR8121 PCI Express Gigabit Ethernet controller -[i386,pc98,ia64,amd64,powerpc] Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aue&sektion=4[aue(4)] driver include: +[i386,pc98,ia64,amd64,powerpc] Adapters supported by the man:aue[4] driver include: * Abocom UFE1000, DSB650TX_NA * Accton USB320-EC, SpeedStream @@ -1228,7 +1224,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=ale&sektion=4[ale(4)] device driver * SMC 2202USB * SOHOware NUB100 -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=axe&sektion=4[axe(4)] driver supports ASIX Electronics AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB Ethernet adapters including: +[i386,pc98,amd64,powerpc] The man:axe[4] driver supports ASIX Electronics AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB Ethernet adapters including: AX88172: @@ -1275,13 +1271,15 @@ AX88772B: * ASIX AX88772B * Lenovo USB 2.0 Ethernet +Lenovo USB 2.0 Ethernet + AX88760: * ASIX AX88760 -ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query=axge&sektion=4[axge(4)] driver) +ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (man:axge[4] driver) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bce&sektion=4[bce(4)] driver provides support for various NICs based on the QLogic NetXtreme II family of Gigabit Ethernet controllers, including the following: +[i386,amd64] The man:bce[4] driver provides support for various NICs based on the QLogic NetXtreme II family of Gigabit Ethernet controllers, including the following: * QLogic NetXtreme II BCM5706 1000Base-SX * QLogic NetXtreme II BCM5706 1000Base-T @@ -1307,9 +1305,9 @@ ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (http://www.Free * HP NC382i DP Multifunction Gigabit Server Adapter * HP NC382m DP 1GbE Multifunction BL-c Adapter -[amd64, i386] Broadcom BCM4401 based Fast Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query=bfe&sektion=4[bfe(4)] driver) +[amd64, i386] Broadcom BCM4401 based Fast Ethernet adapters (man:bfe[4] driver) -[i386,pc98,sparc64,ia64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bge&sektion=4[bge(4)] driver provides support for various NICs based on the Broadcom BCM570x family of Gigabit Ethernet controller chips, including the following: +[i386,pc98,sparc64,ia64,amd64] The man:bge[4] driver provides support for various NICs based on the Broadcom BCM570x family of Gigabit Ethernet controller chips, including the following: * 3Com 3c996-SX (1000baseSX) * 3Com 3c996-T (10/100/1000baseTX) @@ -1328,7 +1326,7 @@ ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (http://www.Free * SysKonnect SK-9D21 (10/100/1000baseTX) * SysKonnect SK-9D41 (1000baseSX) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bxe&sektion=4[bxe(4)] driver provides support for various NICs based on the QLogic NetXtreme II family of 10Gb Ethernet controller chips, including the following: +[i386,amd64] The man:bxe[4] driver provides support for various NICs based on the Broadcom NetXtreme II family of 10Gb Ethernet controller chips, including the following: * QLogic NetXtreme II BCM57710 10Gb * QLogic NetXtreme II BCM57711 10Gb @@ -1342,13 +1340,13 @@ ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (http://www.Free * QLogic NetXtreme II BCM57840 10Gb / 20Gb * QLogic NetXtreme II BCM57840-MF 10Gb -The chips supported by the http://www.FreeBSD.org/cgi/man.cgi?query=cas&sektion=4[cas(4)] driver are: +The chips supported by the man:cas[4] driver are: * National Semiconductor DP83065 Saturn Gigabit Ethernet * Sun Cassini Gigabit Ethernet * Sun Cassini+ Gigabit Ethernet -The following add-on cards are known to work with the http://www.FreeBSD.org/cgi/man.cgi?query=cas&sektion=4[cas(4)] driver at this time: +The following add-on cards are known to work with the man:cas[4] driver at this time: * Sun GigaSwift Ethernet 1.0 MMF (Cassini Kuheen) (part no. 501-5524) * Sun GigaSwift Ethernet 1.0 UTP (Cassini) (part no. 501-5902) @@ -1356,28 +1354,28 @@ The following add-on cards are known to work with the http://www.FreeBSD.org/cgi * Sun Quad GigaSwift Ethernet UTP (QGE) (part no. 501-6522) * Sun Quad GigaSwift Ethernet PCI-X (QGE-X) (part no. 501-6738) -[i386,pc98,ia64,amd64,powerpc] The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=cdce&sektion=4[cdce(4)] driver: +[i386,pc98,ia64,amd64,powerpc] The following devices are supported by the man:cdce[4] driver: * Prolific PL-2501 Host-to-Host Bridge Controller * Sharp Zaurus PDA * Terayon TJ-715 DOCSIS Cable Modem -[amd64, i386] Crystal Semiconductor CS89x0-based NICs (http://www.FreeBSD.org/cgi/man.cgi?query=cs&sektion=4[cs(4)] driver) +[amd64, i386] Crystal Semiconductor CS89x0-based NICs (man:cs[4] driver) -[i386,pc98,ia64,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=cue&sektion=4[cue(4)] driver supports CATC USB-EL1210A based USB Ethernet adapters including: +[i386,pc98,ia64,amd64,powerpc] The man:cue[4] driver supports CATC USB-EL1210A based USB Ethernet adapters including: * Belkin F5U011/F5U111 * CATC Netmate * CATC Netmate II * SmartBridges SmartLink -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4[cxgb(4)] driver supports 10 Gigabit and 1 Gigabit Ethernet adapters based on the T3 and T3B chipset: +[i386,amd64] The man:cxgb[4] driver supports 10 Gigabit and 1 Gigabit Ethernet adapters based on the T3 and T3B chipset: * Chelsio 10GBase-CX4 * Chelsio 10GBase-LR * Chelsio 10GBase-SR -The http://www.FreeBSD.org/cgi/man.cgi?query=cxgbe&sektion=4[cxgbe(4)] driver supports 40Gb, 10Gb and 1Gb Ethernet adapters based on the T5 ASIC (ports will be named cxl): +The man:cxgbe[4] driver supports 40Gb, 10Gb and 1Gb Ethernet adapters based on the T5 ASIC (ports will be named cxl): * Chelsio T580-CR * Chelsio T580-LP-CR @@ -1392,7 +1390,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=cxgbe&sektion=4[cxgbe(4)] driver su * Chelsio T520-BT * Chelsio T504-BT -The http://www.FreeBSD.org/cgi/man.cgi?query=cxgbe&sektion=4[cxgbe(4)] driver supports 10Gb and 1Gb Ethernet adapters based on the T4 ASIC: +The man:cxgbe[4] driver supports 10Gb and 1Gb Ethernet adapters based on the T4 ASIC: * Chelsio T420-CR * Chelsio T422-CR @@ -1405,7 +1403,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=cxgbe&sektion=4[cxgbe(4)] driver su * Chelsio T420-BT * Chelsio T404-BT -The http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4[dc(4)] driver provides support for the following chipsets: +The man:dc[4] driver provides support for the following chipsets: * DEC/Intel 21143 * ADMtek AL981 Comet, AN985 Centaur, ADM9511 Centaur II and ADM9513 Centaur II @@ -1418,7 +1416,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4[dc(4)] driver provides * Macronix 98713, 98713A, 98715, 98715A, 98715AEC-C, 98725, 98727 and 98732 * Xircom X3201 (cardbus only) -The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4[dc(4)] driver at this time: +The following NICs are known to work with the man:dc[4] driver at this time: * 3Com OfficeConnect 10/100B (ADMtek AN985 Centaur-P) * Abocom FE2500 @@ -1459,7 +1457,7 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi * Xircom Cardbus Ethernet 10/100 * Xircom Cardbus Ethernet II 10/100 -[i386,pc98,ia64,amd64] Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=de&sektion=4[de(4)] driver include: +[i386,pc98,ia64,amd64] Adapters supported by the man:de[4] driver include: * Adaptec ANA-6944/TX * Cogent EM100FX and EM440TX @@ -1471,7 +1469,7 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi * SMC Etherpower 8432, 9332 and 9334 * ZNYX ZX3xx -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=ed&sektion=4[ed(4)] driver supports the following Ethernet NICs: +[i386,pc98] The man:ed[4] driver supports the following Ethernet NICs: * 3Com 3c503 Etherlink II * AR-P500 Ethernet @@ -1496,7 +1494,7 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi * Contec C-NET(98), RT-1007(98), C-NET(9N) (110pin) (flags 0xa00000) (PC-98) * Contec C-NET(98)E-A, C-NET(98)L-A, C-NET(98)P (flags 0x300000) (PC-98) * Corega Ether98-T (flags 0x000000) (PC-98) -* Corega Ether PCC-T/EtherII PCC-T/FEther PCC- TXF/PCC-TXD PCC-T/Fether II TXD +* Corega Ether PCC-T/EtherII PCC-T/FEther PCC-TXF/PCC-TXD PCC-T/Fether II TXD * Corega LAPCCTXD (TC5299J) * CyQ've ELA-010 * DEC EtherWorks DE305 @@ -1556,7 +1554,7 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi * Surecom EtherPerfect EP-427 * Surecom NE-34 * TDK 3000/3400/5670 Fast Ethernet/Modem -* TDK LAK-CD031, Grey Cell GCS2000 Ethernet Card +* TDK LAK- CD031, Grey Cell GCS2000 Ethernet Card * TDK DFL5610WS Ethernet/Modem PC Card * Telecom Device SuperSocket RE450T * Toshiba LANCT00A PC Card @@ -1566,11 +1564,11 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi C-Bus, ISA, PCI and PC Card devices are supported. -The http://www.FreeBSD.org/cgi/man.cgi?query=ed&sektion=4[ed(4)] driver does not support the following Ethernet NICs: +The man:ed[4] driver does not support the following Ethernet NICs: * Mitsubishi LAN Adapter B8895 -The http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4[em(4)] driver supports Gigabit Ethernet adapters based on the Intel 82540, 82541ER, 82541PI, 82542, 82543, 82544, 82545, 82546, 82546EB, 82546GB, 82547, 82571, 82572, 82573, and 82574 controller chips: +The man:em[4] driver supports Gigabit Ethernet adapters based on the Intel 82540, 82541ER, 82541PI, 82542, 82543, 82544, 82545, 82546, 82546EB, 82546GB, 82547, 82571, 82572, 82573, and 82574 controller chips: * Intel PRO/1000 CT Network Connection (82547) * Intel PRO/1000 F Server Adapter (82543) @@ -1596,7 +1594,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4[em(4)] driver supports * Intel PRO/1000 XF Server Adapter (82544) * Intel PRO/1000 XT Server Adapter (82544) -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ep&sektion=4[ep(4)] driver supports Ethernet adapters based on the 3Com 3C5x9 Etherlink III Parallel Tasking chipset, including: +[i386,pc98,amd64] The man:ep[4] driver supports Ethernet adapters based on the 3Com 3C5x9 Etherlink III Parallel Tasking chipset, including: * 3Com 3C1 CF * 3Com 3C509-TP, 3C509-BNC, 3C509-Combo, 3C509-TPO, 3C509-TPC ISA @@ -1613,9 +1611,9 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4[em(4)] driver supports * 3Com OfficeConnect 3CXSH572BT, 3CCSH572BT PCMCIA * Farallon EtherWave and EtherMac PC Card (P/n 595/895 with BLUE arrow) -Agere ET1310 Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query=et&sektion=4[et(4)] driver) +Agere ET1310 Gigabit Ethernet adapters (man:et[4] driver) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ex&sektion=4[ex(4)] driver supports the following Ethernet adapters: +[i386,amd64] The man:ex[4] driver supports the following Ethernet adapters: * Intel EtherExpress Pro/10 ISA * Intel EtherExpress Pro/10+ ISA @@ -1624,7 +1622,7 @@ Agere ET1310 Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query * Silicom Ethernet LAN PC Card * Silicom EtherSerial LAN PC Card -[i386,pc98,amd64] Controllers and cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=fe&sektion=4[fe(4)] driver include: +[i386,pc98,amd64] Controllers and cards supported by the man:fe[4] driver include: * Allied Telesis RE1000, RE1000Plus, ME1500 (110-pin) * CONTEC C-NET(98)P2, C-NET (9N)E (110-pin), C-NET(9N)C (ExtCard) @@ -1643,7 +1641,7 @@ Agere ET1310 Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query * TDK LAK-CD011, LAK-CD021, LAK-CD021A, LAK-CD021BX * Ungermann-Bass Access/PC N98C+(PC85152, PC85142), Access/NOTE N98(PC86132) (110-pin) -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=fxp&sektion=4[fxp(4)] driver include: +Adapters supported by the man:fxp[4] driver include: * Intel EtherExpress PRO/10 * Intel InBusiness 10/100 @@ -1658,29 +1656,29 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=fxp&sektion=4 * NEC PC-9821X-B06 (PC-98) * Many on-board network interfaces on Intel motherboards -Chips supported by the http://www.FreeBSD.org/cgi/man.cgi?query=gem&sektion=4[gem(4)] driver include: +Chips supported by the man:gem[4] driver include: * Apple GMAC * Sun ERI 10/100 Mbps Ethernet * Sun GEM Gigabit Ethernet -The following add-on cards are known to work with the http://www.FreeBSD.org/cgi/man.cgi?query=gem&sektion=4[gem(4)] driver at this time: +The following add-on cards are known to work with the man:gem[4] driver at this time: * Sun Gigabit Ethernet PCI 2.0/3.0 (GBE/P) (part no. 501-4373) * Sun Gigabit Ethernet SBus 2.0/3.0 (GBE/S) (part no. 501-4375) -The http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4[hme(4)] driver supports the on-board Ethernet interfaces of many Sun UltraSPARC workstation and server models. +The man:hme[4] driver supports the on-board Ethernet interfaces of many Sun UltraSPARC workstation and server models. -Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4[hme(4)] driver include: +Cards supported by the man:hme[4] driver include: * Sun PCI SunSwift Adapter -* Sun SBus SunSwift Adapter ("hme" and "SUNW,hme") +* Sun SBus SunSwift Adapter "( hme" and "SUNW,hme") * Sun PCI Sun100BaseT Adapter 2.0 * Sun SBus Sun100BaseT 2.0 * Sun PCI Quad FastEthernet Controller * Sun SBus Quad FastEthernet Controller -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=ie&sektion=4[ie(4)] driver provides supports the following 8 and 16bit ISA Ethernet cards that are based on the Intel i82586 chip: +[i386] The man:ie[4] driver provides supports the following 8 and 16bit ISA Ethernet cards that are based on the Intel i82586 chip: * 3COM 3C507 * AT&T EN100 @@ -1689,31 +1687,31 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4[hm * Intel EtherExpress 16 * RACAL Interlan NI5210 -The http://www.FreeBSD.org/cgi/man.cgi?query=igb&sektion=4[igb(4)] driver supports Gigabit Ethernet adapters based on the Intel 82575 and 82576 controller chips: +The man:igb[4] driver supports Gigabit Ethernet adapters based on the Intel 82575 and 82576 controller chips: * Intel Gigabit ET Dual Port Server Adapter (82576) * Intel Gigabit VT Quad Port Server Adapter (82575) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ixgb&sektion=4[ixgb(4)] driver supports the following cards: +[i386,amd64] The man:ixgb[4] driver supports the following cards: * Intel PRO/10GbE LR Server Adapter * Intel PRO/10GbE SR Server Adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=ixgbe&sektion=4[ixgbe(4)] driver supports the following cards: +The man:ixgbe[4] driver supports the following cards: * Intel(R) 10 Gigabit XF SR/AF Dual Port Server Adapter * Intel(R) 10 Gigabit XF SR/LR Server Adapter * Intel(R) 82598EB 10 Gigabit AF Network Connection * Intel(R) 82598EB 10 Gigabit AT CX4 Network Connection -The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4[jme(4)] device driver provides support for the following Ethernet controllers: +The man:jme[4] device driver provides support for the following Ethernet controllers: * JMicron JMC250 PCI Express Gigabit Ethernet controller * JMicron JMC251 PCI Express Gigabit Ethernet with Card Read Host controller * JMicron JMC260 PCI Express Fast Ethernet controller * JMicron JMC261 PCI Express Gigabit Ethernet with Card Read Host controller -[i386,pc98,ia64,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=kue&sektion=4[kue(4)] driver supports Kawasaki LSI KL5KLUSB101B based USB Ethernet adapters including: +[i386,pc98,ia64,amd64,powerpc] The man:kue[4] driver supports Kawasaki LSI KL5KLUSB101B based USB Ethernet adapters including: * 3Com 3c19250 * 3Com 3c460 HomeConnect Ethernet USB Adapter @@ -1732,12 +1730,12 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4[jme(4)] device driver * Psion Gold Port USB Ethernet adapter * SMC 2102USB, 2104USB -[i386,pc98,amd64] Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4[lge(4)] driver include: +[i386,pc98,amd64] Adapters supported by the man:lge[4] driver include: * SMC TigerCard 1000 (SMC9462SX) * D-Link DGE-500SX -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=msk&sektion=4[msk(4)] driver provides support for various NICs based on the Marvell/SysKonnect Yukon II based Gigabit Ethernet controller chips, including: +[i386,amd64] The man:msk[4] driver provides support for various NICs based on the Marvell/SysKonnect Yukon II based Gigabit Ethernet controller chips, including: * D- Link 550SX Gigabit Ethernet * D-Link 560SX Gigabit Ethernet @@ -1773,19 +1771,19 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4[jme(4)] device driver * SysKonnect SK-9Sxx Gigabit Ethernet * SysKonnect SK-9Exx Gigabit Ethernet -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=mxge&%0Asektion=4[mxge(4)] driver supports 10 Gigabit Ethernet adapters based on the Myricom LANai Z8E chips: +[i386,amd64] The man:mxge[4] driver supports 10 Gigabit Ethernet adapters based on the Myricom LANai Z8E chips: * Myricom 10GBase-CX4 (10G-PCIE-8A-C, 10G-PCIE-8AL-C) * Myricom 10GBase-R (10G-PCIE-8A-R, 10G-PCIE-8AL-R) * Myricom 10G XAUI over ribbon fiber (10G-PCIE-8A-Q, 10G-PCIE-8AL-Q) -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=my&sektion=4[my(4)] driver provides support for various NICs based on the Myson chipset. Supported models include: +[i386,pc98] The man:my[4] driver provides support for various NICs based on the Myson chipset. Supported models include: * Myson MTD800 PCI Fast Ethernet chip * Myson MTD803 PCI Fast Ethernet chip * Myson MTD89X PCI Gigabit Ethernet chip -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=nfe&sektion=4[nfe(4)] driver supports the following NVIDIA MCP onboard adapters: +[i386,amd64] The man:nfe[4] driver supports the following NVIDIA MCP onboard adapters: * NVIDIA nForce MCP Networking Adapter * NVIDIA nForce MCP04 Networking Adapter @@ -1808,7 +1806,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4[jme(4)] device driver * NVIDIA nForce4 CK804 MCP8 Networking Adapter * NVIDIA nForce4 CK804 MCP9 Networking Adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4[nge(4)] driver supports National Semiconductor DP83820 and DP83821 based Gigabit Ethernet adapters including: +The man:nge[4] driver supports National Semiconductor DP83820 and DP83821 based Gigabit Ethernet adapters including: * Addtron AEG320T * Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI) @@ -1821,22 +1819,22 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4[nge(4)] driver suppor * Surecom Technology EP-320G-TX * Trendware TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=nve&sektion=4[nve(4)] driver supports the NVIDIA MCP onboard adapters of mainboards with the following chipsets: +[i386,amd64] The man:nve[4] driver supports the NVIDIA MCP onboard adapters of mainboards with the following chipsets: * nForce * nForce2 * nForce3 * nForce4 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=nxge&sektion=4[nxge(4)] driver supports Neterion Xframe 10 Gigabit Ethernet adapters listed in http://www.neterion.com/how/pricing.html. +[i386,amd64] The man:nxge[4] driver supports Neterion Xframe 10 Gigabit Ethernet adapters listed in http://www.neterion.com/how/pricing.html. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=oce&sektion=4[oce(4)] driver supports the following network adapters: +[i386,amd64] The man:oce[4] driver supports the following network adapters: * Emulex BladeEngine 2 * Emulex BladeEngine 3 * Emulex Lancer -[i386,pc98,ia64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=pcn&sektion=4[pcn(4)] driver supports adapters and embedded controllers based on the AMD PCnet/FAST, PCnet/FAST+, PCnet/FAST III, PCnet/PRO and PCnet/Home Fast Ethernet chips: +[i386,pc98,ia64,amd64] The man:pcn[4] driver supports adapters and embedded controllers based on the AMD PCnet/FAST, PCnet/FAST+, PCnet/FAST III, PCnet/PRO and PCnet/Home Fast Ethernet chips: * AMD Am79C971 PCnet-FAST * AMD Am79C972 PCnet-FAST+ @@ -1845,33 +1843,33 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4[nge(4)] driver suppor * AMD Am79C978 PCnet-Home * Allied-Telesis LA-PCI -[amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=qlxgb&sektion=4[qlxgb(4)] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: +[amd64] The man:qlxgb[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 3200 series * QLogic 8200 series -[amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=qlxgbe&sektion=4[qlxgbe(4)] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: +[amd64] The man:qlxgbe[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 8300 series -[amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=qlxge&sektion=4[qlxge(4)] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: +[amd64] The man:qlxge[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 8100 series -The http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4[re(4)] driver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters including: +The man:re[4] driver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters including: * Alloy Computer Products EtherGOLD 1439E 10/100 (8139C+) * Compaq Evo N1015v Integrated Ethernet (8139C+) * Corega CG-LAPCIGT Gigabit Ethernet (8169S) * D-Link DGE-528(T) Gigabit Ethernet (8169S) * Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S) -* LevelOne GNC-0105T ( 8169S) +* LevelOne GNC-0105T (8169S) * LinkSys EG1032 (32-bit PCI) * PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S) * USRobotics USR997902 Gigabit Ethernet (8169S) * Xterasys XN-152 10/100/1000 NIC (8169) -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=rl&sektion=4[rl(4)] driver include: +Adapters supported by the man:rl[4] driver include: * Accton "Cheetah" EN1207D (MPX 5030/5038; RealTek 8139 clone) * Allied Telesyn AT2550 @@ -1906,14 +1904,14 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=rl&sektion=4[ * SMC EZ Card 10/100 PCI 1211-TX * SOHO (PRAGMATIC) UE-1211C -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=rue&sektion=4[rue(4)] driver supports RealTek RTL8150 based USB Ethernet adapters including: +[i386,pc98,amd64] The man:rue[4] driver supports RealTek RTL8150 based USB Ethernet adapters including: * Buffalo (Melco Inc.) LUA-KTX * Green House GH-USB100B * LinkSys USB100M * Billionton 10/100 FastEthernet USBKR2 -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sf&sektion=4[sf(4)] driver include: +Adapters supported by the man:sf[4] driver include: * ANA-62011 64-bit single port 10/100baseTX adapter * ANA-62022 64-bit dual port 10/100baseTX adapter @@ -1921,14 +1919,14 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sf&sektion=4[ * ANA-69011 32-bit single port 10/100baseTX adapter * ANA-62020 64-bit single port 100baseFX adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=sfxge&sektion=4[sfxge(4)] driver supports all 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers. +The man:sfxge[4] driver supports all 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers. -The http://www.FreeBSD.org/cgi/man.cgi?query=sge&sektion=4[sge(4)] device driver provides support for the following Ethernet controllers: +The man:sge[4] device driver provides support for the following Ethernet controllers: * SiS190 Fast Ethernet controller * SiS191 Fast/Gigabit Ethernet controller -The http://www.FreeBSD.org/cgi/man.cgi?query=sis&sektion=4[sis(4)] driver supports Silicon Integrated Systems SiS 900 and SiS 7016 based Fast Ethernet adapters and embedded controllers, as well as Fast Ethernet adapters based on the National Semiconductor DP83815 (MacPhyter) and DP83816 chips. Supported adapters include: +The man:sis[4] driver supports Silicon Integrated Systems SiS 900 and SiS 7016 based Fast Ethernet adapters and embedded controllers, as well as Fast Ethernet adapters based on the National Semiconductor DP83815 (MacPhyter) and DP83816 chips. Supported adapters include: * @Nifty FNECHARD IFC USUP-TX * MELCO LGY-PCI-TXC @@ -1937,7 +1935,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=sis&sektion=4[sis(4)] driver suppor * SiS 630, 635, and 735 motherboard chipsets * Soekris Engineering net45xx, net48xx, lan1621, and lan1641 -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sk&sektion=4[sk(4)] driver include: +Adapters supported by the man:sk[4] driver include: * 3Com 3C940 single port, 1000baseT adapter * 3Com 3C2000-T single port, 1000baseT adapter @@ -1953,7 +1951,7 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sk&sektion=4[ * SK-9844 SK-NET GE-SX dual port, multimode fiber adapter * SMC 9452TX single port, 1000baseT adapter -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4[sn(4)] driver supports SMC91Cxx based ISA and PCMCIA cards including: +[i386,amd64] The man:sn[4] driver supports SMC91Cxx based ISA and PCMCIA cards including: * 3Com Megahertz X-Jack Ethernet PC Card XJ10BT, XJ10BC * 3Com Megahertz XJEM and CCEM series: CCEM3288C, CCEM3288T, CCEM3336, CEM3336C, CCEM3336T, XJEM1144C, XJEM1144T, XJEM3288C, XJEM3288T, XJEM3336 @@ -1967,11 +1965,11 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sk&sektion=4[ * SMC EZEther PC Card (8020BT) * SMC EZEther PC Card (8020T) -The http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4[sn(4)] driver supports the SMC 91C90, SMC 91C92, SMC 91C94, SMC 91C95, SMC 91C96, SMC91C100 and SMC 91C100FD chips from SMC. +The man:sn[4] driver supports the SMC 91C90, SMC 91C92, SMC 91C94, SMC 91C95, SMC 91C96, SMC91C100 and SMC 91C100FD chips from SMC. -The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver supports the 595 and 895 cards. These cards have the blue arrow on the front along with a 3Com logo. The Farallon 595a cards, which have a red arrow on the front, are also called EtherWave and EtherMac. They are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4[sn(4)] driver. +The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver supports the 595 and 895 cards. These cards have the blue arrow on the front along with a 3Com logo. The Farallon 595a cards, which have a red arrow on the front, are also called EtherWave and EtherMac. They are supported by the man:sn[4] driver. -[pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=snc&sektion=4[snc(4)] driver supports the following cards: +[pc98] The man:snc[4] driver supports the following cards: * National Semiconductor DP83934AVQB * NEC PC-9801-83 @@ -1983,15 +1981,15 @@ The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver * NEC PC-9801N-J02 PCMCIA * NEC PC-9801N-J02R PCMCIA -The http://www.FreeBSD.org/cgi/man.cgi?query=snc&sektion=4[snc(4)] driver also includes support for the National Semiconductor NS46C46 as 64 * 16 bits Microwave Serial EEPROM. +The man:snc[4] driver also includes support for the National Semiconductor NS46C46 as 64 * 16 bits Microwave Serial EEPROM. -The http://www.FreeBSD.org/cgi/man.cgi?query=ste&sektion=4[ste(4)] driver supports Sundance Technologies ST201 based Fast Ethernet adapters and embedded controllers including: +The man:ste[4] driver supports Sundance Technologies ST201 based Fast Ethernet adapters and embedded controllers including: * D-Link DFE-530TXS * D-Link DFE-550TX * D-Link DFE-580TX -The http://www.FreeBSD.org/cgi/man.cgi?query=stge&sektion=4[stge(4)] driver provides support for various NICs based on the Sundance/Tamarack TC9021 based Gigabit Ethernet controller chips, including: +The man:stge[4] driver provides support for various NICs based on the Sundance/Tamarack TC9021 based Gigabit Ethernet controller chips, including: * Antares Microsystems Gigabit Ethernet * ASUS NX1101 Gigabit Ethernet @@ -2002,7 +2000,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=stge&sektion=4[stge(4)] driver prov * Sundance TC9021 Gigabit Ethernet * Tamarack TC9021 Gigabit Ethernet -[i386,pc98,amd64,sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=ti&sektion=4[ti(4)] driver supports Gigabit Ethernet adapters based on the Alteon Tigon I and II chips. The http://www.FreeBSD.org/cgi/man.cgi?query=ti&sektion=4[ti(4)] driver has been tested with the following adapters: +[i386,pc98,amd64,sparc64] The man:ti[4] driver supports Gigabit Ethernet adapters based on the Alteon Tigon I and II chips. The man:ti[4] driver has been tested with the following adapters: * 3Com 3c985-SX Gigabit Ethernet adapter (Tigon 1) * 3Com 3c985B-SX Gigabit Ethernet adapter (Tigon 2) @@ -2020,14 +2018,14 @@ The following adapters should also be supported but have not yet been tested: * NEC Gigabit Ethernet * Silicon Graphics PCI Gigabit Ethernet adapter -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4[tl(4)] driver supports Texas Instruments ThunderLAN based Ethernet and Fast Ethernet adapters including a large number of Compaq PCI Ethernet adapters. Also supported are: +[i386,pc98,amd64] The man:tl[4] driver supports Texas Instruments ThunderLAN based Ethernet and Fast Ethernet adapters including a large number of Compaq PCI Ethernet adapters. Also supported are: * Olicom OC-2135/2138 10/100 TX UTP adapter * Olicom OC-2325/OC-2326 10/100 TX UTP adapter * Racore 8148 10baseT/100baseTX/100baseFX adapter * Racore 8165 10/100baseTX adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4[tl(4)] driver also supports the built-in Ethernet adapters of various Compaq Prosignia servers and Compaq Deskpro desktop machines including: +The man:tl[4] driver also supports the built-in Ethernet adapters of various Compaq Prosignia servers and Compaq Deskpro desktop machines including: * Compaq Netelligent 10 * Compaq Netelligent 10 T PCI UTP/Coax @@ -2040,9 +2038,9 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4[tl(4)] driver also sup * Compaq NetFlex 3P Integrated * Compaq NetFlex 3P w/BNC -[amd64, i386, pc98] SMC 83c17x (EPIC)-based Ethernet NICs (http://www.FreeBSD.org/cgi/man.cgi?query=tx&sektion=4[tx(4)] driver) +[amd64, i386, pc98] SMC 83c17x (EPIC)-based Ethernet NICs (man:tx[4] driver) -The http://www.FreeBSD.org/cgi/man.cgi?query=txp&sektion=4[txp(4)] driver supports the following cards: +The man:txp[4] driver supports the following cards: * 3Com 3CR990-TX-95 * 3Com 3CR990-TX-97 @@ -2051,18 +2049,18 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=txp&sektion=4[txp(4)] driver suppor * 3Com 3CR990SVR97 * 3Com 3cR990B-SRV -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=udav&sektion=4[udav(4)] driver supports the following adapters: +[i386,pc98,amd64] The man:udav[4] driver supports the following adapters: * Corega FEther USB-TXC * ShanTou ST268 USB NIC -The http://www.FreeBSD.org/cgi/man.cgi?query=vge&sektion=4[vge(4)] driver supports VIA Networking VT6120, VT6122, VT6130 and VT6132 based Gigabit Ethernet adapters including: +The man:vge[4] driver supports VIA Networking VT6120, VT6122, VT6130 and VT6132 based Gigabit Ethernet adapters including: * VIA Networking LAN-on-motherboard Gigabit Ethernet * ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701) * ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702) -The http://www.FreeBSD.org/cgi/man.cgi?query=vr&sektion=4[vr(4)] driver supports VIA Technologies Rhine I, Rhine II, and Rhine III based Fast Ethernet adapters including: +The man:vr[4] driver supports VIA Technologies Rhine I, Rhine II, and Rhine III based Fast Ethernet adapters including: * AOpen/Acer ALN-320 * D-Link DFE520-TX @@ -2070,24 +2068,24 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=vr&sektion=4[vr(4)] driver supports * Hawking Technologies PN102TX * Soekris Engineering net5501 -The http://www.FreeBSD.org/cgi/man.cgi?query=vte&sektion=4[vte(4)] device driver provides support for the following Ethernet controllers: +The man:vte[4] device driver provides support for the following Ethernet controllers: * DM&P Vortex86 RDC R6040 Fast Ethernet controller -[i386,pc98,ia64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=vx&sektion=4[vx(4)] driver supports the following cards: +[i386,pc98,ia64,amd64] The man:vx[4] driver supports the following cards: * 3Com 3c590 EtherLink III PCI * 3Com 3c592 EtherLink III EISA * 3Com 3c595 Fast EtherLink III PCI in 10 Mbps mode * 3Com 3c597 Fast EtherLink III EISA in 10 Mbps mode -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=vxge&sektion=4[vxge(4)] driver supports Neterion X3100 10 Gigabit Ethernet adapters listed in http://www.neterion.com. +[i386,amd64] The man:vxge[4] driver supports Neterion X3100 10 Gigabit Ethernet adapters listed in http://www.neterion.com. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=wb&sektion=4[wb(4)] driver supports Winbond W89C840F based Fast Ethernet adapters and embedded controllers including: +[i386,pc98,amd64] The man:wb[4] driver supports Winbond W89C840F based Fast Ethernet adapters and embedded controllers including: * Trendware TE100-PCIE -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=xe&sektion=4[xe(4)] driver supports the following cards: +[i386,amd64] The man:xe[4] driver supports the following cards: * Xircom CreditCard Ethernet (PS-CE2-10) * Xircom CreditCard Ethernet + Modem 28 (PS-CEM-28) @@ -2105,7 +2103,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=vte&sektion=4[vte(4)] device driver Other similar devices using the same hardware may also be supported. -The http://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4[xl(4)] driver supports the following hardware: +The man:xl[4] driver supports the following hardware: * 3Com 3c900-TPO * 3Com 3c900-COMBO @@ -2127,36 +2125,36 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4[xl(4)] driver supports * 3Com 3C3SH573BT, 3C575TX, 3CCFE575BT, 3CXFE575BT, 3CCFE575CT, 3CXFE575CT, 3CCFEM656, 3CCFEM656B, and 3CCFEM656C, 3CXFEM656, 3CXFEM656B, and 3CXFEM656C CardBus adapters * 3Com 3c905-TX, 3c905B-TX 3c905C-TX, 3c920B-EMB, and 3c920B-EMB-WNM embedded adapters -Both the 3C656 family of CardBus cards and the 3C556 family of MiniPCI cards have a built-in proprietary modem. Neither the http://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4[xl(4)] driver nor any other FreeBSD driver supports this modem. +Both the 3C656 family of CardBus cards and the 3C556 family of MiniPCI cards have a built-in proprietary modem. Neither the man:xl[4] driver nor any other FreeBSD driver supports this modem. [[fddi]] -== FDDI Interfaces +== 3.3. FDDI Interfaces -[i386, pc98] DEC DEFPA PCI (http://www.FreeBSD.org/cgi/man.cgi?query=fpa&sektion=4[fpa(4)] driver) +[i386, pc98] DEC DEFPA PCI (man:fpa[4] driver) -[i386] DEC DEFEA EISA (http://www.FreeBSD.org/cgi/man.cgi?query=fpa&sektion=4[fpa(4)] driver) +[i386] DEC DEFEA EISA (man:fpa[4] driver) [[atm]] -== ATM Interfaces +== 3.4. ATM Interfaces -[i386, pc98] Midway-based ATM interfaces (http://www.FreeBSD.org/cgi/man.cgi?query=en&sektion=4[en(4)] driver) +[i386, pc98] Midway-based ATM interfaces (man:en[4] driver) -[i386, pc98 sparc64] FORE Systems, Inc. PCA-200E ATM PCI Adapters (hfa and http://www.FreeBSD.org/cgi/man.cgi?query=fatm&sektion=4[fatm(4)] drivers) +[i386, pc98 sparc64] FORE Systems, Inc. PCA-200E ATM PCI Adapters (hfa and man:fatm[4] drivers) -[i386, pc98] IDT NICStAR 77201/211-based ATM Adapters (http://www.FreeBSD.org/cgi/man.cgi?query=idt&sektion=4[idt(4)] driver) +[i386, pc98] IDT NICStAR 77201/211-based ATM Adapters (man:idt[4] driver) -[i386, pc98 sparc64] FORE Systems, Inc. HE155 and HE622 ATM interfaces (http://www.FreeBSD.org/cgi/man.cgi?query=hatm&sektion=4[hatm(4)] driver) +[i386, pc98 sparc64] FORE Systems, Inc. HE155 and HE622 ATM interfaces (man:hatm[4] driver) -[i386, pc98] IDT77252-based ATM cards (http://www.FreeBSD.org/cgi/man.cgi?query=patm&sektion=4[patm(4)] driver) +[i386, pc98] IDT77252-based ATM cards (man:patm[4] driver) [[wlan]] -== Wireless Network Interfaces +== 3.5. Wireless Network Interfaces -[amd64, i386, pc98] Cisco/Aironet 802.11b wireless adapters (http://www.FreeBSD.org/cgi/man.cgi?query=an&sektion=4[an(4)] driver) +[amd64, i386, pc98] Cisco/Aironet 802.11b wireless adapters (man:an[4] driver) -[i386,pc98,amd64,sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=ath&sektion=4[ath(4)] driver supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL chipset. +[i386,pc98,amd64,sparc64] The man:ath[4] driver supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL chipset. -The following cards are among those supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ath_hal&sektion=4[ath_hal(4)] module: +The following cards are among those supported by the man:ath_hal[4] module: * Aztech WL830PC * D-Link DWL-A650 @@ -2198,7 +2196,7 @@ The following cards are among those supported by the http://www.FreeBSD.org/cgi/ * 3Com 3CRPAG175 * TP-LINK TL-WDN4800 -The http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4[bwi(4)] driver supports Broadcom BCM43xx based wireless devices, including: +The man:bwi[4] driver supports Broadcom BCM43xx based wireless devices, including: * Apple Airport Extreme * Apple Airport Extreme @@ -2216,9 +2214,9 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4[bwi(4)] driver suppor * TRENDnet TEW-401PCplus * US Robotics 5411 -The http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4[bwi(4)] driver uses the older v3 version of Broadcom's firmware. While this older firmware does support most BCM43xx parts, the bwn(4) driver works better for the newer chips it supports. You must use the http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4[bwi(4)] driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2). The v4 version of the firmware that bwn(4) uses does not support these chips. +The man:bwi[4] driver uses the older v3 version of Broadcom's firmware. While this older firmware does support most BCM43xx parts, the bwn(4) driver works better for the newer chips it supports. You must use the man:bwi[4] driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2). The v4 version of the firmware that bwn(4) uses does not support these chips. -The http://www.FreeBSD.org/cgi/man.cgi?query=bwn&sektion=4[bwn(4)] driver supports Broadcom BCM43xx based wireless devices, including: +The man:bwn[4] driver supports Broadcom BCM43xx based wireless devices, including: * Apple Airport Extreme * ASUS WL-138g @@ -2234,17 +2232,17 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=bwn&sektion=4[bwn(4)] driver suppor Users of older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2) must use bwi(4) because the v4 version of the firmware does not support these chips. The newer firmware is too big to fit into these old chips. -[i386, amd64] Intel PRO/Wireless 2100 MiniPCI network adapter (http://www.FreeBSD.org/cgi/man.cgi?query=ipw&sektion=4[ipw(4)] driver) +[i386, amd64] Intel PRO/Wireless 2100 MiniPCI network adapter (man:ipw[4] driver) -[i386, amd64] Intel PRO/Wireless 2200BG/2915ABG MiniPCI and 2225BG PCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=iwi&sektion=4[iwi(4)] driver) +[i386, amd64] Intel PRO/Wireless 2200BG/2915ABG MiniPCI and 2225BG PCI network adapters (man:iwi[4] driver) -[i386, amd64] Intel Wireless WiFi Link 4965AGN IEEE 802.11n PCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=iwn&sektion=4[iwn(4)] driver) +[i386, amd64] Intel Wireless WiFi Link 4965AGN IEEE 802.11n PCI network adapters (man:iwn[4] driver) -[i386, amd64] Marvell Libertas IEEE 802.11b/g PCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=malo&sektion=4[malo(4)] driver) +[i386, amd64] Marvell Libertas IEEE 802.11b/g PCI network adapters (man:malo[4] driver) -Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=mwl&sektion=4[mwl(4)] driver) +Marvell 88W8363 IEEE 802.11n wireless network adapters (man:mwl[4] driver) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ral&sektion=4[ral(4)] driver supports PCI/PCIe/CardBus wireless adapters based on Ralink Technology chipsets, including: +[i386,amd64] The man:ral[4] driver supports PCI/PCIe/CardBus wireless adapters based on Ralink Technology chipsets, including: * A-Link WL54H * A-Link WL54PC @@ -2333,7 +2331,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * Zonet ZEW1500 * Zonet ZEW1600 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=rsu&sektion=4[rsu(4)] driver provices support for Realtek RTL8188SU/RTL8192SU USB IEEE 802.11b/g/n wireless network adapters, including: +[i386,amd64] The man:rsu[4] driver provices support for Realtek RTL8188SU/RTL8192SU USB IEEE 802.11b/g/n wireless network adapters, including: * ASUS USB-N10 * Belkin F7D1101 v1 @@ -2348,7 +2346,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * TRENDnet TEW-648UB * TRENDnet TEW-649UB -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=rum&sektion=4[rum(4)] driver supports USB 2.0 wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets, including: +[i386,amd64] The man:rum[4] driver supports USB 2.0 wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets, including: * 3Com Aolynk WUB320g * Abocom WUG2700 @@ -2387,7 +2385,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * Sweex LW053 * TP-LINK TL-WN321G -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=run&sektion=4[run(4)] driver supports the following wireless adapters: +[i386,amd64] The man:run[4] driver supports the following wireless adapters: * Airlink101 AWLL6090 * ASUS USB-N11 @@ -2441,7 +2439,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * SMC SMCWUSBS-N2 * Sweex LW303 * Sweex LW313 -* TP-LINK TL-WDN3200 +* TP- LINK TL-WDN3200 * TP-LINK TL-WN727N v3 * Unex DNUR-81 * Unex DNUR-82 @@ -2449,7 +2447,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * ZyXEL NWD210N * ZyXEL NWD270N -The http://www.FreeBSD.org/cgi/man.cgi?query=uath&sektion=4[uath(4)] driver should work with the following adapters: +The man:uath[4] driver should work with the following adapters: * Compex WLU108AG * Compex WLU108G @@ -2473,7 +2471,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=uath&sektion=4[uath(4)] driver shou An up to date list can be found at http://customerproducts.atheros.com/customerproducts/default.asp. -The http://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4[upgt(4)] driver supports USB 2.0 Conexant/Intersil PrismGT series wireless adapters based on the GW3887 chipset, among them: +The man:upgt[4] driver supports USB 2.0 Conexant/Intersil PrismGT series wireless adapters based on the GW3887 chipset, among them: * Belkin F5D7050 (version 1000) * Cohiba Proto Board @@ -2486,7 +2484,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4[upgt(4)] driver supp * Spinnaker DUT * Spinnaker Proto Board -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ural&sektion=4[ural(4)] driver supports USB 2.0 wireless adapters based on the Ralink Technology RT2500USB chipset, including: +[i386,amd64] The man:ural[4] driver supports USB 2.0 wireless adapters based on the Ralink Technology RT2500USB chipset, including: * AMIT WL532U * ASUS WL-167g @@ -2518,7 +2516,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4[upgt(4)] driver supp An up to date list can be found at http://ralink.rapla.net/. -The http://www.FreeBSD.org/cgi/man.cgi?query=urtw&sektion=4[urtw(4)] driver supports Realtek RTL8187B/L based wireless network devices, including: +The man:urtw[4] driver supports Realtek RTL8187B/L based wireless network devices, including: * Belkin F5D7050E * Linksys WUSB54GCv2 @@ -2531,7 +2529,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtw&sektion=4[urtw(4)] driver supp * SureCom EP-9001-g(2A) * TRENDnet TEW-424UB V3.xR -The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4[urtwn(4)] driver supports Realtek RTL8188CU/RTL8188RU/RTL8188EU/RTL8192CU based USB IEEE 802.11b/g/n wireless network adapters, including: +The man:urtwn[4] driver supports Realtek RTL8188CU/RTL8188EU/RTL8192CU based USB IEEE 802.11b/g/n wireless network adapters, including: * Alfa AWUS036NHR v2 * ASUS USB-N10 NANO @@ -2545,13 +2543,13 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4[urtwn(4)] driver su * TP-LINK TL-WN723N v3 * TP-LINK TL-WN725N v2 -[amd64, i386, pc98] Lucent Technologies WaveLAN/IEEE 802.11b wireless network adapters and workalikes using the Lucent Hermes, Intersil PRISM-II, Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24 chipsets (http://www.FreeBSD.org/cgi/man.cgi?query=wi&sektion=4[wi(4)] driver) +[amd64, i386, pc98] Lucent Technologies WaveLAN/IEEE 802.11b wireless network adapters and workalikes using the Lucent Hermes, Intersil PRISM-II, Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24 chipsets (man:wi[4] driver) -[i386] NCR / AT&T / Lucent Technologies WaveLan T1-speed ISA/radio LAN cards (http://www.FreeBSD.org/cgi/man.cgi?query=wl&sektion=4[wl(4)] driver) +[i386] NCR / AT&T / Lucent Technologies WaveLan T1-speed ISA/radio LAN cards (man:wl[4] driver) -[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=wpi&sektion=4[wpi(4)] driver) +[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network adapters (man:wpi[4] driver) -[i386,amd64] The following devices are known to be supported by the http://www.FreeBSD.org/cgi/man.cgi?query=zyd&sektion=4[zyd(4)] driver: +[i386,amd64] The following devices are known to be supported by the man:zyd[4] driver: * 3COM 3CRUSB10075 * Acer WLAN-G-US1 @@ -2599,14 +2597,14 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4[urtwn(4)] driver su * ZyXEL ZyAIR G-220 [[misc-network]] -== Miscellaneous Networks +== 3.6. Miscellaneous Networks -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=ce&sektion=4[ce(4)] driver supports the following models of Tau-PCI/32 WAN adapters: +[i386,pc98] The man:ce[4] driver supports the following models of Tau-PCI/32 WAN adapters: * Cronyx Tau-PCI/32 * Cronyx Tau-PCI/32-Lite -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=cx&sektion=4[cx(4)] driver supports the following cards: +[i386] The man:cx[4] driver supports the following cards: * Cronyx Sigma-22, Sigma-24 * Cronyx Sigma-100 @@ -2615,7 +2613,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4[urtwn(4)] driver su * Cronyx Sigma-703 * Cronyx Sigma-800, Sigma-801, Sigma-810, Sigma-840 -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=cp&sektion=4[cp(4)] driver supports the following models of Tau-PCI WAN adapters: +[i386,pc98] The man:cp[4] driver supports the following models of Tau-PCI WAN adapters: * Cronyx Tau-PCI * Cronyx Tau-PCI/R @@ -2629,30 +2627,30 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4[urtwn(4)] driver su * Cronyx Tau-PCI-T3 * Cronyx Tau-PCI-STS1 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=ctau&sektion=4[ctau(4)] driver supports the following cards: +[i386] The man:ctau[4] driver supports the following cards: * Cronyx Tau (RS-232/V.35) * Cronyx Tau/R (RS-530/RS-449) * Cronyx Tau/E1 (fractional E1) * Cronyx Tau/G703 (unframed E1) -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=cm&sektion=4[cm(4)] driver supports the following card models: +[i386] The man:cm[4] driver supports the following card models: * SMC90c26 * SMC90c56 * SMC90c66 in '56 compatibility mode. [[serial]] -== Serial Interfaces +== 3.7. Serial Interfaces -[amd64, i386] "PC standard" 8250, 16450, and 16550-based serial ports (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[amd64, i386] "PC standard" 8250, 16450, and 16550-based serial ports (man:sio[4] driver) -The http://www.FreeBSD.org/cgi/man.cgi?query=uart&sektion=4[uart(4)] driver supports the following classes of UARTs: +The man:uart[4] driver supports the following classes of UARTs: * NS8250: standard hardware based on the 8250, 16450, 16550, 16650, 16750 or the 16950 UARTs. * SCC: serial communications controllers supported by the scc(4) device driver. -The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4[scc(4)] driver supports the following classes of SCCs: +The man:scc[4] driver supports the following classes of SCCs: * SAB82532: Siemens SAB 82532 based serial communications controllers. * Z8530: Zilog 8530 based serial communications controllers. @@ -2664,20 +2662,20 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4[scc(4)] driver suppor [i386] Boca multi-port serial cards -* Boca BB1004 4-Port serial card (Modems [.emphasis]#_not_# supported) +* Boca BB1004 4-Port serial card (Modems _not_ supported) * Boca IOAT66 6-Port serial card (Modems supported) -* Boca BB1008 8-Port serial card (Modems [.emphasis]#_not_# supported) +* Boca BB1008 8-Port serial card (Modems _not_ supported) * Boca BB2016 16-Port serial card (Modems supported) -[i386] Comtrol Rocketport card (http://www.FreeBSD.org/cgi/man.cgi?query=rp&sektion=4[rp(4)] driver) +[i386] Comtrol Rocketport card (man:rp[4] driver) -[i386] Cyclades Cyclom-Y serial board (http://www.FreeBSD.org/cgi/man.cgi?query=cy&sektion=4[cy(4)] driver) +[i386] Cyclades Cyclom-Y serial board (man:cy[4] driver) [i386] STB 4 port card using shared IRQ [i386] DigiBoard intelligent serial cards (digi driver) -[amd64, i386, ia64] PCI-Based multi-port serial boards (http://www.FreeBSD.org/cgi/man.cgi?query=puc&sektion=4[puc(4)] driver) +[amd64, i386, ia64] PCI-Based multi-port serial boards (man:puc[4] driver) * [amd64, i386] Actiontech 56K PCI * [amd64, i386] Avlab Technology, PCI IO 2S and PCI IO 4S @@ -2703,90 +2701,84 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4[scc(4)] driver suppor * [amd64, i386] US Robotics (3Com) 3CP5609 modem * [amd64, i386] VScom PCI-400 and PCI-800 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=rc&sektion=4[rc(4)] driver provides support for the SDL Communications RISCom/8 boards. +[i386] The man:rc[4] driver provides support for the SDL Communications RISCom/8 boards. -[i386, amd64] Specialix SI/XIO/SX multiport serial cards, with both the older SIHOST2.x and the "enhanced" (transputer based, aka JET) host cards (ISA, EISA and PCI) are supported. Note that the newer SX+ PCI cards are not currently supported. (http://www.FreeBSD.org/cgi/man.cgi?query=si&sektion=4[si(4)] driver) +[i386, amd64] Specialix SI/XIO/SX multiport serial cards, with both the older SIHOST2.x and the "enhanced" (transputer based, aka JET) host cards (ISA, EISA and PCI) are supported. Note that the newer SX+ PCI cards are not currently supported. (man:si[4] driver) -[pc98] Internel serial interfaces (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] Internel serial interfaces (man:sio[4] driver) * PC-9801 on-board * PC-9821 2'nd CCU (flags 0x12000000) -[pc98] NEC PC-9861K, PC-9801-101 and Midori-Denshi MDC-926Rs (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] NEC PC-9861K, PC-9801-101 and Midori-Denshi MDC-926Rs (man:sio[4] driver) * COM2 (flags 0x01000000) * COM3 (flags 0x02000000) -[pc98] NEC PC-9801-120 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] NEC PC-9801-120 (man:sio[4] driver) -[.note] *Note*: + "flags 0x11000000" is necessary in kernel configuration. -[pc98] Microcore MC-16550, MC-16550II, MC-RS98 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] Microcore MC-16550, MC-16550II, MC-RS98 (man:sio[4] driver) -[.note] *Note*: + "flags 0x14000?01" is necessary in kernel configuration. -[pc98] Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 (man:sio[4] driver) -[.note] *Note*: + "flags 0x15000?01" is necessary in kernel configuration. -[pc98] Media Intelligent RSB-384 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] Media Intelligent RSB-384 (man:sio[4] driver) -[.note] *Note*: + "flags 0x16000001" is necessary in kernel configuration. -[pc98] I-O DATA RSA-98III (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] I-O DATA RSA-98III (man:sio[4] driver) -[.note] *Note*: + "flags 0x18000?01" is necessary in kernel configuration. -[pc98] Hayes ESP98 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4[sio(4)] driver) +[pc98] Hayes ESP98 (man:sio[4] driver) -[.note] *Note*: + "options COM_ESP" and "flags 0x19000000" are necessary in kernel configuration. [[sound]] -== Sound Devices +== 3.8. Sound Devices -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ad1816&sektion=4[snd_ad1816(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_ad1816[4] driver supports the following sound cards: * Analog Devices AD1816 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_als4000&sektion=4[snd_als4000(4)] driver supports the following sound cards: +[i386] The man:snd_als4000[4] driver supports the following sound cards: * Avance Logic ALS4000 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_atiixp&sektion=4[snd_atiixp(4)] driver supports the following audio chipsets: +[i386,amd64] The man:snd_atiixp[4] driver supports the following audio chipsets: * ATI IXP 200 * ATI IXP 300 * ATI IXP 400 -[sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_audiocs&sektion=4[snd_audiocs(4)] driver supports the following audio devices: +[sparc64] The man:snd_audiocs[4] driver supports the following audio devices: * CS4231 on SBus based UltraSPARC * CS4231 on PCI/EBus based UltraSPARC -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_cmi&sektion=4[snd_cmi(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_cmi[4] driver supports the following sound cards: * CMedia CMI8338A * CMedia CMI8338B * CMedia CMI8738 * CMedia CMI8738B -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_cs4281&sektion=4[snd_cs4281(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_cs4281[4] driver supports the following sound cards: * Crystal Semiconductor CS4281 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_csa&sektion=4[snd_csa(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_csa[4] driver supports the following sound cards: * Crystal Semiconductor CS4280 * Crystal Semiconductor CS4610 @@ -2800,41 +2792,41 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4[scc(4)] driver suppor * Hercules Game Theatre XP * Turtle Beach Santa Cruz -Some onboard CS4610 chips are accompanied by the CS423x ISA codec instead of the CS4297 AC97 codec. Such configurations are not supported by the http://www.FreeBSD.org/cgi/man.cgi?query=snd_csa&sektion=4[snd_csa(4)] driver yet. +Some onboard CS4610 chips are accompanied by the CS423x ISA codec instead of the CS4297 AC97 codec. Such configurations are not supported by the man:snd_csa[4] driver yet. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ds1&sektion=4[snd_ds1(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_ds1[4] driver supports the following sound cards: * Yamaha DS-1 * Yamaha DS-1E -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10k1&sektion=4[snd_emu10k1(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_emu10k1[4] driver supports the following sound cards: * Creative SoundBlaster Live! (EMU10K1 Chipset) * Creative SoundBlaster Audigy (EMU10K2 Chipset) * Creative SoundBlaster Audigy 2 (EMU10K2 Chipset) * Creative SoundBlaster Audigy 2 (EMU10K3 Chipset) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4[snd_emu10kx(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_emu10kx[4] driver supports the following sound cards: * Creative Sound Blaster Live! (EMU10K1 Chipset). Both PCM and MIDI interfaces are available. * Creative Sound Blaster Audigy (CA0100 and CA0101 Chipset). PCM and two MIDI interfaces available. * Creative Sound Blaster Audigy 2 and Creative Sound Blaster Audigy 4 (CA0102 Chipset). PCM support is limited to 48kHz/16 bit stereo (192kHz/24 bit part of this chipset is not supported). * Creative Sound Blaster Audigy 2 Value (CA0108 Chipset). PCM support is limited to 48kHz/16 bit stereo (192kHz/24 bit part of this chipset is not supported). There is no MIDI support for this card. -The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4[snd_emu10kx(4)] driver does [.emphasis]#_not_# support the following sound cards (although they have names similar to some supported ones): +The man:snd_emu10kx[4] driver does _not_ support the following sound cards (although they have names similar to some supported ones): * Creative Sound Blaster Live! 24-Bit, identified by FreeBSD as * Creative Sound Blaster Audigy LS / ES, identified by FreeBSD as * All other Creative sound cards with -DAT chipsets. * All Creative X-Fi series sound cards. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_envy24&sektion=4[snd_envy24(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_envy24[4] driver supports the following audio devices: * M-Audio Audiophile 2496 * M-Audio Delta Dio 2496 * Terratec DMX 6fire -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_envy24ht&sektion=4[snd_envy24ht(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_envy24ht[4] driver supports the following audio devices: * Audiotrak Prodigy 7.1 * Audiotrak Prodigy 7.1 LT @@ -2850,7 +2842,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4[snd_emu10kx(4 * Terratec PHASE 22 * Terratec PHASE 28 -[i386,sparc64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_es137x&sektion=4[snd_es137x(4)] driver supports the following sound cards: +[i386,sparc64,amd64] The man:snd_es137x[4] driver supports the following sound cards: * Creative CT5880-A * Creative CT5880-C @@ -2864,29 +2856,29 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4[snd_emu10kx(4 * Ensoniq AudioPCI ES1373-B * Ensoniq AudioPCI ES1373-8 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ess&sektion=4[snd_ess(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_ess[4] driver supports the following sound cards: * Ensoniq ESS ISA PnP/non-PnP -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_fm801&sektion=4[snd_fm801(4)] driver supports audio devices based on the following chipset: +[i386,amd64] The man:snd_fm801[4] driver supports audio devices based on the following chipset: * Forte Media FM801 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_gusc&sektion=4[snd_gusc(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_gusc[4] driver supports the following sound cards: * Gravis UltraSound MAX * Gravis UltraSound PnP -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4[snd_hda(4)] driver supports controllers having PCI class 4 (multimedia) and subclass 3 (HDA), compatible with Intel HDA specification. +[i386,amd64] The man:snd_hda[4] driver supports controllers having PCI class 4 (multimedia) and subclass 3 (HDA), compatible with Intel HDA specification. -The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4[snd_hda(4)] driver supports more than two hundred different controllers and CODECs. There is no sense to list all of them here, as in most cases specific CODEC configuration and wiring are more important then type of the CODEC itself. +The man:snd_hda[4] driver supports more than two hundred different controllers and CODECs. There is no sense to list all of them here, as in most cases specific CODEC configuration and wiring are more important then type of the CODEC itself. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hdspe&sektion=4[snd_hdspe(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_hdspe[4] driver supports the following audio devices: * RME HDSPe AIO * RME HDSPe RayDAT -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ich&sektion=4[snd_ich(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_ich[4] driver supports the following audio devices: * AMD 768 * AMD 8111 @@ -2907,18 +2899,18 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4[snd_hda(4)] drive * NVIDIA nForce4 * SiS 7012 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_maestro&sektion=4[snd_maestro(4)] driver supports the following PCI sound cards: +[i386,amd64] The man:snd_maestro[4] driver supports the following PCI sound cards: * ESS Technology Maestro-1 * ESS Technology Maestro-2 * ESS Technology Maestro-2E -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_maestro3&sektion=4[snd_maestro3(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_maestro3[4] driver supports the following audio devices: * ESS Technology Allegro-1 * ESS Technology Maestro3 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_mss&sektion=4[snd_mss(4)] driver supports the following audio devices: +[i386] The man:snd_mss[4] driver supports the following audio devices: * AD1845 * AD1848 @@ -2940,12 +2932,12 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4[snd_hda(4)] drive * Yamaha OPL-SA2 * Yamaha OPL-SA3 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_neomagic&sektion=4[snd_neomagic(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_neomagic[4] driver supports the following audio devices: * NeoMagic 256AV * NeoMagic 256ZX -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_sbc&sektion=4[snd_sbc(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_sbc[4] driver supports the following sound cards: * Avance Asound 110 * Avance Logic ALS100+ @@ -2964,14 +2956,14 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4[snd_hda(4)] drive * ESS ES1879 * ESS ES1888 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_solo&sektion=4[snd_solo(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_solo[4] driver supports the following sound cards: * ESS Solo-1 (ES1938 Chipset) * ESS Solo-1E (ES1946 Chipset) Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) and/or snd_sbc(4). -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_spicds&sektion=4[snd_spicds(4)] driver supports the following codecs: +[i386,amd64] The man:snd_spicds[4] driver supports the following codecs: * AK4358 * AK4381 @@ -2980,14 +2972,14 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * AK4528 * WM8770 -[i386,amd64,sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_t4dwave&sektion=4[snd_t4dwave(4)] driver supports the following audio devices: +[i386,amd64,sparc64] The man:snd_t4dwave[4] driver supports the following audio devices: * Acer Labs M5451 * SIS 7018 * Trident 4DWave DX * Trident 4DWave NX -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_via8233&sektion=4[snd_via8233(4)] driver supports the following audio chipsets: +[i386,amd64] The man:snd_via8233[4] driver supports the following audio chipsets: * VIA VT8233 * VIA VT8233A @@ -2996,11 +2988,11 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * VIA VT8237 * VIA VT8251 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_via82c686&sektion=4[snd_via82c686(4)] driver supports audio devices based on the following chipset: +[i386,amd64] The man:snd_via82c686[4] driver supports audio devices based on the following chipset: * VIA 82C686A -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_vibes&sektion=4[snd_vibes(4)] driver supports audio devices based on the following chipset: +[i386,amd64] The man:snd_vibes[4] driver supports audio devices based on the following chipset: * S3 SonicVibes @@ -3011,18 +3003,18 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a [pc98] NEC X-MATE, CanBe, ValueStar internal (mss driver) -[pc98] Creative Technologies SoundBlaster(98) (http://www.FreeBSD.org/cgi/man.cgi?query=sb&sektion=4[sb(4)] driver) +[pc98] Creative Technologies SoundBlaster(98) (man:b[4] driver) -[pc98] I-O DATA CD-BOX (http://www.FreeBSD.org/cgi/man.cgi?query=sb&sektion=4[sb(4)] driver) +[pc98] I-O DATA CD-BOX (man:sb[4] driver) [pc98] MPU-401 and compatible interfaces (mpu driver) * Q-Vision WaveStar [[camera]] -== Camera and Video Capture Devices +== 3.9. Camera and Video Capture Devices -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=bktr&sektion=4[bktr(4)] driver supports video capture cards based on the Brooktree Bt848/849/878/879 chips, as well as Pinnacle PCTV cards, including: +[i386,pc98] The man:bktr[4] driver supports video capture cards based on the Brooktree Bt848/849/878/879 chips, as well as Pinnacle PCTV cards, including: * AOpen VA1000 * AVerMedia AVerTV Studio @@ -3050,19 +3042,17 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a [i386] Connectix QuickCam [[usb]] -== USB Devices +== 3.10. USB Devices [amd64, i386, ia64, pc98] A range of USB peripherals are supported; devices known to work are listed in this section. Owing to the generic nature of most USB devices, with some exceptions any device of a given class will be supported, even if not explicitly listed here. -[.note] *Note*: + -[amd64, i386, ia64, pc98] USB Ethernet adapters can be found in the section listing link:#ethernet[Ethernet interfaces]. +[amd64, i386, ia64, pc98] USB Ethernet adapters can be found in the section listing <>. -[.note] *Note*: + -[amd64, i386, ia64, pc98] USB Bluetooth adapters can be found in link:#bluetooth[Bluetooth] section. +[amd64, i386, ia64, pc98] USB Bluetooth adapters can be found in <> section. -[i386,pc98,ia64,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=ohci&sektion=4[ohci(4)] driver supports all OHCI v1.0 compliant controllers including: +[i386,pc98,ia64,amd64,powerpc] The man:ohci[4] driver supports all OHCI v1.0 compliant controllers including: * AcerLabs M5237 (Aladdin-V) * AMD-756 @@ -3073,33 +3063,33 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * NVIDIA nForce3 * Sun PCIO-2 (RIO USB) -[i386,pc98,ia64,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=uhci&sektion=4[uhci(4)] driver supports all UHCI v1.1 compliant controllers including: +[i386,pc98,ia64,amd64,powerpc] The man:uhci[4] driver supports all UHCI v1.1 compliant controllers including: * Intel 82371AB/EB (PIIX4) * Intel 82371SB (PIIX3) * VIA 83C572 -[amd64, i386, ia64, pc98] USB 2.0 controllers using the EHCI interface (http://www.FreeBSD.org/cgi/man.cgi?query=ehci&sektion=4[ehci(4)] driver) +[amd64, i386, ia64, pc98] USB 2.0 controllers using the EHCI interface (man:ehci[4] driver) [amd64, i386, ia64, pc98] Hubs -[amd64, i386, ia64, pc98] Keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=ukbd&sektion=4[ukbd(4)] driver) +[amd64, i386, ia64, pc98] Keyboards (man:ukbd[4] driver) [amd64, i386, pc98] Miscellaneous * Assist Computer Systems PC Camera C-M1 * ActiveWire I/O Board * Creative Technology Video Blaster WebCam Plus -* D-Link DSB-R100 USB Radio (http://www.FreeBSD.org/cgi/man.cgi?query=ufm&sektion=4[ufm(4)] driver) +* D-Link DSB-R100 USB Radio (man:ufm[4] driver) * Mirunet AlphaCam Plus -[i386,pc98,amd64,powerpc] The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=urio&sektion=4[urio(4)] driver: +[i386,pc98,amd64,powerpc] The following devices are supported by the man:urio[4] driver: * Diamond MultiMedia Rio 500 * Diamond MultiMedia Rio 600 * Diamond MultiMedia Rio 800 -[i386,pc98,amd64] Devices supported by the http://www.FreeBSD.org/cgi/man.cgi?query=umodem&sektion=4[umodem(4)] driver include: +[i386,pc98,amd64] Devices supported by the man:umodem[4] driver include: * 3Com 5605 * Curitel PC5740 Wireless Modem @@ -3112,9 +3102,9 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * Sony Ericsson W810i phone * Sonim XP5300 Force -[amd64, i386, ia64, pc98] Mice (http://www.FreeBSD.org/cgi/man.cgi?query=ums&sektion=4[ums(4)] driver) +[amd64, i386, ia64, pc98] Mice (man:ums[4] driver) -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=ulpt&sektion=4[ulpt(4)] driver provides support for USB printers and parallel printer conversion cables, including the following: +[i386,pc98,amd64,powerpc] The man:ulpt[4] driver provides support for USB printers and parallel printer conversion cables, including the following: * ATen parallel printer adapter * Belkin F5U002 parallel printer adapter @@ -3125,7 +3115,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * Oki Data MICROLINE ML660PS * Seiko Epson PM-900C, 880C, 820C, 730C -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ubsa&sektion=4[ubsa(4)] driver supports the following adapters: +[i386,pc98,amd64] The man:ubsa[4] driver supports the following adapters: * AnyData ADU-500A EV-DO modem * AnyData ADU-E100A (no EV-DO mode support) @@ -3135,9 +3125,9 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * GoHubs GoCOM232 * Peracom single port serial adapter -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ubser&sektion=4[ubser(4)] driver provides support for the BWCT console management serial adapters. +[i386,pc98,amd64] The man:ubser[4] driver provides support for the BWCT console management serial adapters. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=uftdi&sektion=4[uftdi(4)] driver supports the following adapters: +[i386,pc98,amd64] The man:uftdi[4] driver supports the following adapters: * B&B Electronics USB->RS422/485 adapter * Elexol USB MOD1 and USB MOD3 @@ -3147,7 +3137,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * Buffalo PC-OP-RS / Kurouto-shikou KURO-RS universal remote * Prologix GPIB-USB Controller -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=uplcom&sektion=4[uplcom(4)] driver supports the following devices and adapters: +[i386,pc98,amd64] The man:uplcom[4] driver supports the following devices and adapters: * ADLINK ND-6530 USB-Serial Adapter * Alcatel One Touch 535/735 Phone @@ -3206,7 +3196,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * YC-Cable USB-Serial Adapter * Zeagle N2iTion3 Diving Computer -The http://www.FreeBSD.org/cgi/man.cgi?query=umct&sektion=4[umct(4)] driver supports the following adapters: +The man:umct[4] driver supports the following adapters: * Belkin F5U109 * Belkin F5U409 @@ -3214,7 +3204,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=umct&sektion=4[umct(4)] driver supp * Magic Control Technology USB-232 * Sitecom USB-232 -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=umass&sektion=4[umass(4)] driver supports USB Mass Storage devices, including: +[i386,pc98,amd64,powerpc] The man:umass[4] driver supports USB Mass Storage devices, including: * ADTEC Stick Drive AD-UST32M, 64M, 128M, 256M * Denno FireWire/USB2 Removable 2.5-inch HDD Case MIFU-25CB20 @@ -3268,9 +3258,9 @@ Among the supported digital cameras are: * Asahi Optical (PENTAX) Optio 230 & 330 -[amd64, i386, pc98] Audio Devices (http://www.FreeBSD.org/cgi/man.cgi?query=uaudio&sektion=4[uaudio(4)] driver) +[amd64, i386, pc98] Audio Devices (man:uaudio[4] driver) -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=uvisor&sektion=4[uvisor(4)] driver supports the following devices: +[i386,pc98,amd64] The man:uvisor[4] driver supports the following devices: * Aceeca Mez1000 RDA * Handspring Treo @@ -3295,9 +3285,9 @@ Among the supported digital cameras are: * Sony Clie TJ37 [[firewire]] -== IEEE 1394 (Firewire) Devices +== 3.11. IEEE 1394 (Firewire) Devices -[i386,sparc64,ia64,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=fwohci&sektion=4[fwohci(4)] driver provides support for PCI/CardBus FireWire interface cards. The driver supports the following IEEE 1394 OHCI chipsets: +[i386,sparc64,ia64,amd64,powerpc] The man:fwohci[4] driver provides support for PCI/CardBus FireWire interface cards. The driver supports the following IEEE 1394 OHCI chipsets: * Adaptec AHA-894x/AIC-5800 * Apple Pangea @@ -3329,14 +3319,14 @@ Among the supported digital cameras are: * Texas Instruments TSB82AA2 * VIA Fire II (VT6306) -[amd64, i386, sparc64] Serial Bus Protocol 2 (SBP-2) storage devices (http://www.FreeBSD.org/cgi/man.cgi?query=sbp&sektion=4[sbp(4)] driver) +[amd64, i386, sparc64] Serial Bus Protocol 2 (SBP-2) storage devices (man:sbp[4] driver) [[bluetooth]] -== Bluetooth Devices +== 3.12. Bluetooth Devices -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ng_bt3c&sektion=4[ng_bt3c(4)] driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter. +[i386,pc98,amd64] The man:ng_bt3c[4] driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ng_ubt&sektion=4[ng_ubt(4)] driver supports all Bluetooth USB devices that conform with the Bluetooth specification v1.1, including: +[i386,pc98,amd64] The man:ng_ubt[4] driver supports all Bluetooth USB devices that conform with the Bluetooth specification v1.1, including: * 3Com 3CREB96 * AIPTEK BR0R02 @@ -3347,9 +3337,9 @@ Among the supported digital cameras are: * Broadcom Bluetooth USB adapter [[crypto-accel]] -== Cryptographic Accelerators +== 3.13. Cryptographic Accelerators -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hifn&sektion=4[hifn(4)] driver supports various cards containing the Hifn 7751, 7951, 7811, 7955, and 7956 chipsets, such as: +[i386,pc98,amd64] The man:hifn[4] driver supports various cards containing the Hifn 7751, 7951, 7811, 7955, and 7956 chipsets, such as: * Invertex AEON * Hifn 7751 @@ -3359,12 +3349,12 @@ Among the supported digital cameras are: * Soekris Engineering vpn1201 and vpn1211 * Soekris Engineering vpn1401 and vpn1411 -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=safe&sektion=4[safe(4)] driver supports cards containing any of the following chips: +[i386,pc98,amd64] The man:safe[4] driver supports cards containing any of the following chips: * SafeNet 1141 * SafeNet 1741 -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ubsec&sektion=4[ubsec(4)] driver supports cards containing any of the following chips: +[i386,pc98,amd64] The man:ubsec[4] driver supports cards containing any of the following chips: * Bluesteel 5501 * Bluesteel 5601 @@ -3378,31 +3368,30 @@ Among the supported digital cameras are: * Broadcom BCM5825 [[misc]] -== Miscellaneous +== 3.14. Miscellaneous [amd64, i386, pc98] FAX-Modem/PCCARD * MELCO IGM-PCM56K/IGM-PCM56KH * Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD terminal) -[amd64, i386, pc98] Floppy drives (http://www.FreeBSD.org/cgi/man.cgi?query=fdc&sektion=4[fdc(4)] driver) +[amd64, i386, pc98] Floppy drives (man:fdc[4] driver) -[amd64, i386] VGA-compatible video cards (http://www.FreeBSD.org/cgi/man.cgi?query=vga&sektion=4[vga(4)] driver) +[amd64, i386] VGA-compatible video cards (man:vga[4] driver) -[.note] *Note*: + Information regarding specific video cards and compatibility with Xorg can be found at `http://www.x.org/`. [amd64, i386, ia64, pc98] Keyboards including: -* [i386] AT-style keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=atkbd&sektion=4[atkbd(4)] driver) -* [amd64, i386] PS/2 keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=atkbd&sektion=4[atkbd(4)] driver) +* [i386] AT-style keyboards (man:atkbd[4] driver) +* [amd64, i386] PS/2 keyboards (man:atkbd[4] driver) * [pc98] Standard keyboards -* [amd64, i386, ia64, pc98] USB keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=ukbd&sektion=4[ukbd(4)] driver) +* [amd64, i386, ia64, pc98] USB keyboards (man:ukbd[4] driver) [amd64, i386, ia64, pc98] Pointing devices including: -* The http://www.FreeBSD.org/cgi/man.cgi?query=atp&sektion=4[atp(4)] driver provides support for the following Product IDs: +* The man:atp[4] driver provides support for the following Product IDs: ** PowerBooks, iBooks (IDs: 0x020e, 0x020f, 0x0210, 0x0214, 0x0215, 0x0216) ** Core Duo MacBook & MacBook Pro (IDs: 0x0217, 0x0218, 0x0219) @@ -3414,22 +3403,21 @@ Information regarding specific video cards and compatibility with Xorg can be fo ** Almost all recent Macbook-Pros and Airs (IDs: 0x0223, 0x0223, 0x0224, 0x0224, 0x0225, 0x0225, 0x0230, 0x0230, 0x0231, 0x0231, 0x0232, 0x0232, 0x0236, 0x0236, 0x0237, 0x0237, 0x0238, 0x0238, 0x023f, 0x023f, 0x0240, 0x0241, 0x0242, 0x0243, 0x0244, 0x0245, 0x0246, 0x0247, 0x0249, 0x024a, 0x024b, 0x024c, 0x024d, 0x024e, 0x0252, 0x0252, 0x0253, 0x0253, 0x0254, 0x0254, 0x0259, 0x025a, 0x025b, 0x0262, 0x0262, 0x0263, 0x0264, 0x0290, 0x0291, 0x0292) To discover the product\-id of a touchpad, search for 'Trackpad' in the output of lshal(1) and look up the property -* [amd64, i386, pc98] Bus mice and compatible devices (http://www.FreeBSD.org/cgi/man.cgi?query=mse&sektion=4[mse(4)] driver) -* [amd64, i386] PS/2 mice and compatible devices, including many laptop pointing devices (http://www.FreeBSD.org/cgi/man.cgi?query=psm&sektion=4[psm(4)] driver) +* [amd64, i386, pc98] Bus mice and compatible devices (man:mse[4] driver) +* [amd64, i386] PS/2 mice and compatible devices, including many laptop pointing devices (man:psm[4] driver) * Serial mice and compatible devices -* [amd64, i386, ia64, pc98] USB mice (http://www.FreeBSD.org/cgi/man.cgi?query=ums&sektion=4[ums(4)] driver) +* [amd64, i386, ia64, pc98] USB mice (man:ums[4] driver) -[.note] *Note*: + -http://www.FreeBSD.org/cgi/man.cgi?query=moused&sektion=8[moused(8)] has more information on using pointing devices with FreeBSD. Information on using pointing devices with Xorg can be found at `http://www.x.org/`. +man:moused(8)] has more information on using pointing devices with FreeBSD. Information on using pointing devices with Xorg can be found at `http://www.x.org/`. -[amd64, i386] "PC standard" parallel ports (http://www.FreeBSD.org/cgi/man.cgi?query=ppc&sektion=4[ppc(4)] driver) +[amd64, i386] "PC standard" parallel ports (man:ppc[4] driver) -[pc98] "PC-9821 standard" parallel ports (http://www.FreeBSD.org/cgi/man.cgi?query=ppc&sektion=4[ppc(4)] driver) +[pc98] "PC-9821 standard" parallel ports (man:ppc[4] driver) -[i386, amd64] PC-compatible joysticks (http://www.FreeBSD.org/cgi/man.cgi?query=joy&sektion=4[joy(4)] driver) +[i386, amd64] PC-compatible joysticks (man:joy[4] driver) -[pc98] Joystick port of SoundBlaster(98) (http://www.FreeBSD.org/cgi/man.cgi?query=joy&sektion=4[joy(4)] driver) +[pc98] Joystick port of SoundBlaster(98) (man:joy[4] driver) [i386, pc98] PHS Data Communication Card/PCCARD diff --git a/website/content/en/releases/10.4R/hardware.adoc b/website/content/en/releases/10.4R/hardware.adoc index 235075b7b4..ce3a9efd0d 100644 --- a/website/content/en/releases/10.4R/hardware.adoc +++ b/website/content/en/releases/10.4R/hardware.adoc @@ -44,9 +44,9 @@ This section provides some architecture-specific information about the specific [[proc-amd64]] == 2.1. amd64 -Since mid-2003 FreeBSD/amd64 has supported the AMD64 ("Hammer") and Intel(R) EM64T architecture, and is now one of the Tier-1 platforms (fully supported architecture), which are expected to be Production Quality with respects to all aspects of the FreeBSD operating system, including installation and development environments. +Since mid-2003 FreeBSD/amd64 has supported the AMD64 ("Hammer") and Intel(R) EM64T architecture, and is now one of the Tier-1 platforms (fully supported architecture), which are expected to be Production Quality with respects to all aspects of the FreeBSD operating system, including installation and development environments. -Note that there are two names for this architecture, AMD64 (AMD) and Intel EM64T (Extended Memory 64-bit Technology). 64-bit mode of the two architectures are almost compatible with each other, and FreeBSD/amd64 supports them both. +Note that there are two names for this architecture, AMD64 (AMD) and Intel EM64T (Extended Memory 64-bit Technology). 64-bit mode of the two architectures are almost compatible with each other, and FreeBSD/amd64 should support them both. As of this writing, the following processors are supported: @@ -59,7 +59,7 @@ As of this writing, the following processors are supported: * Intel(R) Pentium(R) 4s and (R)Celeron(R) Ds using the "Cedar Mill" core have EM64T support. * Some Intel(R) Pentium(R) 4s and Celeron(R) Ds using the "Prescott" core have EM64T support. See the http://processorfinder.intel.com[Intel Processor Spec Finder] for the definitive answer about EM64T support in Intel processors. -Intel(R) EM64T is an extended version of IA-32 (x86) and different from Intel(R) IA-64 (Itanium) architecture, which FreeBSD/ia64 supports. Some Intel(R)'s old documentation refers to Intel(R) EM64T as "64-bit extension technology" or "IA-32e". +Intel(R) EM64T is an extended version of IA-32 (x86) and different from Intel(R) IA-64 (Itanium) architecture, which FreeBSD/ia64 supports. Some Intel(R)'s old documentation refers to Intel(R) EM64T as "64-bit extension technology" or "IA-32e". Both Uniprocessor (UP) and Symmetric Multi-processor (SMP) configurations are supported. @@ -70,28 +70,28 @@ In many respects, FreeBSD/amd64 is similar to FreeBSD/i386, in terms of drivers FreeBSD/i386 runs on a wide variety of "IBM PC compatible" machines. Due to the wide range of hardware available for this architecture, it is impossible to exhaustively list all combinations of equipment supported by FreeBSD. Nevertheless, some general guidelines are presented here. -Almost all i386(TM)-compatible processors with a floating point unit are supported. All Intel(R) processors beginning with the 80486 are supported, including the 80486, Pentium(R), Pentium(R) Pro, Pentium(R) II, Pentium(R) III, Pentium(R) 4, and variants thereof, such as the Xeon(TM) and Celeron(R) processors. All i386(TM)-compatible AMD processors are also supported, including the Am486(R), Am5x86(R), K5, AMD-K6(R) (and variants), AMD Athlon(TM) (including Athlon-MP, Athlon-XP, Athlon-4, and Athlon Thunderbird), and AMD Duron(TM) processors. The AMD Élan SC520 embedded processor is supported. The Transmeta Crusoe is recognized and supported, as are i386(TM)-compatible processors from Cyrix and NexGen. +Almost all i386(TM)-compatible processors with a floating point unit are supported. All Intel(R) processors beginning with the 80486 are supported, including the 80486, Pentium(R), Pentium(R) Pro, Pentium(R) II, Pentium(R) III, Pentium(R) 4, and variants thereof, such as the Xeon(TM) and Celeron(R) processors. All i386(TM)-compatible AMD processors are also supported, including the Am486(R), Am5x86(R), K5, AMD-K6(R) (and variants), AMD Athlon(TM) (including Athlon-MP, Athlon-XP, Athlon-4, and Athlon Thunderbird), and AMD Duron(TM) processors. The AMD Élan SC520 embedded processor is supported. The Transmeta Crusoe is recognized and supported, as are i386(TM)-compatible processors from Cyrix and NexGen. There is a wide variety of motherboards available for this architecture. Motherboards using the ISA, VLB, EISA, AGP, and PCI expansion buses are well-supported. There is some limited support for the MCA ("MicroChannel") expansion bus used in the IBM PS/2 line of PCs. Symmetric multi-processor (SMP) systems are generally supported by FreeBSD, although in some cases, BIOS or motherboard bugs may generate some problems. Perusal of the archives of the http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp[FreeBSD symmetric multiprocessing mailing list] may yield some clues. -FreeBSD will take advantage of SMT (Symmetric MultiThreading, also known as HyperThreading on Intel(R) CPUs) on the supported CPUs. The `GENERIC` kernel which is installed by default will automatically detect the additional logical processors. The default FreeBSD scheduler recognizes processor topology on the system and selects logical and physical processors to obtain optimal performance. The https://www.FreeBSD.org/cgi/man.cgi?query=smp&sektion=4&manpath=freebsd-release-ports[smp(4)] manual page has more details. +FreeBSD will take advantage of SMT (Symmetric MultiThreading, also known as HyperThreading on Intel(R) CPUs) on the supported CPUs. The `GENERIC` kernel which is installed by default will automatically detect the additional logical processors. The default FreeBSD scheduler recognizes processor topology on the system and selects logical and physical processors to obtain optimal performance. The man:smp[4] manual page has more details. -FreeBSD will take advantage of Physical Address Extensions (PAE) support on CPUs that support this feature. A kernel with the `PAE` feature enabled will detect memory above 4 gigabytes and allow it to be used by the system. This feature places constraints on the device drivers and other features of FreeBSD which may be used; consult the https://www.FreeBSD.org/cgi/man.cgi?query=pae&sektion=4&manpath=freebsd-release-ports[pae(4)] manual page for more details. +FreeBSD will take advantage of Physical Address Extensions (PAE) support on CPUs that support this feature. A kernel with the `PAE` feature enabled will detect memory above 4 gigabytes and allow it to be used by the system. This feature places constraints on the device drivers and other features of FreeBSD which may be used; consult the man:pae[4] manual page for more details. FreeBSD will generally run on i386-based laptops, albeit with varying levels of support for certain hardware features such as sound, graphics, power management, and PCCARD expansion slots. These features tend to vary in idiosyncratic ways between machines, and frequently require special-case support in FreeBSD to work around hardware bugs or other oddities. When in doubt, a search of the archives of the http://lists.FreeBSD.org/mailman/listinfo/freebsd-mobile[FreeBSD laptop computer mailing list] may be useful. -Most modern laptops (as well as many desktops) use the Advanced Configuration and Power Management (ACPI) standard. FreeBSD supports ACPI via the ACPI Component Architecture reference implementation from Intel(R), as described in the https://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4&manpath=freebsd-release-ports[acpi(4)] manual page. The use of ACPI causes instabilities on some machines and it may be necessary to disable the ACPI driver, which is normally loaded via a kernel module. This may be accomplished by adding the following line to `/boot/device.hints`: +Most modern laptops (as well as many desktops) use the Advanced Configuration and Power Management (ACPI) standard. FreeBSD supports ACPI via the ACPI Component Architecture reference implementation from Intel(R), as described in the man:acpi[4] manual page. The use of ACPI causes instabilities on some machines and it may be necessary to disable the ACPI driver, which is normally loaded via a kernel module. This may be accomplished by adding the following line to `/boot/device.hints`: [.programlisting] ---- hint.acpi.0.disabled="1" ---- -Users debugging ACPI-related problems may find it useful to disable portions of the ACPI functionality. The https://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4&manpath=freebsd-release-ports[acpi(4)] manual page has more information on how to do this via loader tunables. +Users debugging ACPI-related problems may find it useful to disable portions of the ACPI functionality. The man:acpi[4] manual page has more information on how to do this via loader tunables. -ACPI depends on a Differentiated System Descriptor Table (DSDT) provided by each machine's BIOS. Some machines have bad or incomplete DSDTs, which prevents ACPI from functioning correctly. Replacement DSDTs for some machines can be found at the http://acpi.sourceforge.net/dsdt/index.php[DSDT] section of the http://acpi.sourceforge.net/[ACPI4Linux] project Web site. FreeBSD can use these DSDTs to override the DSDT provided by the BIOS; see the https://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4&manpath=freebsd-release-ports[acpi(4)] manual page for more information. +ACPI depends on a Differentiated System Descriptor Table (DSDT) provided by each machine's BIOS. Some machines have bad or incomplete DSDTs, which prevents ACPI from functioning correctly. Replacement DSDTs for some machines can be found at the http://acpi.sourceforge.net/dsdt/index.php[DSDT] section of the http://acpi.sourceforge.net/[ACPI4Linux] project Web site. FreeBSD can use these DSDTs to override the DSDT provided by the BIOS; see the man:acpi[4] manual page for more information. [[proc-ia64]] == 2.3. ia64 @@ -106,7 +106,7 @@ Supported chipsets include: Both Uniprocessor (UP) and Symmetric Multi-processor (SMP) configurations are supported. -Most devices that can be found in or are compatible with ia64 machines are fully supported. The notable exception is the VGA console. The FreeBSD support for VGA consoles is at this time too much based on PC hardware and not all ia64 machines have chipsets that provide sufficient PC legacy support. As such https://www.FreeBSD.org/cgi/man.cgi?query=syscons&sektion=4&manpath=freebsd-release-ports[syscons(4)] cannot be enabled and the use of a serial console is required. +Most devices that can be found in or are compatible with ia64 machines are fully supported. The notable exception is the VGA console. The FreeBSD support for VGA consoles is at this time too much based on PC hardware and not all ia64 machines have chipsets that provide sufficient PC legacy support. As such man:syscons[4] can not be enabled and the use of a serial console is required. [[proc-pc98]] == 2.4. pc98 @@ -137,9 +137,9 @@ This section describes the systems currently known to be supported by FreeBSD on SMP is supported on all systems with more than 1 processor. -When using the `GENERIC` kernel, FreeBSD/sparc64 systems not equipped with a framebuffer supported by the http://www.FreeBSD.org/cgi/man.cgi?query=creator&sektion=4[creator(4)] (Sun Creator, Sun Creator3D and Sun Elite3D) or http://www.FreeBSD.org/cgi/man.cgi?query=machfb&sektion=4[machfb(4)] (Sun PGX and Sun PGX64 as well as the ATI Mach64 chips found onboard in for example Sun Blade(TM) 100, Sun Blade(TM) 150, Sun Ultra(TM) 5 and Sun Ultra(TM) 10) driver must use the serial console. +When using the `GENERIC` kernel, FreeBSD/sparc64 systems not equipped with a framebuffer supported by the man:creator[4] (Sun Creator, Sun Creator3D and Sun Elite3D) or man:machfb[4] (Sun PGX and Sun PGX64 as well as the ATI Mach64 chips found onboard in for example Sun Blade(TM) 100, Sun Blade(TM) 150, Sun Ultra(TM) 5 and Sun Ultra(TM) 10) driver must use the serial console. -If you have a system that is not listed here, it may not have been tested with FreeBSD 10.2-RELEASE. We encourage you to try it and send a note to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64[FreeBSD SPARC porting mailing list] with your results, including which devices work and which do not. +If you have a system that is not listed here, it may not have been tested with FreeBSD 10.4-RELEASE. We encourage you to try it and send a note to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64[FreeBSD SPARC porting mailing list] with your results, including which devices work and which do not. The following systems are fully supported by FreeBSD: @@ -177,7 +177,7 @@ The following systems are fully supported by FreeBSD: * Sun Ultra(TM) 80 * Sun Ultra(TM) 450 -The following systems are partially supported by FreeBSD. In particular the fiber channel controllers in SBus-based systems are not supported. However, it is possible to use these with a SCSI controller supported by the http://www.FreeBSD.org/cgi/man.cgi?query=esp&sektion=4[esp(4)] driver (Sun ESP SCSI, Sun FAS Fast-SCSI and Sun FAS366 Fast-Wide SCSI controllers). +The following systems are partially supported by FreeBSD. In particular the fiber channel controllers in SBus-based systems are not supported. However, it is possible to use these with a SCSI controller supported by the man:esp[4] driver (Sun ESP SCSI, Sun FAS Fast-SCSI and Sun FAS366 Fast-Wide SCSI controllers). * Sun Enterprise(TM) 3500 * Sun Enterprise(TM) 4500 @@ -222,20 +222,19 @@ This section describes the devices currently known to be supported by FreeBSD. O Where possible, the drivers applicable to each device or class of devices is listed. If the driver in question has a manual page in the FreeBSD base distribution (most should), it is referenced here. Information on specific models of supported devices, controllers, etc. can be found in the manual pages. -[.note] *Note*: + The device lists in this document are being generated automatically from FreeBSD manual pages. This means that some devices, which are supported by multiple drivers, may appear multiple times. [[disk]] == 3.1. Disk Controllers -[amd64, i386, ia64, pc98, sparc64] IDE/ATA controllers (https://www.FreeBSD.org/cgi/man.cgi?query=ata&sektion=4&manpath=freebsd-release-ports[ata(4)] driver) +[amd64, i386, ia64, pc98, sparc64] IDE/ATA controllers (man:ata[4] driver) [pc98] IDE/ATA controllers (wdc driver) * On-board IDE controller -[i386,ia64,amd64] Controllers supported by the https://www.FreeBSD.org/cgi/man.cgi?query=aac&sektion=4&manpath=freebsd-release-ports[aac(4)] driver include: +[i386,ia64,amd64] Controllers supported by the man:aac[4] driver include: * Adaptec AAC-364 * Adaptec RAID 2045 @@ -322,7 +321,7 @@ The device lists in this document are being generated automatically from FreeBSD * AOC-USAS-S8i-LP * AOC-USAS-S8iR-LP -Controllers supported by the https://www.FreeBSD.org/cgi/man.cgi?query=aacraid&sektion=4&manpath=freebsd-release-ports[aacraid(4)] driver include: +Controllers supported by the man:aacraid[4] driver include: * Adaptec ASR-6405(T|E) * Adaptec ASR-6445 @@ -335,7 +334,7 @@ Controllers supported by the https://www.FreeBSD.org/cgi/man.cgi?query=aacraid&s * Adaptec ASR-72405 * Adaptec Series 8 cards -[i386,pc98,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=adv&sektion=4&manpath=freebsd-release-ports[adv(4)] driver supports the following SCSI controllers: +[i386,pc98,amd64] The man:adv[4] driver supports the following SCSI controllers: * AdvanSys ABP510/5150 * AdvanSys ABP5140 @@ -361,11 +360,11 @@ Controllers supported by the https://www.FreeBSD.org/cgi/man.cgi?query=aacraid&s * AdvanSys ABP950 * AdvanSys ABP980, ABP980U * AdvanSys ABP980UA/3980UA -* MELCO IFC-USP (PC-98) +* MELCO IFC- USP (PC-98) * RATOC REX-PCI30 (PC-98) * @Nifty FNECHARD IFC-USUP-TX (PC-98) -[i386,pc98,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=adw&sektion=4&manpath=freebsd-release-ports[adw(4)] driver supports SCSI controllers including: +[i386,pc98,amd64] The man:adw[4] driver supports SCSI controllers including: * AdvanSys ABP940UW/ABP3940UW * AdvanSys ABP950UW @@ -373,32 +372,25 @@ Controllers supported by the https://www.FreeBSD.org/cgi/man.cgi?query=aacraid&s * AdvanSys ABP3940U2W * AdvanSys ABP3950U2W -[i386] The https://www.FreeBSD.org/cgi/man.cgi?query=aha&sektion=4&manpath=freebsd-release-ports[aha(4)] driver supports the following SCSI host adapters: +[i386] The man:aha[4] driver supports the following SCSI host adapters: -Adaptec AHA-154xB +* Adaptec AHA-154xB +* Adaptec AHA-154xC +* Adaptec AHA-154xCF +* Adaptec AHA-154xCP +* Adaptec AHA-1640 +* Adaptec AHA-174x in 154x emulation mode +* DTC 3290 SCSI controller in 1542 emulation mode +* Tekram SCSI controllers in 154x emulation mode -Adaptec AHA-154xC - -Adaptec AHA-154xCF - -Adaptec AHA-154xCP - -Adaptec AHA-1640 - -Adaptec AHA-174x in 154x emulation mode - -DTC 3290 SCSI controller in 1542 emulation mode - -Tekram SCSI controllers in 154x emulation mode - -[i386] The https://www.FreeBSD.org/cgi/man.cgi?query=ahb&sektion=4&manpath=freebsd-release-ports[ahb(4)] driver supports the following SCSI host adapters: +[i386] The man:ahb[4] driver supports the following SCSI host adapters: * Adaptec AHA-1740 * Adaptec AHA-1742 * Adaptec AHA-1740A * Adaptec AHA-1742A -The https://www.FreeBSD.org/cgi/man.cgi?query=ahc&sektion=4&manpath=freebsd-release-ports[ahc(4)] driver supports the following SCSI host adapter chips and SCSI controller cards: +The man:ahc[4] driver supports the following SCSI host adapter chips and SCSI controller cards: * Adaptec AIC7770 host adapter chip * Adaptec AIC7850 host adapter chip @@ -452,11 +444,11 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=ahc&sektion=4&manpath=freebsd-rele * NEC SV-98/2-B03 (PC-98) * Many motherboards with on-board SCSI support -The https://www.FreeBSD.org/cgi/man.cgi?query=ahci&sektion=4&manpath=freebsd-release-ports[ahci(4)] driver supports AHCI compatible controllers having PCI class 1 (mass storage), subclass 6 (SATA) and programming interface 1 (AHCI). +The man:ahci[4] driver supports AHCI compatible controllers having PCI class 1 (mass storage), subclass 6 (SATA) and programming interface 1 (AHCI). Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it supports AHCI part of legacy-PATA + AHCI-SATA combined controllers, such as JMicron JMB36x and Marvell 88SE61xx. -[i386,sparc64,ia64,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=ahd&sektion=4&manpath=freebsd-release-ports[ahd(4)] driver supports the following: +[i386,sparc64,ia64,amd64] The man:ahd[4] driver supports the following: * Adaptec AIC7901 host adapter chip * Adaptec AIC7901A host adapter chip @@ -465,7 +457,7 @@ Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it suppor * Adaptec 39320 host adapter * Many motherboards with on-board SCSI support -[i386,pc98,amd64] The adapters supported by the https://www.FreeBSD.org/cgi/man.cgi?query=aic&sektion=4&manpath=freebsd-release-ports[aic(4)] driver include: +[i386,pc98,amd64] The adapters supported by the man:aic[4] driver include: * Adaptec AHA-1505 (ISA) * Adaptec AHA-1510A, AHA-1510B (ISA) @@ -477,7 +469,7 @@ Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it suppor * Adaptec AHA-1030B, AHA-1030P (PC98) * NEC PC-9801-100 (PC98) -Controllers supported by the https://www.FreeBSD.org/cgi/man.cgi?query=amr&sektion=4&manpath=freebsd-release-ports[amr(4)] driver include: +Controllers supported by the man:amr[4] driver include: * MegaRAID SATA 150-4 * MegaRAID SATA 150-6 @@ -526,7 +518,7 @@ Controllers supported by the https://www.FreeBSD.org/cgi/man.cgi?query=amr&sekti * Intel RAID Controller SRCS16 * Intel RAID Controller SRCU42X -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=arcmsr&sektion=4&manpath=freebsd-release-ports[arcmsr(4)] driver supports the following cards: +[i386,amd64] The man:arcmsr[4] driver supports the following cards: * ARC-1110 * ARC-1120 @@ -568,7 +560,7 @@ Controllers supported by the https://www.FreeBSD.org/cgi/man.cgi?query=amr&sekti * ARC-1883 * ARC-1884 -[i386] The adapters currently supported by the https://www.FreeBSD.org/cgi/man.cgi?query=asr&sektion=4&manpath=freebsd-release-ports[asr(4)] driver include the following: +[i386] The adapters currently supported by the man:asr[4] driver include the following: * Adaptec Zero-Channel SCSI RAID 2000S, 2005S, 2010S, 2015S * Adaptec SCSI RAID 2100S, 2110S @@ -587,7 +579,7 @@ Controllers supported by the https://www.FreeBSD.org/cgi/man.cgi?query=amr&sekti * Adaptec SmartRAID PM3757 * DEC KZPCC-AC (LVD 1-ch, 4MB or 16MB cache), DEC KZPCC-CE (LVD 3-ch, 64MB cache), DEC KZPCC-XC (LVD 1-ch, 16MB cache), DEC KZPCC-XE (LVD 3-ch, 64MB cache) -- rebadged SmartRAID V Millennium -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=bt&sektion=4&manpath=freebsd-release-ports[bt(4)] driver supports the following BusLogic MultiMaster "W", "C", "S", and "A" series and compatible SCSI host adapters: +[i386,amd64] The man:bt[4] driver supports the following BusLogic MultiMaster "W", "C", "S", and "A" series and compatible SCSI host adapters: * BusLogic BT-445C * BusLogic BT-445S @@ -615,9 +607,9 @@ Controllers supported by the https://www.FreeBSD.org/cgi/man.cgi?query=amr&sekti * BusLogic BT-958D * Storage Dimensions SDC3211B / SDC3211F -AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also supported by the https://www.FreeBSD.org/cgi/man.cgi?query=bt&sektion=4&manpath=freebsd-release-ports[bt(4)] driver. +AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also supported by the man:bt[4] driver. -[i386,ia64,amd64] Controllers supported by the https://www.FreeBSD.org/cgi/man.cgi?query=ciss&sektion=4&manpath=freebsd-release-ports[ciss(4)] driver include: +[i386,ia64,amd64] Controllers supported by the man:ciss[4] driver include: * Compaq Smart Array 5300 (simple mode only) * Compaq Smart Array 532 @@ -657,7 +649,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * HP Modular Smart Array 20 (MSA20) * HP Modular Smart Array 500 (MSA500) -[pc98] The https://www.FreeBSD.org/cgi/man.cgi?query=ct&sektion=4&manpath=freebsd-release-ports[ct(4)] driver supports the following adapters: +[pc98] The man:ct[4] driver supports the following adapters: * ELECOM bus-master SCSI adapters * I-O DATA SC-98II @@ -668,7 +660,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * SMIT transfer type SCSI host adapters * TEXA HA-55BS2 and its later models -[i386,ia64,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=dpt&sektion=4&manpath=freebsd-release-ports[dpt(4)] driver provides support for the following RAID adapters: +[i386,ia64,amd64] The man:dpt[4] driver provides support for the following RAID adapters: * DPT Smart Cache Plus * Smart Cache II (PM2?2?, PM2022 [EISA], PM2024/PM2124 [PCI]) (Gen2) @@ -678,11 +670,10 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * Smart Cache IV (PM2?4?, PM2042 [EISA], PM2044/PM2144 [PCI]) (Gen4) * Smart RAID IV -[.note] *Note*: + [amd64, i386] Booting from these controllers is supported. EISA adapters are not supported. -[sparc64] Controllers supported by the https://www.FreeBSD.org/cgi/man.cgi?query=esp&sektion=4&manpath=freebsd-release-ports[esp(4)] driver include: +[sparc64] Controllers supported by the man:esp[4] driver include: * MELCO IFC-DP (PC-98) * Sun ESP family @@ -690,7 +681,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * Tekram DC390 * Tekram DC390T -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=hpt27xx&sektion=4&manpath=freebsd-release-ports[hpt27xx(4)] driver supports the following SAS controllers: +[i386,amd64] The man:hpt27xx[4] driver supports the following SAS controllers: * HighPoint's RocketRAID 271x series * HighPoint's RocketRAID 272x series @@ -698,7 +689,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * HighPoint's RocketRAID 276x series * HighPoint's RocketRAID 278x series -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-release-ports[hptiop(4)] driver supports the following SAS and SATA RAID controllers: +[i386,amd64] The man:hptiop[4] driver supports the following SAS and SATA RAID controllers: * HighPoint RocketRAID 4522 * HighPoint RocketRAID 4521 @@ -712,7 +703,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * HighPoint RocketRAID 3622 * HighPoint RocketRAID 3620 -The https://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-release-ports[hptiop(4)] driver also supports the following SAS and SATA RAID controllers that are already End-of-Life: +The man:hptiop[4] driver also supports the following SAS and SATA RAID controllers that are already End-of-Life: * HighPoint RocketRAID 4211 * HighPoint RocketRAID 4210 @@ -731,16 +722,16 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-r * HighPoint RocketRAID 3120 * HighPoint RocketRAID 3020 -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=hptmv&sektion=4&manpath=freebsd-release-ports[hptmv(4)] driver supports the following ATA RAID controllers: +[i386,amd64] The man:hptmv[4] driver supports the following ATA RAID controllers: * HighPoint's RocketRAID 182x series -The https://www.FreeBSD.org/cgi/man.cgi?query=hptnr&sektion=4&manpath=freebsd-release-ports[hptnr(4)] driver supports the following SATA controllers: +The man:hptnr[4] driver supports the following SATA controllers: * HighPoint's DC7280 series * HighPoint's Rocket R750 series -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=hptrr&sektion=4&manpath=freebsd-release-ports[hptrr(4)] driver supports the following RAID controllers: +[i386,amd64] The man:hptrr[4] driver supports the following RAID controllers: * RocketRAID 172x series * RocketRAID 174x series @@ -753,7 +744,7 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=hptnr&sektion=4&manpath=freebsd-re * RocketRAID 2340 * RocketRAID 2522 -[i386] The following controllers are supported by the https://www.FreeBSD.org/cgi/man.cgi?query=ida&sektion=4&manpath=freebsd-release-ports[ida(4)] driver: +[i386] The following controllers are supported by the man:ida[4] driver: * Compaq SMART Array 221 * Compaq Integrated SMART Array Controller @@ -767,7 +758,7 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=hptnr&sektion=4&manpath=freebsd-re * Compaq SMART-2/E Controller * Compaq SMART Controller -[i386,ia64,amd64] Controllers supported by the https://www.FreeBSD.org/cgi/man.cgi?query=iir&sektion=4&manpath=freebsd-release-ports[iir(4)] driver include: +[i386,ia64,amd64] Controllers supported by the man:iir[4] driver include: * Intel RAID Controller SRCMR * Intel Server RAID Controller U3-l (SRCU31a) @@ -781,7 +772,7 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=hptnr&sektion=4&manpath=freebsd-re The SRCU31 and SRCU31L can be updated via a firmware update available from Intel. -[i386,amd64] Controllers supported by the https://www.FreeBSD.org/cgi/man.cgi?query=ips&sektion=4&manpath=freebsd-%0Arelease-ports[ips(4)] driver include: +[i386,amd64] Controllers supported by the man:ips[4] driver include: * IBM ServeRAID 3H * ServeRAID 4L/4M/4H @@ -791,9 +782,9 @@ The SRCU31 and SRCU31L can be updated via a firmware update available from Intel Newer ServeRAID controllers are supported by the aac(4) or mfi(4) driver. -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=isci&sektion=4&manpath=freebsd-release-ports[isci(4)] driver provides support for Intel C600 SAS controllers. +[i386,amd64] The man:isci[4] driver provides support for Intel C600 SAS controllers. -Cards supported by the https://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4&manpath=freebsd-release-ports[isp(4)] driver include: +Cards supported by the man:isp[4] driver include: * Qlogic 1000 * Qlogic 1020 @@ -815,7 +806,7 @@ Cards supported by the https://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4&m * Qlogic 256x (aka 2532) * Qlogic 267x/836x (aka 2031/8031) -[i386,ia64,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=mfi&sektion=4&manpath=freebsd-release-ports[mfi(4)] driver supports the following hardware: +[i386,ia64,amd64] The man:mfi[4] driver supports the following hardware: * LSI MegaRAID SAS 1078 * LSI MegaRAID SAS 8408E @@ -832,7 +823,7 @@ Cards supported by the https://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4&m * Intel RAID Controller SRCSAS18E * Intel RAID Controller SROMBSAS18E -[i386,ia64,amd64] Controllers supported by the https://www.FreeBSD.org/cgi/man.cgi?query=mlx&sektion=4&manpath=freebsd-release-ports[mlx(4)] driver include: +[i386,ia64,amd64] Controllers supported by the man:mlx[4] driver include: * Mylex DAC960P * Mylex DAC960PD / DEC KZPSC (Fast Wide) @@ -850,11 +841,10 @@ All major firmware revisions (2.x, 3.x, 4.x and 5.x) are supported, however it i Compatible Mylex controllers not listed should work, but have not been verified. -[.note] *Note*: + [amd64, i386] Booting from these controllers is supported. EISA adapters are not supported. -[i386,ia64,amd64] Controllers supported by the https://www.FreeBSD.org/cgi/man.cgi?query=mly&sektion=4&manpath=freebsd-release-ports[mly(4)] driver include: +[i386,ia64,amd64] Controllers supported by the man:mly[4] driver include: * Mylex AcceleRAID 160 * Mylex AcceleRAID 170 @@ -864,7 +854,7 @@ Compatible Mylex controllers not listed should work, but have not been verified. Compatible Mylex controllers not listed should work, but have not been verified. -These controllers are supported by the https://www.FreeBSD.org/cgi/man.cgi?query=mpr&sektion=4&manpath=freebsd-release-ports[mpr(4)] driver: +These controllers are supported by the man:mpr[4] driver: * Broadcom Ltd./Avago Tech (LSI) SAS 3004 (4 Port SAS) * Broadcom Ltd./Avago Tech (LSI) SAS 3008 (8 Port SAS) @@ -881,7 +871,7 @@ These controllers are supported by the https://www.FreeBSD.org/cgi/man.cgi?query * Broadcom Ltd./Avago Tech (LSI) SAS 3708 (8 Port SAS/PCIe) * Broadcom Ltd./Avago Tech (LSI) SAS 3716 (16 Port SAS/PCIe) -These controllers are supported by the https://www.FreeBSD.org/cgi/man.cgi?query=mps&sektion=4&manpath=freebsd-release-ports[mps(4)] driver: +These controllers are supported by the man:mps[4] driver: * Broadcom Ltd./Avago Tech (LSI) SAS 2004 (4 Port SAS) * Broadcom Ltd./Avago Tech (LSI) SAS 2008 (8 Port SAS) @@ -895,7 +885,7 @@ These controllers are supported by the https://www.FreeBSD.org/cgi/man.cgi?query * Intel Integrated RAID Module RMS25KB040 * Intel Integrated RAID Module RMS25KB080 -The following controllers are supported by the https://www.FreeBSD.org/cgi/man.cgi?query=mpt&sektion=4&manpath=freebsd-release-ports[mpt(4)] driver: +The following controllers are supported by the man:mpt[4] driver: * LSI Logic 53c1030, LSI Logic LSI2x320-X (Single and Dual Ultra320 SCSI) * LSI Logic AS1064, LSI Logic AS1068 @@ -906,7 +896,7 @@ The following controllers are supported by the https://www.FreeBSD.org/cgi/man.c * LSI Logic FC949X (Dual 4Gb/s Fibre Channel) * LSI Logic FC949E, LSI Logic FC949ES (Dual 4Gb/s Fibre Channel PCI-Express) -The Ultra 320 SCSI controller chips supported by the https://www.FreeBSD.org/cgi/man.cgi?query=mpt&sektion=4&manpath=freebsd-release-ports[mpt(4)] driver can be found onboard on many systems including: +The Ultra 320 SCSI controller chips supported by the man:mpt[4] driver can be found onboard on many systems including: * Dell PowerEdge 1750 thru 2850 * IBM eServer xSeries 335 @@ -919,7 +909,7 @@ The Fibre Channel controller chipset are supported by a broad variety of speeds This driver also supports target mode for Fibre Channel cards. This support may be enabled by setting the desired role of the core via the LSI Logic firmware utility that establishes what roles the card can take on - no separate compilation is required. -The https://www.FreeBSD.org/cgi/man.cgi?query=mrsas&sektion=4&manpath=freebsd-release-ports[mrsas(4)] driver supports the following hardware: +The man:mrsas[4] driver supports the following hardware: [ Thunderbolt 6Gb/s MR controller ] @@ -943,7 +933,7 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=mrsas&sektion=4&manpath=freebsd-re * DELL PERC H730/P * DELL PERC H330 -The https://www.FreeBSD.org/cgi/man.cgi?query=mvs&sektion=4&manpath=freebsd-release-ports[mvs(4)] driver supports the following controllers: +The man:mvs[4] driver supports the following controllers: Gen-I (SATA 1.5Gbps): @@ -955,7 +945,7 @@ Gen-I (SATA 1.5Gbps): Gen-II (SATA 3Gbps, NCQ, PMP): * 88SX6040 -* 88SX6041 ( including Adaptec 1420SA) +* 88SX6041 (including Adaptec 1420SA) * 88SX6080 * 88SX6081 @@ -969,7 +959,7 @@ Gen-IIe (SATA 3Gbps, NCQ, PMP with FBS): Note, that this hardware supports command queueing and FIS-based switching only for ATA DMA commands. ATAPI and non-DMA ATA commands executed one by one for each port. -[i386,pc98,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=ncr&sektion=4&manpath=freebsd-release-ports[ncr(4)] driver provides support for the following NCR/Symbios SCSI controller chips: +[i386,pc98,amd64] The man:ncr[4] driver provides support for the following NCR/Symbios SCSI controller chips: * 53C810 * 53C810A @@ -990,7 +980,7 @@ The following add-on boards are known to be supported: * I-O DATA SC-98/PCI (PC-98) * I-O DATA SC-PCI (PC-98) -[i386,pc98] The following devices are currently supported by the https://www.FreeBSD.org/cgi/man.cgi?query=ncv&sektion=4&manpath=freebsd-release-ports[ncv(4)] driver: +[i386,pc98] The following devices are currently supported by the man:ncv[4] driver: * I-O DATA PCSC-DV * KME KXLC002 (TAXAN ICD-400PN, etc.), KXLC004, and UJDCD450 @@ -1001,12 +991,12 @@ The following add-on boards are known to be supported: * Qlogic Fast SCSI * RATOC REX-9530, REX-5572 (SCSI only) -[i386,pc98] Controllers supported by the https://www.FreeBSD.org/cgi/man.cgi?query=nsp&sektion=4&manpath=freebsd-release-ports[nsp(4)] driver include: +[i386,pc98] Controllers supported by the man:nsp[4] driver include: * Alpha-Data AD-PCS201 * I-O DATA CBSC16 -The https://www.FreeBSD.org/cgi/man.cgi?query=pms&sektion=4&manpath=freebsd-release-ports[pms(4)] driver supports the following hardware: +The man:pms[4] driver supports the following hardware: * Tachyon TS Fibre Channel Card * Tachyon TL Fibre Channel Card @@ -1039,16 +1029,16 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=pms&sektion=4&manpath=freebsd-rele * Adaptec Delray 16 Port SAS-SATA HBA Card 12Gig * Adaptec Delray 16 Port SAS-SATA HBA Encryption Card 12Gig -[i386] The https://www.FreeBSD.org/cgi/man.cgi?query=pst&sektion=4&manpath=freebsd-release-ports[pst(4)] driver supports the Promise Supertrak SX6000 ATA hardware RAID controller. +[i386] The man:pst[4] driver supports the Promise Supertrak SX6000 ATA hardware RAID controller. -The https://www.FreeBSD.org/cgi/man.cgi?query=siis&sektion=4&manpath=freebsd-release-ports[siis(4)] driver supports the following controller chips: +The man:siis[4] driver supports the following controller chips: * SiI3124 (PCI-X 133MHz/64bit, 4 ports) * SiI3131 (PCIe 1.0 x1, 1 port) * SiI3132 (PCIe 1.0 x1, 2 ports) * SiI3531 (PCIe 1.0 x1, 1 port) -[i386,pc98] Controllers supported by the https://www.FreeBSD.org/cgi/man.cgi?query=stg&sektion=4&manpath=freebsd-release-ports[stg(4)] driver include: +[i386,pc98] Controllers supported by the man:stg[4] driver include: * Adaptec 2920/A * Future Domain SCSI2GO @@ -1060,7 +1050,7 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=siis&sektion=4&manpath=freebsd-rel Note that the Adaptec 2920C is supported by the ahc(4) driver. -The https://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4&manpath=freebsd-release-ports[sym(4)] driver provides support for the following Symbios/LSI Logic PCI SCSI controllers: +The man:sym[4] driver provides support for the following Symbios/LSI Logic PCI SCSI controllers: * 53C810 * 53C810A @@ -1080,7 +1070,7 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4&manpath=freebsd-rele * 53C1010-66 * 53C1510D -The SCSI controllers supported by https://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4&manpath=freebsd-release-ports[sym(4)] can be either embedded on a motherboard, or on one of the following add-on boards: +The SCSI controllers supported by man:sym[4] can be either embedded on a motherboard, or on one of the following add-on boards: * ASUS SC-200, SC-896 * Data Technology DTC3130 (all variants) @@ -1093,7 +1083,7 @@ The SCSI controllers supported by https://www.FreeBSD.org/cgi/man.cgi?query=sym& * Tekram DC390W, 390U, 390F, 390U2B, 390U2W, 390U3D, and 390U3W * Tyan S1365 -[i386,amd64] SCSI controllers supported by the https://www.FreeBSD.org/cgi/man.cgi?query=trm&sektion=4&manpath=freebsd-release-ports[trm(4)] driver include: +[i386,amd64] SCSI controllers supported by the man:trm[4] driver include: * Tekram DC-315 PCI Ultra SCSI adapter without BIOS and internal SCSI connector * Tekram DC-315U PCI Ultra SCSI adapter without BIOS @@ -1104,7 +1094,7 @@ The SCSI controllers supported by https://www.FreeBSD.org/cgi/man.cgi?query=sym& For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use the sym(4) driver. -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=twa&sektion=4&manpath=freebsd-release-ports[twa(4)] driver supports the following SATA RAID controllers: +[i386,amd64] The man:twa[4] driver supports the following SATA RAID controllers: * AMCC's 3ware 9500S-4LP * AMCC's 3ware 9500S-8 @@ -1128,11 +1118,11 @@ For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use * AMCC's 3ware 9650SE-16ML * AMCC's 3ware 9650SE-24M8 -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=twe&sektion=4&manpath=freebsd-release-ports[twe(4)] driver supports the following PATA/SATA RAID controllers: +[i386,amd64] The man:twe[4] driver supports the following PATA/SATA RAID controllers: * AMCC's 3ware 5000 series * AMCC's 3ware 6000 series -* AMCC's 3ware 7000- 2 +* AMCC's 3ware 7000-2 * AMCC's 3ware 7006-2 * AMCC's 3ware 7500-4LP * AMCC's 3ware 7500-8 @@ -1150,11 +1140,11 @@ For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use * AMCC's 3ware 8506-12 * AMCC's 3ware 8506-12MI -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=tws&sektion=4&manpath=freebsd-release-ports[tws(4)] driver supports the following SATA/SAS RAID controller: +[i386,amd64] The man:tws[4] driver supports the following SATA/SAS RAID controller: * LSI's 3ware SAS 9750 series -[i386] The https://www.FreeBSD.org/cgi/man.cgi?query=vpo&sektion=4&manpath=freebsd-release-ports[vpo(4)] driver supports the following parallel to SCSI interfaces: +[i386] The man:vpo[4] driver supports the following parallel to SCSI interfaces: * Adaptec AIC-7110 Parallel to SCSI interface (built-in to Iomega ZIP drives) * Iomega Jaz Traveller interface @@ -1162,29 +1152,28 @@ For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use [i386] The wds(4) driver supports the WD7000 SCSI controller. -With all supported SCSI controllers, full support is provided for SCSI-I, SCSI-II, and SCSI-III peripherals, including hard disks, optical disks, tape drives (including DAT, 8mm Exabyte, Mammoth, and DLT), medium changers, processor target devices and CD-ROM drives. WORM devices that support CD-ROM commands are supported for read-only access by the CD-ROM drivers (such as https://www.FreeBSD.org/cgi/man.cgi?query=cd&sektion=4&manpath=freebsd-release-ports[cd(4)]). WORM/CD-R/CD-RW writing support is provided by https://www.FreeBSD.org/cgi/man.cgi?query=cdrecord&sektion=1&manpath=freebsd-release-ports[cdrecord(1)], which is a part of the http://www.freebsd.org/cgi/url.cgi?ports/sysutils/cdrtools/pkg-descr[sysutils/cdrtools] port in the Ports Collection. +With all supported SCSI controllers, full support is provided for SCSI-I, SCSI-II, and SCSI-III peripherals, including hard disks, optical disks, tape drives (including DAT, 8mm Exabyte, Mammoth, and DLT), medium changers, processor target devices and CD-ROM drives. WORM devices that support CD-ROM commands are supported for read-only access by the CD-ROM drivers (such as man:cd[4]). WORM/CD-R/CD-RW writing support is provided by man:cdrecord(1)], which is a part of the http://www.freebsd.org/cgi/url.cgi?ports/sysutils/cdrtools/pkg-descr[sysutils/cdrtools] port in the Ports Collection. The following CD-ROM type systems are supported at this time: -* SCSI interface (also includes ProAudio Spectrum and SoundBlaster SCSI) (https://www.FreeBSD.org/cgi/man.cgi?query=cd&sektion=4&manpath=freebsd-release-ports[cd(4)]) -* [i386] Sony proprietary interface (all models) (https://www.FreeBSD.org/cgi/man.cgi?query=scd&sektion=4&manpath=freebsd-release-ports[scd(4)]) -* ATAPI IDE interface (https://www.FreeBSD.org/cgi/man.cgi?query=acd&sektion=4&manpath=freebsd-release-ports[acd(4)]) +* SCSI interface (also includes ProAudio Spectrum and SoundBlaster SCSI) (man:cd[4]) +* [i386] Sony proprietary interface (all models) (man:acd[4]) [i386] The following device is unmaintained: -* Mitsumi proprietary CD-ROM interface (all models) (https://www.FreeBSD.org/cgi/man.cgi?query=mcd&sektion=4&manpath=freebsd-release-ports[mcd(4)]) +* Mitsumi proprietary CD-ROM interface (all models) (man:mcd[4]) [[ethernet]] -== Ethernet Interfaces +== 3.2. Ethernet Interfaces -The https://www.FreeBSD.org/cgi/man.cgi?query=ae&sektion=4&manpath=freebsd-release-ports[ae(4)] driver supports Attansic/Atheros L2 PCIe FastEthernet controllers, and is known to support the following hardware: +The man:ae[4] driver supports Attansic/Atheros L2 PCIe FastEthernet controllers, and is known to support the following hardware: * ASUS EeePC 701 * ASUS EeePC 900 Other hardware may or may not work with this driver. -The https://www.FreeBSD.org/cgi/man.cgi?query=age&sektion=4&manpath=freebsd-release-ports[age(4)] driver provides support for LOMs based on Attansic/Atheros L1 Gigabit Ethernet controller chips, including: +The man:age[4] driver provides support for LOMs based on Attansic/Atheros L1 Gigabit Ethernet controller chips, including: * ASUS M2N8-VMX * ASUS M2V @@ -1204,7 +1193,7 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=age&sektion=4&manpath=freebsd-rele * ASUS P5L-VM 1394 * ASUS G2S -The https://www.FreeBSD.org/cgi/man.cgi?query=alc&sektion=4&manpath=freebsd-release-ports[alc(4)] device driver provides support for the following Ethernet controllers: +The man:alc[4] device driver provides support for the following Ethernet controllers: * Atheros AR8131 PCI Express Gigabit Ethernet controller * Atheros AR8132 PCI Express Fast Ethernet controller @@ -1220,13 +1209,13 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=alc&sektion=4&manpath=freebsd-rele * Killer E2400 Gigabit Ethernet controller * Killer E2500 Gigabit Ethernet controller -The https://www.FreeBSD.org/cgi/man.cgi?query=ale&sektion=4&manpath=freebsd-release-ports[ale(4)] device driver provides support for the following Ethernet controllers: +The man:ale[4] device driver provides support for the following Ethernet controllers: * Atheros AR8113 PCI Express Fast Ethernet controller * Atheros AR8114 PCI Express Fast Ethernet controller * Atheros AR8121 PCI Express Gigabit Ethernet controller -[i386,pc98,ia64,amd64,powerpc] Adapters supported by the https://www.FreeBSD.org/cgi/man.cgi?query=aue&sektion=4&manpath=freebsd-release-ports[aue(4)] driver include: +[i386,pc98,ia64,amd64,powerpc] Adapters supported by the man:aue[4] driver include: * Abocom UFE1000, DSB650TX_NA * Accton USB320-EC, SpeedStream @@ -1249,7 +1238,7 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=ale&sektion=4&manpath=freebsd-rele * SMC 2202USB * SOHOware NUB100 -[i386,pc98,amd64,powerpc] The https://www.FreeBSD.org/cgi/man.cgi?query=axe&sektion=4&manpath=freebsd-release-ports[axe(4)] driver supports ASIX Electronics AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB Ethernet adapters including: +[i386,pc98,amd64,powerpc] The man:axe[4] driver supports ASIX Electronics AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB Ethernet adapters including: AX88172: @@ -1296,13 +1285,15 @@ AX88772B: * ASIX AX88772B * Lenovo USB 2.0 Ethernet +Lenovo USB 2.0 Ethernet + AX88760: * ASIX AX88760 -ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (https://www.FreeBSD.org/cgi/man.cgi?query=axge&sektion=4&manpath=freebsd-release-ports[axge(4)] driver) +ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (man:axge[4] driver) -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=bce&sektion=4&manpath=freebsd-release-ports[bce(4)] driver provides support for various NICs based on the QLogic NetXtreme II family of Gigabit Ethernet controllers, including the following: +[i386,amd64] The man:bce[4] driver provides support for various NICs based on the QLogic NetXtreme II family of Gigabit Ethernet controllers, including the following: * QLogic NetXtreme II BCM5706 1000Base-SX * QLogic NetXtreme II BCM5706 1000Base-T @@ -1328,9 +1319,9 @@ ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (https://www.Fre * HP NC382i DP Multifunction Gigabit Server Adapter * HP NC382m DP 1GbE Multifunction BL-c Adapter -[amd64, i386] Broadcom BCM4401 based Fast Ethernet adapters (https://www.FreeBSD.org/cgi/man.cgi?query=bfe&sektion=4&manpath=freebsd-release-ports[bfe(4)] driver) +[amd64, i386] Broadcom BCM4401 based Fast Ethernet adapters (man:bfe[4] driver) -[i386,pc98,sparc64,ia64,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=bge&sektion=4&manpath=freebsd-release-ports[bge(4)] driver provides support for various NICs based on the Broadcom BCM570x family of Gigabit Ethernet controller chips, including the following: +[i386,pc98,sparc64,ia64,amd64] The man:bge[4] driver provides support for various NICs based on the Broadcom BCM570x family of Gigabit Ethernet controller chips, including the following: * 3Com 3c996-SX (1000baseSX) * 3Com 3c996-T (10/100/1000baseTX) @@ -1349,7 +1340,7 @@ ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (https://www.Fre * SysKonnect SK-9D21 (10/100/1000baseTX) * SysKonnect SK-9D41 (1000baseSX) -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=bxe&sektion=4&manpath=freebsd-release-ports[bxe(4)] driver provides support for various NICs based on the QLogic NetXtreme II family of 10Gb Ethernet controller chips, including the following: +[i386,amd64] The man:bxe[4] driver provides support for various NICs based on the Broadcom NetXtreme II family of 10Gb Ethernet controller chips, including the following: * QLogic NetXtreme II BCM57710 10Gb * QLogic NetXtreme II BCM57711 10Gb @@ -1363,13 +1354,13 @@ ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (https://www.Fre * QLogic NetXtreme II BCM57840 10Gb / 20Gb * QLogic NetXtreme II BCM57840-MF 10Gb -The chips supported by the https://www.FreeBSD.org/cgi/man.cgi?query=cas&sektion=4&manpath=freebsd-release-ports[cas(4)] driver are: +The chips supported by the man:cas[4] driver are: * National Semiconductor DP83065 Saturn Gigabit Ethernet * Sun Cassini Gigabit Ethernet * Sun Cassini+ Gigabit Ethernet -The following add-on cards are known to work with the https://www.FreeBSD.org/cgi/man.cgi?query=cas&sektion=4&manpath=freebsd-release-ports[cas(4)] driver at this time: +The following add-on cards are known to work with the man:cas[4] driver at this time: * Sun GigaSwift Ethernet 1.0 MMF (Cassini Kuheen) (part no. 501-5524) * Sun GigaSwift Ethernet 1.0 UTP (Cassini) (part no. 501-5902) @@ -1377,28 +1368,28 @@ The following add-on cards are known to work with the https://www.FreeBSD.org/cg * Sun Quad GigaSwift Ethernet UTP (QGE) (part no. 501-6522) * Sun Quad GigaSwift Ethernet PCI-X (QGE-X) (part no. 501-6738) -[i386,pc98,ia64,amd64,powerpc] The following devices are supported by the https://www.FreeBSD.org/cgi/man.cgi?query=cdce&sektion=4&manpath=freebsd-release-ports[cdce(4)] driver: +[i386,pc98,ia64,amd64,powerpc] The following devices are supported by the man:cdce[4] driver: * Prolific PL-2501 Host-to-Host Bridge Controller * Sharp Zaurus PDA * Terayon TJ-715 DOCSIS Cable Modem -[amd64, i386] Crystal Semiconductor CS89x0-based NICs (https://www.FreeBSD.org/cgi/man.cgi?query=cs&sektion=4&manpath=freebsd-release-ports[cs(4)] driver) +[amd64, i386] Crystal Semiconductor CS89x0-based NICs (man:cs[4] driver) -[i386,pc98,ia64,amd64,powerpc] The https://www.FreeBSD.org/cgi/man.cgi?query=cue&sektion=4&manpath=freebsd-release-ports[cue(4)] driver supports CATC USB-EL1210A based USB Ethernet adapters including: +[i386,pc98,ia64,amd64,powerpc] The man:cue[4] driver supports CATC USB-EL1210A based USB Ethernet adapters including: * Belkin F5U011/F5U111 * CATC Netmate * CATC Netmate II * SmartBridges SmartLink -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=freebsd-release-ports[cxgb(4)] driver supports 10 Gigabit and 1 Gigabit Ethernet adapters based on the T3 and T3B chipset: +[i386,amd64] The man:cxgb[4] driver supports 10 Gigabit and 1 Gigabit Ethernet adapters based on the T3 and T3B chipset: * Chelsio 10GBase-CX4 * Chelsio 10GBase-LR * Chelsio 10GBase-SR -The https://www.FreeBSD.org/cgi/man.cgi?query=cxgbe&sektion=4&manpath=freebsd-release-ports[cxgbe(4)] driver supports 100Gb and 25Gb Ethernet adapters based on the T6 ASIC: +The man:cxgbe[4] driver supports 40Gb, 10Gb and 1Gb Ethernet adapters based on the T5 ASIC (ports will be named cxl): * Chelsio T6225-CR * Chelsio T6225-SO-CR @@ -1406,7 +1397,7 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=cxgbe&sektion=4&manpath=freebsd-re * Chelsio T62100-SO-CR * Chelsio T62100-CR -The https://www.FreeBSD.org/cgi/man.cgi?query=cxgbe&sektion=4&manpath=freebsd-release-ports[cxgbe(4)] driver supports 40Gb, 10Gb and 1Gb Ethernet adapters based on the T5 ASIC: +The man:cxgbe[4] driver supports 40Gb, 10Gb and 1Gb Ethernet adapters based on the T5 ASIC: * Chelsio T580-CR * Chelsio T580-LP-CR @@ -1421,7 +1412,7 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=cxgbe&sektion=4&manpath=freebsd-re * Chelsio T520-BT * Chelsio T504-BT -The https://www.FreeBSD.org/cgi/man.cgi?query=cxgbe&sektion=4&manpath=freebsd-release-ports[cxgbe(4)] driver supports 10Gb and 1Gb Ethernet adapters based on the T4 ASIC: +The man:cxgbe[4] driver supports 10Gb and 1Gb Ethernet adapters based on the T4 ASIC: * Chelsio T420-CR * Chelsio T422-CR @@ -1434,7 +1425,7 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=cxgbe&sektion=4&manpath=freebsd-re * Chelsio T420-BT * Chelsio T404-BT -The https://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=freebsd-release-ports[dc(4)] driver provides support for the following chipsets: +The man:dc[4] driver provides support for the following chipsets: * DEC/Intel 21143 * ADMtek AL981 Comet, AN985 Centaur, ADM9511 Centaur II and ADM9513 Centaur II @@ -1447,7 +1438,7 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=freebsd-relea * Macronix 98713, 98713A, 98715, 98715A, 98715AEC-C, 98725, 98727 and 98732 * Xircom X3201 (cardbus only) -The following NICs are known to work with the https://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=freebsd-release-ports[dc(4)] driver at this time: +The following NICs are known to work with the man:dc[4] driver at this time: * 3Com OfficeConnect 10/100B (ADMtek AN985 Centaur-P) * Abocom FE2500 @@ -1488,7 +1479,7 @@ The following NICs are known to work with the https://www.FreeBSD.org/cgi/man.cg * Xircom Cardbus Ethernet 10/100 * Xircom Cardbus Ethernet II 10/100 -[i386,pc98,ia64,amd64] Adapters supported by the https://www.FreeBSD.org/cgi/man.cgi?query=de&sektion=4&manpath=freebsd-release-ports[de(4)] driver include: +[i386,pc98,ia64,amd64] Adapters supported by the man:de[4] driver include: * Adaptec ANA-6944/TX * Cogent EM100FX and EM440TX @@ -1500,7 +1491,7 @@ The following NICs are known to work with the https://www.FreeBSD.org/cgi/man.cg * SMC Etherpower 8432, 9332 and 9334 * ZNYX ZX3xx -[i386,pc98] The https://www.FreeBSD.org/cgi/man.cgi?query=ed&sektion=4&manpath=freebsd-release-ports[ed(4)] driver supports the following Ethernet NICs: +[i386,pc98] The man:ed[4] driver supports the following Ethernet NICs: * 3Com 3c503 Etherlink II * AR-P500 Ethernet @@ -1585,7 +1576,7 @@ The following NICs are known to work with the https://www.FreeBSD.org/cgi/man.cg * Surecom EtherPerfect EP-427 * Surecom NE-34 * TDK 3000/3400/5670 Fast Ethernet/Modem -* TDK LAK-CD031, Grey Cell GCS2000 Ethernet Card +* TDK LAK- CD031, Grey Cell GCS2000 Ethernet Card * TDK DFL5610WS Ethernet/Modem PC Card * Telecom Device SuperSocket RE450T * Toshiba LANCT00A PC Card @@ -1595,11 +1586,11 @@ The following NICs are known to work with the https://www.FreeBSD.org/cgi/man.cg C-Bus, ISA, PCI and PC Card devices are supported. -The https://www.FreeBSD.org/cgi/man.cgi?query=ed&sektion=4&manpath=freebsd-release-ports[ed(4)] driver does not support the following Ethernet NICs: +The man:ed[4] driver does not support the following Ethernet NICs: * Mitsubishi LAN Adapter B8895 -The https://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4&manpath=freebsd-release-ports[em(4)] driver supports Gigabit Ethernet adapters based on the Intel 82540, 82541ER, 82541PI, 82542, 82543, 82544, 82545, 82546, 82546EB, 82546GB, 82547, 82571, 82572, 82573, and 82574 controller chips: +The man:em[4] driver supports Gigabit Ethernet adapters based on the Intel 82540, 82541ER, 82541PI, 82542, 82543, 82544, 82545, 82546, 82546EB, 82546GB, 82547, 82571, 82572, 82573, and 82574 controller chips: * Intel PRO/1000 CT Network Connection (82547) * Intel PRO/1000 F Server Adapter (82543) @@ -1625,7 +1616,7 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4&manpath=freebsd-relea * Intel PRO/1000 XF Server Adapter (82544) * Intel PRO/1000 XT Server Adapter (82544) -[i386,pc98,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=ep&sektion=4&manpath=freebsd-release-ports[ep(4)] driver supports Ethernet adapters based on the 3Com 3C5x9 Etherlink III Parallel Tasking chipset, including: +[i386,pc98,amd64] The man:ep[4] driver supports Ethernet adapters based on the 3Com 3C5x9 Etherlink III Parallel Tasking chipset, including: * 3Com 3C1 CF * 3Com 3C509-TP, 3C509-BNC, 3C509-Combo, 3C509-TPO, 3C509-TPC ISA @@ -1642,9 +1633,9 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4&manpath=freebsd-relea * 3Com OfficeConnect 3CXSH572BT, 3CCSH572BT PCMCIA * Farallon EtherWave and EtherMac PC Card (P/n 595/895 with BLUE arrow) -Agere ET1310 Gigabit Ethernet adapters (https://www.FreeBSD.org/cgi/man.cgi?query=et&sektion=4&manpath=freebsd-release-ports[et(4)] driver) +Agere ET1310 Gigabit Ethernet adapters (man:et[4] driver) -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=ex&sektion=4&manpath=freebsd-release-ports[ex(4)] driver supports the following Ethernet adapters: +[i386,amd64] The man:ex[4] driver supports the following Ethernet adapters: * Intel EtherExpress Pro/10 ISA * Intel EtherExpress Pro/10+ ISA @@ -1653,7 +1644,7 @@ Agere ET1310 Gigabit Ethernet adapters (https://www.FreeBSD.org/cgi/man.cgi?quer * Silicom Ethernet LAN PC Card * Silicom EtherSerial LAN PC Card -[i386,pc98,amd64] Controllers and cards supported by the https://www.FreeBSD.org/cgi/man.cgi?query=fe&sektion=4&manpath=freebsd-release-ports[fe(4)] driver include: +[i386,pc98,amd64] Controllers and cards supported by the man:fe[4] driver include: * Allied Telesis RE1000, RE1000Plus, ME1500 (110-pin) * CONTEC C-NET(98)P2, C-NET (9N)E (110-pin), C-NET(9N)C (ExtCard) @@ -1672,7 +1663,7 @@ Agere ET1310 Gigabit Ethernet adapters (https://www.FreeBSD.org/cgi/man.cgi?quer * TDK LAK-CD011, LAK-CD021, LAK-CD021A, LAK-CD021BX * Ungermann-Bass Access/PC N98C+(PC85152, PC85142), Access/NOTE N98(PC86132) (110-pin) -Adapters supported by the https://www.FreeBSD.org/cgi/man.cgi?query=fxp&sektion=4&manpath=freebsd-release-ports[fxp(4)] driver include: +Adapters supported by the man:fxp[4] driver include: * Intel EtherExpress PRO/10 * Intel InBusiness 10/100 @@ -1687,20 +1678,20 @@ Adapters supported by the https://www.FreeBSD.org/cgi/man.cgi?query=fxp&sektion= * NEC PC-9821X-B06 (PC-98) * Many on-board network interfaces on Intel motherboards -Chips supported by the https://www.FreeBSD.org/cgi/man.cgi?query=gem&sektion=4&manpath=freebsd-release-ports[gem(4)] driver include: +Chips supported by the man:gem[4] driver include: * Apple GMAC * Sun ERI 10/100 Mbps Ethernet * Sun GEM Gigabit Ethernet -The following add-on cards are known to work with the https://www.FreeBSD.org/cgi/man.cgi?query=gem&sektion=4&manpath=freebsd-release-ports[gem(4)] driver at this time: +The following add-on cards are known to work with the man:gem[4] driver at this time: * Sun Gigabit Ethernet PCI 2.0/3.0 (GBE/P) (part no. 501-4373) * Sun Gigabit Ethernet SBus 2.0/3.0 (GBE/S) (part no. 501-4375) -The https://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4&manpath=freebsd-release-ports[hme(4)] driver supports the on-board Ethernet interfaces of many Sun UltraSPARC workstation and server models. +The man:hme[4] driver supports the on-board Ethernet interfaces of many Sun UltraSPARC workstation and server models. -Cards supported by the https://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4&manpath=freebsd-release-ports[hme(4)] driver include: +Cards supported by the man:hme[4] driver include: * Sun PCI SunSwift Adapter * Sun SBus SunSwift Adapter "( hme" and "SUNW,hme") @@ -1709,7 +1700,7 @@ Cards supported by the https://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4&m * Sun PCI Quad FastEthernet Controller * Sun SBus Quad FastEthernet Controller -[i386] The https://www.FreeBSD.org/cgi/man.cgi?query=ie&sektion=4&manpath=freebsd-release-ports[ie(4)] driver provides supports the following 8 and 16bit ISA Ethernet cards that are based on the Intel i82586 chip: +[i386] The man:ie[4] driver provides supports the following 8 and 16bit ISA Ethernet cards that are based on the Intel i82586 chip: * 3COM 3C507 * AT&T EN100 @@ -1718,48 +1709,48 @@ Cards supported by the https://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4&m * Intel EtherExpress 16 * RACAL Interlan NI5210 -The https://www.FreeBSD.org/cgi/man.cgi?query=igb&sektion=4&manpath=freebsd-release-ports[igb(4)] driver supports Gigabit Ethernet adapters based on the Intel 82575 and 82576 controller chips: +The man:igb[4] driver supports Gigabit Ethernet adapters based on the Intel 82575 and 82576 controller chips: * Intel Gigabit ET Dual Port Server Adapter (82576) * Intel Gigabit VT Quad Port Server Adapter (82575) -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=ixgb&sektion=4&manpath=freebsd-release-ports[ixgb(4)] driver supports the following cards: +[i386,amd64] The man:ixgb[4] driver supports the following cards: * Intel PRO/10GbE LR Server Adapter * Intel PRO/10GbE SR Server Adapter -The https://www.FreeBSD.org/cgi/man.cgi?query=ixgbe&sektion=4&manpath=freebsd-release-ports[ixgbe(4)] driver supports the following cards: +The man:ixgbe[4] driver supports the following cards: * Intel(R) 10 Gigabit XF SR/AF Dual Port Server Adapter * Intel(R) 10 Gigabit XF SR/LR Server Adapter * Intel(R) 82598EB 10 Gigabit AF Network Connection * Intel(R) 82598EB 10 Gigabit AT CX4 Network Connection -The https://www.FreeBSD.org/cgi/man.cgi?query=ixl&sektion=4&manpath=freebsd-release-ports[ixl(4)] driver supports these SFP+ Pluggable Optics: +The man:ixl[4] driver supports these SFP+ Pluggable Optics: * Intel TRIPLE RATE 1G/10G/40G QSFP+ SR (bailed) E40GQSFPSR * Intel TRIPLE RATE 1G/10G/40G QSFP+ SR (bailed) E40GQSFPLR -The https://www.FreeBSD.org/cgi/man.cgi?query=ixl&sektion=4&manpath=freebsd-release-ports[ixl(4)] driver supports 10Gb and 1Gb Ethernet adapters with SR Modules: +The man:ixl[4] driver supports 10Gb and 1Gb Ethernet adapters with SR Modules: * Intel DUAL RATE 1G/10G SFP+ SR (bailed) FTLX8571D3BCV-IT * Intel DUAL RATE 1G/10G SFP+ SR (bailed) AFBR-703SDZ-IN2 -The https://www.FreeBSD.org/cgi/man.cgi?query=ixl&sektion=4&manpath=freebsd-release-ports[ixl(4)] driver supports 10Gb and 1Gb Ethernet adapters with LR Modules: +The man:ixl[4] driver supports 10Gb and 1Gb Ethernet adapters with LR Modules: * Intel DUAL RATE 1G/10G SFP+ LR (bailed) FTLX1471D3BCV-IT * Intel DUAL RATE 1G/10G SFP+ LR (bailed) AFCT-701SDZ-IN2 Note that X710/XL710 Based SFP+ adapters also support all passive and active limiting direct attach cables that comply with SFF-8431 v4.1 and SFF-8472 v10.4 specifications. -The https://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4&manpath=freebsd-release-ports[jme(4)] device driver provides support for the following Ethernet controllers: +The man:jme[4] device driver provides support for the following Ethernet controllers: * JMicron JMC250 PCI Express Gigabit Ethernet controller * JMicron JMC251 PCI Express Gigabit Ethernet with Card Read Host controller * JMicron JMC260 PCI Express Fast Ethernet controller * JMicron JMC261 PCI Express Gigabit Ethernet with Card Read Host controller -[i386,pc98,ia64,amd64,powerpc] The https://www.FreeBSD.org/cgi/man.cgi?query=kue&sektion=4&manpath=freebsd-release-ports[kue(4)] driver supports Kawasaki LSI KL5KLUSB101B based USB Ethernet adapters including: +[i386,pc98,ia64,amd64,powerpc] The man:kue[4] driver supports Kawasaki LSI KL5KLUSB101B based USB Ethernet adapters including: * 3Com 3c19250 * 3Com 3c460 HomeConnect Ethernet USB Adapter @@ -1778,17 +1769,17 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4&manpath=freebsd-rele * Psion Gold Port USB Ethernet adapter * SMC 2102USB, 2104USB -[i386,pc98,amd64] Adapters supported by the https://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4&manpath=freebsd-release-ports[lge(4)] driver include: +[i386,pc98,amd64] Adapters supported by the man:lge[4] driver include: * SMC TigerCard 1000 (SMC9462SX) * D-Link DGE-500SX -The https://www.FreeBSD.org/cgi/man.cgi?query=mlx4en&sektion=4&manpath=freebsd-release-ports[mlx4en(4)] driver supports the following network adapters: +The man:mlx4en[4] driver supports the following network adapters: * Mellanox ConnectX-2 (ETH) * Mellanox ConnectX-3 (ETH) -The https://www.FreeBSD.org/cgi/man.cgi?query=mlx5en&sektion=4&manpath=freebsd-release-ports[mlx5en(4)] driver supports 100Gb, 50Gb, 40Gb, 25Gb and 10Gb Ethernet adapters. ConnectX-4 supports:10/20/25/40/50/56/100Gb/s speeds. ConnectX-4 LX supports:10/25/40/50Gb/s speeds (and reduced power consumption) : +The man:mlx5en[4] driver supports 100Gb, 50Gb, 40Gb, 25Gb and 10Gb Ethernet adapters. ConnectX-4 supports:10/20/25/40/50/56/100Gb/s speeds. ConnectX-4 LX supports:10/25/40/50Gb/s speeds (and reduced power consumption) : * Mellanox MCX455A-ECAT * Mellanox MCX456A-ECAT @@ -1805,9 +1796,9 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=mlx5en&sektion=4&manpath=freebsd-r * Mellanox MCX4121A-XCAT * Mellanox MCX4111A-XCAT -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=msk&sektion=4&manpath=freebsd-release-ports[msk(4)] driver provides support for various NICs based on the Marvell/SysKonnect Yukon II based Gigabit Ethernet controller chips, including: +[i386,amd64] The man:msk[4] driver provides support for various NICs based on the Marvell/SysKonnect Yukon II based Gigabit Ethernet controller chips, including: -* D-Link 550SX Gigabit Ethernet +* D- Link 550SX Gigabit Ethernet * D-Link 560SX Gigabit Ethernet * D-Link 560T Gigabit Ethernet * Marvell Yukon 88E8021CU Gigabit Ethernet @@ -1841,19 +1832,19 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=mlx5en&sektion=4&manpath=freebsd-r * SysKonnect SK-9Sxx Gigabit Ethernet * SysKonnect SK-9Exx Gigabit Ethernet -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=mxge&sektion=4&manpath=freebsd-release-ports[mxge(4)] driver supports 10 Gigabit Ethernet adapters based on the Myricom LANai Z8E chips: +[i386,amd64] The man:mxge[4] driver supports 10 Gigabit Ethernet adapters based on the Myricom LANai Z8E chips: * Myricom 10GBase-CX4 (10G-PCIE-8A-C, 10G-PCIE-8AL-C) * Myricom 10GBase-R (10G-PCIE-8A-R, 10G-PCIE-8AL-R) * Myricom 10G XAUI over ribbon fiber (10G-PCIE-8A-Q, 10G-PCIE-8AL-Q) -[i386,pc98] The https://www.FreeBSD.org/cgi/man.cgi?query=my&sektion=4&manpath=freebsd-release-ports[my(4)] driver provides support for various NICs based on the Myson chipset. Supported models include: +[i386,pc98] The man:my[4] driver provides support for various NICs based on the Myson chipset. Supported models include: * Myson MTD800 PCI Fast Ethernet chip * Myson MTD803 PCI Fast Ethernet chip * Myson MTD89X PCI Gigabit Ethernet chip -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=nfe&sektion=4&manpath=freebsd-release-ports[nfe(4)] driver supports the following NVIDIA MCP onboard adapters: +[i386,amd64] The man:nfe[4] driver supports the following NVIDIA MCP onboard adapters: * NVIDIA nForce MCP Networking Adapter * NVIDIA nForce MCP04 Networking Adapter @@ -1876,7 +1867,7 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=mlx5en&sektion=4&manpath=freebsd-r * NVIDIA nForce4 CK804 MCP8 Networking Adapter * NVIDIA nForce4 CK804 MCP9 Networking Adapter -The https://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4&manpath=freebsd-release-ports[nge(4)] driver supports National Semiconductor DP83820 and DP83821 based Gigabit Ethernet adapters including: +The man:nge[4] driver supports National Semiconductor DP83820 and DP83821 based Gigabit Ethernet adapters including: * Addtron AEG320T * Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI) @@ -1889,22 +1880,22 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4&manpath=freebsd-rele * Surecom Technology EP-320G-TX * Trendware TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI) -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=nve&sektion=4&manpath=freebsd-release-ports[nve(4)] driver supports the NVIDIA MCP onboard adapters of mainboards with the following chipsets: +[i386,amd64] The man:nve[4] driver supports the NVIDIA MCP onboard adapters of mainboards with the following chipsets: * nForce * nForce2 * nForce3 * nForce4 -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=nxge&sektion=4&manpath=freebsd-release-ports[nxge(4)] driver supports Neterion Xframe 10 Gigabit Ethernet adapters listed in http://www.neterion.com/how/pricing.html. +[i386,amd64] The man:nxge[4] driver supports Neterion Xframe 10 Gigabit Ethernet adapters listed in http://www.neterion.com/how/pricing.html. -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=oce&sektion=4&manpath=freebsd-release-ports[oce(4)] driver supports the following network adapters: +[i386,amd64] The man:oce[4] driver supports the following network adapters: * Emulex BladeEngine 2 * Emulex BladeEngine 3 * Emulex Lancer -[i386,pc98,ia64,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=pcn&sektion=4&manpath=freebsd-release-ports[pcn(4)] driver supports adapters and embedded controllers based on the AMD PCnet/FAST, PCnet/FAST+, PCnet/FAST III, PCnet/PRO and PCnet/Home Fast Ethernet chips: +[i386,pc98,ia64,amd64] The man:pcn[4] driver supports adapters and embedded controllers based on the AMD PCnet/FAST, PCnet/FAST+, PCnet/FAST III, PCnet/PRO and PCnet/Home Fast Ethernet chips: * AMD Am79C971 PCnet-FAST * AMD Am79C972 PCnet-FAST+ @@ -1913,20 +1904,20 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4&manpath=freebsd-rele * AMD Am79C978 PCnet-Home * Allied-Telesis LA-PCI -[amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=qlxgb&sektion=4&manpath=freebsd-release-ports[qlxgb(4)] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: +[amd64] The man:qlxgb[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 3200 series * QLogic 8200 series -[amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=qlxgbe&sektion=4&manpath=freebsd-release-ports[qlxgbe(4)] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: +[amd64] The man:qlxgbe[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 8300 series -[amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=qlxge&sektion=4&manpath=freebsd-release-ports[qlxge(4)] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: +[amd64] The man:qlxge[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 8100 series -The https://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4&manpath=freebsd-release-ports[re(4)] driver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters including: +The man:re[4] driver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters including: * Alloy Computer Products EtherGOLD 1439E 10/100 (8139C+) * Compaq Evo N1015v Integrated Ethernet (8139C+) @@ -1939,7 +1930,7 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4&manpath=freebsd-relea * USRobotics USR997902 Gigabit Ethernet (8169S) * Xterasys XN-152 10/100/1000 NIC (8169) -Adapters supported by the https://www.FreeBSD.org/cgi/man.cgi?query=rl&sektion=4&manpath=freebsd-release-ports[rl(4)] driver include: +Adapters supported by the man:rl[4] driver include: * Accton "Cheetah" EN1207D (MPX 5030/5038; RealTek 8139 clone) * Allied Telesyn AT2550 @@ -1974,29 +1965,29 @@ Adapters supported by the https://www.FreeBSD.org/cgi/man.cgi?query=rl&sektion=4 * SMC EZ Card 10/100 PCI 1211-TX * SOHO (PRAGMATIC) UE-1211C -[i386,pc98,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=rue&sektion=4&manpath=freebsd-release-ports[rue(4)] driver supports RealTek RTL8150 based USB Ethernet adapters including: +[i386,pc98,amd64] The man:rue[4] driver supports RealTek RTL8150 based USB Ethernet adapters including: * Buffalo (Melco Inc.) LUA-KTX * Green House GH-USB100B * LinkSys USB100M * Billionton 10/100 FastEthernet USBKR2 -Adapters supported by the https://www.FreeBSD.org/cgi/man.cgi?query=sf&sektion=4&manpath=freebsd-release-ports[sf(4)] driver include: +Adapters supported by the man:sf[4] driver include: * ANA-62011 64-bit single port 10/100baseTX adapter * ANA-62022 64-bit dual port 10/100baseTX adapter -* ANA- 62044 64-bit quad port 10/100baseTX adapter +* ANA-62044 64-bit quad port 10/100baseTX adapter * ANA-69011 32-bit single port 10/100baseTX adapter * ANA-62020 64-bit single port 100baseFX adapter -The https://www.FreeBSD.org/cgi/man.cgi?query=sfxge&sektion=4&manpath=freebsd-release-ports[sfxge(4)] driver supports all 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers. +The man:sfxge[4] driver supports all 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers. -The https://www.FreeBSD.org/cgi/man.cgi?query=sge&sektion=4&manpath=freebsd-release-ports[sge(4)] device driver provides support for the following Ethernet controllers: +The man:sge[4] device driver provides support for the following Ethernet controllers: * SiS190 Fast Ethernet controller * SiS191 Fast/Gigabit Ethernet controller -The https://www.FreeBSD.org/cgi/man.cgi?query=sis&sektion=4&manpath=freebsd-release-ports[sis(4)] driver supports Silicon Integrated Systems SiS 900 and SiS 7016 based Fast Ethernet adapters and embedded controllers, as well as Fast Ethernet adapters based on the National Semiconductor DP83815 (MacPhyter) and DP83816 chips. Supported adapters include: +The man:sis[4] driver supports Silicon Integrated Systems SiS 900 and SiS 7016 based Fast Ethernet adapters and embedded controllers, as well as Fast Ethernet adapters based on the National Semiconductor DP83815 (MacPhyter) and DP83816 chips. Supported adapters include: * @Nifty FNECHARD IFC USUP-TX * MELCO LGY-PCI-TXC @@ -2005,7 +1996,7 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=sis&sektion=4&manpath=freebsd-rele * SiS 630, 635, and 735 motherboard chipsets * Soekris Engineering net45xx, net48xx, lan1621, and lan1641 -Adapters supported by the https://www.FreeBSD.org/cgi/man.cgi?query=sk&sektion=4&manpath=freebsd-release-ports[sk(4)] driver include: +Adapters supported by the man:sk[4] driver include: * 3Com 3C940 single port, 1000baseT adapter * 3Com 3C2000-T single port, 1000baseT adapter @@ -2021,7 +2012,7 @@ Adapters supported by the https://www.FreeBSD.org/cgi/man.cgi?query=sk&sektion=4 * SK-9844 SK-NET GE-SX dual port, multimode fiber adapter * SMC 9452TX single port, 1000baseT adapter -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4&manpath=freebsd-release-ports[sn(4)] driver supports SMC91Cxx based ISA and PCMCIA cards including: +[i386,amd64] The man:sn[4] driver supports SMC91Cxx based ISA and PCMCIA cards including: * 3Com Megahertz X-Jack Ethernet PC Card XJ10BT, XJ10BC * 3Com Megahertz XJEM and CCEM series: CCEM3288C, CCEM3288T, CCEM3336, CEM3336C, CCEM3336T, XJEM1144C, XJEM1144T, XJEM3288C, XJEM3288T, XJEM3336 @@ -2035,11 +2026,11 @@ Adapters supported by the https://www.FreeBSD.org/cgi/man.cgi?query=sk&sektion=4 * SMC EZEther PC Card (8020BT) * SMC EZEther PC Card (8020T) -The https://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4&manpath=freebsd-release-ports[sn(4)] driver supports the SMC 91C90, SMC 91C92, SMC 91C94, SMC 91C95, SMC 91C96, SMC91C100 and SMC 91C100FD chips from SMC. +The man:sn[4] driver supports the SMC 91C90, SMC 91C92, SMC 91C94, SMC 91C95, SMC 91C96, SMC91C100 and SMC 91C100FD chips from SMC. -The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver supports the 595 and 895 cards. These cards have the blue arrow on the front along with a 3Com logo. The Farallon 595a cards, which have a red arrow on the front, are also called EtherWave and EtherMac. They are supported by the https://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4&manpath=freebsd-release-ports[sn(4)] driver. +The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver supports the 595 and 895 cards. These cards have the blue arrow on the front along with a 3Com logo. The Farallon 595a cards, which have a red arrow on the front, are also called EtherWave and EtherMac. They are supported by the man:sn[4] driver. -[pc98] The https://www.FreeBSD.org/cgi/man.cgi?query=snc&sektion=4&manpath=freebsd-release-ports[snc(4)] driver supports the following cards: +[pc98] The man:snc[4] driver supports the following cards: * National Semiconductor DP83934AVQB * NEC PC-9801-83 @@ -2051,15 +2042,15 @@ The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver * NEC PC-9801N-J02 PCMCIA * NEC PC-9801N-J02R PCMCIA -The https://www.FreeBSD.org/cgi/man.cgi?query=snc&sektion=4&manpath=freebsd-release-ports[snc(4)] driver also includes support for the National Semiconductor NS46C46 as 64 * 16 bits Microwave Serial EEPROM. +The man:snc[4] driver also includes support for the National Semiconductor NS46C46 as 64 * 16 bits Microwave Serial EEPROM. -The https://www.FreeBSD.org/cgi/man.cgi?query=ste&sektion=4&manpath=freebsd-release-ports[ste(4)] driver supports Sundance Technologies ST201 based Fast Ethernet adapters and embedded controllers including: +The man:ste[4] driver supports Sundance Technologies ST201 based Fast Ethernet adapters and embedded controllers including: * D-Link DFE-530TXS * D-Link DFE-550TX * D-Link DFE-580TX -The https://www.FreeBSD.org/cgi/man.cgi?query=stge&sektion=4&manpath=freebsd-release-ports[stge(4)] driver provides support for various NICs based on the Sundance/Tamarack TC9021 based Gigabit Ethernet controller chips, including: +The man:stge[4] driver provides support for various NICs based on the Sundance/Tamarack TC9021 based Gigabit Ethernet controller chips, including: * Antares Microsystems Gigabit Ethernet * ASUS NX1101 Gigabit Ethernet @@ -2070,7 +2061,7 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=stge&sektion=4&manpath=freebsd-rel * Sundance TC9021 Gigabit Ethernet * Tamarack TC9021 Gigabit Ethernet -[i386,pc98,amd64,sparc64] The https://www.FreeBSD.org/cgi/man.cgi?query=ti&sektion=4&manpath=freebsd-release-ports[ti(4)] driver supports Gigabit Ethernet adapters based on the Alteon Tigon I and II chips. The https://www.FreeBSD.org/cgi/man.cgi?query=ti&sektion=4&manpath=freebsd-release-ports[ti(4)] driver has been tested with the following adapters: +[i386,pc98,amd64,sparc64] The man:ti[4] driver supports Gigabit Ethernet adapters based on the Alteon Tigon I and II chips. The man:ti[4] driver has been tested with the following adapters: * 3Com 3c985-SX Gigabit Ethernet adapter (Tigon 1) * 3Com 3c985B-SX Gigabit Ethernet adapter (Tigon 2) @@ -2088,14 +2079,14 @@ The following adapters should also be supported but have not yet been tested: * NEC Gigabit Ethernet * Silicon Graphics PCI Gigabit Ethernet adapter -[i386,pc98,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4&manpath=freebsd-release-ports[tl(4)] driver supports Texas Instruments ThunderLAN based Ethernet and Fast Ethernet adapters including a large number of Compaq PCI Ethernet adapters. Also supported are: +[i386,pc98,amd64] The man:tl[4] driver supports Texas Instruments ThunderLAN based Ethernet and Fast Ethernet adapters including a large number of Compaq PCI Ethernet adapters. Also supported are: * Olicom OC-2135/2138 10/100 TX UTP adapter * Olicom OC-2325/OC-2326 10/100 TX UTP adapter * Racore 8148 10baseT/100baseTX/100baseFX adapter * Racore 8165 10/100baseTX adapter -The https://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4&manpath=freebsd-release-ports[tl(4)] driver also supports the built-in Ethernet adapters of various Compaq Prosignia servers and Compaq Deskpro desktop machines including: +The man:tl[4] driver also supports the built-in Ethernet adapters of various Compaq Prosignia servers and Compaq Deskpro desktop machines including: * Compaq Netelligent 10 * Compaq Netelligent 10 T PCI UTP/Coax @@ -2108,9 +2099,9 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4&manpath=freebsd-relea * Compaq NetFlex 3P Integrated * Compaq NetFlex 3P w/BNC -[amd64, i386, pc98] SMC 83c17x (EPIC)-based Ethernet NICs (https://www.FreeBSD.org/cgi/man.cgi?query=tx&sektion=4&manpath=freebsd-release-ports[tx(4)] driver) +[amd64, i386, pc98] SMC 83c17x (EPIC)-based Ethernet NICs (man:tx[4] driver) -The https://www.FreeBSD.org/cgi/man.cgi?query=txp&sektion=4&manpath=freebsd-release-ports[txp(4)] driver supports the following cards: +The man:txp[4] driver supports the following cards: * 3Com 3CR990-TX-95 * 3Com 3CR990-TX-97 @@ -2119,18 +2110,18 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=txp&sektion=4&manpath=freebsd-rele * 3Com 3CR990SVR97 * 3Com 3cR990B-SRV -[i386,pc98,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=udav&sektion=4&manpath=freebsd-release-ports[udav(4)] driver supports the following adapters: +[i386,pc98,amd64] The man:udav[4] driver supports the following adapters: * Corega FEther USB-TXC * ShanTou ST268 USB NIC -The https://www.FreeBSD.org/cgi/man.cgi?query=vge&sektion=4&manpath=freebsd-release-ports[vge(4)] driver supports VIA Networking VT6120, VT6122, VT6130 and VT6132 based Gigabit Ethernet adapters including: +The man:vge[4] driver supports VIA Networking VT6120, VT6122, VT6130 and VT6132 based Gigabit Ethernet adapters including: * VIA Networking LAN-on-motherboard Gigabit Ethernet * ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701) * ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702) -The https://www.FreeBSD.org/cgi/man.cgi?query=vr&sektion=4&manpath=freebsd-release-ports[vr(4)] driver supports VIA Technologies Rhine I, Rhine II, and Rhine III based Fast Ethernet adapters including: +The man:vr[4] driver supports VIA Technologies Rhine I, Rhine II, and Rhine III based Fast Ethernet adapters including: * AOpen/Acer ALN-320 * D-Link DFE520-TX @@ -2138,24 +2129,24 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=vr&sektion=4&manpath=freebsd-relea * Hawking Technologies PN102TX * Soekris Engineering net5501 -The https://www.FreeBSD.org/cgi/man.cgi?query=vte&sektion=4&%0Amanpath=freebsd-release-ports[vte(4)] device driver provides support for the following Ethernet controllers: +The man:vte[4] device driver provides support for the following Ethernet controllers: * DM&P Vortex86 RDC R6040 Fast Ethernet controller -[i386,pc98,ia64,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=vx&sektion=4&manpath=freebsd-release-ports[vx(4)] driver supports the following cards: +[i386,pc98,ia64,amd64] The man:vx[4] driver supports the following cards: * 3Com 3c590 EtherLink III PCI * 3Com 3c592 EtherLink III EISA * 3Com 3c595 Fast EtherLink III PCI in 10 Mbps mode * 3Com 3c597 Fast EtherLink III EISA in 10 Mbps mode -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=vxge&sektion=4&manpath=freebsd-release-ports[vxge(4)] driver supports Neterion X3100 10 Gigabit Ethernet adapters listed in http://www.neterion.com. +[i386,amd64] The man:vxge[4] driver supports Neterion X3100 10 Gigabit Ethernet adapters listed in http://www.neterion.com. -[i386,pc98,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=wb&sektion=4&manpath=freebsd-release-ports[wb(4)] driver supports Winbond W89C840F based Fast Ethernet adapters and embedded controllers including: +[i386,pc98,amd64] The man:wb[4] driver supports Winbond W89C840F based Fast Ethernet adapters and embedded controllers including: * Trendware TE100-PCIE -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=xe&sektion=4&manpath=freebsd-release-ports[xe(4)] driver supports the following cards: +[i386,amd64] The man:xe[4] driver supports the following cards: * Xircom CreditCard Ethernet (PS-CE2-10) * Xircom CreditCard Ethernet + Modem 28 (PS-CEM-28) @@ -2173,7 +2164,7 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=vte&sektion=4&%0Amanpath=freebsd-r Other similar devices using the same hardware may also be supported. -The https://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4&manpath=freebsd-release-ports[xl(4)] driver supports the following hardware: +The man:xl[4] driver supports the following hardware: * 3Com 3c900-TPO * 3Com 3c900-COMBO @@ -2195,36 +2186,36 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4&manpath=freebsd-relea * 3Com 3C3SH573BT, 3C575TX, 3CCFE575BT, 3CXFE575BT, 3CCFE575CT, 3CXFE575CT, 3CCFEM656, 3CCFEM656B, and 3CCFEM656C, 3CXFEM656, 3CXFEM656B, and 3CXFEM656C CardBus adapters * 3Com 3c905-TX, 3c905B-TX 3c905C-TX, 3c920B-EMB, and 3c920B-EMB-WNM embedded adapters -Both the 3C656 family of CardBus cards and the 3C556 family of MiniPCI cards have a built-in proprietary modem. Neither the https://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4&manpath=freebsd-release-ports[xl(4)] driver nor any other FreeBSD driver supports this modem. +Both the 3C656 family of CardBus cards and the 3C556 family of MiniPCI cards have a built-in proprietary modem. Neither the man:xl[4] driver nor any other FreeBSD driver supports this modem. [[fddi]] -== FDDI Interfaces +== 3.3. FDDI Interfaces -[i386, pc98] DEC DEFPA PCI (https://www.FreeBSD.org/%0Acgi/man.cgi?query=fpa&sektion=4&manpath=freebsd-release-ports[fpa(4)] driver) +[i386, pc98] DEC DEFPA PCI (man:fpa[4] driver) -[i386] DEC DEFEA EISA (https://www.FreeBSD.org/cgi/man.cgi?query=fpa&sektion=4&manpath=freebsd-release-ports[fpa(4)] driver) +[i386] DEC DEFEA EISA (man:fpa[4] driver) [[atm]] -== ATM Interfaces +== 3.4. ATM Interfaces -[i386, pc98] Midway-based ATM interfaces (https://www.FreeBSD.org/cgi/man.cgi?query=en&sektion=4&manpath=freebsd-release-ports[en(4)] driver) +[i386, pc98] Midway-based ATM interfaces (man:en[4] driver) -[i386, pc98 sparc64] FORE Systems, Inc. PCA-200E ATM PCI Adapters (hfa and https://www.FreeBSD.org/cgi/man.cgi?query=fatm&sektion=4&manpath=freebsd-release-ports[fatm(4)] drivers) +[i386, pc98 sparc64] FORE Systems, Inc. PCA-200E ATM PCI Adapters (hfa and man:fatm[4] drivers) -[i386, pc98] IDT NICStAR 77201/211-based ATM Adapters (https://www.FreeBSD.org/cgi/man.cgi?query=idt&sektion=4&manpath=freebsd-release-ports[idt(4)] driver) +[i386, pc98] IDT NICStAR 77201/211-based ATM Adapters (man:idt[4] driver) -[i386, pc98 sparc64] FORE Systems, Inc. HE155 and HE622 ATM interfaces (https://www.FreeBSD.org/cgi/man.cgi?query=hatm&sektion=4&manpath=freebsd-release-ports[hatm(4)] driver) +[i386, pc98 sparc64] FORE Systems, Inc. HE155 and HE622 ATM interfaces (man:hatm[4] driver) -[i386, pc98] IDT77252-based ATM cards (https://www.FreeBSD.org/cgi/man.cgi?query=patm&sektion=4&manpath=freebsd-release-ports[patm(4)] driver) +[i386, pc98] IDT77252-based ATM cards (man:patm[4] driver) [[wlan]] -== Wireless Network Interfaces +== 3.5. Wireless Network Interfaces -[amd64, i386, pc98] Cisco/Aironet 802.11b wireless adapters (https://www.FreeBSD.org/cgi/man.cgi?query=an&sektion=4&manpath=freebsd-release-ports[an(4)] driver) +[amd64, i386, pc98] Cisco/Aironet 802.11b wireless adapters (man:an[4] driver) -[i386,pc98,amd64,sparc64] The https://www.FreeBSD.org/cgi/man.cgi?query=ath&sektion=4&manpath=freebsd-release-ports[ath(4)] driver supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL chipset. +[i386,pc98,amd64,sparc64] The man:ath[4] driver supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL chipset. -The following cards are among those supported by the https://www.FreeBSD.org/cgi/man.cgi?query=ath_hal&sektion=4&manpath=freebsd-release-ports[ath_hal(4)] module: +The following cards are among those supported by the man:ath_hal[4] module: * Aztech WL830PC * D-Link DWL-A650 @@ -2266,7 +2257,7 @@ The following cards are among those supported by the https://www.FreeBSD.org/cgi * 3Com 3CRPAG175 * TP-LINK TL-WDN4800 -The https://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4&manpath=freebsd-release-ports[bwi(4)] driver supports Broadcom BCM43xx based wireless devices, including: +The man:bwi[4] driver supports Broadcom BCM43xx based wireless devices, including: * Apple Airport Extreme * Apple Airport Extreme @@ -2284,9 +2275,9 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4&manpath=freebsd-rele * TRENDnet TEW-401PCplus * US Robotics 5411 -The https://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4&manpath=freebsd-release-ports[bwi(4)] driver uses the older v3 version of Broadcom's firmware. While this older firmware does support most BCM43xx parts, the bwn(4) driver works better for the newer chips it supports. You must use the https://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4&manpath=freebsd-release-ports[bwi(4)] driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2). The v4 version of the firmware that bwn(4) uses does not support these chips. +The man:bwi[4] driver uses the older v3 version of Broadcom's firmware. While this older firmware does support most BCM43xx parts, the bwn(4) driver works better for the newer chips it supports. You must use the man:bwi[4] driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2). The v4 version of the firmware that bwn(4) uses does not support these chips. -The https://www.FreeBSD.org/cgi/man.cgi?query=bwn&sektion=4&manpath=freebsd-release-ports[bwn(4)] driver supports Broadcom BCM43xx based wireless devices, including: +The man:bwn[4] driver supports Broadcom BCM43xx based wireless devices, including: * Apple Airport Extreme * ASUS WL-138g @@ -2302,17 +2293,17 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=bwn&sektion=4&manpath=freebsd-rele Users of older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2) must use bwi(4) because the v4 version of the firmware does not support these chips. The newer firmware is too big to fit into these old chips. -[i386, amd64] Intel PRO/Wireless 2100 MiniPCI network adapter (https://www.FreeBSD.org/cgi/man.cgi?query=ipw&sektion=4&manpath=freebsd-release-ports[ipw(4)] driver) +[i386, amd64] Intel PRO/Wireless 2100 MiniPCI network adapter (man:ipw[4] driver) -[i386, amd64] Intel PRO/Wireless 2200BG/2915ABG MiniPCI and 2225BG PCI network adapters (https://www.FreeBSD.org/cgi/man.cgi?query=iwi&sektion=4&manpath=freebsd-release-ports[iwi(4)] driver) +[i386, amd64] Intel PRO/Wireless 2200BG/2915ABG MiniPCI and 2225BG PCI network adapters (man:iwi[4] driver) -[i386, amd64] Intel Wireless WiFi Link 4965AGN IEEE 802.11n PCI network adapters (https://www.FreeBSD.org/cgi/man.cgi?query=iwn&sektion=4&manpath=freebsd-release-ports[iwn(4)] driver) +[i386, amd64] Intel Wireless WiFi Link 4965AGN IEEE 802.11n PCI network adapters (man:iwn[4] driver) -[i386, amd64] Marvell Libertas IEEE 802.11b/g PCI network adapters (https://www.FreeBSD.org/cgi/man.cgi?query=malo&sektion=4&manpath=freebsd-release-ports[malo(4)] driver) +[i386, amd64] Marvell Libertas IEEE 802.11b/g PCI network adapters (man:malo[4] driver) -Marvell 88W8363 IEEE 802.11n wireless network adapters (https://www.FreeBSD.org/cgi/man.cgi?query=mwl&sektion=4&manpath=freebsd-release-ports[mwl(4)] driver) +Marvell 88W8363 IEEE 802.11n wireless network adapters (man:mwl[4] driver) -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=ral&sektion=4&manpath=freebsd-release-ports[ral(4)] driver supports PCI/PCIe/CardBus wireless adapters based on Ralink Technology chipsets, including: +[i386,amd64] The man:ral[4] driver supports PCI/PCIe/CardBus wireless adapters based on Ralink Technology chipsets, including: * A-Link WL54H * A-Link WL54PC @@ -2401,7 +2392,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (https://www.FreeBSD.org/ * Zonet ZEW1500 * Zonet ZEW1600 -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=rsu&sektion=4&manpath=freebsd-release-ports[rsu(4)] driver provices support for Realtek RTL8188SU/RTL8192SU USB IEEE 802.11b/g/n wireless network adapters, including: +[i386,amd64] The man:rsu[4] driver provices support for Realtek RTL8188SU/RTL8192SU USB IEEE 802.11b/g/n wireless network adapters, including: * ASUS USB-N10 * Belkin F7D1101 v1 @@ -2416,7 +2407,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (https://www.FreeBSD.org/ * TRENDnet TEW-648UB * TRENDnet TEW-649UB -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=rum&sektion=4&manpath=freebsd-release-ports[rum(4)] driver supports USB 2.0 wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets, including: +[i386,amd64] The man:rum[4] driver supports USB 2.0 wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets, including: * 3Com Aolynk WUB320g * Abocom WUG2700 @@ -2425,7 +2416,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (https://www.FreeBSD.org/ * Belkin F5D7050 ver 3 * Belkin F5D9050 ver 3 * Buffalo WLI-U2-SG54HP -* Buffalo WLI-U2- SG54HG +* Buffalo WLI-U2-SG54HG * Buffalo WLI-U2-G54HP * Buffalo WLI-UC-G * CNet CWD-854 ver F @@ -2455,7 +2446,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (https://www.FreeBSD.org/ * Sweex LW053 * TP-LINK TL-WN321G -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=run&sektion=4&manpath=freebsd-release-ports[run(4)] driver supports the following wireless adapters: +[i386,amd64] The man:run[4] driver supports the following wireless adapters: * Airlink101 AWLL6090 * ASUS USB-N11 @@ -2509,7 +2500,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (https://www.FreeBSD.org/ * SMC SMCWUSBS-N2 * Sweex LW303 * Sweex LW313 -* TP-LINK TL-WDN3200 +* TP- LINK TL-WDN3200 * TP-LINK TL-WN727N v3 * Unex DNUR-81 * Unex DNUR-82 @@ -2517,7 +2508,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (https://www.FreeBSD.org/ * ZyXEL NWD210N * ZyXEL NWD270N -The https://www.FreeBSD.org/cgi/man.cgi?query=uath&sektion=4&manpath=freebsd-release-ports[uath(4)] driver should work with the following adapters: +The man:uath[4] driver should work with the following adapters: * Compex WLU108AG * Compex WLU108G @@ -2541,7 +2532,7 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=uath&sektion=4&manpath=freebsd-rel An up to date list can be found at http://customerproducts.atheros.com/customerproducts/default.asp. -The https://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4&manpath=freebsd-release-ports[upgt(4)] driver supports USB 2.0 Conexant/Intersil PrismGT series wireless adapters based on the GW3887 chipset, among them: +The man:upgt[4] driver supports USB 2.0 Conexant/Intersil PrismGT series wireless adapters based on the GW3887 chipset, among them: * Belkin F5D7050 (version 1000) * Cohiba Proto Board @@ -2554,7 +2545,7 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4&manpath=freebsd-rel * Spinnaker DUT * Spinnaker Proto Board -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=ural&sektion=4&manpath=freebsd-release-ports[ural(4)] driver supports USB 2.0 wireless adapters based on the Ralink Technology RT2500USB chipset, including: +[i386,amd64] The man:ural[4] driver supports USB 2.0 wireless adapters based on the Ralink Technology RT2500USB chipset, including: * AMIT WL532U * ASUS WL-167g @@ -2580,13 +2571,13 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4&manpath=freebsd-rel * SparkLAN WL-685R * Surecom EP-9001-g * Sweex LC100060 -* Tonze UW- 6200C +* Tonze UW-6200C * Zinwell ZWX-G261 * Zonet ZEW2500P An up to date list can be found at http://ralink.rapla.net/. -The https://www.FreeBSD.org/cgi/man.cgi?query=urtw&sektion=4&manpath=freebsd-release-ports[urtw(4)] driver supports Realtek RTL8187B/L based wireless network devices, including: +The man:urtw[4] driver supports Realtek RTL8187B/L based wireless network devices, including: * Belkin F5D7050E * Linksys WUSB54GCv2 @@ -2599,7 +2590,7 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=urtw&sektion=4&manpath=freebsd-rel * SureCom EP-9001-g(2A) * TRENDnet TEW-424UB V3.xR -The https://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-release-ports[urtwn(4)] driver supports Realtek RTL8188CU/RTL8188RU/RTL8188EU/RTL8192CU based USB IEEE 802.11b/g/n wireless network adapters, including: +The man:urtwn[4] driver supports Realtek RTL8188CU/RTL8188EU/RTL8192CU based USB IEEE 802.11b/g/n wireless network adapters, including: * Alfa AWUS036NHR v2 * ASUS USB-N10 NANO @@ -2613,13 +2604,13 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-re * TP-LINK TL-WN723N v3 * TP-LINK TL-WN725N v2 -[amd64, i386, pc98] Lucent Technologies WaveLAN/IEEE 802.11b wireless network adapters and workalikes using the Lucent Hermes, Intersil PRISM-II, Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24 chipsets (https://www.FreeBSD.org/cgi/man.cgi?query=wi&sektion=4&manpath=freebsd-release-ports[wi(4)] driver) +[amd64, i386, pc98] Lucent Technologies WaveLAN/IEEE 802.11b wireless network adapters and workalikes using the Lucent Hermes, Intersil PRISM-II, Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24 chipsets (man:wi[4] driver) -[i386] NCR / AT&T / Lucent Technologies WaveLan T1-speed ISA/radio LAN cards (https://www.FreeBSD.org/cgi/man.cgi?query=wl&sektion=4&manpath=freebsd-release-ports[wl(4)] driver) +[i386] NCR / AT&T / Lucent Technologies WaveLan T1-speed ISA/radio LAN cards (man:wl[4] driver) -[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network adapters (https://www.FreeBSD.org/cgi/man.cgi?query=wpi&sektion=4&manpath=freebsd-release-ports[wpi(4)] driver) +[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network adapters (man:wpi[4] driver) -[i386,amd64] The following devices are known to be supported by the https://www.FreeBSD.org/cgi/man.cgi?query=zyd&sektion=4&manpath=freebsd-release-ports[zyd(4)] driver: +[i386,amd64] The following devices are known to be supported by the man:zyd[4] driver: * 3COM 3CRUSB10075 * Acer WLAN-G-US1 @@ -2667,14 +2658,14 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-re * ZyXEL ZyAIR G-220 [[misc-network]] -== Miscellaneous Networks +== 3.6. Miscellaneous Networks -[i386,pc98] The https://www.FreeBSD.org/cgi/man.cgi?query=ce&sektion=4&manpath=freebsd-release-ports[ce(4)] driver supports the following models of Tau-PCI/32 WAN adapters: +[i386,pc98] The man:ce[4] driver supports the following models of Tau-PCI/32 WAN adapters: * Cronyx Tau-PCI/32 * Cronyx Tau-PCI/32-Lite -[i386] The https://www.FreeBSD.org/cgi/man.cgi?query=cx&sektion=4&manpath=freebsd-release-ports[cx(4)] driver supports the following cards: +[i386] The man:cx[4] driver supports the following cards: * Cronyx Sigma-22, Sigma-24 * Cronyx Sigma-100 @@ -2683,7 +2674,7 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-re * Cronyx Sigma-703 * Cronyx Sigma-800, Sigma-801, Sigma-810, Sigma-840 -[i386,pc98] The https://www.FreeBSD.org/cgi/man.cgi?query=cp&sektion=4&manpath=freebsd-release-ports[cp(4)] driver supports the following models of Tau-PCI WAN adapters: +[i386,pc98] The man:cp[4] driver supports the following models of Tau-PCI WAN adapters: * Cronyx Tau-PCI * Cronyx Tau-PCI/R @@ -2697,30 +2688,30 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-re * Cronyx Tau-PCI-T3 * Cronyx Tau-PCI-STS1 -[i386] The https://www.FreeBSD.org/cgi/man.cgi?query=ctau&sektion=4&manpath=freebsd-release-ports[ctau(4)] driver supports the following cards: +[i386] The man:ctau[4] driver supports the following cards: * Cronyx Tau (RS-232/V.35) * Cronyx Tau/R (RS-530/RS-449) * Cronyx Tau/E1 (fractional E1) * Cronyx Tau/G703 (unframed E1) -[i386] The https://www.FreeBSD.org/cgi/man.cgi?query=cm&sektion=4&manpath=freebsd-release-ports[cm(4)] driver supports the following card models: +[i386] The man:cm[4] driver supports the following card models: * SMC90c26 * SMC90c56 * SMC90c66 in '56 compatibility mode. [[serial]] -== Serial Interfaces +== 3.7. Serial Interfaces -[amd64, i386] "PC standard" 8250, 16450, and 16550-based serial ports (https://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[amd64, i386] "PC standard" 8250, 16450, and 16550-based serial ports (man:sio[4] driver) -The https://www.FreeBSD.org/cgi/man.cgi?query=uart&sektion=4&manpath=freebsd-release-ports[uart(4)] driver supports the following classes of UARTs: +The man:uart[4] driver supports the following classes of UARTs: * NS8250: standard hardware based on the 8250, 16450, 16550, 16650, 16750 or the 16950 UARTs. * SCC: serial communications controllers supported by the scc(4) device driver. -The https://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4&manpath=freebsd-release-ports[scc(4)] driver supports the following classes of SCCs: +The man:scc[4] driver supports the following classes of SCCs: * SAB82532: Siemens SAB 82532 based serial communications controllers. * Z8530: Zilog 8530 based serial communications controllers. @@ -2737,15 +2728,15 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4&manpath=freebsd-rele * Boca BB1008 8-Port serial card (Modems _not_ supported) * Boca BB2016 16-Port serial card (Modems supported) -[i386] Comtrol Rocketport card (https://www.FreeBSD.org/cgi/man.cgi?query=rp&sektion=4&manpath=freebsd-release-ports[rp(4)] driver) +[i386] Comtrol Rocketport card (man:rp[4] driver) -[i386] Cyclades Cyclom-Y serial board (https://www.FreeBSD.org/cgi/man.cgi?query=cy&sektion=4&manpath=freebsd-release-ports[cy(4)] driver) +[i386] Cyclades Cyclom-Y serial board (man:cy[4] driver) [i386] STB 4 port card using shared IRQ [i386] DigiBoard intelligent serial cards (digi driver) -[amd64, i386, ia64] PCI-Based multi-port serial boards (https://www.FreeBSD.org/cgi/man.cgi?query=puc&sektion=4&manpath=freebsd-release-ports[puc(4)] driver) +[amd64, i386, ia64] PCI-Based multi-port serial boards (man:puc[4] driver) * [amd64, i386] Actiontech 56K PCI * [amd64, i386] Avlab Technology, PCI IO 2S and PCI IO 4S @@ -2771,90 +2762,84 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4&manpath=freebsd-rele * [amd64, i386] US Robotics (3Com) 3CP5609 modem * [amd64, i386] VScom PCI-400 and PCI-800 -[i386] The https://www.FreeBSD.org/cgi/man.cgi?query=rc&sektion=4&manpath=freebsd-release-ports[rc(4)] driver provides support for the SDL Communications RISCom/8 boards. +[i386] The man:rc[4] driver provides support for the SDL Communications RISCom/8 boards. -[i386, amd64] Specialix SI/XIO/SX multiport serial cards, with both the older SIHOST2.x and the "enhanced" (transputer based, aka JET) host cards (ISA, EISA and PCI) are supported. Note that the newer SX+ PCI cards are not currently supported. (https://www.FreeBSD.org/cgi/man.cgi?query=si&sektion=4&manpath=freebsd-release-ports[si(4)] driver) +[i386, amd64] Specialix SI/XIO/SX multiport serial cards, with both the older SIHOST2.x and the "enhanced" (transputer based, aka JET) host cards (ISA, EISA and PCI) are supported. Note that the newer SX+ PCI cards are not currently supported. (man:si[4] driver) -[pc98] Internel serial interfaces (https://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] Internel serial interfaces (man:sio[4] driver) * PC-9801 on-board * PC-9821 2'nd CCU (flags 0x12000000) -[pc98] NEC PC-9861K, PC-9801-101 and Midori-Denshi MDC-926Rs (https://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] NEC PC-9861K, PC-9801-101 and Midori-Denshi MDC-926Rs (man:sio[4] driver) * COM2 (flags 0x01000000) * COM3 (flags 0x02000000) -[pc98] NEC PC-9801-120 (https://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] NEC PC-9801-120 (man:sio[4] driver) -[.note] *Note*: + "flags 0x11000000" is necessary in kernel configuration. -[pc98] Microcore MC-16550, MC-16550II, MC-RS98 (https://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] Microcore MC-16550, MC-16550II, MC-RS98 (man:sio[4] driver) -[.note] *Note*: + "flags 0x14000?01" is necessary in kernel configuration. -[pc98] Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 (https://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 (man:sio[4] driver) -[.note] *Note*: + "flags 0x15000?01" is necessary in kernel configuration. -[pc98] Media Intelligent RSB-384 (https://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] Media Intelligent RSB-384 (man:sio[4] driver) -[.note] *Note*: + "flags 0x16000001" is necessary in kernel configuration. -[pc98] I-O DATA RSA-98III (https://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] I-O DATA RSA-98III (man:sio[4] driver) -[.note] *Note*: + "flags 0x18000?01" is necessary in kernel configuration. -[pc98] Hayes ESP98 (https://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] Hayes ESP98 (man:sio[4] driver) -[.note] *Note*: + "options COM_ESP" and "flags 0x19000000" are necessary in kernel configuration. [[sound]] -== Sound Devices +== 3.8. Sound Devices -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=snd_ad1816&sektion=4&manpath=freebsd-release-ports[snd_ad1816(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_ad1816[4] driver supports the following sound cards: * Analog Devices AD1816 -[i386] The https://www.FreeBSD.org/cgi/man.cgi?query=snd_als4000&sektion=4&manpath=freebsd-release-ports[snd_als4000(4)] driver supports the following sound cards: +[i386] The man:snd_als4000[4] driver supports the following sound cards: * Avance Logic ALS4000 -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=snd_atiixp&sektion=4&manpath=freebsd-release-ports[snd_atiixp(4)] driver supports the following audio chipsets: +[i386,amd64] The man:snd_atiixp[4] driver supports the following audio chipsets: * ATI IXP 200 * ATI IXP 300 * ATI IXP 400 -[sparc64] The https://www.FreeBSD.org/cgi/man.cgi?query=snd_audiocs&sektion=4&manpath=freebsd-release-ports[snd_audiocs(4)] driver supports the following audio devices: +[sparc64] The man:snd_audiocs[4] driver supports the following audio devices: * CS4231 on SBus based UltraSPARC * CS4231 on PCI/EBus based UltraSPARC -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=snd_cmi&sektion=4&manpath=freebsd-release-ports[snd_cmi(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_cmi[4] driver supports the following sound cards: * CMedia CMI8338A * CMedia CMI8338B * CMedia CMI8738 * CMedia CMI8738B -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=snd_cs4281&sektion=4&manpath=freebsd-release-ports[snd_cs4281(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_cs4281[4] driver supports the following sound cards: * Crystal Semiconductor CS4281 -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=snd_csa&sektion=4&manpath=freebsd-release-ports[snd_csa(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_csa[4] driver supports the following sound cards: * Crystal Semiconductor CS4280 * Crystal Semiconductor CS4610 @@ -2868,41 +2853,41 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4&manpath=freebsd-rele * Hercules Game Theatre XP * Turtle Beach Santa Cruz -Some onboard CS4610 chips are accompanied by the CS423x ISA codec instead of the CS4297 AC97 codec. Such configurations are not supported by the https://www.FreeBSD.org/cgi/man.cgi?query=snd_csa&sektion=4&manpath=freebsd-release-ports[snd_csa(4)] driver yet. +Some onboard CS4610 chips are accompanied by the CS423x ISA codec instead of the CS4297 AC97 codec. Such configurations are not supported by the man:snd_csa[4] driver yet. -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=snd_ds1&sektion=4&manpath=freebsd-release-ports[snd_ds1(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_ds1[4] driver supports the following sound cards: * Yamaha DS-1 * Yamaha DS-1E -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10k1&sektion=4&manpath=freebsd-release-ports[snd_emu10k1(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_emu10k1[4] driver supports the following sound cards: * Creative SoundBlaster Live! (EMU10K1 Chipset) * Creative SoundBlaster Audigy (EMU10K2 Chipset) * Creative SoundBlaster Audigy 2 (EMU10K2 Chipset) * Creative SoundBlaster Audigy 2 (EMU10K3 Chipset) -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&%0Aamp;sektion=4&manpath=freebsd-release-ports[snd_emu10kx(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_emu10kx[4] driver supports the following sound cards: * Creative Sound Blaster Live! (EMU10K1 Chipset). Both PCM and MIDI interfaces are available. * Creative Sound Blaster Audigy (CA0100 and CA0101 Chipset). PCM and two MIDI interfaces available. * Creative Sound Blaster Audigy 2 and Creative Sound Blaster Audigy 4 (CA0102 Chipset). PCM support is limited to 48kHz/16 bit stereo (192kHz/24 bit part of this chipset is not supported). * Creative Sound Blaster Audigy 2 Value (CA0108 Chipset). PCM support is limited to 48kHz/16 bit stereo (192kHz/24 bit part of this chipset is not supported). There is no MIDI support for this card. -The https://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4&manpath=freebsd-release-ports[snd_emu10kx(4)] driver does _not_ support the following sound cards (although they have names similar to some supported ones): +The man:snd_emu10kx[4] driver does _not_ support the following sound cards (although they have names similar to some supported ones): * Creative Sound Blaster Live! 24-Bit, identified by FreeBSD as * Creative Sound Blaster Audigy LS / ES, identified by FreeBSD as * All other Creative sound cards with -DAT chipsets. * All Creative X-Fi series sound cards. -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=snd_envy24&sektion=4&manpath=freebsd-release-ports[snd_envy24(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_envy24[4] driver supports the following audio devices: * M-Audio Audiophile 2496 * M-Audio Delta Dio 2496 * Terratec DMX 6fire -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=snd_envy24ht&sektion=4&manpath=freebsd-release-ports[snd_envy24ht(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_envy24ht[4] driver supports the following audio devices: * Audiotrak Prodigy 7.1 * Audiotrak Prodigy 7.1 LT @@ -2918,7 +2903,7 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4&manpath=free * Terratec PHASE 22 * Terratec PHASE 28 -[i386,sparc64,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=snd_es137x&sektion=4&manpath=freebsd-release-ports[snd_es137x(4)] driver supports the following sound cards: +[i386,sparc64,amd64] The man:snd_es137x[4] driver supports the following sound cards: * Creative CT5880-A * Creative CT5880-C @@ -2932,29 +2917,29 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4&manpath=free * Ensoniq AudioPCI ES1373-B * Ensoniq AudioPCI ES1373-8 -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=snd_ess&sektion=4&manpath=freebsd-release-ports[snd_ess(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_ess[4] driver supports the following sound cards: * Ensoniq ESS ISA PnP/non-PnP -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=snd_fm801&sektion=4&manpath=freebsd-release-ports[snd_fm801(4)] driver supports audio devices based on the following chipset: +[i386,amd64] The man:snd_fm801[4] driver supports audio devices based on the following chipset: * Forte Media FM801 -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=snd_gusc&sektion=4&manpath=freebsd-release-ports[snd_gusc(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_gusc[4] driver supports the following sound cards: * Gravis UltraSound MAX * Gravis UltraSound PnP -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=freebsd-release-ports[snd_hda(4)] driver supports controllers having PCI class 4 (multimedia) and subclass 3 (HDA), compatible with Intel HDA specification. +[i386,amd64] The man:snd_hda[4] driver supports controllers having PCI class 4 (multimedia) and subclass 3 (HDA), compatible with Intel HDA specification. -The https://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=freebsd-release-ports[snd_hda(4)] driver supports more than two hundred different controllers and CODECs. There is no sense to list all of them here, as in most cases specific CODEC configuration and wiring are more important then type of the CODEC itself. +The man:snd_hda[4] driver supports more than two hundred different controllers and CODECs. There is no sense to list all of them here, as in most cases specific CODEC configuration and wiring are more important then type of the CODEC itself. -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=snd_hdspe&sektion=4&manpath=freebsd-release-ports[snd_hdspe(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_hdspe[4] driver supports the following audio devices: * RME HDSPe AIO * RME HDSPe RayDAT -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=snd_ich&sektion=4&manpath=freebsd-release-ports[snd_ich(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_ich[4] driver supports the following audio devices: * AMD 768 * AMD 8111 @@ -2975,18 +2960,18 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=freebsd- * NVIDIA nForce4 * SiS 7012 -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=snd_maestro&sektion=4&manpath=freebsd-release-ports[snd_maestro(4)] driver supports the following PCI sound cards: +[i386,amd64] The man:snd_maestro[4] driver supports the following PCI sound cards: * ESS Technology Maestro-1 * ESS Technology Maestro-2 * ESS Technology Maestro-2E -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=snd_maestro3&sektion=4&manpath=freebsd-release-ports[snd_maestro3(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_maestro3[4] driver supports the following audio devices: * ESS Technology Allegro-1 * ESS Technology Maestro3 -[i386] The https://www.FreeBSD.org/cgi/man.cgi?query=snd_mss&sektion=4&manpath=freebsd-release-ports[snd_mss(4)] driver supports the following audio devices: +[i386] The man:snd_mss[4] driver supports the following audio devices: * AD1845 * AD1848 @@ -3008,12 +2993,12 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=freebsd- * Yamaha OPL-SA2 * Yamaha OPL-SA3 -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=snd_neomagic&sektion=4&manpath=freebsd-release-ports[snd_neomagic(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_neomagic[4] driver supports the following audio devices: * NeoMagic 256AV * NeoMagic 256ZX -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=snd_sbc&sektion=4&manpath=freebsd-release-ports[snd_sbc(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_sbc[4] driver supports the following sound cards: * Avance Asound 110 * Avance Logic ALS100+ @@ -3032,14 +3017,14 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=freebsd- * ESS ES1879 * ESS ES1888 -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=snd_solo&sektion=4&manpath=freebsd-release-ports[snd_solo(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_solo[4] driver supports the following sound cards: * ESS Solo-1 (ES1938 Chipset) * ESS Solo-1E (ES1946 Chipset) Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) and/or snd_sbc(4). -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=snd_spicds&sektion=4&manpath=freebsd-release-ports[snd_spicds(4)] driver supports the following codecs: +[i386,amd64] The man:snd_spicds[4] driver supports the following codecs: * AK4358 * AK4381 @@ -3048,14 +3033,14 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * AK4528 * WM8770 -[i386,amd64,sparc64] The https://www.FreeBSD.org/cgi/man.cgi?query=snd_t4dwave&sektion=4&manpath=freebsd-release-ports[snd_t4dwave(4)] driver supports the following audio devices: +[i386,amd64,sparc64] The man:snd_t4dwave[4] driver supports the following audio devices: * Acer Labs M5451 * SIS 7018 * Trident 4DWave DX * Trident 4DWave NX -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=snd_via8233&sektion=4&manpath=freebsd-release-ports[snd_via8233(4)] driver supports the following audio chipsets: +[i386,amd64] The man:snd_via8233[4] driver supports the following audio chipsets: * VIA VT8233 * VIA VT8233A @@ -3064,11 +3049,11 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * VIA VT8237 * VIA VT8251 -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=snd_via82c686&sektion=4&manpath=freebsd-release-ports[snd_via82c686(4)] driver supports audio devices based on the following chipset: +[i386,amd64] The man:snd_via82c686[4] driver supports audio devices based on the following chipset: * VIA 82C686A -[i386,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=snd_vibes&sektion=4&manpath=freebsd-release-ports[snd_vibes(4)] driver supports audio devices based on the following chipset: +[i386,amd64] The man:snd_vibes[4] driver supports audio devices based on the following chipset: * S3 SonicVibes @@ -3079,18 +3064,18 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a [pc98] NEC X-MATE, CanBe, ValueStar internal (mss driver) -[pc98] Creative Technologies SoundBlaster(98) (https://www.FreeBSD.org/cgi/man.cgi?query=sb&sektion=4&manpath=freebsd-release-ports[sb(4)] driver) +[pc98] Creative Technologies SoundBlaster(98) (man:b[4] driver) -[pc98] I-O DATA CD-BOX (https://www.FreeBSD.org/cgi/man.cgi?query=sb&sektion=4&manpath=freebsd-release-ports[sb(4)] driver) +[pc98] I-O DATA CD-BOX (man:sb[4] driver) [pc98] MPU-401 and compatible interfaces (mpu driver) * Q-Vision WaveStar [[camera]] -== Camera and Video Capture Devices +== 3.9. Camera and Video Capture Devices -[i386,pc98] The https://www.FreeBSD.org/cgi/man.cgi?query=bktr&sektion=4&manpath=freebsd-release-ports[bktr(4)] driver supports video capture cards based on the Brooktree Bt848/849/878/879 chips, as well as Pinnacle PCTV cards, including: +[i386,pc98] The man:bktr[4] driver supports video capture cards based on the Brooktree Bt848/849/878/879 chips, as well as Pinnacle PCTV cards, including: * AOpen VA1000 * AVerMedia AVerTV Studio @@ -3118,19 +3103,17 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a [i386] Connectix QuickCam [[usb]] -== USB Devices +== 3.10. USB Devices [amd64, i386, ia64, pc98] A range of USB peripherals are supported; devices known to work are listed in this section. Owing to the generic nature of most USB devices, with some exceptions any device of a given class will be supported, even if not explicitly listed here. -[.note] *Note*: + -[amd64, i386, ia64, pc98] USB Ethernet adapters can be found in the section listing link:#ethernet[Ethernet interfaces]. +[amd64, i386, ia64, pc98] USB Ethernet adapters can be found in the section listing <>. -[.note] *Note*: + -[amd64, i386, ia64, pc98] USB Bluetooth adapters can be found in link:#bluetooth[Bluetooth] section. +[amd64, i386, ia64, pc98] USB Bluetooth adapters can be found in <> section. -[i386,pc98,ia64,amd64,powerpc] The https://www.FreeBSD.org/cgi/man.cgi?query=ohci&sektion=4&manpath=freebsd-release-ports[ohci(4)] driver supports all OHCI v1.0 compliant controllers including: +[i386,pc98,ia64,amd64,powerpc] The man:ohci[4] driver supports all OHCI v1.0 compliant controllers including: * AcerLabs M5237 (Aladdin-V) * AMD-756 @@ -3141,33 +3124,33 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * NVIDIA nForce3 * Sun PCIO-2 (RIO USB) -[i386,pc98,ia64,amd64,powerpc] The https://www.FreeBSD.org/cgi/man.cgi?query=uhci&sektion=4&manpath=freebsd-release-ports[uhci(4)] driver supports all UHCI v1.1 compliant controllers including: +[i386,pc98,ia64,amd64,powerpc] The man:uhci[4] driver supports all UHCI v1.1 compliant controllers including: * Intel 82371AB/EB (PIIX4) * Intel 82371SB (PIIX3) * VIA 83C572 -[amd64, i386, ia64, pc98] USB 2.0 controllers using the EHCI interface (https://www.FreeBSD.org/cgi/man.cgi?query=ehci&sektion=4&manpath=freebsd-release-ports[ehci(4)] driver) +[amd64, i386, ia64, pc98] USB 2.0 controllers using the EHCI interface (man:ehci[4] driver) [amd64, i386, ia64, pc98] Hubs -[amd64, i386, ia64, pc98] Keyboards (https://www.FreeBSD.org/cgi/man.cgi?query=ukbd&sektion=4&manpath=freebsd-release-ports[ukbd(4)] driver) +[amd64, i386, ia64, pc98] Keyboards (man:ukbd[4] driver) [amd64, i386, pc98] Miscellaneous * Assist Computer Systems PC Camera C-M1 * ActiveWire I/O Board * Creative Technology Video Blaster WebCam Plus -* D-Link DSB-R100 USB Radio (https://www.FreeBSD.org/cgi/man.cgi?query=ufm&sektion=4&manpath=freebsd-release-ports[ufm(4)] driver) +* D-Link DSB-R100 USB Radio (man:ufm[4] driver) * Mirunet AlphaCam Plus -[i386,pc98,amd64,powerpc] The following devices are supported by the https://www.FreeBSD.org/cgi/man.cgi?query=urio&sektion=4&manpath=freebsd-release-ports[urio(4)] driver: +[i386,pc98,amd64,powerpc] The following devices are supported by the man:urio[4] driver: * Diamond MultiMedia Rio 500 * Diamond MultiMedia Rio 600 * Diamond MultiMedia Rio 800 -[i386,pc98,amd64] Devices supported by the https://www.FreeBSD.org/cgi/man.cgi?query=umodem&sektion=4&manpath=freebsd-release-ports[umodem(4)] driver include: +[i386,pc98,amd64] Devices supported by the man:umodem[4] driver include: * 3Com 5605 * Curitel PC5740 Wireless Modem @@ -3180,9 +3163,9 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * Sony Ericsson W810i phone * Sonim XP5300 Force -[amd64, i386, ia64, pc98] Mice (https://www.FreeBSD.org/cgi/man.cgi?query=ums&sektion=4&manpath=freebsd-release-ports[ums(4)] driver) +[amd64, i386, ia64, pc98] Mice (man:ums[4] driver) -[i386,pc98,amd64,powerpc] The https://www.FreeBSD.org/cgi/man.cgi?query=ulpt&sektion=4&manpath=freebsd-release-ports[ulpt(4)] driver provides support for USB printers and parallel printer conversion cables, including the following: +[i386,pc98,amd64,powerpc] The man:ulpt[4] driver provides support for USB printers and parallel printer conversion cables, including the following: * ATen parallel printer adapter * Belkin F5U002 parallel printer adapter @@ -3193,7 +3176,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * Oki Data MICROLINE ML660PS * Seiko Epson PM-900C, 880C, 820C, 730C -[i386,pc98,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=ubsa&sektion=4&manpath=freebsd-release-ports[ubsa(4)] driver supports the following adapters: +[i386,pc98,amd64] The man:ubsa[4] driver supports the following adapters: * AnyData ADU-500A EV-DO modem * AnyData ADU-E100A (no EV-DO mode support) @@ -3203,9 +3186,9 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * GoHubs GoCOM232 * Peracom single port serial adapter -[i386,pc98,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=ubser&sektion=4&manpath=freebsd-release-ports[ubser(4)] driver provides support for the BWCT console management serial adapters. +[i386,pc98,amd64] The man:ubser[4] driver provides support for the BWCT console management serial adapters. -[i386,pc98,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=uftdi&sektion=4&manpath=freebsd-release-ports[uftdi(4)] driver supports the following adapters: +[i386,pc98,amd64] The man:uftdi[4] driver supports the following adapters: * B&B Electronics USB->RS422/485 adapter * Elexol USB MOD1 and USB MOD3 @@ -3215,7 +3198,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * Buffalo PC-OP-RS / Kurouto-shikou KURO-RS universal remote * Prologix GPIB-USB Controller -[i386,pc98,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=uplcom&sektion=4&manpath=freebsd-release-ports[uplcom(4)] driver supports the following devices and adapters: +[i386,pc98,amd64] The man:uplcom[4] driver supports the following devices and adapters: * ADLINK ND-6530 USB-Serial Adapter * Alcatel One Touch 535/735 Phone @@ -3232,7 +3215,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * ELECOM UC-SGT Serial Adapter * HAL Corporation Crossam2+USB IR commander * Hama USB RS-232 Serial Adapter -* Hamlet exaggerate XURS232 +* Hamlet exagerate XURS232 * HP LD220 Point-Of-Sale (POS) Display * IOGEAR UC-232A * I/O DATA USB-RSAQ, USB-RSAQ2, USB-RSAQ3 and USB-RSAQ5 @@ -3274,7 +3257,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * YC-Cable USB-Serial Adapter * Zeagle N2iTion3 Diving Computer -The https://www.FreeBSD.org/cgi/man.cgi?query=umct&sektion=4&manpath=freebsd-release-ports[umct(4)] driver supports the following adapters: +The man:umct[4] driver supports the following adapters: * Belkin F5U109 * Belkin F5U409 @@ -3282,7 +3265,7 @@ The https://www.FreeBSD.org/cgi/man.cgi?query=umct&sektion=4&manpath=freebsd-rel * Magic Control Technology USB-232 * Sitecom USB-232 -[i386,pc98,amd64,powerpc] The https://www.FreeBSD.org/cgi/man.cgi?query=umass&sektion=4&manpath=freebsd-release-ports[umass(4)] driver supports USB Mass Storage devices, including: +[i386,pc98,amd64,powerpc] The man:umass[4] driver supports USB Mass Storage devices, including: * ADTEC Stick Drive AD-UST32M, 64M, 128M, 256M * Denno FireWire/USB2 Removable 2.5-inch HDD Case MIFU-25CB20 @@ -3336,9 +3319,9 @@ Among the supported digital cameras are: * Asahi Optical (PENTAX) Optio 230 & 330 -[amd64, i386, pc98] Audio Devices (https://www.FreeBSD.org/cgi/man.cgi?query=uaudio&sektion=4&manpath=freebsd-release-ports[uaudio(4)] driver) +[amd64, i386, pc98] Audio Devices (man:uaudio[4] driver) -[i386,pc98,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=uvisor&sektion=4&manpath=freebsd-release-ports[uvisor(4)] driver supports the following devices: +[i386,pc98,amd64] The man:uvisor[4] driver supports the following devices: * Aceeca Mez1000 RDA * Handspring Treo @@ -3363,9 +3346,9 @@ Among the supported digital cameras are: * Sony Clie TJ37 [[firewire]] -== IEEE 1394 (Firewire) Devices +== 3.11. IEEE 1394 (Firewire) Devices -[i386,sparc64,ia64,amd64,powerpc] The https://www.FreeBSD.org/cgi/man.cgi?query=fwohci&sektion=4&manpath=freebsd-release-ports[fwohci(4)] driver provides support for PCI/CardBus FireWire interface cards. The driver supports the following IEEE 1394 OHCI chipsets: +[i386,sparc64,ia64,amd64,powerpc] The man:fwohci[4] driver provides support for PCI/CardBus FireWire interface cards. The driver supports the following IEEE 1394 OHCI chipsets: * Adaptec AHA-894x/AIC-5800 * Apple Pangea @@ -3397,14 +3380,14 @@ Among the supported digital cameras are: * Texas Instruments TSB82AA2 * VIA Fire II (VT6306) -[amd64, i386, sparc64] Serial Bus Protocol 2 (SBP-2) storage devices (https://www.FreeBSD.org/cgi/man.cgi?query=sbp&sektion=4&manpath=freebsd-release-ports[sbp(4)] driver) +[amd64, i386, sparc64] Serial Bus Protocol 2 (SBP-2) storage devices (man:sbp[4] driver) [[bluetooth]] -== Bluetooth Devices +== 3.12. Bluetooth Devices -[i386,pc98,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=ng_bt3c&sektion=4&manpath=freebsd-release-ports[ng_bt3c(4)] driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter. +[i386,pc98,amd64] The man:ng_bt3c[4] driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter. -[i386,pc98,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=ng_ubt&sektion=4&manpath=freebsd-release-ports[ng_ubt(4)] driver supports all Bluetooth USB devices that conform with the Bluetooth specification v1.1, including: +[i386,pc98,amd64] The man:ng_ubt[4] driver supports all Bluetooth USB devices that conform with the Bluetooth specification v1.1, including: * 3Com 3CREB96 * AIPTEK BR0R02 @@ -3415,9 +3398,9 @@ Among the supported digital cameras are: * Broadcom Bluetooth USB adapter [[crypto-accel]] -== Cryptographic Accelerators +== 3.13. Cryptographic Accelerators -[i386,pc98,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=hifn&sektion=4&manpath=freebsd-release-ports[hifn(4)] driver supports various cards containing the Hifn 7751, 7951, 7811, 7955, and 7956 chipsets, such as: +[i386,pc98,amd64] The man:hifn[4] driver supports various cards containing the Hifn 7751, 7951, 7811, 7955, and 7956 chipsets, such as: * Invertex AEON * Hifn 7751 @@ -3427,12 +3410,12 @@ Among the supported digital cameras are: * Soekris Engineering vpn1201 and vpn1211 * Soekris Engineering vpn1401 and vpn1411 -[i386,pc98,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=safe&sektion=4&manpath=freebsd-release-ports[safe(4)] driver supports cards containing any of the following chips: +[i386,pc98,amd64] The man:safe[4] driver supports cards containing any of the following chips: * SafeNet 1141 * SafeNet 1741 -[i386,pc98,amd64] The https://www.FreeBSD.org/cgi/man.cgi?query=ubsec&sektion=4&manpath=freebsd-release-ports[ubsec(4)] driver supports cards containing any of the following chips: +[i386,pc98,amd64] The man:ubsec[4] driver supports cards containing any of the following chips: * Bluesteel 5501 * Bluesteel 5601 @@ -3446,32 +3429,31 @@ Among the supported digital cameras are: * Broadcom BCM5825 [[misc]] -== Miscellaneous +== 3.14. Miscellaneous [amd64, i386, pc98] FAX-Modem/PCCARD * MELCO IGM-PCM56K/IGM-PCM56KH * Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD terminal) -[amd64, i386, pc98] Floppy drives (https://www.FreeBSD.org/cgi/man.cgi?query=fdc&sektion=4&manpath=freebsd-release-ports[fdc(4)] driver) +[amd64, i386, pc98] Floppy drives (man:fdc[4] driver) -[amd64, i386] VGA-compatible video cards (https://www.FreeBSD.org/cgi/man.cgi?query=vga&sektion=4&manpath=freebsd-release-ports[vga(4)] driver) +[amd64, i386] VGA-compatible video cards (man:vga[4] driver) -[.note] *Note*: + Information regarding specific video cards and compatibility with Xorg can be found at `http://www.x.org/`. [amd64, i386, ia64, pc98] Keyboards including: -* [i386] AT-style keyboards (https://www.FreeBSD.org/cgi/man.cgi?query=atkbd&sektion=4&manpath=freebsd-release-ports[atkbd(4)] driver) -* [amd64, i386] PS/2 keyboards (https://www.FreeBSD.org/cgi/man.cgi?query=atkbd&sektion=4&manpath=freebsd-release-ports[atkbd(4)] driver) +* [i386] AT-style keyboards (man:atkbd[4] driver) +* [amd64, i386] PS/2 keyboards (man:atkbd[4] driver) * [pc98] Standard keyboards -* [amd64, i386, ia64, pc98] USB keyboards (https://www.FreeBSD.org/cgi/man.cgi?query=ukbd&sektion=4&manpath=freebsd-release-ports[ukbd(4)] driver) +* [amd64, i386, ia64, pc98] USB keyboards (man:ukbd[4] driver) [amd64, i386, ia64, pc98] Pointing devices including: -* The https://www.FreeBSD.org/cgi/man.cgi?query=atp&sektion=4&manpath=freebsd-release-ports[atp(4)] driver provides support for the following Product IDs: -+ +* The man:atp[4] driver provides support for the following Product IDs: + ** PowerBooks, iBooks (IDs: 0x020e, 0x020f, 0x0210, 0x0214, 0x0215, 0x0216) ** Core Duo MacBook & MacBook Pro (IDs: 0x0217, 0x0218, 0x0219) ** Core2 Duo MacBook & MacBook Pro (IDs: 0x021a, 0x021b, 0x021c) @@ -3480,24 +3462,23 @@ Information regarding specific video cards and compatibility with Xorg can be fo ** 15 inch PowerBook (IDs: 0x020e, 0x020f, 0x0215) ** 17 inch PowerBook (ID: 0x020d) ** Almost all recent Macbook-Pros and Airs (IDs: 0x0223, 0x0223, 0x0224, 0x0224, 0x0225, 0x0225, 0x0230, 0x0230, 0x0231, 0x0231, 0x0232, 0x0232, 0x0236, 0x0236, 0x0237, 0x0237, 0x0238, 0x0238, 0x023f, 0x023f, 0x0240, 0x0241, 0x0242, 0x0243, 0x0244, 0x0245, 0x0246, 0x0247, 0x0249, 0x024a, 0x024b, 0x024c, 0x024d, 0x024e, 0x0252, 0x0252, 0x0253, 0x0253, 0x0254, 0x0254, 0x0259, 0x025a, 0x025b, 0x0262, 0x0262, 0x0263, 0x0264, 0x0290, 0x0291, 0x0292) -+ + To discover the product\-id of a touchpad, search for 'Trackpad' in the output of lshal(1) and look up the property -* [amd64, i386, pc98] Bus mice and compatible devices (https://www.FreeBSD.org/cgi/man.cgi?query=mse&sektion=4&manpath=freebsd-release-ports[mse(4)] driver) -* [amd64, i386] PS/2 mice and compatible devices, including many laptop pointing devices (https://www.FreeBSD.org/cgi/man.cgi?query=psm&sektion=4&manpath=freebsd-release-ports[psm(4)] driver) +* [amd64, i386, pc98] Bus mice and compatible devices (man:mse[4] driver) +* [amd64, i386] PS/2 mice and compatible devices, including many laptop pointing devices (man:psm[4] driver) * Serial mice and compatible devices -* [amd64, i386, ia64, pc98] USB mice (https://www.FreeBSD.org/cgi/man.cgi?query=ums&sektion=4&manpath=freebsd-release-ports[ums(4)] driver) +* [amd64, i386, ia64, pc98] USB mice (man:ums[4] driver) -[.note] *Note*: + -https://www.FreeBSD.org/cgi/man.cgi?query=moused&sektion=8&manpath=freebsd-release-ports[moused(8)] has more information on using pointing devices with FreeBSD. Information on using pointing devices with Xorg can be found at `http://www.x.org/`. +man:moused(8)] has more information on using pointing devices with FreeBSD. Information on using pointing devices with Xorg can be found at `http://www.x.org/`. -[amd64, i386] "PC standard" parallel ports (https://www.FreeBSD.org/cgi/man.cgi?query=ppc&sektion=4&manpath=freebsd-release-ports[ppc(4)] driver) +[amd64, i386] "PC standard" parallel ports (man:ppc[4] driver) -[pc98] "PC-9821 standard" parallel ports (https://www.FreeBSD.org/cgi/man.cgi?query=ppc&sektion=4&manpath=freebsd-release-ports[ppc(4)] driver) +[pc98] "PC-9821 standard" parallel ports (man:ppc[4] driver) -[i386, amd64] PC-compatible joysticks (https://www.FreeBSD.org/cgi/man.cgi?query=joy&sektion=4&manpath=freebsd-release-ports[joy(4)] driver) +[i386, amd64] PC-compatible joysticks (man:joy[4] driver) -[pc98] Joystick port of SoundBlaster(98) (https://www.FreeBSD.org/cgi/man.cgi?query=joy&sektion=4&manpath=freebsd-release-ports[joy(4)] driver) +[pc98] Joystick port of SoundBlaster(98) (man:joy[4] driver) [i386, pc98] PHS Data Communication Card/PCCARD diff --git a/website/content/en/releases/11.0R/hardware.adoc b/website/content/en/releases/11.0R/hardware.adoc index 2a3c59da6d..f0e4870e9f 100644 --- a/website/content/en/releases/11.0R/hardware.adoc +++ b/website/content/en/releases/11.0R/hardware.adoc @@ -81,22 +81,22 @@ There is a wide variety of motherboards available for this architecture. Motherb Symmetric multi-processor (SMP) systems are generally supported by FreeBSD, although in some cases, BIOS or motherboard bugs may generate some problems. Perusal of the archives of the http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp[FreeBSD symmetric multiprocessing mailing list] may yield some clues. -FreeBSD will take advantage of SMT (Symmetric MultiThreading, also known as HyperThreading on Intel(R) CPUs) on the supported CPUs. The `GENERIC` kernel which is installed by default will automatically detect the additional logical processors. The default FreeBSD scheduler recognizes processor topology on the system and selects logical and physical processors to obtain optimal performance. The http://www.FreeBSD.org/cgi/man.cgi?query=smp&sektion=4&manpath=freebsd-release-ports[smp(4)] manual page has more details. +FreeBSD will take advantage of SMT (Symmetric MultiThreading, also known as HyperThreading on Intel(R) CPUs) on the supported CPUs. The `GENERIC` kernel which is installed by default will automatically detect the additional logical processors. The default FreeBSD scheduler recognizes processor topology on the system and selects logical and physical processors to obtain optimal performance. The man:smp[4] manual page has more details. -FreeBSD will take advantage of Physical Address Extensions (PAE) support on CPUs that support this feature. A kernel with the `PAE` feature enabled will detect memory above 4 gigabytes and allow it to be used by the system. This feature places constraints on the device drivers and other features of FreeBSD which may be used; consult the http://www.FreeBSD.org/cgi/man.cgi?query=pae&sektion=4&manpath=freebsd-release-ports[pae(4)] manual page for more details. +FreeBSD will take advantage of Physical Address Extensions (PAE) support on CPUs that support this feature. A kernel with the `PAE` feature enabled will detect memory above 4 gigabytes and allow it to be used by the system. This feature places constraints on the device drivers and other features of FreeBSD which may be used; consult the man:pae[4] manual page for more details. FreeBSD will generally run on i386-based laptops, albeit with varying levels of support for certain hardware features such as sound, graphics, power management, and PCCARD expansion slots. These features tend to vary in idiosyncratic ways between machines, and frequently require special-case support in FreeBSD to work around hardware bugs or other oddities. When in doubt, a search of the archives of the http://lists.FreeBSD.org/mailman/listinfo/freebsd-mobile[FreeBSD laptop computer mailing list] may be useful. -Most modern laptops (as well as many desktops) use the Advanced Configuration and Power Management (ACPI) standard. FreeBSD supports ACPI via the ACPI Component Architecture reference implementation from Intel(R), as described in the http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4&manpath=freebsd-release-ports[acpi(4)] manual page. The use of ACPI causes instabilities on some machines and it may be necessary to disable the ACPI driver, which is normally loaded via a kernel module. This may be accomplished by adding the following line to `/boot/device.hints`: +Most modern laptops (as well as many desktops) use the Advanced Configuration and Power Management (ACPI) standard. FreeBSD supports ACPI via the ACPI Component Architecture reference implementation from Intel(R), as described in the man:acpi[4] manual page. The use of ACPI causes instabilities on some machines and it may be necessary to disable the ACPI driver, which is normally loaded via a kernel module. This may be accomplished by adding the following line to `/boot/device.hints`: [.programlisting] ---- hint.acpi.0.disabled="1" ---- -Users debugging ACPI-related problems may find it useful to disable portions of the ACPI functionality. The http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4&manpath=freebsd-release-ports[acpi(4)] manual page has more information on how to do this via loader tunables. +Users debugging ACPI-related problems may find it useful to disable portions of the ACPI functionality. The man:acpi[4] manual page has more information on how to do this via loader tunables. -ACPI depends on a Differentiated System Descriptor Table (DSDT) provided by each machine's BIOS. Some machines have bad or incomplete DSDTs, which prevents ACPI from functioning correctly. Replacement DSDTs for some machines can be found at the http://acpi.sourceforge.net/dsdt/index.php[DSDT] section of the http://acpi.sourceforge.net/[ACPI4Linux] project Web site. FreeBSD can use these DSDTs to override the DSDT provided by the BIOS; see the http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4&manpath=freebsd-release-ports[acpi(4)] manual page for more information. +ACPI depends on a Differentiated System Descriptor Table (DSDT) provided by each machine's BIOS. Some machines have bad or incomplete DSDTs, which prevents ACPI from functioning correctly. Replacement DSDTs for some machines can be found at the http://acpi.sourceforge.net/dsdt/index.php[DSDT] section of the http://acpi.sourceforge.net/[ACPI4Linux] project Web site. FreeBSD can use these DSDTs to override the DSDT provided by the BIOS; see the man:acpi[4] manual page for more information. [[proc-pc98]] == 2.4. pc98 @@ -126,7 +126,7 @@ This section describes the systems currently known to be supported by FreeBSD on SMP is supported on all systems with more than 1 processor. -When using the `GENERIC` kernel, FreeBSD/sparc64 systems not equipped with a framebuffer supported by the http://www.FreeBSD.org/cgi/man.cgi?query=creator&sektion=4&manpath=freebsd-release-ports[creator(4)] (Sun Creator, Sun Creator3D and Sun Elite3D) or http://www.FreeBSD.org/cgi/man.cgi?query=machfb&sektion=4&manpath=freebsd-release-ports[machfb(4)] (Sun PGX and Sun PGX64 as well as the ATI Mach64 chips found onboard in for example Sun Blade(TM) 100, Sun Blade(TM) 150, Sun Ultra(TM) 5 and Sun Ultra(TM) 10) driver must use the serial console. +When using the `GENERIC` kernel, FreeBSD/sparc64 systems not equipped with a framebuffer supported by the man:creator[4] (Sun Creator, Sun Creator3D and Sun Elite3D) or man:machfb[4] (Sun PGX and Sun PGX64 as well as the ATI Mach64 chips found onboard in for example Sun Blade(TM) 100, Sun Blade(TM) 150, Sun Ultra(TM) 5 and Sun Ultra(TM) 10) driver must use the serial console. If you have a system that is not listed here, it may not have been tested with FreeBSD 11.0-RELEASE. We encourage you to try it and send a note to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64[FreeBSD SPARC porting mailing list] with your results, including which devices work and which do not. @@ -166,7 +166,7 @@ The following systems are fully supported by FreeBSD: * Sun Ultra(TM) 80 * Sun Ultra(TM) 450 -The following systems are partially supported by FreeBSD. In particular the fiber channel controllers in SBus-based systems are not supported. However, it is possible to use these with a SCSI controller supported by the http://www.FreeBSD.org/cgi/man.cgi?query=esp&sektion=4&manpath=freebsd-release-ports[esp(4)] driver (Sun ESP SCSI, Sun FAS Fast-SCSI and Sun FAS366 Fast-Wide SCSI controllers). +The following systems are partially supported by FreeBSD. In particular the fiber channel controllers in SBus-based systems are not supported. However, it is possible to use these with a SCSI controller supported by the man:esp[4] driver (Sun ESP SCSI, Sun FAS Fast-SCSI and Sun FAS366 Fast-Wide SCSI controllers). * Sun Enterprise(TM) 3500 * Sun Enterprise(TM) 4500 @@ -219,13 +219,13 @@ The device lists in this document are being generated automatically from FreeBSD [[disk]] == 3.1. Disk Controllers -[amd64, i386, pc98, sparc64] IDE/ATA controllers (http://www.FreeBSD.org/cgi/man.cgi?query=ata&sektion=4&manpath=freebsd-release-ports[ata(4)] driver) +[amd64, i386, pc98, sparc64] IDE/ATA controllers (man:ata[4] driver) [pc98] IDE/ATA controllers (wdc driver) * On-board IDE controller -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aac&sektion=4&manpath=freebsd-release-ports[aac(4)] driver include: +[i386,amd64] Controllers supported by the man:aac[4] driver include: * Adaptec AAC-364 * Adaptec RAID 2045 @@ -312,7 +312,7 @@ The device lists in this document are being generated automatically from FreeBSD * AOC-USAS-S8i-LP * AOC-USAS-S8iR-LP -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=adv&sektion=4&manpath=freebsd-release-ports[adv(4)] driver supports the following SCSI controllers: +[i386,pc98,amd64] The man:adv[4] driver supports the following SCSI controllers: * AdvanSys ABP510/5150 * AdvanSys ABP5140 @@ -342,7 +342,7 @@ The device lists in this document are being generated automatically from FreeBSD * RATOC REX-PCI30 (PC-98) * @Nifty FNECHARD IFC-USUP-TX (PC-98) -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=adw&sektion=4&manpath=freebsd-release-ports[adw(4)] driver supports SCSI controllers including: +[i386,pc98,amd64] The man:adw[4] driver supports SCSI controllers including: * AdvanSys ABP940UW/ABP3940UW * AdvanSys ABP950UW @@ -350,7 +350,7 @@ The device lists in this document are being generated automatically from FreeBSD * AdvanSys ABP3940U2W * AdvanSys ABP3950U2W -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=aha&sektion=4&manpath=freebsd-release-ports[aha(4)] driver supports the following SCSI host adapters: +[i386] The man:aha[4] driver supports the following SCSI host adapters: * Adaptec AHA-154xB * Adaptec AHA-154xC @@ -361,14 +361,14 @@ The device lists in this document are being generated automatically from FreeBSD * DTC 3290 SCSI controller in 1542 emulation mode * Tekram SCSI controllers in 154x emulation mode -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=ahb&sektion=4&manpath=freebsd-release-ports[ahb(4)] driver supports the following SCSI host adapters: +[i386] The man:ahb[4] driver supports the following SCSI host adapters: * Adaptec AHA-1740 * Adaptec AHA-1742 * Adaptec AHA-1740A * Adaptec AHA-1742A -The http://www.FreeBSD.org/cgi/man.cgi?query=ahc&sektion=4&manpath=freebsd-release-ports[ahc(4)] driver supports the following SCSI host adapter chips and SCSI controller cards: +The man:ahc[4] driver supports the following SCSI host adapter chips and SCSI controller cards: * Adaptec AIC7770 host adapter chip * Adaptec AIC7850 host adapter chip @@ -422,11 +422,11 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=ahc&sektion=4&manpath=freebsd-relea * NEC SV-98/2-B03 (PC-98) * Many motherboards with on-board SCSI support -The http://www.FreeBSD.org/cgi/man.cgi?query=ahci&sektion=4&manpath=freebsd-release-ports[ahci(4)] driver supports AHCI compatible controllers having PCI class 1 (mass storage), subclass 6 (SATA) and programming interface 1 (AHCI). +The man:ahci[4] driver supports AHCI compatible controllers having PCI class 1 (mass storage), subclass 6 (SATA) and programming interface 1 (AHCI). Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it supports AHCI part of legacy-PATA + AHCI-SATA combined controllers, such as JMicron JMB36x and Marvell 88SE61xx. -[i386,sparc64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ahd&sektion=4&manpath=freebsd-release-ports[ahd(4)] driver supports the following: +[i386,sparc64,amd64] The man:ahd[4] driver supports the following: * Adaptec AIC7901 host adapter chip * Adaptec AIC7901A host adapter chip @@ -435,7 +435,7 @@ Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it suppor * Adaptec 39320 host adapter * Many motherboards with on-board SCSI support -[i386,pc98,amd64] The adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aic&sektion=4&manpath=freebsd-release-ports[aic(4)] driver include: +[i386,pc98,amd64] The adapters supported by the man:aic[4] driver include: * Adaptec AHA-1505 (ISA) * Adaptec AHA-1510A, AHA-1510B (ISA) @@ -447,7 +447,7 @@ Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it suppor * Adaptec AHA-1030B, AHA-1030P (PC98) * NEC PC-9801-100 (PC98) -Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektion=4&manpath=freebsd-release-ports[amr(4)] driver include: +Controllers supported by the man:amr[4] driver include: * MegaRAID SATA 150-4 * MegaRAID SATA 150-6 @@ -496,7 +496,7 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektio * Intel RAID Controller SRCS16 * Intel RAID Controller SRCU42X -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=arcmsr&sektion=4&manpath=freebsd-release-ports[arcmsr(4)] driver supports the following cards: +[i386,amd64] The man:arcmsr[4] driver supports the following cards: * ARC-1110 * ARC-1120 @@ -537,7 +537,7 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektio * ARC-1882 * ARC-1883 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bt&sektion=4&manpath=freebsd-release-ports[bt(4)] driver supports the following BusLogic MultiMaster "W", "C", "S", and "A" series and compatible SCSI host adapters: +[i386,amd64] The man:bt[4] driver supports the following BusLogic MultiMaster "W", "C", "S", and "A" series and compatible SCSI host adapters: * BusLogic BT-445C * BusLogic BT-445S @@ -565,9 +565,9 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektio * BusLogic BT-958D * Storage Dimensions SDC3211B / SDC3211F -AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also supported by the http://www.FreeBSD.org/cgi/man.cgi?query=bt&sektion=4&manpath=freebsd-release-ports[bt(4)] driver. +AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also supported by the man:bt[4] driver. -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ciss&sektion=4&manpath=freebsd-release-ports[ciss(4)] driver include: +[i386,amd64] Controllers supported by the man:ciss[4] driver include: * Compaq Smart Array 5300 (simple mode only) * Compaq Smart Array 532 @@ -607,7 +607,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * HP Modular Smart Array 20 (MSA20) * HP Modular Smart Array 500 (MSA500) -[pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=ct&sektion=4&manpath=freebsd-release-ports[ct(4)] driver supports the following adapters: +[pc98] The man:ct[4] driver supports the following adapters: * ELECOM bus-master SCSI adapters * I-O DATA SC-98II @@ -618,7 +618,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * SMIT transfer type SCSI host adapters * TEXA HA-55BS2 and its later models -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=dpt&sektion=4&manpath=freebsd-release-ports[dpt(4)] driver provides support for the following RAID adapters: +[i386,amd64] The man:dpt[4] driver provides support for the following RAID adapters: * DPT Smart Cache Plus * Smart Cache II (PM2?2?, PM2022 [EISA], PM2024/PM2124 [PCI]) (Gen2) @@ -628,11 +628,10 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * Smart Cache IV (PM2?4?, PM2042 [EISA], PM2044/PM2144 [PCI]) (Gen4) * Smart RAID IV -[.note] *Note*: + [amd64, i386] Booting from these controllers is supported. EISA adapters are not supported. -[sparc64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=esp&sektion=4&manpath=freebsd-release-ports[esp(4)] driver include: +[sparc64] Controllers supported by the man:esp[4] driver include: * MELCO IFC-DP (PC-98) * Sun ESP family @@ -640,7 +639,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * Tekram DC390 * Tekram DC390T -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hpt27xx&sektion=4&manpath=freebsd-release-ports[hpt27xx(4)] driver supports the following SAS controllers: +[i386,amd64] The man:hpt27xx[4] driver supports the following SAS controllers: * HighPoint's RocketRAID 271x series * HighPoint's RocketRAID 272x series @@ -648,7 +647,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * HighPoint's RocketRAID 276x series * HighPoint's RocketRAID 278x series -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-release-ports[hptiop(4)] driver supports the following SAS and SATA RAID controllers: +[i386,amd64] The man:hptiop[4] driver supports the following SAS and SATA RAID controllers: * HighPoint RocketRAID 4522 * HighPoint RocketRAID 4521 @@ -662,7 +661,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * HighPoint RocketRAID 3622 * HighPoint RocketRAID 3620 -The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-release-ports[hptiop(4)] driver also supports the following SAS and SATA RAID controllers that are already End-of-Life: +The man:hptiop[4] driver also supports the following SAS and SATA RAID controllers that are already End-of-Life: * HighPoint RocketRAID 4211 * HighPoint RocketRAID 4210 @@ -681,11 +680,11 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-re * HighPoint RocketRAID 3120 * HighPoint RocketRAID 3020 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hptmv&sektion=4&manpath=freebsd-release-ports[hptmv(4)] driver supports the following ATA RAID controllers: +[i386,amd64] The man:hptmv[4] driver supports the following ATA RAID controllers: * HighPoint's RocketRAID 182x series -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hptrr&sektion=4&manpath=freebsd-release-ports[hptrr(4)] driver supports the following RAID controllers: +[i386,amd64] The man:hptrr[4] driver supports the following RAID controllers: * RocketRAID 172x series * RocketRAID 174x series @@ -698,7 +697,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-re * RocketRAID 2340 * RocketRAID 2522 -[i386] The following controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ida&sektion=4&%0Amanpath=freebsd-release-ports[ida(4)] driver: +[i386] The following controllers are supported by the man:da[4] driver: * Compaq SMART Array 221 * Compaq Integrated SMART Array Controller @@ -712,7 +711,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-re * Compaq SMART-2/E Controller * Compaq SMART Controller -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=iir&sektion=4&manpath=freebsd-release-ports[iir(4)] driver include: +[i386,amd64] Controllers supported by the man:iir[4] driver include: * Intel RAID Controller SRCMR * Intel Server RAID Controller U3-l (SRCU31a) @@ -726,7 +725,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-re The SRCU31 and SRCU31L can be updated via a firmware update available from Intel. -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ips&sektion=4&manpath=freebsd-release-ports[ips(4)] driver include: +[i386,amd64] Controllers supported by the man:ips[4] driver include: * IBM ServeRAID 3H * ServeRAID 4L/4M/4H @@ -736,9 +735,9 @@ The SRCU31 and SRCU31L can be updated via a firmware update available from Intel Newer ServeRAID controllers are supported by the aac(4) or mfi(4) driver. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=isci&sektion=4&manpath=freebsd-release-ports[isci(4)] driver provides support for Intel C600 SAS controllers. +[i386,amd64] The man:isci[4] driver provides support for Intel C600 SAS controllers. -Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4&manpath=freebsd-release-ports[isp(4)] driver include: +Cards supported by the man:isp[4] driver include: * Qlogic 1000 * Qlogic 1020 @@ -760,7 +759,7 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4&ma * Qlogic 256x (aka 2532) * Qlogic 267x/836x (aka 2031/8031) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=mfi&sektion=4&manpath=freebsd-release-ports[mfi(4)] driver supports the following hardware: +[i386,amd64] The man:mfi[4] driver supports the following hardware: * LSI MegaRAID SAS 1078 * LSI MegaRAID SAS 8408E @@ -777,7 +776,7 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4&ma * Intel RAID Controller SRCSAS18E * Intel RAID Controller SROMBSAS18E -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mlx&sektion=4&manpath=freebsd-release-ports[mlx(4)] driver include: +[i386,amd64] Controllers supported by the man:mlx[4] driver include: * Mylex DAC960P * Mylex DAC960PD / DEC KZPSC (Fast Wide) @@ -799,7 +798,7 @@ Compatible Mylex controllers not listed should work, but have not been verified. *Note*: + [amd64, i386] Booting from these controllers is supported. EISA adapters are not supported. -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mly&sektion=4&manpath=freebsd-release-ports[mly(4)] driver include: +[i386,amd64] Controllers supported by the man:mly[4] driver include: * Mylex AcceleRAID 160 * Mylex AcceleRAID 170 @@ -809,7 +808,7 @@ Compatible Mylex controllers not listed should work, but have not been verified. Compatible Mylex controllers not listed should work, but have not been verified. -These controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mpr&sektion=4&manpath=freebsd-release-ports[mpr(4)] driver: +These controllers are supported by the man:mpr[4] driver: * Broadcom Ltd./Avago Tech (LSI) SAS 3004 (4 Port SAS) * Broadcom Ltd./Avago Tech (LSI) SAS 3008 (8 Port SAS) @@ -817,7 +816,7 @@ These controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query= * Broadcom Ltd./Avago Tech (LSI) SAS 3216 (16 Port SAS) * Broadcom Ltd./Avago Tech (LSI) SAS 3224 (24 Port SAS) -These controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mps&sektion=4&manpath=freebsd-release-ports[mps(4)] driver: +These controllers are supported by the man:mps[4] driver: * Broadcom Ltd./Avago Tech (LSI) SAS 2004 (4 Port SAS) * Broadcom Ltd./Avago Tech (LSI) SAS 2008 (8 Port SAS) @@ -831,7 +830,7 @@ These controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query= * Intel Integrated RAID Module RMS25KB040 * Intel Integrated RAID Module RMS25KB080 -The following controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mpt&sektion=4&manpath=freebsd-release-ports[mpt(4)] driver: +The following controllers are supported by the man:mpt[4] driver: * LSI Logic 53c1030, LSI Logic LSI2x320-X (Single and Dual Ultra320 SCSI) * LSI Logic AS1064, LSI Logic AS1068 @@ -842,7 +841,7 @@ The following controllers are supported by the http://www.FreeBSD.org/cgi/man.cg * LSI Logic FC949X (Dual 4Gb/s Fibre Channel) * LSI Logic FC949E, LSI Logic FC949ES (Dual 4Gb/s Fibre Channel PCI-Express) -The Ultra 320 SCSI controller chips supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mpt&sektion=4&manpath=freebsd-release-ports[mpt(4)] driver can be found onboard on many systems including: +The Ultra 320 SCSI controller chips supported by the man:mpt[4] driver can be found onboard on many systems including: * Dell PowerEdge 1750 thru 2850 * IBM eServer xSeries 335 @@ -855,7 +854,7 @@ The Fibre Channel controller chipset are supported by a broad variety of speeds This driver also supports target mode for Fibre Channel cards. This support may be enabled by setting the desired role of the core via the LSI Logic firmware utility that establishes what roles the card can take on - no separate compilation is required. -The http://www.FreeBSD.org/cgi/man.cgi?query=mrsas&sektion=4&manpath=freebsd-release-ports[mrsas(4)] driver supports the following hardware: +The man:mrsas[4] driver supports the following hardware: [ Thunderbolt 6Gb/s MR controller ] @@ -879,7 +878,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=mrsas&sektion=4&manpath=freebsd-rel * DELL PERC H730/P * DELL PERC H330 -The http://www.FreeBSD.org/cgi/man.cgi?query=mvs&sektion=4&manpath=freebsd-release-ports[mvs(4)] driver supports the following controllers: +The man:mvs[4] driver supports the following controllers: Gen-I (SATA 1.5Gbps): @@ -905,7 +904,7 @@ Gen-IIe (SATA 3Gbps, NCQ, PMP with FBS): Note, that this hardware supports command queueing and FIS-based switching only for ATA DMA commands. ATAPI and non-DMA ATA commands executed one by one for each port. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ncr&sektion=4&manpath=freebsd-release-ports[ncr(4)] driver provides support for the following NCR/Symbios SCSI controller chips: +[i386,pc98,amd64] The man:ncr[4] driver provides support for the following NCR/Symbios SCSI controller chips: * 53C810 * 53C810A @@ -926,7 +925,7 @@ The following add-on boards are known to be supported: * I-O DATA SC-98/PCI (PC-98) * I-O DATA SC-PCI (PC-98) -[i386,pc98] The following devices are currently supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ncv&sektion=4&manpath=freebsd-release-ports[ncv(4)] driver: +[i386,pc98] The following devices are currently supported by the man:ncv[4] driver: * I-O DATA PCSC-DV * KME KXLC002 (TAXAN ICD-400PN, etc.), KXLC004, and UJDCD450 @@ -937,12 +936,12 @@ The following add-on boards are known to be supported: * Qlogic Fast SCSI * RATOC REX-9530, REX-5572 (SCSI only) -[i386,pc98] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=nsp&sektion=4&manpath=freebsd-release-ports[nsp(4)] driver include: +[i386,pc98] Controllers supported by the man:nsp[4] driver include: * Alpha-Data AD-PCS201 * I-O DATA CBSC16 -The http://www.%0AFreeBSD.org/cgi/man.cgi?query=pms&sektion=4&manpath=freebsd-release-ports[pms(4)] driver supports the following hardware: +The man:pms[4] driver supports the following hardware: * Tachyon TS Fibre Channel Card * Tachyon TL Fibre Channel Card @@ -975,16 +974,16 @@ The http://www.%0AFreeBSD.org/cgi/man.cgi?query=pms&sektion=4&manpath=freebsd-re * Adaptec Delray 16 Port SAS-SATA HBA Card 12Gig * Adaptec Delray 16 Port SAS-SATA HBA Encryption Card 12Gig -[i386] The %0Ahttp://www.FreeBSD.org/cgi/man.cgi?query=pst&sektion=4&manpath=freebsd-release-ports[pst(4)] driver supports the Promise Supertrak SX6000 ATA hardware RAID controller. +[i386] The man:pst[4] driver supports the Promise Supertrak SX6000 ATA hardware RAID controller. -The http://www.FreeBSD.org/cgi/man.cgi?query=siis&sektion=4&manpath=freebsd-release-ports[siis(4)] driver supports the following controller chips: +The man:siis[4] driver supports the following controller chips: * SiI3124 (PCI-X 133MHz/64bit, 4 ports) * SiI3131 (PCIe 1.0 x1, 1 port) * SiI3132 (PCIe 1.0 x1, 2 ports) * SiI3531 (PCIe 1.0 x1, 1 port) -[i386,pc98] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=stg&sektion=4&manpath=freebsd-release-ports[stg(4)] driver include: +[i386,pc98] Controllers supported by the man:stg[4] driver include: * Adaptec 2920/A * Future Domain SCSI2GO @@ -996,7 +995,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=siis&sektion=4&manpath=freebsd-rele Note that the Adaptec 2920C is supported by the ahc(4) driver. -The http://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4&manpath=freebsd-release-ports[sym(4)] driver provides support for the following Symbios/LSI Logic PCI SCSI controllers: +The man:sym[4] driver provides support for the following Symbios/LSI Logic PCI SCSI controllers: * 53C810 * 53C810A @@ -1016,7 +1015,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4&manpath=freebsd-relea * 53C1010-66 * 53C1510D -The SCSI controllers supported by http://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4&manpath=freebsd-release-ports[sym(4)] can be either embedded on a motherboard, or on one of the following add-on boards: +The SCSI controllers supported by man:sym[4] can be either embedded on a motherboard, or on one of the following add-on boards: * ASUS SC-200, SC-896 * Data Technology DTC3130 (all variants) @@ -1029,7 +1028,7 @@ The SCSI controllers supported by http://www.FreeBSD.org/cgi/man.cgi?query=sym&s * Tekram DC390W, 390U, 390F, 390U2B, 390U2W, 390U3D, and 390U3W * Tyan S1365 -[i386,amd64] SCSI controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=trm&sektion=4&manpath=freebsd-release-ports[trm(4)] driver include: +[i386,amd64] SCSI controllers supported by the man:trm[4] driver include: * Tekram DC-315 PCI Ultra SCSI adapter without BIOS and internal SCSI connector * Tekram DC-315U PCI Ultra SCSI adapter without BIOS @@ -1040,7 +1039,7 @@ The SCSI controllers supported by http://www.FreeBSD.org/cgi/man.cgi?query=sym&s For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use the sym(4) driver. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=twa&sektion=4&manpath=freebsd-release-ports[twa(4)] driver supports the following SATA RAID controllers: +[i386,amd64] The man:twa[4] driver supports the following SATA RAID controllers: * AMCC's 3ware 9500S-4LP * AMCC's 3ware 9500S-8 @@ -1064,7 +1063,7 @@ For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use * AMCC's 3ware 9650SE-16ML * AMCC's 3ware 9650SE-24M8 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=twe&sektion=4&manpath=freebsd-release-ports[twe(4)] driver supports the following PATA/SATA RAID controllers: +[i386,amd64] The man:twe[4] driver supports the following PATA/SATA RAID controllers: * AMCC's 3ware 5000 series * AMCC's 3ware 6000 series @@ -1086,11 +1085,11 @@ For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use * AMCC's 3ware 8506-12 * AMCC's 3ware 8506-12MI -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=tws&sektion=4&manpath=freebsd-release-ports[tws(4)] driver supports the following SATA/SAS RAID controller: +[i386,amd64] The man:tws[4] driver supports the following SATA/SAS RAID controller: * LSI's 3ware SAS 9750 series -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=vpo&sektion=4&manpath=freebsd-release-ports[vpo(4)] driver supports the following parallel to SCSI interfaces: +[i386] The man:vpo[4] driver supports the following parallel to SCSI interfaces: * Adaptec AIC-7110 Parallel to SCSI interface (built-in to Iomega ZIP drives) * Iomega Jaz Traveller interface @@ -1098,29 +1097,29 @@ For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use [i386] The wds(4) driver supports the WD7000 SCSI controller. -With all supported SCSI controllers, full support is provided for SCSI-I, SCSI-II, and SCSI-III peripherals, including hard disks, optical disks, tape drives (including DAT, 8mm Exabyte, Mammoth, and DLT), medium changers, processor target devices and CD-ROM drives. WORM devices that support CD-ROM commands are supported for read-only access by the CD-ROM drivers (such as http://www.FreeBSD.org/cgi/man.cgi?query=cd&sektion=4&manpath=freebsd-release-ports[cd(4)]). WORM/CD-R/CD-RW writing support is provided by http://www.FreeBSD.org/cgi/man.cgi?query=cdrecord&sektion=1&manpath=freebsd-release-ports[cdrecord(1)], which is a part of the http://www.freebsd.org/cgi/url.cgi?ports/sysutils/cdrtools/pkg-descr[sysutils/cdrtools] port in the Ports Collection. +With all supported SCSI controllers, full support is provided for SCSI-I, SCSI-II, and SCSI-III peripherals, including hard disks, optical disks, tape drives (including DAT, 8mm Exabyte, Mammoth, and DLT), medium changers, processor target devices and CD-ROM drives. WORM devices that support CD-ROM commands are supported for read-only access by the CD-ROM drivers (such as man:cd[4]). WORM/CD-R/CD-RW writing support is provided by man:cdrecord(1)], which is a part of the http://www.freebsd.org/cgi/url.cgi?ports/sysutils/cdrtools/pkg-descr[sysutils/cdrtools] port in the Ports Collection. The following CD-ROM type systems are supported at this time: -* SCSI interface (also includes ProAudio Spectrum and SoundBlaster SCSI) (http://www.FreeBSD.org/cgi/man.cgi?query=cd&sektion=4&manpath=freebsd-release-ports[cd(4)]) -* [i386] Sony proprietary interface (all models) (http://www.FreeBSD.org/cgi/man.cgi?query=scd&sektion=4&manpath=freebsd-release-ports[scd(4)]) -* ATAPI IDE interface (http://www.FreeBSD.org/cgi/man.cgi?query=acd&sektion=4&manpath=freebsd-release-ports[acd(4)]) +* SCSI interface (also includes ProAudio Spectrum and SoundBlaster SCSI) (man:cd[4]) +* [i386] Sony proprietary interface (all models) (man:scd[4]) +* ATAPI IDE interface (man:acd[4]) [i386] The following device is unmaintained: -* Mitsumi proprietary CD-ROM interface (all models) (http://www.FreeBSD.org/cgi/man.cgi?query=mcd&sektion=4&manpath=freebsd-release-ports[mcd(4)]) +* Mitsumi proprietary CD-ROM interface (all models) (man:mcd[4]) [[ethernet]] == Ethernet Interfaces -The http://www.FreeBSD.org/cgi/man.cgi?query=ae&sektion=4&manpath=freebsd-release-ports[ae(4)] driver supports Attansic/Atheros L2 PCIe FastEthernet controllers, and is known to support the following hardware: +The man:ae[4] driver supports Attansic/Atheros L2 PCIe FastEthernet controllers, and is known to support the following hardware: * ASUS EeePC 701 * ASUS EeePC 900 Other hardware may or may not work with this driver. -The http://www.FreeBSD.org/cgi/man.cgi?query=age&sektion=4&manpath=freebsd-release-ports[age(4)] driver provides support for LOMs based on Attansic/Atheros L1 Gigabit Ethernet controller chips, including: +The man:age[4] driver provides support for LOMs based on Attansic/Atheros L1 Gigabit Ethernet controller chips, including: * ASUS M2N8-VMX * ASUS M2V @@ -1140,13 +1139,13 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=age&sektion=4&manpath=freebsd-relea * ASUS P5L-VM 1394 * ASUS G2S -The http://www.FreeBSD.org/cgi/man.cgi?query=ale&sektion=4&manpath=freebsd-release-ports[ale(4)] device driver provides support for the following Ethernet controllers: +The man:ale[4] device driver provides support for the following Ethernet controllers: * Atheros AR8113 PCI Express Fast Ethernet controller * Atheros AR8114 PCI Express Fast Ethernet controller * Atheros AR8121 PCI Express Gigabit Ethernet controller -[i386,pc98,amd64,powerpc] Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aue&sektion=4&manpath=freebsd-release-ports[aue(4)] driver include: +[i386,pc98,amd64,powerpc] Adapters supported by the man:aue[4] driver include: * Abocom UFE1000, DSB650TX_NA * Accton USB320-EC, SpeedStream @@ -1169,7 +1168,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=ale&sektion=4&manpath=freebsd-relea * SMC 2202USB * SOHOware NUB100 -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=axe&sektion=4&manpath=freebsd-release-ports[axe(4)] driver supports ASIX Electronics AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB Ethernet adapters including: +[i386,pc98,amd64,powerpc] The man:axe[4] driver supports ASIX Electronics AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB Ethernet adapters including: AX88172: @@ -1220,9 +1219,9 @@ AX88760: * ASIX AX88760 -ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query=axge&sektion=4&manpath=freebsd-release-ports[axge(4)] driver) +ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (man:axge[4] driver) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bce&sektion=4&manpath=freebsd-release-ports[bce(4)] driver provides support for various NICs based on the QLogic NetXtreme II family of Gigabit Ethernet controllers, including the following: +[i386,amd64] The man:bce[4] driver provides support for various NICs based on the QLogic NetXtreme II family of Gigabit Ethernet controllers, including the following: * QLogic NetXtreme II BCM5706 1000Base-SX * QLogic NetXtreme II BCM5706 1000Base-T @@ -1248,9 +1247,9 @@ ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (http://www.Free * HP NC382i DP Multifunction Gigabit Server Adapter * HP NC382m DP 1GbE Multifunction BL-c Adapter -[amd64, i386] Broadcom BCM4401 based Fast Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query=bfe&sektion=4&manpath=freebsd-release-ports[bfe(4)] driver) +[amd64, i386] Broadcom BCM4401 based Fast Ethernet adapters (man:bfe[4] driver) -[i386,pc98,sparc64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bge&sektion=4&manpath=freebsd-release-ports[bge(4)] driver provides support for various NICs based on the Broadcom BCM570x family of Gigabit Ethernet controller chips, including the following: +[i386,pc98,sparc64,amd64] The man:bge[4] driver provides support for various NICs based on the Broadcom BCM570x family of Gigabit Ethernet controller chips, including the following: * 3Com 3c996-SX (1000baseSX) * 3Com 3c996-T (10/100/1000baseTX) @@ -1269,7 +1268,7 @@ ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (http://www.Free * SysKonnect SK-9D21 (10/100/1000baseTX) * SysKonnect SK-9D41 (1000baseSX) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bxe&sektion=4&manpath=freebsd-release-ports[bxe(4)] driver provides support for various NICs based on the QLogic NetXtreme II family of 10Gb Ethernet controller chips, including the following: +[i386,amd64] The man:bxe[4] driver provides support for various NICs based on the QLogic NetXtreme II family of 10Gb Ethernet controller chips, including the following: * QLogic NetXtreme II BCM57710 10Gb * QLogic NetXtreme II BCM57711 10Gb @@ -1283,13 +1282,13 @@ ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (http://www.Free * QLogic NetXtreme II BCM57840 10Gb / 20Gb * QLogic NetXtreme II BCM57840-MF 10Gb -The chips supported by the http://www.FreeBSD.org/cgi/man.cgi?query=cas&sektion=4&manpath=freebsd-release-ports[cas(4)] driver are: +The chips supported by the man:cas[4] driver are: * National Semiconductor DP83065 Saturn Gigabit Ethernet * Sun Cassini Gigabit Ethernet * Sun Cassini+ Gigabit Ethernet -The following add-on cards are known to work with the http://www.FreeBSD.org/cgi/man.cgi?query=cas&sektion=4&manpath=freebsd-release-ports[cas(4)] driver at this time: +The following add-on cards are known to work with the man:cas[4] driver at this time: * Sun GigaSwift Ethernet 1.0 MMF (Cassini Kuheen) (part no. 501-5524) * Sun GigaSwift Ethernet 1.0 UTP (Cassini) (part no. 501-5902) @@ -1297,28 +1296,28 @@ The following add-on cards are known to work with the http://www.FreeBSD.org/cgi * Sun Quad GigaSwift Ethernet UTP (QGE) (part no. 501-6522) * Sun Quad GigaSwift Ethernet PCI-X (QGE-X) (part no. 501-6738) -[i386,pc98,amd64,powerpc] The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=cdce&sektion=4&manpath=freebsd-release-ports[cdce(4)] driver: +[i386,pc98,amd64,powerpc] The following devices are supported by the man:cdce[4] driver: * Prolific PL-2501 Host-to-Host Bridge Controller * Sharp Zaurus PDA * Terayon TJ-715 DOCSIS Cable Modem -[amd64, i386] Crystal Semiconductor CS89x0-based NICs (http://www.FreeBSD.org/cgi/man.cgi?query=cs&sektion=4&manpath=freebsd-release-ports[cs(4)] driver) +[amd64, i386] Crystal Semiconductor CS89x0-based NICs (man:cs[4] driver) -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=cue&sektion=4&manpath=freebsd-release-ports[cue(4)] driver supports CATC USB-EL1210A based USB Ethernet adapters including: +[i386,pc98,amd64,powerpc] The man:cue[4] driver supports CATC USB-EL1210A based USB Ethernet adapters including: * Belkin F5U011/F5U111 * CATC Netmate * CATC Netmate II * SmartBridges SmartLink -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=freebsd-release-ports[cxgb(4)] driver supports 10 Gigabit and 1 Gigabit Ethernet adapters based on the T3 and T3B chipset: +[i386,amd64] The man:cxgb[4] driver supports 10 Gigabit and 1 Gigabit Ethernet adapters based on the T3 and T3B chipset: * Chelsio 10GBase-CX4 * Chelsio 10GBase-LR * Chelsio 10GBase-SR -The http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=freebsd-release-ports[dc(4)] driver provides support for the following chipsets: +The man:dc[4] driver provides support for the following chipsets: * DEC/Intel 21143 * ADMtek AL981 Comet, AN985 Centaur, ADM9511 Centaur II and ADM9513 Centaur II @@ -1331,7 +1330,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=freebsd-releas * Macronix 98713, 98713A, 98715, 98715A, 98715AEC-C, 98725, 98727 and 98732 * Xircom X3201 (cardbus only) -The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=freebsd-release-ports[dc(4)] driver at this time: +The following NICs are known to work with the man:dc[4] driver at this time: * 3Com OfficeConnect 10/100B (ADMtek AN985 Centaur-P) * Abocom FE2500 @@ -1372,7 +1371,7 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi * Xircom Cardbus Ethernet 10/100 * Xircom Cardbus Ethernet II 10/100 -[i386,pc98,amd64] Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=de&sektion=4&manpath=freebsd-release-ports[de(4)] driver include: +[i386,pc98,amd64] Adapters supported by the man:de[4] driver include: * Adaptec ANA-6944/TX * Cogent EM100FX and EM440TX @@ -1384,7 +1383,7 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi * SMC Etherpower 8432, 9332 and 9334 * ZNYX ZX3xx -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=ed&sektion=4&manpath=freebsd-release-ports[ed(4)] driver supports the following Ethernet NICs: +[i386,pc98] The man:ed[4] driver supports the following Ethernet NICs: * 3Com 3c503 Etherlink II * AR-P500 Ethernet @@ -1479,11 +1478,11 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi C-Bus, ISA, PCI and PC Card devices are supported. -The http://www.FreeBSD.org/cgi/man.cgi?query=ed&sektion=4&manpath=freebsd-release-ports[ed(4)] driver does not support the following Ethernet NICs: +The man:ed[4] driver does not support the following Ethernet NICs: * Mitsubishi LAN Adapter B8895 -The http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4&manpath=freebsd-release-ports[em(4)] driver supports Gigabit Ethernet adapters based on the Intel 82540, 82541ER, 82541PI, 82542, 82543, 82544, 82545, 82546, 82546EB, 82546GB, 82547, 82571, 82572, 82573, and 82574 controller chips: +The man:em[4] driver supports Gigabit Ethernet adapters based on the Intel 82540, 82541ER, 82541PI, 82542, 82543, 82544, 82545, 82546, 82546EB, 82546GB, 82547, 82571, 82572, 82573, and 82574 controller chips: * Intel PRO/1000 CT Network Connection (82547) * Intel PRO/1000 F Server Adapter (82543) @@ -1509,7 +1508,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4&manpath=freebsd-releas * Intel PRO/1000 XF Server Adapter (82544) * Intel PRO/1000 XT Server Adapter (82544) -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ep&sektion=4&manpath=freebsd-release-ports[ep(4)] driver supports Ethernet adapters based on the 3Com 3C5x9 Etherlink III Parallel Tasking chipset, including: +[i386,pc98,amd64] The man:ep[4] driver supports Ethernet adapters based on the 3Com 3C5x9 Etherlink III Parallel Tasking chipset, including: * 3Com 3C1 CF * 3Com 3C509-TP, 3C509-BNC, 3C509-Combo, 3C509-TPO, 3C509-TPC ISA @@ -1526,9 +1525,9 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4&manpath=freebsd-releas * 3Com OfficeConnect 3CXSH572BT, 3CCSH572BT PCMCIA * Farallon EtherWave and EtherMac PC Card (P/n 595/895 with BLUE arrow) -Agere ET1310 Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query=et&sektion=4&manpath=freebsd-release-ports[et(4)] driver) +Agere ET1310 Gigabit Ethernet adapters (man:et[4] driver) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ex&sektion=4&manpath=freebsd-release-ports[ex(4)] driver supports the following Ethernet adapters: +[i386,amd64] The man:ex[4] driver supports the following Ethernet adapters: * Intel EtherExpress Pro/10 ISA * Intel EtherExpress Pro/10+ ISA @@ -1537,7 +1536,7 @@ Agere ET1310 Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query * Silicom Ethernet LAN PC Card * Silicom EtherSerial LAN PC Card -[i386,pc98,amd64] Controllers and cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=fe&sektion=4&manpath=freebsd-release-ports[fe(4)] driver include: +[i386,pc98,amd64] Controllers and cards supported by the man:fe[4] driver include: * Allied Telesis RE1000, RE1000Plus, ME1500 (110-pin) * CONTEC C-NET(98)P2, C-NET (9N)E (110-pin), C-NET(9N)C (ExtCard) @@ -1556,7 +1555,7 @@ Agere ET1310 Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query * TDK LAK-CD011, LAK-CD021, LAK-CD021A, LAK-CD021BX * Ungermann-Bass Access/PC N98C+(PC85152, PC85142), Access/NOTE N98(PC86132) (110-pin) -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=fxp&sektion=4&manpath=freebsd-release-ports[fxp(4)] driver include: +Adapters supported by the man:fxp[4] driver include: * Intel EtherExpress PRO/10 * Intel InBusiness 10/100 @@ -1571,20 +1570,20 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=fxp&sektion=4 * NEC PC-9821X-B06 (PC-98) * Many on-board network interfaces on Intel motherboards -Chips supported by the http://www.FreeBSD.org/cgi/man.cgi?query=gem&sektion=4&manpath=freebsd-release-ports[gem(4)] driver include: +Chips supported by the man:gem[4] driver include: * Apple GMAC * Sun ERI 10/100 Mbps Ethernet * Sun GEM Gigabit Ethernet -The following add-on cards are known to work with the http://www.FreeBSD.org/cgi/man.cgi?query=gem&sektion=4&manpath=freebsd-release-ports[gem(4)] driver at this time: +The following add-on cards are known to work with the man:gem[4] driver at this time: * Sun Gigabit Ethernet PCI 2.0/3.0 (GBE/P) (part no. 501-4373) * Sun Gigabit Ethernet SBus 2.0/3.0 (GBE/S) (part no. 501-4375) -The http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4&manpath=freebsd-release-ports[hme(4)] driver supports the on-board Ethernet interfaces of many Sun UltraSPARC workstation and server models. +The man:hme[4] driver supports the on-board Ethernet interfaces of many Sun UltraSPARC workstation and server models. -Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4&manpath=freebsd-release-ports[hme(4)] driver include: +Cards supported by the man:hme[4] driver include: * Sun PCI SunSwift Adapter * Sun SBus SunSwift Adapter "( hme" and "SUNW,hme") @@ -1593,7 +1592,7 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4&ma * Sun PCI Quad FastEthernet Controller * Sun SBus Quad FastEthernet Controller -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=ie&sektion=4&manpath=freebsd-release-ports[ie(4)] driver provides supports the following 8 and 16bit ISA Ethernet cards that are based on the Intel i82586 chip: +[i386] The man:ie[4] driver provides supports the following 8 and 16bit ISA Ethernet cards that are based on the Intel i82586 chip: * 3COM 3C507 * AT&T EN100 @@ -1602,7 +1601,7 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4&ma * Intel EtherExpress 16 * RACAL Interlan NI5210 -The http://www.FreeBSD.org/cgi/man.cgi?query=igb&sektion=4&manpath=freebsd-release-ports[igb(4)] driver supports Gigabit Ethernet adapters based on the Intel 82575 and 82576 controller chips: +The man:igb[4] driver supports Gigabit Ethernet adapters based on the Intel 82575 and 82576 controller chips: * Intel Gigabit ET Dual Port Server Adapter (82576) * Intel Gigabit VT Quad Port Server Adapter (82575) @@ -1610,31 +1609,31 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=igb&sektion=4&manpath=freebsd-relea * Intel i210 and i211 Gigabit Ethernet Controller * Intel i350 and i354 Gigabit Ethernet Controller -The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ipheth&sektion=4&manpath=freebsd-release-ports[ipheth(4)] driver: +The following devices are supported by the man:ipheth[4] driver: * Apple iPhone tethering (all models) * Apple iPad tethering (all models) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ixgb&sektion=4&manpath=freebsd-release-ports[ixgb(4)] driver supports the following cards: +[i386,amd64] The man:ixgb[4] driver supports the following cards: * Intel PRO/10GbE LR Server Adapter * Intel PRO/10GbE SR Server Adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=ixgbe&sektion=4&manpath=freebsd-release-ports[ixgbe(4)] driver supports the following cards: +The man:ixgbe[4] driver supports the following cards: * Intel(R) 10 Gigabit XF SR/AF Dual Port Server Adapter * Intel(R) 10 Gigabit XF SR/LR Server Adapter * Intel(R) 82598EB 10 Gigabit AF Network Connection * Intel(R) 82598EB 10 Gigabit AT CX4 Network Connection -The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4&manpath=freebsd-release-ports[jme(4)] device driver provides support for the following Ethernet controllers: +The man:jme[4] device driver provides support for the following Ethernet controllers: * JMicron JMC250 PCI Express Gigabit Ethernet controller * JMicron JMC251 PCI Express Gigabit Ethernet with Card Read Host controller * JMicron JMC260 PCI Express Fast Ethernet controller * JMicron JMC261 PCI Express Gigabit Ethernet with Card Read Host controller -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=kue&sektion=4&manpath=freebsd-release-ports[kue(4)] driver supports Kawasaki LSI KL5KLUSB101B based USB Ethernet adapters including: +[i386,pc98,amd64,powerpc] The man:kue[4] driver supports Kawasaki LSI KL5KLUSB101B based USB Ethernet adapters including: * 3Com 3c19250 * 3Com 3c460 HomeConnect Ethernet USB Adapter @@ -1653,12 +1652,12 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4&manpath=freebsd-relea * Psion Gold Port USB Ethernet adapter * SMC 2102USB, 2104USB -[i386,pc98,amd64] Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4&manpath=freebsd-release-ports[lge(4)] driver include: +[i386,pc98,amd64] Adapters supported by the man:lge[4] driver include: * SMC TigerCard 1000 (SMC9462SX) * D-Link DGE-500SX -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=msk&sektion=4&manpath=freebsd-release-ports[msk(4)] driver provides support for various NICs based on the Marvell/SysKonnect Yukon II based Gigabit Ethernet controller chips, including: +[i386,amd64] The man:msk[4] driver provides support for various NICs based on the Marvell/SysKonnect Yukon II based Gigabit Ethernet controller chips, including: * D-Link 550SX Gigabit Ethernet * D-Link 560SX Gigabit Ethernet @@ -1694,19 +1693,19 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4&manpath=freebsd-relea * SysKonnect SK-9Sxx Gigabit Ethernet * SysKonnect SK-9Exx Gigabit Ethernet -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=mxge&sektion=4&manpath=freebsd-release-ports[mxge(4)] driver supports 10 Gigabit Ethernet adapters based on the Myricom LANai Z8E chips: +[i386,amd64] The man:mxge[4] driver supports 10 Gigabit Ethernet adapters based on the Myricom LANai Z8E chips: * Myricom 10GBase-CX4 (10G-PCIE-8A-C, 10G-PCIE-8AL-C) * Myricom 10GBase-R (10G-PCIE-8A-R, 10G-PCIE-8AL-R) * Myricom 10G XAUI over ribbon fiber (10G-PCIE-8A-Q, 10G-PCIE-8AL-Q) -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=my&sektion=4&manpath=freebsd-release-ports[my(4)] driver provides support for various NICs based on the Myson chipset. Supported models include: +[i386,pc98] The man:my[4] driver provides support for various NICs based on the Myson chipset. Supported models include: * Myson MTD800 PCI Fast Ethernet chip * Myson MTD803 PCI Fast Ethernet chip * Myson MTD89X PCI Gigabit Ethernet chip -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=nfe&sektion=4&manpath=freebsd-release-ports[nfe(4)] driver supports the following NVIDIA MCP onboard adapters: +[i386,amd64] The man:nfe[4] driver supports the following NVIDIA MCP onboard adapters: * NVIDIA nForce MCP Networking Adapter * NVIDIA nForce MCP04 Networking Adapter @@ -1729,7 +1728,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4&manpath=freebsd-relea * NVIDIA nForce4 CK804 MCP8 Networking Adapter * NVIDIA nForce4 CK804 MCP9 Networking Adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4&manpath=freebsd-release-ports[nge(4)] driver supports National Semiconductor DP83820 and DP83821 based Gigabit Ethernet adapters including: +The man:nge[4] driver supports National Semiconductor DP83820 and DP83821 based Gigabit Ethernet adapters including: * Addtron AEG320T * Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI) @@ -1742,15 +1741,15 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4&manpath=freebsd-relea * Surecom Technology EP-320G-TX * Trendware TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=nxge&sektion=4&manpath=freebsd-release-ports[nxge(4)] driver supports Neterion Xframe 10 Gigabit Ethernet adapters listed in http://www.neterion.com/how/pricing.html. +[i386,amd64] The man:nxge[4] driver supports Neterion Xframe 10 Gigabit Ethernet adapters listed in http://www.neterion.com/how/pricing.html. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=oce&sektion=4&manpath=freebsd-release-ports[oce(4)] driver supports the following network adapters: +[i386,amd64] The man:oce[4] driver supports the following network adapters: * Emulex BladeEngine 2 * Emulex BladeEngine 3 * Emulex Lancer -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=pcn&sektion=4&manpath=freebsd-release-ports[pcn(4)] driver supports adapters and embedded controllers based on the AMD PCnet/FAST, PCnet/FAST+, PCnet/FAST III, PCnet/PRO and PCnet/Home Fast Ethernet chips: +[i386,pc98,amd64] The man:pcn[4] driver supports adapters and embedded controllers based on the AMD PCnet/FAST, PCnet/FAST+, PCnet/FAST III, PCnet/PRO and PCnet/Home Fast Ethernet chips: * AMD Am79C971 PCnet-FAST * AMD Am79C972 PCnet-FAST+ @@ -1759,20 +1758,20 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4&manpath=freebsd-relea * AMD Am79C978 PCnet-Home * Allied-Telesis LA-PCI -[amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=qlxgb&sektion=4&manpath=freebsd-release-ports[qlxgb(4)] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: +[amd64] The man:qlxgb[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 3200 series * QLogic 8200 series -[amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=qlxgbe&sektion=4&manpath=freebsd-release-ports[qlxgbe(4)] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: +[amd64] The man:qlxgbe[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 8300 series -[amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=qlxge&sektion=4&manpath=freebsd-release-ports[qlxge(4)] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: +[amd64] The man:qlxge[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 8100 series -The http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4&manpath=freebsd-release-ports[re(4)] driver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters including: +The man:re[4] driver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters including: * Alloy Computer Products EtherGOLD 1439E 10/100 (8139C+) * Compaq Evo N1015v Integrated Ethernet (8139C+) @@ -1785,7 +1784,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4&manpath=freebsd-releas * USRobotics USR997902 Gigabit Ethernet (8169S) * Xterasys XN-152 10/100/1000 NIC (8169) -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=rl&sektion=4&manpath=freebsd-release-ports[rl(4)] driver include: +Adapters supported by the man:rl[4] driver include: * Accton "Cheetah" EN1207D (MPX 5030/5038; RealTek 8139 clone) * Allied Telesyn AT2550 @@ -1820,14 +1819,14 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=rl&sektion=4& * SMC EZ Card 10/100 PCI 1211-TX * SOHO (PRAGMATIC) UE-1211C -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=rue&sektion=4&manpath=freebsd-release-ports[rue(4)] driver supports RealTek RTL8150 based USB Ethernet adapters including: +[i386,pc98,amd64] The man:rue[4] driver supports RealTek RTL8150 based USB Ethernet adapters including: * Buffalo (Melco Inc.) LUA-KTX * Green House GH-USB100B * LinkSys USB100M * Billionton 10/100 FastEthernet USBKR2 -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sf&sektion=4&manpath=freebsd-release-ports[sf(4)] driver include: +Adapters supported by the man:sf[4] driver include: * ANA-62011 64-bit single port 10/100baseTX adapter * ANA-62022 64-bit dual port 10/100baseTX adapter @@ -1835,14 +1834,14 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sf&sektion=4& * ANA-69011 32-bit single port 10/100baseTX adapter * ANA-62020 64-bit single port 100baseFX adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=sfxge&sektion=4&manpath=freebsd-release-ports[sfxge(4)] driver supports all 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers. +The man:sfxge[4] driver supports all 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers. -The %0Ahttp://www.FreeBSD.org/cgi/man.cgi?query=sge&sektion=4&manpath=freebsd-release-ports[sge(4)] device driver provides support for the following Ethernet controllers: +The man:sge[4] device driver provides support for the following Ethernet controllers: * SiS190 Fast Ethernet controller * SiS191 Fast/Gigabit Ethernet controller -The http://www.FreeBSD.org/cgi/man.cgi?query=sis&sektion=4&manpath=freebsd-release-ports[sis(4)] driver supports Silicon Integrated Systems SiS 900 and SiS 7016 based Fast Ethernet adapters and embedded controllers, as well as Fast Ethernet adapters based on the National Semiconductor DP83815 (MacPhyter) and DP83816 chips. Supported adapters include: +The man:sis[4] driver supports Silicon Integrated Systems SiS 900 and SiS 7016 based Fast Ethernet adapters and embedded controllers, as well as Fast Ethernet adapters based on the National Semiconductor DP83815 (MacPhyter) and DP83816 chips. Supported adapters include: * @Nifty FNECHARD IFC USUP-TX * MELCO LGY-PCI-TXC @@ -1851,7 +1850,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=sis&sektion=4&manpath=freebsd-relea * SiS 630, 635, and 735 motherboard chipsets * Soekris Engineering net45xx, net48xx, lan1621, and lan1641 -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sk&sektion=4&manpath=freebsd-release-ports[sk(4)] driver include: +Adapters supported by the man:sk[4] driver include: * 3Com 3C940 single port, 1000baseT adapter * 3Com 3C2000-T single port, 1000baseT adapter @@ -1867,13 +1866,13 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sk&sektion=4& * SK-9844 SK-NET GE-SX dual port, multimode fiber adapter * SMC 9452TX single port, 1000baseT adapter -The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=smsc&sektion=4&manpath=freebsd-release-ports[smsc(4)] driver: +The following devices are supported by the man:smsc[4] driver: * SMSC LAN9500, LAN9500A, LAN9505 and LAN9505A based Ethernet adapters * SMSC LAN89530, LAN9530 and LAN9730 based Ethernet adapters * SMSC LAN951x Ethernet adapters with integrated USB hub -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4&manpath=freebsd-release-ports[sn(4)] driver supports SMC91Cxx based ISA and PCMCIA cards including: +[i386,amd64] The man:sn[4] driver supports SMC91Cxx based ISA and PCMCIA cards including: * 3Com Megahertz X-Jack Ethernet PC Card XJ10BT, XJ10BC * 3Com Megahertz XJEM and CCEM series: CCEM3288C, CCEM3288T, CCEM3336, CEM3336C, CCEM3336T, XJEM1144C, XJEM1144T, XJEM3288C, XJEM3288T, XJEM3336 @@ -1887,11 +1886,11 @@ The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?qu * SMC EZEther PC Card (8020BT) * SMC EZEther PC Card (8020T) -The http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4&manpath=freebsd-release-ports[sn(4)] driver supports the SMC 91C90, SMC 91C92, SMC 91C94, SMC 91C95, SMC 91C96, SMC91C100 and SMC 91C100FD chips from SMC. +The man:sn[4] driver supports the SMC 91C90, SMC 91C92, SMC 91C94, SMC 91C95, SMC 91C96, SMC91C100 and SMC 91C100FD chips from SMC. -The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver supports the 595 and 895 cards. These cards have the blue arrow on the front along with a 3Com logo. The Farallon 595a cards, which have a red arrow on the front, are also called EtherWave and EtherMac. They are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4&manpath=freebsd-release-ports[sn(4)] driver. +The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver supports the 595 and 895 cards. These cards have the blue arrow on the front along with a 3Com logo. The Farallon 595a cards, which have a red arrow on the front, are also called EtherWave and EtherMac. They are supported by the man:sn[4] driver. -[pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=snc&sektion=4&manpath=freebsd-release-ports[snc(4)] driver supports the following cards: +[pc98] The man:snc[4] driver supports the following cards: * National Semiconductor DP83934AVQB * NEC PC-9801-83 @@ -1903,15 +1902,15 @@ The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver * NEC PC-9801N-J02 PCMCIA * NEC PC-9801N-J02R PCMCIA -The http://www.FreeBSD.org/cgi/man.cgi?query=snc&sektion=4&manpath=freebsd-release-ports[snc(4)] driver also includes support for the National Semiconductor NS46C46 as 64 * 16 bits Microwave Serial EEPROM. +The man:snc[4] driver also includes support for the National Semiconductor NS46C46 as 64 * 16 bits Microwave Serial EEPROM. -The http://www.FreeBSD.org/cgi/man.cgi?query=ste&sektion=4&manpath=freebsd-release-ports[ste(4)] driver supports Sundance Technologies ST201 based Fast Ethernet adapters and embedded controllers including: +The man:ste[4] driver supports Sundance Technologies ST201 based Fast Ethernet adapters and embedded controllers including: * D-Link DFE-530TXS * D-Link DFE-550TX * D-Link DFE-580TX -The http://www.FreeBSD.org/cgi/man.cgi?query=stge&sektion=4&manpath=freebsd-release-ports[stge(4)] driver provides support for various NICs based on the Sundance/Tamarack TC9021 based Gigabit Ethernet controller chips, including: +The man:stge[4] driver provides support for various NICs based on the Sundance/Tamarack TC9021 based Gigabit Ethernet controller chips, including: * Antares Microsystems Gigabit Ethernet * ASUS NX1101 Gigabit Ethernet @@ -1922,7 +1921,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=stge&sektion=4&manpath=freebsd-rele * Sundance TC9021 Gigabit Ethernet * Tamarack TC9021 Gigabit Ethernet -[i386,pc98,amd64,sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=ti&sektion=4&manpath=freebsd-release-ports[ti(4)] driver supports Gigabit Ethernet adapters based on the Alteon Tigon I and II chips. The http://www.FreeBSD.org/cgi/man.cgi?query=ti&sektion=4&manpath=freebsd-release-ports[ti(4)] driver has been tested with the following adapters: +[i386,pc98,amd64,sparc64] The man:ti[4] driver supports Gigabit Ethernet adapters based on the Alteon Tigon I and II chips. The man:ti[4] driver has been tested with the following adapters: * 3Com 3c985-SX Gigabit Ethernet adapter (Tigon 1) * 3Com 3c985B-SX Gigabit Ethernet adapter (Tigon 2) @@ -1940,14 +1939,14 @@ The following adapters should also be supported but have not yet been tested: * NEC Gigabit Ethernet * Silicon Graphics PCI Gigabit Ethernet adapter -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4&manpath=freebsd-release-ports[tl(4)] driver supports Texas Instruments ThunderLAN based Ethernet and Fast Ethernet adapters including a large number of Compaq PCI Ethernet adapters. Also supported are: +[i386,pc98,amd64] The man:tl[4] driver supports Texas Instruments ThunderLAN based Ethernet and Fast Ethernet adapters including a large number of Compaq PCI Ethernet adapters. Also supported are: * Olicom OC-2135/2138 10/100 TX UTP adapter * Olicom OC-2325/OC-2326 10/100 TX UTP adapter * Racore 8148 10baseT/100baseTX/100baseFX adapter * Racore 8165 10/100baseTX adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4&manpath=freebsd-release-ports[tl(4)] driver also supports the built-in Ethernet adapters of various Compaq Prosignia servers and Compaq Deskpro desktop machines including: +The man:tl[4] driver also supports the built-in Ethernet adapters of various Compaq Prosignia servers and Compaq Deskpro desktop machines including: * Compaq Netelligent 10 * Compaq Netelligent 10 T PCI UTP/Coax @@ -1960,9 +1959,9 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4&manpath=freebsd-releas * Compaq NetFlex 3P Integrated * Compaq NetFlex 3P w/BNC -[amd64, i386, pc98] SMC 83c17x (EPIC)-based Ethernet NICs (http://www.FreeBSD.org/cgi/man.cgi?query=tx&sektion=4&manpath=freebsd-release-ports[tx(4)] driver) +[amd64, i386, pc98] SMC 83c17x (EPIC)-based Ethernet NICs (man:tx[4] driver) -The http://www.FreeBSD.org/cgi/man.cgi?query=txp&sektion=4&manpath=freebsd-release-ports[txp(4)] driver supports the following cards: +The man:txp[4] driver supports the following cards: * 3Com 3CR990-TX-95 * 3Com 3CR990-TX-97 @@ -1971,20 +1970,20 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=txp&sektion=4&manpath=freebsd-relea * 3Com 3CR990SVR97 * 3Com 3cR990B-SRV -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=udav&sektion=4&manpath=freebsd-release-ports[udav(4)] driver supports the following adapters: +[i386,pc98,amd64] The man:udav[4] driver supports the following adapters: * Corega FEther USB-TXC * ShanTou ST268 USB NIC -The http://www.FreeBSD.org/cgi/man.cgi?query=urndis&sektion=4&manpath=freebsd-release-ports[urndis(4)] driver supports the functionality of many Android devices. +The man:urndis[4] driver supports the functionality of many Android devices. -The http://www.FreeBSD.org/cgi/man.cgi?query=vge&sektion=4&manpath=freebsd-release-ports[vge(4)] driver supports VIA Networking VT6120, VT6122, VT6130 and VT6132 based Gigabit Ethernet adapters including: +The man:vge[4] driver supports VIA Networking VT6120, VT6122, VT6130 and VT6132 based Gigabit Ethernet adapters including: * VIA Networking LAN-on-motherboard Gigabit Ethernet * ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701) * ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702) -The http://www.FreeBSD.org/cgi/man.cgi?query=vr&sektion=4&manpath=freebsd-release-ports[vr(4)] driver supports VIA Technologies Rhine I, Rhine II, and Rhine III based Fast Ethernet adapters including: +The man:vr[4] driver supports VIA Technologies Rhine I, Rhine II, and Rhine III based Fast Ethernet adapters including: * AOpen/Acer ALN-320 * D-Link DFE520-TX @@ -1992,24 +1991,24 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=vr&sektion=4&manpath=freebsd-releas * Hawking Technologies PN102TX * Soekris Engineering net5501 -The http://www.FreeBSD.org/cgi/man.cgi?query=vte&sektion=4&manpath=freebsd-release-ports[vte(4)] device driver provides support for the following Ethernet controllers: +The man:vte[4] device driver provides support for the following Ethernet controllers: * DM&P Vortex86 RDC R6040 Fast Ethernet controller -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=vx&sektion=4&manpath=freebsd-release-ports[vx(4)] driver supports the following cards: +[i386,pc98,amd64] The man:vx[4] driver supports the following cards: * 3Com 3c590 EtherLink III PCI * 3Com 3c592 EtherLink III EISA * 3Com 3c595 Fast EtherLink III PCI in 10 Mbps mode * 3Com 3c597 Fast EtherLink III EISA in 10 Mbps mode -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=vxge&sektion=4&manpath=freebsd-release-ports[vxge(4)] driver supports Neterion X3100 10 Gigabit Ethernet adapters listed in http://www.neterion.com. +[i386,amd64] The man:vxge[4] driver supports Neterion X3100 10 Gigabit Ethernet adapters listed in http://www.neterion.com. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=wb&sektion=4&manpath=freebsd-release-ports[wb(4)] driver supports Winbond W89C840F based Fast Ethernet adapters and embedded controllers including: +[i386,pc98,amd64] The man:wb[4] driver supports Winbond W89C840F based Fast Ethernet adapters and embedded controllers including: * Trendware TE100-PCIE -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=xe&sektion=4&manpath=freebsd-release-ports[xe(4)] driver supports the following cards: +[i386,amd64] The man:xe[4] driver supports the following cards: * Xircom CreditCard Ethernet (PS-CE2-10) * Xircom CreditCard Ethernet + Modem 28 (PS-CEM-28) @@ -2027,7 +2026,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=vte&sektion=4&manpath=freebsd-relea Other similar devices using the same hardware may also be supported. -The http://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4&manpath=freebsd-release-ports[xl(4)] driver supports the following hardware: +The man:xl[4] driver supports the following hardware: * 3Com 3c900-TPO * 3Com 3c900-COMBO @@ -2049,36 +2048,36 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4&manpath=freebsd-releas * 3Com 3C3SH573BT, 3C575TX, 3CCFE575BT, 3CXFE575BT, 3CCFE575CT, 3CXFE575CT, 3CCFEM656, 3CCFEM656B, and 3CCFEM656C, 3CXFEM656, 3CXFEM656B, and 3CXFEM656C CardBus adapters * 3Com 3c905-TX, 3c905B-TX 3c905C-TX, 3c920B-EMB, and 3c920B-EMB-WNM embedded adapters -Both the 3C656 family of CardBus cards and the 3C556 family of MiniPCI cards have a built-in proprietary modem. Neither the http://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4&manpath=freebsd-release-ports[xl(4)] driver nor any other FreeBSD driver supports this modem. +Both the 3C656 family of CardBus cards and the 3C556 family of MiniPCI cards have a built-in proprietary modem. Neither the man:xl[4] driver nor any other FreeBSD driver supports this modem. [[fddi]] == FDDI Interfaces -[i386, pc98] DEC DEFPA PCI (http://www.FreeBSD.org/cgi/man.cgi?query=fpa&sektion=4&manpath=freebsd-release-ports[fpa(4)] driver) +[i386, pc98] DEC DEFPA PCI (man:fpa[4] driver) -[i386] DEC DEFEA EISA (http://www.FreeBSD.org/cgi/man.cgi?query=fpa&sektion=4&manpath=freebsd-release-ports[fpa(4)] driver) +[i386] DEC DEFEA EISA (man:fpa[4] driver) [[atm]] == ATM Interfaces -[i386, pc98] Midway-based ATM interfaces (http://www.FreeBSD.org/cgi/man.cgi?query=en&sektion=4&manpath=freebsd-release-ports[en(4)] driver) +[i386, pc98] Midway-based ATM interfaces (man:en[4] driver) -[i386, pc98 sparc64] FORE Systems, Inc. PCA-200E ATM PCI Adapters (hfa and http://www.FreeBSD.org/cgi/man.cgi?query=fatm&sektion=4&manpath=freebsd-release-ports[fatm(4)] drivers) +[i386, pc98 sparc64] FORE Systems, Inc. PCA-200E ATM PCI Adapters (hfa and man:fatm[4] drivers) -[i386, pc98] IDT NICStAR 77201/211-based ATM Adapters (http://www.FreeBSD.org/cgi/man.cgi?query=idt&sektion=4&manpath=freebsd-release-ports[idt(4)] driver) +[i386, pc98] IDT NICStAR 77201/211-based ATM Adapters (man:idt[4] driver) -[i386, pc98 sparc64] FORE Systems, Inc. HE155 and HE622 ATM interfaces (http://www.FreeBSD.org/cgi/man.cgi?query=hatm&sektion=4&manpath=freebsd-release-ports[hatm(4)] driver) +[i386, pc98 sparc64] FORE Systems, Inc. HE155 and HE622 ATM interfaces (man:hatm[4] driver) -[i386, pc98] IDT77252-based ATM cards (http://www.FreeBSD.org/cgi/man.cgi?query=patm&sektion=4&manpath=freebsd-release-ports[patm(4)] driver) +[i386, pc98] IDT77252-based ATM cards (man:patm[4] driver) [[wlan]] == Wireless Network Interfaces -[amd64, i386, pc98] Cisco/Aironet 802.11b wireless adapters (http://www.FreeBSD.org/cgi/man.cgi?query=an&sektion=4&manpath=freebsd-release-ports[an(4)] driver) +[amd64, i386, pc98] Cisco/Aironet 802.11b wireless adapters (man:an[4] driver) -[i386,pc98,amd64,sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=ath&sektion=4&manpath=freebsd-release-ports[ath(4)] driver supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL chipset. +[i386,pc98,amd64,sparc64] The man:ath[4] driver supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL chipset. -The http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4&manpath=freebsd-release-ports[bwi(4)] driver supports Broadcom BCM43xx based wireless devices, including: +The man:bwi[4] driver supports Broadcom BCM43xx based wireless devices, including: * Apple Airport Extreme * Apple Airport Extreme @@ -2097,9 +2096,9 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4&manpath=freebsd-relea * TRENDnet TEW-401PCplus * US Robotics 5411 -The http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4&manpath=freebsd-release-ports[bwi(4)] driver uses the older v3 version of Broadcom's firmware. While this older firmware does support most BCM43xx parts, the bwn(4) driver works better for the newer chips it supports. You must use the http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4&manpath=freebsd-release-ports[bwi(4)] driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2). The v4 version of the firmware that bwn(4) uses does not support these chips. +The man:bwi[4] driver uses the older v3 version of Broadcom's firmware. While this older firmware does support most BCM43xx parts, the bwn(4) driver works better for the newer chips it supports. You must use the man:bwi[4] driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2). The v4 version of the firmware that bwn(4) uses does not support these chips. -The http://www.FreeBSD.org/cgi/man.cgi?query=bwn&sektion=4&manpath=freebsd-release-ports[bwn(4)] driver supports Broadcom BCM43xx based wireless devices, including: +The man:bwn[4] driver supports Broadcom BCM43xx based wireless devices, including: * Apple Airport Extreme * ASUS WL-138g @@ -2115,19 +2114,19 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=bwn&sektion=4&manpath=freebsd-relea Users of older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2) must use bwi(4) because the v4 version of the firmware does not support these chips. The newer firmware is too big to fit into these old chips. -[i386, amd64] Intel PRO/Wireless 2100 MiniPCI network adapter (http://www.FreeBSD.org/cgi/man.cgi?query=ipw&sektion=4&manpath=freebsd-release-ports[ipw(4)] driver) +[i386, amd64] Intel PRO/Wireless 2100 MiniPCI network adapter (man:ipw[4] driver) -[i386, amd64] Intel PRO/Wireless 2200BG/2915ABG MiniPCI and 2225BG PCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=iwi&sektion=4&manpath=freebsd-release-ports[iwi(4)] driver) +[i386, amd64] Intel PRO/Wireless 2200BG/2915ABG MiniPCI and 2225BG PCI network adapters (man:iwi[4] driver) -[i386, amd64] Intel Dual Band Wireless AC 3160/7260/7265 IEEE 802.11ac network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=iwm&sektion=4&manpath=freebsd-release-ports[iwm(4)] driver) +[i386, amd64] Intel Dual Band Wireless AC 3160/7260/7265 IEEE 802.11ac network adapters (man:iwm[4] driver) -[i386, amd64] Intel Wireless WiFi Link 4965AGN IEEE 802.11n PCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=iwn&sektion=4&manpath=freebsd-release-ports[iwn(4)] driver) +[i386, amd64] Intel Wireless WiFi Link 4965AGN IEEE 802.11n PCI network adapters (man:iwn[4] driver) -[i386, amd64] Marvell Libertas IEEE 802.11b/g PCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=malo&sektion=4&manpath=freebsd-release-ports[malo(4)] driver) +[i386, amd64] Marvell Libertas IEEE 802.11b/g PCI network adapters (man:malo[4] driver) -Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=mwl&sektion=4&manpath=freebsd-release-ports[mwl(4)] driver) +Marvell 88W8363 IEEE 802.11n wireless network adapters (man:mwl[4] driver) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=otus&sektion=4&manpath=freebsd-release-ports[otus(4)] driver provices support for Atheros AR9170 USB IEEE 802.11b/g/n wireless network adapters, including: +[i386,amd64] The man:otus[4] driver provices support for Atheros AR9170 USB IEEE 802.11b/g/n wireless network adapters, including: * 3Com 3CRUSBN275 * Arcadyan WN7512 @@ -2148,7 +2147,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * Z-Com UB82 * ZyXEL NWD-271N -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ral&sektion=4&manpath=freebsd-release-ports[ral(4)] driver supports PCI/PCIe/CardBus wireless adapters based on Ralink Technology chipsets, including: +[i386,amd64] The man:ral[4] driver supports PCI/PCIe/CardBus wireless adapters based on Ralink Technology chipsets, including: * A-Link WL54H * A-Link WL54PC @@ -2238,7 +2237,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * Zonet ZEW1500 * Zonet ZEW1600 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=rsu&sektion=4&manpath=freebsd-release-ports[rsu(4)] driver provices support for Realtek RTL8188SU/RTL8192SU USB IEEE 802.11b/g/n wireless network adapters, including: +[i386,amd64] The man:rsu[4] driver provices support for Realtek RTL8188SU/RTL8192SU USB IEEE 802.11b/g/n wireless network adapters, including: * ASUS USB-N10 * Belkin F7D1101 v1 @@ -2254,9 +2253,9 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * TRENDnet TEW-648UB * TRENDnet TEW-649UB -Realtek RTL8188CE based PCIe IEEE 802.11b/g/n wireless network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=rtwn&sektion=4&manpath=freebsd-release-ports[rtwn(4)] driver) +Realtek RTL8188CE based PCIe IEEE 802.11b/g/n wireless network adapters (man:rtwn[4] driver) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=rum&sektion=4&manpath=freebsd-release-ports[rum(4)] driver supports USB 2.0 wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets, including: +[i386,amd64] The man:rum[4] driver supports USB 2.0 wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets, including: * 3Com Aolynk WUB320g * Abocom WUG2700 @@ -2295,7 +2294,7 @@ Realtek RTL8188CE based PCIe IEEE 802.11b/g/n wireless network adapters (http:// * Sweex LW053 * TP-LINK TL-WN321G -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=run&sektion=4&manpath=freebsd-release-ports[run(4)] driver supports the following wireless adapters: +[i386,amd64] The man:run[4] driver supports the following wireless adapters: * Airlink101 AWLL6090 * ASUS USB-N11 @@ -2357,7 +2356,7 @@ Realtek RTL8188CE based PCIe IEEE 802.11b/g/n wireless network adapters (http:// * ZyXEL NWD210N * ZyXEL NWD270N -The http://www.FreeBSD.org/cgi/man.cgi?query=uath&sektion=4&manpath=freebsd-release-ports[uath(4)] driver should work with the following adapters: +The man:uath[4] driver should work with the following adapters: * Compex WLU108AG * Compex WLU108G @@ -2381,7 +2380,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=uath&sektion=4&manpath=freebsd-rele An up to date list can be found at http://customerproducts.atheros.com/customerproducts/default.asp. -The http://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4&manpath=freebsd-release-ports[upgt(4)] driver supports USB 2.0 Conexant/Intersil PrismGT series wireless adapters based on the GW3887 chipset, among them: +The man:upgt[4] driver supports USB 2.0 Conexant/Intersil PrismGT series wireless adapters based on the GW3887 chipset, among them: * Belkin F5D7050 (version 1000) * Cohiba Proto Board @@ -2395,7 +2394,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4&manpath=freebsd-rele * Spinnaker DUT * Spinnaker Proto Board -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ural&sektion=4&manpath=freebsd-release-ports[ural(4)] driver supports USB 2.0 wireless adapters based on the Ralink Technology RT2500USB chipset, including: +[i386,amd64] The man:ural[4] driver supports USB 2.0 wireless adapters based on the Ralink Technology RT2500USB chipset, including: * AMIT WL532U * ASUS WL-167g @@ -2427,7 +2426,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4&manpath=freebsd-rele An up to date list can be found at http://ralink.rapla.net/. -The http://www.FreeBSD.org/cgi/man.cgi?query=urtw&sektion=4&manpath=freebsd-release-ports[urtw(4)] driver supports Realtek RTL8187B/L based wireless network devices, including: +The man:urtw[4] driver supports Realtek RTL8187B/L based wireless network devices, including: * Belkin F5D7050E * Linksys WUSB54GCv2 @@ -2440,7 +2439,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtw&sektion=4&manpath=freebsd-rele * SureCom EP-9001-g(2A) * TRENDnet TEW-424UB V3.xR -The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-release-ports[urtwn(4)] driver supports Realtek RTL8188CU/RTL8188RU/RTL8188EU/RTL8192CU based USB IEEE 802.11b/g/n wireless network adapters, including: +The man:urtwn[4] driver supports Realtek RTL8188CU/RTL8188RU/RTL8188EU/RTL8192CU based USB IEEE 802.11b/g/n wireless network adapters, including: * Alfa AWUS036NHR v2 * ASUS USB-N10 NANO @@ -2456,13 +2455,13 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-rel * TP-LINK TL-WN723N v3 * TP-LINK TL-WN725N v2 -[amd64, i386, pc98] Lucent Technologies WaveLAN/IEEE 802.11b wireless network adapters and workalikes using the Lucent Hermes, Intersil PRISM-II, Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24 chipsets (http://www.FreeBSD.org/cgi/man.cgi?query=wi&sektion=4&manpath=freebsd-release-ports[wi(4)] driver) +[amd64, i386, pc98] Lucent Technologies WaveLAN/IEEE 802.11b wireless network adapters and workalikes using the Lucent Hermes, Intersil PRISM-II, Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24 chipsets (man:wi[4] driver) -[i386] NCR / AT&T / Lucent Technologies WaveLan T1-speed ISA/radio LAN cards (http://www.FreeBSD.org/cgi/man.cgi?query=wl&sektion=4&manpath=freebsd-release-ports[wl(4)] driver) +[i386] NCR / AT&T / Lucent Technologies WaveLan T1-speed ISA/radio LAN cards (man:wl[4] driver) -[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=wpi&sektion=4&manpath=freebsd-release-ports[wpi(4)] driver) +[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network adapters (man:wpi[4] driver) -[i386,amd64] The following devices are known to be supported by the http://www.FreeBSD.org/cgi/man.cgi?query=zyd&sektion=4&manpath=freebsd-release-ports[zyd(4)] driver: +[i386,amd64] The following devices are known to be supported by the man:zyd[4] driver: * 3COM 3CRUSB10075 * Acer WLAN-G-US1 @@ -2512,12 +2511,12 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-rel [[misc-network]] == Miscellaneous Networks -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=ce&sektion=4&manpath=freebsd-release-ports[ce(4)] driver supports the following models of Tau-PCI/32 WAN adapters: +[i386,pc98] The man:ce[4] driver supports the following models of Tau-PCI/32 WAN adapters: * Cronyx Tau-PCI/32 * Cronyx Tau-PCI/32-Lite -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=cx&sektion=4&manpath=freebsd-release-ports[cx(4)] driver supports the following cards: +[i386] The man:cx[4] driver supports the following cards: * Cronyx Sigma-22, Sigma-24 * Cronyx Sigma-100 @@ -2526,7 +2525,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-rel * Cronyx Sigma-703 * Cronyx Sigma-800, Sigma-801, Sigma-810, Sigma-840 -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=cp&sektion=4&manpath=freebsd-release-ports[cp(4)] driver supports the following models of Tau-PCI WAN adapters: +[i386,pc98] The man:cp[4] driver supports the following models of Tau-PCI WAN adapters: * Cronyx Tau-PCI * Cronyx Tau-PCI/R @@ -2540,14 +2539,14 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-rel * Cronyx Tau-PCI-T3 * Cronyx Tau-PCI-STS1 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=ctau&sektion=4&manpath=freebsd-release-ports[ctau(4)] driver supports the following cards: +[i386] The man:ctau[4] driver supports the following cards: * Cronyx Tau (RS-232/V.35) * Cronyx Tau/R (RS-530/RS-449) * Cronyx Tau/E1 (fractional E1) * Cronyx Tau/G703 (unframed E1) -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=cm&sektion=4&manpath=freebsd-release-ports[cm(4)] driver supports the following card models: +[i386] The man:cm[4] driver supports the following card models: * SMC90c26 * SMC90c56 @@ -2556,14 +2555,14 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-rel [[serial]] == Serial Interfaces -[amd64, i386] "PC standard" 8250, 16450, and 16550-based serial ports (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[amd64, i386] "PC standard" 8250, 16450, and 16550-based serial ports (man:sio[4] driver) -The http://www.FreeBSD.org/cgi/man.cgi?query=uart&sektion=4&manpath=freebsd-release-ports[uart(4)] driver supports the following classes of UARTs: +The man:uart[4] driver supports the following classes of UARTs: * NS8250: standard hardware based on the 8250, 16450, 16550, 16650, 16750 or the 16950 UARTs. * SCC: serial communications controllers supported by the scc(4) device driver. -The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4&manpath=freebsd-release-ports[scc(4)] driver supports the following classes of SCCs: +The man:scc[4] driver supports the following classes of SCCs: * SAB82532: Siemens SAB 82532 based serial communications controllers. * Z8530: Zilog 8530 based serial communications controllers. @@ -2580,15 +2579,15 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4&manpath=freebsd-relea * Boca BB1008 8-Port serial card (Modems _not_ supported) * Boca BB2016 16-Port serial card (Modems supported) -[i386] Comtrol Rocketport card (http://www.FreeBSD.org/cgi/man.cgi?query=rp&sektion=4&manpath=freebsd-release-ports[rp(4)] driver) +[i386] Comtrol Rocketport card (man:rp[4] driver) -[i386] Cyclades Cyclom-Y serial board (http://www.FreeBSD.org/cgi/man.cgi?query=cy&sektion=4&manpath=freebsd-release-ports[cy(4)] driver) +[i386] Cyclades Cyclom-Y serial board (man:cy[4] driver) [i386] STB 4 port card using shared IRQ [i386] DigiBoard intelligent serial cards (digi driver) -[amd64, i386] PCI-Based multi-port serial boards (http://www.FreeBSD.org/cgi/man.cgi?query=puc&sektion=4&manpath=freebsd-release-ports[puc(4)] driver) +[amd64, i386] PCI-Based multi-port serial boards (man:puc[4] driver) * [amd64, i386] Actiontech 56K PCI * [amd64, i386] Avlab Technology, PCI IO 2S and PCI IO 4S @@ -2613,90 +2612,84 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4&manpath=freebsd-relea * [amd64, i386] US Robotics (3Com) 3CP5609 modem * [amd64, i386] VScom PCI-400 and PCI-800 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=rc&sektion=4&manpath=freebsd-release-ports[rc(4)] driver provides support for the SDL Communications RISCom/8 boards. +[i386] The man:rc[4] driver provides support for the SDL Communications RISCom/8 boards. -[i386, amd64] Specialix SI/XIO/SX multiport serial cards, with both the older SIHOST2.x and the "enhanced" (transputer based, aka JET) host cards (ISA, EISA and PCI) are supported. Note that the newer SX+ PCI cards are not currently supported. (http://www.FreeBSD.org/cgi/man.cgi?query=si&sektion=4&manpath=freebsd-release-ports[si(4)] driver) +[i386, amd64] Specialix SI/XIO/SX multiport serial cards, with both the older SIHOST2.x and the "enhanced" (transputer based, aka JET) host cards (ISA, EISA and PCI) are supported. Note that the newer SX+ PCI cards are not currently supported. (man:si[4] driver) -[pc98] Internel serial interfaces (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] Internel serial interfaces (man:sio[4] driver) * PC-9801 on-board * PC-9821 2'nd CCU (flags 0x12000000) -[pc98] NEC PC-9861K, PC-9801-101 and Midori-Denshi MDC-926Rs (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] NEC PC-9861K, PC-9801-101 and Midori-Denshi MDC-926Rs (man:sio[4] driver) * COM2 (flags 0x01000000) * COM3 (flags 0x02000000) -[pc98] NEC PC-9801-120 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] NEC PC-9801-120 (man:sio[4] driver) -[.note] *Note*: + "flags 0x11000000" is necessary in kernel configuration. -[pc98] Microcore MC-16550, MC-16550II, MC-RS98 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] Microcore MC-16550, MC-16550II, MC-RS98 (man:sio[4] driver) -[.note] *Note*: + "flags 0x14000?01" is necessary in kernel configuration. -[pc98] Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 (man:sio[4] driver) -[.note] *Note*: + "flags 0x15000?01" is necessary in kernel configuration. -[pc98] Media Intelligent RSB-384 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] Media Intelligent RSB-384 (man:sio[4] driver) -[.note] *Note*: + "flags 0x16000001" is necessary in kernel configuration. -[pc98] I-O DATA RSA-98III (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] I-O DATA RSA-98III (man:sio[4] driver) -[.note] *Note*: + "flags 0x18000?01" is necessary in kernel configuration. -[pc98] Hayes ESP98 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] Hayes ESP98 (man:sio[4] driver) -[.note] *Note*: + "options COM_ESP" and "flags 0x19000000" are necessary in kernel configuration. [[sound]] == Sound Devices -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ad1816&sektion=4&manpath=freebsd-release-ports[snd_ad1816(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_ad1816[4] driver supports the following sound cards: * Analog Devices AD1816 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_als4000&sektion=4&manpath=freebsd-release-ports[snd_als4000(4)] driver supports the following sound cards: +[i386] The man:snd_als4000[4] driver supports the following sound cards: * Avance Logic ALS4000 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_atiixp&sektion=4&manpath=freebsd-release-ports[snd_atiixp(4)] driver supports the following audio chipsets: +[i386,amd64] The man:snd_atiixp[4] driver supports the following audio chipsets: * ATI IXP 200 * ATI IXP 300 * ATI IXP 400 -[sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_audiocs&sektion=4&manpath=freebsd-release-ports[snd_audiocs(4)] driver supports the following audio devices: +[sparc64] The man:snd_audiocs[4] driver supports the following audio devices: * CS4231 on SBus based UltraSPARC * CS4231 on PCI/EBus based UltraSPARC -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_cmi&sektion=4&manpath=freebsd-release-ports[snd_cmi(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_cmi[4] driver supports the following sound cards: * CMedia CMI8338A * CMedia CMI8338B * CMedia CMI8738 * CMedia CMI8738B -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_cs4281&sektion=4&manpath=freebsd-release-ports[snd_cs4281(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_cs4281[4] driver supports the following sound cards: * Crystal Semiconductor CS4281 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_csa&sektion=4&manpath=freebsd-release-ports[snd_csa(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_csa[4] driver supports the following sound cards: * Crystal Semiconductor CS4280 * Crystal Semiconductor CS4610 @@ -2710,35 +2703,35 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4&manpath=freebsd-relea * Hercules Game Theatre XP * Turtle Beach Santa Cruz -Some onboard CS4610 chips are accompanied by the CS423x ISA codec instead of the CS4297 AC97 codec. Such configurations are not supported by the http://www.FreeBSD.org/cgi/man.cgi?query=snd_csa&sektion=4&manpath=freebsd-release-ports[snd_csa(4)] driver yet. +Some onboard CS4610 chips are accompanied by the CS423x ISA codec instead of the CS4297 AC97 codec. Such configurations are not supported by the man:[4] driver yet. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ds1&sektion=4&manpath=freebsd-release-ports[snd_ds1(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_ds1[4] driver supports the following sound cards: * Yamaha DS-1 * Yamaha DS-1E -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10k1&sektion=4&manpath=freebsd-release-ports[snd_emu10k1(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_emu10k1[4] driver supports the following sound cards: * Creative SoundBlaster Live! (EMU10K1 Chipset) * Creative SoundBlaster Audigy (EMU10K2 Chipset) * Creative SoundBlaster Audigy 2 (EMU10K2 Chipset) * Creative SoundBlaster Audigy 2 (EMU10K3 Chipset) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&%0Asektion=4&manpath=freebsd-release-ports[snd_emu10kx(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_emu10kx[4] driver supports the following sound cards: * Creative Sound Blaster Live! (EMU10K1 Chipset). Both PCM and MIDI interfaces are available. * Creative Sound Blaster Audigy (CA0100 and CA0101 Chipset). PCM and two MIDI interfaces available. * Creative Sound Blaster Audigy 2 and Creative Sound Blaster Audigy 4 (CA0102 Chipset). PCM support is limited to 48kHz/16 bit stereo (192kHz/24 bit part of this chipset is not supported). * Creative Sound Blaster Audigy 2 Value (CA0108 Chipset). PCM support is limited to 48kHz/16 bit stereo (192kHz/24 bit part of this chipset is not supported). There is no MIDI support for this card. -The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4&manpath=freebsd-release-ports[snd_emu10kx(4)] driver does _not_ support the following sound cards (although they have names similar to some supported ones): +The man:[4] driver does _not_ support the following sound cards (although they have names similar to some supported ones): * Creative Sound Blaster Live! 24-Bit, identified by FreeBSD as * Creative Sound Blaster Audigy LS / ES, identified by FreeBSD as * All other Creative sound cards with -DAT chipsets. * All Creative X-Fi series sound cards. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_envy24&sektion=4&manpath=freebsd-release-ports[snd_envy24(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_envy24[4] driver supports the following audio devices: * M-Audio Audiophile 2496 * M-Audio Delta Dio 2496 @@ -2746,7 +2739,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4&manpath=freeb Only analog playback is supported. Recording and other features of these cards are not supported. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_envy24ht&sektion=4&manpath=freebsd-release-ports[snd_envy24ht(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_envy24ht[4] driver supports the following audio devices: * Audiotrak Prodigy 7.1 * Audiotrak Prodigy 7.1 LT @@ -2764,7 +2757,7 @@ Only analog playback is supported. Recording and other features of these cards a Only analog playback is supported. Recording and other features of these cards are not supported. -[i386,sparc64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_es137x&sektion=4&manpath=freebsd-release-ports[snd_es137x(4)] driver supports the following sound cards: +[i386,sparc64,amd64] The man:snd_es137x[4] driver supports the following sound cards: * Creative CT5880-A * Creative CT5880-C @@ -2778,29 +2771,29 @@ Only analog playback is supported. Recording and other features of these cards a * Ensoniq AudioPCI ES1373-B * Ensoniq AudioPCI ES1373-8 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ess&sektion=4&manpath=freebsd-release-ports[snd_ess(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_ess[4] driver supports the following sound cards: * Ensoniq ESS ISA PnP/non-PnP -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_fm801&sektion=4&manpath=freebsd-release-ports[snd_fm801(4)] driver supports audio devices based on the following chipset: +[i386,amd64] The man:snd_fm801[4] driver supports audio devices based on the following chipset: * Forte Media FM801 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?%0Aquery=snd_gusc&sektion=4&manpath=freebsd-release-ports[snd_gusc(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_gusc[4] driver supports the following sound cards: * Gravis UltraSound MAX * Gravis UltraSound PnP -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=freebsd-release-ports[snd_hda(4)] driver supports controllers having PCI class 4 (multimedia) and subclass 3 (HDA), compatible with Intel HDA specification. +[i386,amd64] The man:snd_hda[4] driver supports controllers having PCI class 4 (multimedia) and subclass 3 (HDA), compatible with Intel HDA specification. -The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=freebsd-release-ports[snd_hda(4)] driver supports more than two hundred different controllers and CODECs. There is no sense to list all of them here, as in most cases specific CODEC configuration and wiring are more important then type of the CODEC itself. +The man:snd_hda[4] driver supports more than two hundred different controllers and CODECs. There is no sense to list all of them here, as in most cases specific CODEC configuration and wiring are more important then type of the CODEC itself. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hdspe&sektion=4&manpath=freebsd-release-ports[snd_hdspe(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_hdspe[4] driver supports the following audio devices: * RME HDSPe AIO * RME HDSPe RayDAT -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ich&sektion=4&manpath=freebsd-release-ports[snd_ich(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_ich[4] driver supports the following audio devices: * AMD 768 * AMD 8111 @@ -2821,18 +2814,18 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=freebsd-r * NVIDIA nForce4 * SiS 7012 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_maestro&sektion=4&manpath=freebsd-release-ports[snd_maestro(4)] driver supports the following PCI sound cards: +[i386,amd64] The man:snd_maestro[4] driver supports the following PCI sound cards: * ESS Technology Maestro-1 * ESS Technology Maestro-2 * ESS Technology Maestro-2E -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_maestro3&sektion=4&manpath=freebsd-release-ports[snd_maestro3(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_maestro3[4] driver supports the following audio devices: * ESS Technology Allegro-1 * ESS Technology Maestro3 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_mss&sektion=4&manpath=freebsd-release-ports[snd_mss(4)] driver supports the following audio devices: +[i386] The man:snd_mss[4] driver supports the following audio devices: * AD1845 * AD1848 @@ -2854,12 +2847,12 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=freebsd-r * Yamaha OPL-SA2 * Yamaha OPL-SA3 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_neomagic&sektion=4&manpath=freebsd-release-ports[snd_neomagic(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_neomagic[4] driver supports the following audio devices: * NeoMagic 256AV * NeoMagic 256ZX -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_sbc&sektion=4&manpath=freebsd-release-ports[snd_sbc(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_sbc[4] driver supports the following sound cards: * Avance Asound 110 * Avance Logic ALS100+ @@ -2878,14 +2871,14 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=freebsd-r * ESS ES1879 * ESS ES1888 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_solo&sektion=4&manpath=freebsd-release-ports[snd_solo(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_solo[4] driver supports the following sound cards: * ESS Solo-1 (ES1938 Chipset) * ESS Solo-1E (ES1946 Chipset) Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) and/or snd_sbc(4). -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_spicds&sektion=4&manpath=freebsd-release-ports[snd_spicds(4)] driver supports the following codecs: +[i386,amd64] The man:snd_spicds[4] driver supports the following codecs: * AK4358 * AK4381 @@ -2894,14 +2887,14 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * AK4528 * WM8770 -[i386,amd64,sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_t4dwave&sektion=4&manpath=freebsd-release-ports[snd_t4dwave(4)] driver supports the following audio devices: +[i386,amd64,sparc64] The man:snd_t4dwave[4] driver supports the following audio devices: * Acer Labs M5451 * SIS 7018 * Trident 4DWave DX * Trident 4DWave NX -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_via8233&sektion=4&manpath=freebsd-release-ports[snd_via8233(4)] driver supports the following audio chipsets: +[i386,amd64] The man:snd_via8233[4] driver supports the following audio chipsets: * VIA VT8233 * VIA VT8233A @@ -2910,11 +2903,11 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * VIA VT8237 * VIA VT8251 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_via82c686&sektion=4&manpath=freebsd-release-ports[snd_via82c686(4)] driver supports audio devices based on the following chipset: +[i386,amd64] The man:snd_via82c686[4] driver supports audio devices based on the following chipset: * VIA 82C686A -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_vibes&sektion=4&manpath=freebsd-release-ports[snd_vibes(4)] driver supports audio devices based on the following chipset: +[i386,amd64] The man:snd_vibes[4] driver supports audio devices based on the following chipset: * S3 SonicVibes @@ -2925,9 +2918,9 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a [pc98] NEC X-MATE, CanBe, ValueStar internal (mss driver) -[pc98] Creative Technologies SoundBlaster(98) (http://www.FreeBSD.org/cgi/man.cgi?query=sb&sektion=4&manpath=freebsd-release-ports[sb(4)] driver) +[pc98] Creative Technologies SoundBlaster(98) (man:sb[4] driver) -[pc98] I-O DATA CD-BOX (http://www.FreeBSD.org/cgi/man.cgi?query=sb&sektion=4&manpath=freebsd-release-ports[sb(4)] driver) +[pc98] I-O DATA CD-BOX (man:sb[4] driver) [pc98] MPU-401 and compatible interfaces (mpu driver) @@ -2936,7 +2929,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a [[camera]] == Camera and Video Capture Devices -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=bktr&sektion=4&manpath=freebsd-release-ports[bktr(4)] driver supports video capture cards based on the Brooktree Bt848/849/878/879 chips, as well as Pinnacle PCTV cards, including: +[i386,pc98] The man:bktr[4] driver supports video capture cards based on the Brooktree Bt848/849/878/879 chips, as well as Pinnacle PCTV cards, including: * AOpen VA1000 * AVerMedia AVerTV Studio @@ -2968,15 +2961,13 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a [amd64, i386, pc98] A range of USB peripherals are supported; devices known to work are listed in this section. Owing to the generic nature of most USB devices, with some exceptions any device of a given class will be supported, even if not explicitly listed here. -[.note] *Note*: + -[amd64, i386, pc98] USB Ethernet adapters can be found in the section listing link:#ethernet[Ethernet interfaces]. +[amd64, i386, pc98] USB Ethernet adapters can be found in the section listing <>. -[.note] *Note*: + -[amd64, i386, pc98] USB Bluetooth adapters can be found in link:#bluetooth[Bluetooth] section. +[amd64, i386, pc98] USB Bluetooth adapters can be found in <> section. -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=ohci&sektion=4&manpath=freebsd-release-ports[ohci(4)] driver supports all OHCI v1.0 compliant controllers including: +[i386,pc98,amd64,powerpc] The man:ohci[4] driver supports all OHCI v1.0 compliant controllers including: * AcerLabs M5237 (Aladdin-V) * AMD-756 @@ -2987,33 +2978,33 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * NVIDIA nForce3 * Sun PCIO-2 (RIO USB) -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=uhci&sektion=4&manpath=freebsd-release-ports[uhci(4)] driver supports all UHCI v1.1 compliant controllers including: +[i386,pc98,amd64,powerpc] The man:uhci[4] driver supports all UHCI v1.1 compliant controllers including: * Intel 82371AB/EB (PIIX4) * Intel 82371SB (PIIX3) * VIA 83C572 -[amd64, i386, pc98] USB 2.0 controllers using the EHCI interface (http://www.FreeBSD.org/cgi/man.cgi?query=ehci&sektion=4&manpath=freebsd-release-ports[ehci(4)] driver) +[amd64, i386, pc98] USB 2.0 controllers using the EHCI interface (man:ehci[4] driver) [amd64, i386, pc98] Hubs -[amd64, i386, pc98] Keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=ukbd&sektion=4&manpath=freebsd-release-ports[ukbd(4)] driver) +[amd64, i386, pc98] Keyboards (man:ukbd[4] driver) [amd64, i386, pc98] Miscellaneous * Assist Computer Systems PC Camera C-M1 * ActiveWire I/O Board * Creative Technology Video Blaster WebCam Plus -* D-Link DSB-R100 USB Radio (http://www.FreeBSD.org/cgi/man.cgi?query=ufm&sektion=4&manpath=freebsd-release-ports[ufm(4)] driver) +* D-Link DSB-R100 USB Radio (man:ufm[4] driver) * Mirunet AlphaCam Plus -[i386,pc98,amd64,powerpc] The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=urio&sektion=4&manpath=freebsd-release-ports[urio(4)] driver: +[i386,pc98,amd64,powerpc] The following devices are supported by the man:urio[4] driver: * Diamond MultiMedia Rio 500 * Diamond MultiMedia Rio 600 * Diamond MultiMedia Rio 800 -[i386,pc98,amd64] Devices supported by the http://www.FreeBSD.org/cgi/man.cgi?query=umodem&sektion=4&manpath=freebsd-release-ports[umodem(4)] driver include: +[i386,pc98,amd64] Devices supported by the man:umodem[4] driver include: * 3Com 5605 * Curitel PC5740 Wireless Modem @@ -3026,9 +3017,9 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * Sony Ericsson W810i phone * Sonim XP5300 Force -[amd64, i386, pc98] Mice (http://www.FreeBSD.org/cgi/man.cgi?query=ums&sektion=4&manpath=freebsd-release-ports[ums(4)] driver) +[amd64, i386, pc98] Mice (man:ums[4] driver) -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=ulpt&sektion=4&manpath=freebsd-release-ports[ulpt(4)] driver provides support for USB printers and parallel printer conversion cables, including the following: +[i386,pc98,amd64,powerpc] The man:ulpt[4] driver provides support for USB printers and parallel printer conversion cables, including the following: * ATen parallel printer adapter * Belkin F5U002 parallel printer adapter @@ -3039,7 +3030,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * Oki Data MICROLINE ML660PS * Seiko Epson PM-900C, 880C, 820C, 730C -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ubsa&sektion=4&manpath=freebsd-release-ports[ubsa(4)] driver supports the following adapters: +[i386,pc98,amd64] The man:ubsa[4] driver supports the following adapters: * AnyData ADU-500A EV-DO modem * AnyData ADU-E100A (no EV-DO mode support) @@ -3049,9 +3040,9 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * GoHubs GoCOM232 * Peracom single port serial adapter -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ubser&sektion=4&manpath=freebsd-release-ports[ubser(4)] driver provides support for the BWCT console management serial adapters. +[i386,pc98,amd64] The man:ubser[4] driver provides support for the BWCT console management serial adapters. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=uftdi&sektion=4&manpath=freebsd-release-ports[uftdi(4)] driver supports the following adapters: +[i386,pc98,amd64] The man:uftdi[4] driver supports the following adapters: * B&B Electronics USB->RS422/485 adapter * Elexol USB MOD1 and USB MOD3 @@ -3061,7 +3052,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * Buffalo PC-OP-RS / Kurouto-shikou KURO-RS universal remote * Prologix GPIB-USB Controller -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=uplcom&sektion=4&manpath=freebsd-release-ports[uplcom(4)] driver supports the following devices and adapters: +[i386,pc98,amd64] The man:uplcom[4] driver supports the following devices and adapters: * ADLINK ND-6530 USB-Serial Adapter * Alcatel One Touch 535/735 Phone @@ -3120,7 +3111,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * YC-Cable USB-Serial Adapter * Zeagle N2iTion3 Diving Computer -The http://www.FreeBSD.org/cgi/man.cgi?query=umct&sektion=4&manpath=freebsd-release-ports[umct(4)] driver supports the following adapters: +The man:umct[4] driver supports the following adapters: Belkin F5U109 @@ -3132,7 +3123,7 @@ Magic Control Technology USB-232 Sitecom USB-232 -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=umass&sektion=4&manpath=freebsd-release-ports[umass(4)] driver supports USB Mass Storage devices, including: +[i386,pc98,amd64,powerpc] The man:umass[4] driver supports USB Mass Storage devices, including: * ADTEC Stick Drive AD-UST32M, 64M, 128M, 256M * Denno FireWire/USB2 Removable 2.5-inch HDD Case MIFU-25CB20 @@ -3186,9 +3177,9 @@ Among the supported digital cameras are: * Asahi Optical (PENTAX) Optio 230 & 330 -[amd64, i386, pc98] Audio Devices (http://www.FreeBSD.org/cgi/man.cgi?query=uaudio&sektion=4&manpath=freebsd-release-ports[uaudio(4)] driver) +[amd64, i386, pc98] Audio Devices (man:uaudio[4] driver) -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=uvisor&sektion=4&manpath=freebsd-release-ports[uvisor(4)] driver supports the following devices: +[i386,pc98,amd64] The man:uvisor[4] driver supports the following devices: * Aceeca Mez1000 RDA * Handspring Treo @@ -3215,7 +3206,7 @@ Among the supported digital cameras are: [[firewire]] == IEEE 1394 (Firewire) Devices -[i386,sparc64,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=fwohci&sektion=4&manpath=freebsd-release-ports[fwohci(4)] driver provides support for PCI/CardBus FireWire interface cards. The driver supports the following IEEE 1394 OHCI chipsets: +[i386,sparc64,amd64,powerpc] The man:fwohci[4] driver provides support for PCI/CardBus FireWire interface cards. The driver supports the following IEEE 1394 OHCI chipsets: * Adaptec AHA-894x/AIC-5800 * Apple Pangea @@ -3247,14 +3238,14 @@ Among the supported digital cameras are: * Texas Instruments TSB82AA2 * VIA Fire II (VT6306) -[amd64, i386, sparc64] Serial Bus Protocol 2 (SBP-2) storage devices (http://www.FreeBSD.org/cgi/man.cgi?query=sbp&sektion=4&manpath=freebsd-release-ports[sbp(4)] driver) +[amd64, i386, sparc64] Serial Bus Protocol 2 (SBP-2) storage devices (man:sbp[4] driver) [[bluetooth]] == Bluetooth Devices -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ng_bt3c&sektion=4&manpath=freebsd-release-ports[ng_bt3c(4)] driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter. +[i386,pc98,amd64] The man:ng_bt3c[4] driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ng_ubt&sektion=4&manpath=freebsd-release-ports[ng_ubt(4)] driver supports all Bluetooth USB devices that conform with the Bluetooth specification v1.1, including: +[i386,pc98,amd64] The man:ng_ubt[4] driver supports all Bluetooth USB devices that conform with the Bluetooth specification v1.1, including: * 3Com 3CREB96 * AIPTEK BR0R02 @@ -3267,7 +3258,7 @@ Among the supported digital cameras are: [[crypto-accel]] == Cryptographic Accelerators -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hifn&sektion=4&manpath=freebsd-release-ports[hifn(4)] driver supports various cards containing the Hifn 7751, 7951, 7811, 7955, and 7956 chipsets, such as: +[i386,pc98,amd64] The man:hifn[4] driver supports various cards containing the Hifn 7751, 7951, 7811, 7955, and 7956 chipsets, such as: * Invertex AEON * Hifn 7751 @@ -3277,12 +3268,12 @@ Among the supported digital cameras are: * Soekris Engineering vpn1201 and vpn1211 * Soekris Engineering vpn1401 and vpn1411 -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=safe&sektion=4&manpath=freebsd-release-ports[safe(4)] driver supports cards containing any of the following chips: +[i386,pc98,amd64] The man:safe[4] driver supports cards containing any of the following chips: * SafeNet 1141 * SafeNet 1741 -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ubsec&sektion=4&manpath=freebsd-release-ports[ubsec(4)] driver supports cards containing any of the following chips: +[i386,pc98,amd64] The man:ubsec[4] driver supports cards containing any of the following chips: * Bluesteel 5501 * Bluesteel 5601 @@ -3303,9 +3294,9 @@ Among the supported digital cameras are: * MELCO IGM-PCM56K/IGM-PCM56KH * Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD terminal) -[amd64, i386, pc98] Floppy drives (http://www.FreeBSD.org/cgi/man.cgi?query=fdc&sektion=4&manpath=freebsd-release-ports[fdc(4)] driver) +[amd64, i386, pc98] Floppy drives (man:fdc[4] driver) -[amd64, i386] VGA-compatible video cards (http://www.FreeBSD.org/cgi/man.cgi?query=vga&sektion=4&manpath=freebsd-release-ports[vga(4)] driver) +[amd64, i386] VGA-compatible video cards (man:vga[4] driver) [.note] *Note*: + @@ -3313,29 +3304,28 @@ Information regarding specific video cards and compatibility with Xorg can be fo [amd64, i386, pc98] Keyboards including: -* [i386] AT-style keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=atkbd&sektion=4&manpath=freebsd-release-ports[atkbd(4)] driver) -* [amd64, i386] PS/2 keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=atkbd&sektion=4&manpath=freebsd-release-ports[atkbd(4)] driver) +* [i386] AT-style keyboards (man:atkbd[4] driver) +* [amd64, i386] PS/2 keyboards (man:[4] driver) * [pc98] Standard keyboards -* [amd64, i386, pc98] USB keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=ukbd&sektion=4&manpath=freebsd-release-ports[ukbd(4)] driver) +* [amd64, i386, pc98] USB keyboards (man:ukbd[4] driver) [amd64, i386, pc98] Pointing devices including: -* [amd64, i386, pc98] Bus mice and compatible devices (http://www.FreeBSD.org/cgi/man.cgi?query=mse&sektion=4&manpath=freebsd-release-ports[mse(4)] driver) -* [amd64, i386] PS/2 mice and compatible devices, including many laptop pointing devices (http://www.FreeBSD.org/cgi/man.cgi?query=psm&sektion=4&manpath=freebsd-release-ports[psm(4)] driver) +* [amd64, i386, pc98] Bus mice and compatible devices (man:mse[4] driver) +* [amd64, i386] PS/2 mice and compatible devices, including many laptop pointing devices (man:psm[4] driver) * Serial mice and compatible devices -* [amd64, i386, pc98] USB mice (http://www.FreeBSD.org/cgi/man.cgi?query=ums&sektion=4&manpath=freebsd-release-ports[ums(4)] driver) +* [amd64, i386, pc98] USB mice (man:ums[4] driver) -[.note] *Note*: + -http://www.FreeBSD.org/cgi/man.cgi?query=moused&sektion=8&manpath=freebsd-release-ports[moused(8)] has more information on using pointing devices with FreeBSD. Information on using pointing devices with Xorg can be found at `http://www.x.org/`. +man:moused(8)] has more information on using pointing devices with FreeBSD. Information on using pointing devices with Xorg can be found at `http://www.x.org/`. -[amd64, i386] "PC standard" parallel ports (http://www.FreeBSD.org/cgi/man.cgi?query=ppc&sektion=4&manpath=freebsd-release-ports[ppc(4)] driver) +[amd64, i386] "PC standard" parallel ports (man:ppc[4] driver) -[pc98] "PC-9821 standard" parallel ports (http://www.FreeBSD.org/cgi/man.cgi?query=ppc&sektion=4&manpath=freebsd-release-ports[ppc(4)] driver) +[pc98] "PC-9821 standard" parallel ports (man:ppc[4] driver) -[i386, amd64] PC-compatible joysticks (http://www.FreeBSD.org/cgi/man.cgi?query=joy&sektion=4&manpath=freebsd-release-ports[joy(4)] driver) +[i386, amd64] PC-compatible joysticks (man:joy[4] driver) -[pc98] Joystick port of SoundBlaster(98) (http://www.FreeBSD.org/cgi/man.cgi?query=joy&sektion=4&manpath=freebsd-release-ports[joy(4)] driver) +[pc98] Joystick port of SoundBlaster(98) (man:joy[4] driver) [i386, pc98] PHS Data Communication Card/PCCARD diff --git a/website/content/en/releases/11.1R/hardware.adoc b/website/content/en/releases/11.1R/hardware.adoc index 856ee3278c..e00abad9b2 100644 --- a/website/content/en/releases/11.1R/hardware.adoc +++ b/website/content/en/releases/11.1R/hardware.adoc @@ -81,22 +81,22 @@ There is a wide variety of motherboards available for this architecture. Motherb Symmetric multi-processor (SMP) systems are generally supported by FreeBSD, although in some cases, BIOS or motherboard bugs may generate some problems. Perusal of the archives of the http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp[FreeBSD symmetric multiprocessing mailing list] may yield some clues. -FreeBSD will take advantage of SMT (Symmetric MultiThreading, also known as HyperThreading on Intel(R) CPUs) on the supported CPUs. The `GENERIC` kernel which is installed by default will automatically detect the additional logical processors. The default FreeBSD scheduler recognizes processor topology on the system and selects logical and physical processors to obtain optimal performance. The http://www.FreeBSD.org/cgi/man.cgi?query=smp&sektion=4&manpath=freebsd-release-ports[smp(4)] manual page has more details. +FreeBSD will take advantage of SMT (Symmetric MultiThreading, also known as HyperThreading on Intel(R) CPUs) on the supported CPUs. The `GENERIC` kernel which is installed by default will automatically detect the additional logical processors. The default FreeBSD scheduler recognizes processor topology on the system and selects logical and physical processors to obtain optimal performance. The man:smp[4] manual page has more details. -FreeBSD will take advantage of Physical Address Extensions (PAE) support on CPUs that support this feature. A kernel with the `PAE` feature enabled will detect memory above 4 gigabytes and allow it to be used by the system. This feature places constraints on the device drivers and other features of FreeBSD which may be used; consult the http://www.FreeBSD.org/cgi/man.cgi?query=pae&sektion=4&manpath=freebsd-release-ports[pae(4)] manual page for more details. +FreeBSD will take advantage of Physical Address Extensions (PAE) support on CPUs that support this feature. A kernel with the `PAE` feature enabled will detect memory above 4 gigabytes and allow it to be used by the system. This feature places constraints on the device drivers and other features of FreeBSD which may be used; consult the man:pae[4] manual page for more details. FreeBSD will generally run on i386-based laptops, albeit with varying levels of support for certain hardware features such as sound, graphics, power management, and PCCARD expansion slots. These features tend to vary in idiosyncratic ways between machines, and frequently require special-case support in FreeBSD to work around hardware bugs or other oddities. When in doubt, a search of the archives of the http://lists.FreeBSD.org/mailman/listinfo/freebsd-mobile[FreeBSD laptop computer mailing list] may be useful. -Most modern laptops (as well as many desktops) use the Advanced Configuration and Power Management (ACPI) standard. FreeBSD supports ACPI via the ACPI Component Architecture reference implementation from Intel(R), as described in the http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4&manpath=freebsd-release-ports[acpi(4)] manual page. The use of ACPI causes instabilities on some machines and it may be necessary to disable the ACPI driver, which is normally loaded via a kernel module. This may be accomplished by adding the following line to `/boot/device.hints`: +Most modern laptops (as well as many desktops) use the Advanced Configuration and Power Management (ACPI) standard. FreeBSD supports ACPI via the ACPI Component Architecture reference implementation from Intel(R), as described in the man:acpi[4] manual page. The use of ACPI causes instabilities on some machines and it may be necessary to disable the ACPI driver, which is normally loaded via a kernel module. This may be accomplished by adding the following line to `/boot/device.hints`: [.programlisting] ---- hint.acpi.0.disabled="1" ---- -Users debugging ACPI-related problems may find it useful to disable portions of the ACPI functionality. The http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4&manpath=freebsd-release-ports[acpi(4)] manual page has more information on how to do this via loader tunables. +Users debugging ACPI-related problems may find it useful to disable portions of the ACPI functionality. The man:acpi[4] manual page has more information on how to do this via loader tunables. -ACPI depends on a Differentiated System Descriptor Table (DSDT) provided by each machine's BIOS. Some machines have bad or incomplete DSDTs, which prevents ACPI from functioning correctly. Replacement DSDTs for some machines can be found at the http://acpi.sourceforge.net/dsdt/index.php[DSDT] section of the http://acpi.sourceforge.net/[ACPI4Linux] project Web site. FreeBSD can use these DSDTs to override the DSDT provided by the BIOS; see the http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4&manpath=freebsd-release-ports[acpi(4)] manual page for more information. +ACPI depends on a Differentiated System Descriptor Table (DSDT) provided by each machine's BIOS. Some machines have bad or incomplete DSDTs, which prevents ACPI from functioning correctly. Replacement DSDTs for some machines can be found at the http://acpi.sourceforge.net/dsdt/index.php[DSDT] section of the http://acpi.sourceforge.net/[ACPI4Linux] project Web site. FreeBSD can use these DSDTs to override the DSDT provided by the BIOS; see the man:acpi[4] manual page for more information. [[proc-pc98]] == 2.4. pc98 @@ -126,7 +126,7 @@ This section describes the systems currently known to be supported by FreeBSD on SMP is supported on all systems with more than 1 processor. -When using the `GENERIC` kernel, FreeBSD/sparc64 systems not equipped with a framebuffer supported by the http://www.FreeBSD.org/cgi/man.cgi?query=creator&sektion=4&manpath=freebsd-release-ports[creator(4)] (Sun Creator, Sun Creator3D and Sun Elite3D) or http://www.FreeBSD.org/cgi/man.cgi?query=machfb&sektion=4&manpath=freebsd-release-ports[machfb(4)] (Sun PGX and Sun PGX64 as well as the ATI Mach64 chips found onboard in for example Sun Blade(TM) 100, Sun Blade(TM) 150, Sun Ultra(TM) 5 and Sun Ultra(TM) 10) driver must use the serial console. +When using the `GENERIC` kernel, FreeBSD/sparc64 systems not equipped with a framebuffer supported by the man:creator[4] (Sun Creator, Sun Creator3D and Sun Elite3D) or man:machfb[4] (Sun PGX and Sun PGX64 as well as the ATI Mach64 chips found onboard in for example Sun Blade(TM) 100, Sun Blade(TM) 150, Sun Ultra(TM) 5 and Sun Ultra(TM) 10) driver must use the serial console. If you have a system that is not listed here, it may not have been tested with FreeBSD 11.1-RELEASE. We encourage you to try it and send a note to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64[FreeBSD SPARC porting mailing list] with your results, including which devices work and which do not. @@ -166,7 +166,7 @@ The following systems are fully supported by FreeBSD: * Sun Ultra(TM) 80 * Sun Ultra(TM) 450 -The following systems are partially supported by FreeBSD. In particular the fiber channel controllers in SBus-based systems are not supported. However, it is possible to use these with a SCSI controller supported by the http://www.FreeBSD.org/cgi/man.cgi?query=esp&sektion=4&manpath=freebsd-release-ports[esp(4)] driver (Sun ESP SCSI, Sun FAS Fast-SCSI and Sun FAS366 Fast-Wide SCSI controllers). +The following systems are partially supported by FreeBSD. In particular the fiber channel controllers in SBus-based systems are not supported. However, it is possible to use these with a SCSI controller supported by the man:esp[4] driver (Sun ESP SCSI, Sun FAS Fast-SCSI and Sun FAS366 Fast-Wide SCSI controllers). * Sun Enterprise(TM) 3500 * Sun Enterprise(TM) 4500 @@ -219,13 +219,13 @@ The device lists in this document are being generated automatically from FreeBSD [[disk]] == 3.1. Disk Controllers -[amd64, i386, pc98, sparc64] IDE/ATA controllers (http://www.FreeBSD.org/cgi/man.cgi?query=ata&sektion=4&manpath=freebsd-release-ports[ata(4)] driver) +[amd64, i386, pc98, sparc64] IDE/ATA controllers (man:ata[4] driver) [pc98] IDE/ATA controllers (wdc driver) * On-board IDE controller -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aac&sektion=4&manpath=freebsd-release-ports[aac(4)] driver include: +[i386,amd64] Controllers supported by the man:aac[4] driver include: * Adaptec AAC-364 * Adaptec RAID 2045 @@ -312,7 +312,7 @@ The device lists in this document are being generated automatically from FreeBSD * AOC-USAS-S8i-LP * AOC-USAS-S8iR-LP -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=adv&sektion=4&manpath=freebsd-release-ports[adv(4)] driver supports the following SCSI controllers: +[i386,pc98,amd64] The man:adv[4] driver supports the following SCSI controllers: * AdvanSys ABP510/5150 * AdvanSys ABP5140 @@ -342,7 +342,7 @@ The device lists in this document are being generated automatically from FreeBSD * RATOC REX-PCI30 (PC-98) * @Nifty FNECHARD IFC-USUP-TX (PC-98) -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=adw&sektion=4&manpath=freebsd-release-ports[adw(4)] driver supports SCSI controllers including: +[i386,pc98,amd64] The man:adw[4] driver supports SCSI controllers including: * AdvanSys ABP940UW/ABP3940UW * AdvanSys ABP950UW @@ -350,7 +350,7 @@ The device lists in this document are being generated automatically from FreeBSD * AdvanSys ABP3940U2W * AdvanSys ABP3950U2W -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=aha&sektion=4&manpath=freebsd-release-ports[aha(4)] driver supports the following SCSI host adapters: +[i386] The man:aha[4] driver supports the following SCSI host adapters: * Adaptec AHA-154xB * Adaptec AHA-154xC @@ -361,14 +361,14 @@ The device lists in this document are being generated automatically from FreeBSD * DTC 3290 SCSI controller in 1542 emulation mode * Tekram SCSI controllers in 154x emulation mode -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=ahb&sektion=4&manpath=freebsd-release-ports[ahb(4)] driver supports the following SCSI host adapters: +[i386] The man:ahb[4] driver supports the following SCSI host adapters: * Adaptec AHA-1740 * Adaptec AHA-1742 * Adaptec AHA-1740A * Adaptec AHA-1742A -The http://www.FreeBSD.org/cgi/man.cgi?query=ahc&sektion=4&manpath=freebsd-release-ports[ahc(4)] driver supports the following SCSI host adapter chips and SCSI controller cards: +The man:ahc[4] driver supports the following SCSI host adapter chips and SCSI controller cards: * Adaptec AIC7770 host adapter chip * Adaptec AIC7850 host adapter chip @@ -422,11 +422,11 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=ahc&sektion=4&manpath=freebsd-relea * NEC SV-98/2-B03 (PC-98) * Many motherboards with on-board SCSI support -The http://www.FreeBSD.org/cgi/man.cgi?query=ahci&sektion=4&manpath=freebsd-release-ports[ahci(4)] driver supports AHCI compatible controllers having PCI class 1 (mass storage), subclass 6 (SATA) and programming interface 1 (AHCI). +The man:ahci[4] driver supports AHCI compatible controllers having PCI class 1 (mass storage), subclass 6 (SATA) and programming interface 1 (AHCI). Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it supports AHCI part of legacy-PATA + AHCI-SATA combined controllers, such as JMicron JMB36x and Marvell 88SE61xx. -[i386,sparc64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ahd&sektion=4&manpath=freebsd-release-ports[ahd(4)] driver supports the following: +[i386,sparc64,amd64] The man:ahd[4] driver supports the following: * Adaptec AIC7901 host adapter chip * Adaptec AIC7901A host adapter chip @@ -435,7 +435,7 @@ Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it suppor * Adaptec 39320 host adapter * Many motherboards with on-board SCSI support -[i386,pc98,amd64] The adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aic&sektion=4&manpath=freebsd-release-ports[aic(4)] driver include: +[i386,pc98,amd64] The adapters supported by the man:aic[4] driver include: * Adaptec AHA-1505 (ISA) * Adaptec AHA-1510A, AHA-1510B (ISA) @@ -447,7 +447,7 @@ Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it suppor * Adaptec AHA-1030B, AHA-1030P (PC98) * NEC PC-9801-100 (PC98) -Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektion=4&manpath=freebsd-release-ports[amr(4)] driver include: +Controllers supported by the man:amr[4] driver include: * MegaRAID SATA 150-4 * MegaRAID SATA 150-6 @@ -496,7 +496,7 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektio * Intel RAID Controller SRCS16 * Intel RAID Controller SRCU42X -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=arcmsr&sektion=4&manpath=freebsd-release-ports[arcmsr(4)] driver supports the following cards: +[i386,amd64] The man:arcmsr[4] driver supports the following cards: * ARC-1110 * ARC-1120 @@ -537,7 +537,7 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektio * ARC-1882 * ARC-1883 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bt&sektion=4&manpath=freebsd-release-ports[bt(4)] driver supports the following BusLogic MultiMaster "W", "C", "S", and "A" series and compatible SCSI host adapters: +[i386,amd64] The man:bt[4] driver supports the following BusLogic MultiMaster "W", "C", "S", and "A" series and compatible SCSI host adapters: * BusLogic BT-445C * BusLogic BT-445S @@ -565,9 +565,9 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektio * BusLogic BT-958D * Storage Dimensions SDC3211B / SDC3211F -AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also supported by the http://www.FreeBSD.org/cgi/man.cgi?query=bt&sektion=4&manpath=freebsd-release-ports[bt(4)] driver. +AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also supported by the man:bt[4] driver. -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ciss&sektion=4&manpath=freebsd-release-ports[ciss(4)] driver include: +[i386,amd64] Controllers supported by the man:ciss[4] driver include: * Compaq Smart Array 5300 (simple mode only) * Compaq Smart Array 532 @@ -607,7 +607,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * HP Modular Smart Array 20 (MSA20) * HP Modular Smart Array 500 (MSA500) -[pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=ct&sektion=4&manpath=freebsd-release-ports[ct(4)] driver supports the following adapters: +[pc98] The man:ct[4] driver supports the following adapters: * ELECOM bus-master SCSI adapters * I-O DATA SC-98II @@ -618,7 +618,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * SMIT transfer type SCSI host adapters * TEXA HA-55BS2 and its later models -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=dpt&sektion=4&manpath=freebsd-release-ports[dpt(4)] driver provides support for the following RAID adapters: +[i386,amd64] The man:dpt[4] driver provides support for the following RAID adapters: * DPT Smart Cache Plus * Smart Cache II (PM2?2?, PM2022 [EISA], PM2024/PM2124 [PCI]) (Gen2) @@ -628,11 +628,10 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * Smart Cache IV (PM2?4?, PM2042 [EISA], PM2044/PM2144 [PCI]) (Gen4) * Smart RAID IV -[.note] *Note*: + [amd64, i386] Booting from these controllers is supported. EISA adapters are not supported. -[sparc64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=esp&sektion=4&manpath=freebsd-release-ports[esp(4)] driver include: +[sparc64] Controllers supported by the man:esp[4] driver include: * MELCO IFC-DP (PC-98) * Sun ESP family @@ -640,7 +639,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * Tekram DC390 * Tekram DC390T -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hpt27xx&sektion=4&manpath=freebsd-release-ports[hpt27xx(4)] driver supports the following SAS controllers: +[i386,amd64] The man:hpt27xx[4] driver supports the following SAS controllers: * HighPoint's RocketRAID 271x series * HighPoint's RocketRAID 272x series @@ -648,7 +647,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * HighPoint's RocketRAID 276x series * HighPoint's RocketRAID 278x series -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-release-ports[hptiop(4)] driver supports the following SAS and SATA RAID controllers: +[i386,amd64] The man:hptiop[4] driver supports the following SAS and SATA RAID controllers: * HighPoint RocketRAID 4522 * HighPoint RocketRAID 4521 @@ -662,7 +661,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * HighPoint RocketRAID 3622 * HighPoint RocketRAID 3620 -The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-release-ports[hptiop(4)] driver also supports the following SAS and SATA RAID controllers that are already End-of-Life: +The man:hptiop[4] driver also supports the following SAS and SATA RAID controllers that are already End-of-Life: * HighPoint RocketRAID 4211 * HighPoint RocketRAID 4210 @@ -681,11 +680,11 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-re * HighPoint RocketRAID 3120 * HighPoint RocketRAID 3020 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hptmv&sektion=4&manpath=freebsd-release-ports[hptmv(4)] driver supports the following ATA RAID controllers: +[i386,amd64] The man:hptmv[4] driver supports the following ATA RAID controllers: * HighPoint's RocketRAID 182x series -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hptrr&sektion=4&manpath=freebsd-release-ports[hptrr(4)] driver supports the following RAID controllers: +[i386,amd64] The man:hptrr[4] driver supports the following RAID controllers: * RocketRAID 172x series * RocketRAID 174x series @@ -698,7 +697,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-re * RocketRAID 2340 * RocketRAID 2522 -[i386] The following controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ida&sektion=4&%0Amanpath=freebsd-release-ports[ida(4)] driver: +[i386] The following controllers are supported by the man:ida[4] driver: * Compaq SMART Array 221 * Compaq Integrated SMART Array Controller @@ -712,7 +711,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-re * Compaq SMART-2/E Controller * Compaq SMART Controller -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=iir&sektion=4&manpath=freebsd-release-ports[iir(4)] driver include: +[i386,amd64] Controllers supported by the man:iir[4] driver include: * Intel RAID Controller SRCMR * Intel Server RAID Controller U3-l (SRCU31a) @@ -726,7 +725,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-re The SRCU31 and SRCU31L can be updated via a firmware update available from Intel. -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ips&sektion=4&manpath=freebsd-release-ports[ips(4)] driver include: +[i386,amd64] Controllers supported by the man:ips[4] driver include: * IBM ServeRAID 3H * ServeRAID 4L/4M/4H @@ -736,9 +735,9 @@ The SRCU31 and SRCU31L can be updated via a firmware update available from Intel Newer ServeRAID controllers are supported by the aac(4) or mfi(4) driver. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=isci&sektion=4&manpath=freebsd-release-ports[isci(4)] driver provides support for Intel C600 SAS controllers. +[i386,amd64] The man:isci[4] driver provides support for Intel C600 SAS controllers. -Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4&manpath=freebsd-release-ports[isp(4)] driver include: +Cards supported by the man:isp[4] driver include: * Qlogic 1000 * Qlogic 1020 @@ -760,7 +759,7 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4&ma * Qlogic 256x (aka 2532) * Qlogic 267x/836x (aka 2031/8031) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=mfi&sektion=4&manpath=freebsd-release-ports[mfi(4)] driver supports the following hardware: +[i386,amd64] The man:mfi[4] driver supports the following hardware: * LSI MegaRAID SAS 1078 * LSI MegaRAID SAS 8408E @@ -777,7 +776,7 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4&ma * Intel RAID Controller SRCSAS18E * Intel RAID Controller SROMBSAS18E -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mlx&sektion=4&manpath=freebsd-release-ports[mlx(4)] driver include: +[i386,amd64] Controllers supported by the man:mlx[4] driver include: * Mylex DAC960P * Mylex DAC960PD / DEC KZPSC (Fast Wide) @@ -795,11 +794,10 @@ All major firmware revisions (2.x, 3.x, 4.x and 5.x) are supported, however it i Compatible Mylex controllers not listed should work, but have not been verified. -[.note] *Note*: + [amd64, i386] Booting from these controllers is supported. EISA adapters are not supported. -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mly&sektion=4&manpath=freebsd-release-ports[mly(4)] driver include: +[i386,amd64] Controllers supported by the man:mly[4] driver include: * Mylex AcceleRAID 160 * Mylex AcceleRAID 170 @@ -809,7 +807,7 @@ Compatible Mylex controllers not listed should work, but have not been verified. Compatible Mylex controllers not listed should work, but have not been verified. -These controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mpr&sektion=4&manpath=freebsd-release-ports[mpr(4)] driver: +These controllers are supported by the man:mpr[4] driver: * Broadcom Ltd./Avago Tech (LSI) SAS 3004 (4 Port SAS) * Broadcom Ltd./Avago Tech (LSI) SAS 3008 (8 Port SAS) @@ -826,7 +824,7 @@ These controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query= * Broadcom Ltd./Avago Tech (LSI) SAS 3708 (8 Port SAS/PCIe) * Broadcom Ltd./Avago Tech (LSI) SAS 3716 (16 Port SAS/PCIe) -These controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mps&sektion=4&manpath=freebsd-release-ports[mps(4)] driver: +These controllers are supported by the man:mps[4] driver: * Broadcom Ltd./Avago Tech (LSI) SAS 2004 (4 Port SAS) * Broadcom Ltd./Avago Tech (LSI) SAS 2008 (8 Port SAS) @@ -840,7 +838,7 @@ These controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query= * Intel Integrated RAID Module RMS25KB040 * Intel Integrated RAID Module RMS25KB080 -The following controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mpt&sektion=4&manpath=freebsd-release-ports[mpt(4)] driver: +The following controllers are supported by the man:mpt[4] driver: * LSI Logic 53c1030, LSI Logic LSI2x320-X (Single and Dual Ultra320 SCSI) * LSI Logic AS1064, LSI Logic AS1068 @@ -851,7 +849,7 @@ The following controllers are supported by the http://www.FreeBSD.org/cgi/man.cg * LSI Logic FC949X (Dual 4Gb/s Fibre Channel) * LSI Logic FC949E, LSI Logic FC949ES (Dual 4Gb/s Fibre Channel PCI-Express) -The Ultra 320 SCSI controller chips supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mpt&sektion=4&manpath=freebsd-release-ports[mpt(4)] driver can be found onboard on many systems including: +The Ultra 320 SCSI controller chips supported by the man:mpt[4] driver can be found onboard on many systems including: * Dell PowerEdge 1750 thru 2850 * IBM eServer xSeries 335 @@ -864,7 +862,7 @@ The Fibre Channel controller chipset are supported by a broad variety of speeds This driver also supports target mode for Fibre Channel cards. This support may be enabled by setting the desired role of the core via the LSI Logic firmware utility that establishes what roles the card can take on - no separate compilation is required. -The http://www.FreeBSD.org/cgi/man.cgi?query=mrsas&sektion=4&manpath=freebsd-release-ports[mrsas(4)] driver supports the following hardware: +The man:mrsas[4] driver supports the following hardware: [ Thunderbolt 6Gb/s MR controller ] @@ -888,7 +886,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=mrsas&sektion=4&manpath=freebsd-rel * DELL PERC H730/P * DELL PERC H330 -The http://www.FreeBSD.org/cgi/man.cgi?query=mvs&sektion=4&manpath=freebsd-release-ports[mvs(4)] driver supports the following controllers: +The man:mvs[4] driver supports the following controllers: Gen-I (SATA 1.5Gbps): @@ -914,7 +912,7 @@ Gen-IIe (SATA 3Gbps, NCQ, PMP with FBS): Note, that this hardware supports command queueing and FIS-based switching only for ATA DMA commands. ATAPI and non-DMA ATA commands executed one by one for each port. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ncr&sektion=4&manpath=freebsd-release-ports[ncr(4)] driver provides support for the following NCR/Symbios SCSI controller chips: +[i386,pc98,amd64] The man:ncr[4] driver provides support for the following NCR/Symbios SCSI controller chips: * 53C810 * 53C810A @@ -935,7 +933,7 @@ The following add-on boards are known to be supported: * I-O DATA SC-98/PCI (PC-98) * I-O DATA SC-PCI (PC-98) -[i386,pc98] The following devices are currently supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ncv&sektion=4&manpath=freebsd-release-ports[ncv(4)] driver: +[i386,pc98] The following devices are currently supported by the man:ncv[4] driver: * I-O DATA PCSC-DV * KME KXLC002 (TAXAN ICD-400PN, etc.), KXLC004, and UJDCD450 @@ -946,12 +944,12 @@ The following add-on boards are known to be supported: * Qlogic Fast SCSI * RATOC REX-9530, REX-5572 (SCSI only) -[i386,pc98] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=nsp&sektion=4&manpath=freebsd-release-ports[nsp(4)] driver include: +[i386,pc98] Controllers supported by the man:nsp[4] driver include: * Alpha-Data AD-PCS201 * I-O DATA CBSC16 -The http://www.%0AFreeBSD.org/cgi/man.cgi?query=pms&sektion=4&manpath=freebsd-release-ports[pms(4)] driver supports the following hardware: +The man:pms[4] driver supports the following hardware: * Tachyon TS Fibre Channel Card * Tachyon TL Fibre Channel Card @@ -984,16 +982,16 @@ The http://www.%0AFreeBSD.org/cgi/man.cgi?query=pms&sektion=4&manpath=freebsd-re * Adaptec Delray 16 Port SAS-SATA HBA Card 12Gig * Adaptec Delray 16 Port SAS-SATA HBA Encryption Card 12Gig -[i386] The %0Ahttp://www.FreeBSD.org/cgi/man.cgi?query=pst&sektion=4&manpath=freebsd-release-ports[pst(4)] driver supports the Promise Supertrak SX6000 ATA hardware RAID controller. +[i386] The %0Ahttp://www.FreeBSD.org/cgi/man.cgi?query=pst&sektion=4&manpath=freebsd-release-ports[pst[4] driver supports the Promise Supertrak SX6000 ATA hardware RAID controller. -The http://www.FreeBSD.org/cgi/man.cgi?query=siis&sektion=4&manpath=freebsd-release-ports[siis(4)] driver supports the following controller chips: +The man:siis[4] driver supports the following controller chips: * SiI3124 (PCI-X 133MHz/64bit, 4 ports) * SiI3131 (PCIe 1.0 x1, 1 port) * SiI3132 (PCIe 1.0 x1, 2 ports) * SiI3531 (PCIe 1.0 x1, 1 port) -[i386,pc98] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=stg&sektion=4&manpath=freebsd-release-ports[stg(4)] driver include: +[i386,pc98] Controllers supported by the man:stg[4] driver include: * Adaptec 2920/A * Future Domain SCSI2GO @@ -1005,7 +1003,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=siis&sektion=4&manpath=freebsd-rele Note that the Adaptec 2920C is supported by the ahc(4) driver. -The http://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4&manpath=freebsd-release-ports[sym(4)] driver provides support for the following Symbios/LSI Logic PCI SCSI controllers: +The man:sym[4] driver provides support for the following Symbios/LSI Logic PCI SCSI controllers: * 53C810 * 53C810A @@ -1025,7 +1023,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4&manpath=freebsd-relea * 53C1010-66 * 53C1510D -The SCSI controllers supported by http://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4&manpath=freebsd-release-ports[sym(4)] can be either embedded on a motherboard, or on one of the following add-on boards: +The SCSI controllers supported by man:sym[4] can be either embedded on a motherboard, or on one of the following add-on boards: * ASUS SC-200, SC-896 * Data Technology DTC3130 (all variants) @@ -1038,7 +1036,7 @@ The SCSI controllers supported by http://www.FreeBSD.org/cgi/man.cgi?query=sym&s * Tekram DC390W, 390U, 390F, 390U2B, 390U2W, 390U3D, and 390U3W * Tyan S1365 -[i386,amd64] SCSI controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=trm&sektion=4&manpath=freebsd-release-ports[trm(4)] driver include: +[i386,amd64] SCSI controllers supported by the man:trm[4] driver include: * Tekram DC-315 PCI Ultra SCSI adapter without BIOS and internal SCSI connector * Tekram DC-315U PCI Ultra SCSI adapter without BIOS @@ -1049,7 +1047,7 @@ The SCSI controllers supported by http://www.FreeBSD.org/cgi/man.cgi?query=sym&s For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use the sym(4) driver. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=twa&sektion=4&manpath=freebsd-release-ports[twa(4)] driver supports the following SATA RAID controllers: +[i386,amd64] The man:twa[4] driver supports the following SATA RAID controllers: * AMCC's 3ware 9500S-4LP * AMCC's 3ware 9500S-8 @@ -1073,7 +1071,7 @@ For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use * AMCC's 3ware 9650SE-16ML * AMCC's 3ware 9650SE-24M8 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=twe&sektion=4&manpath=freebsd-release-ports[twe(4)] driver supports the following PATA/SATA RAID controllers: +[i386,amd64] The man:twe[4] driver supports the following PATA/SATA RAID controllers: * AMCC's 3ware 5000 series * AMCC's 3ware 6000 series @@ -1095,11 +1093,11 @@ For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use * AMCC's 3ware 8506-12 * AMCC's 3ware 8506-12MI -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=tws&sektion=4&manpath=freebsd-release-ports[tws(4)] driver supports the following SATA/SAS RAID controller: +[i386,amd64] The man:tws[4] driver supports the following SATA/SAS RAID controller: * LSI's 3ware SAS 9750 series -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=vpo&sektion=4&manpath=freebsd-release-ports[vpo(4)] driver supports the following parallel to SCSI interfaces: +[i386] The man:vpo[4] driver supports the following parallel to SCSI interfaces: * Adaptec AIC-7110 Parallel to SCSI interface (built-in to Iomega ZIP drives) * Iomega Jaz Traveller interface @@ -1107,29 +1105,29 @@ For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use [i386] The wds(4) driver supports the WD7000 SCSI controller. -With all supported SCSI controllers, full support is provided for SCSI-I, SCSI-II, and SCSI-III peripherals, including hard disks, optical disks, tape drives (including DAT, 8mm Exabyte, Mammoth, and DLT), medium changers, processor target devices and CD-ROM drives. WORM devices that support CD-ROM commands are supported for read-only access by the CD-ROM drivers (such as http://www.FreeBSD.org/cgi/man.cgi?query=cd&sektion=4&manpath=freebsd-release-ports[cd(4)]). WORM/CD-R/CD-RW writing support is provided by http://www.FreeBSD.org/cgi/man.cgi?query=cdrecord&sektion=1&manpath=freebsd-release-ports[cdrecord(1)], which is a part of the http://www.freebsd.org/cgi/url.cgi?ports/sysutils/cdrtools/pkg-descr[sysutils/cdrtools] port in the Ports Collection. +With all supported SCSI controllers, full support is provided for SCSI-I, SCSI-II, and SCSI-III peripherals, including hard disks, optical disks, tape drives (including DAT, 8mm Exabyte, Mammoth, and DLT), medium changers, processor target devices and CD-ROM drives. WORM devices that support CD-ROM commands are supported for read-only access by the CD-ROM drivers (such as man:cd[4]). WORM/CD-R/CD-RW writing support is provided by man:cdrecord(1)], which is a part of the http://www.freebsd.org/cgi/url.cgi?ports/sysutils/cdrtools/pkg-descr[sysutils/cdrtools] port in the Ports Collection. The following CD-ROM type systems are supported at this time: -* SCSI interface (also includes ProAudio Spectrum and SoundBlaster SCSI) (http://www.FreeBSD.org/cgi/man.cgi?query=cd&sektion=4&manpath=freebsd-release-ports[cd(4)]) -* [i386] Sony proprietary interface (all models) (http://www.FreeBSD.org/cgi/man.cgi?query=scd&sektion=4&manpath=freebsd-release-ports[scd(4)]) -* ATAPI IDE interface (http://www.FreeBSD.org/cgi/man.cgi?query=acd&sektion=4&manpath=freebsd-release-ports[acd(4)]) +* SCSI interface (also includes ProAudio Spectrum and SoundBlaster SCSI) (man:cd[4]) +* [i386] Sony proprietary interface (all models) (man:scd[4]) +* ATAPI IDE interface (man:acd[4]) [i386] The following device is unmaintained: -* Mitsumi proprietary CD-ROM interface (all models) (http://www.FreeBSD.org/cgi/man.cgi?query=mcd&sektion=4&manpath=freebsd-release-ports[mcd(4)]) +* Mitsumi proprietary CD-ROM interface (all models) (man:[4]) [[ethernet]] == Ethernet Interfaces -The http://www.FreeBSD.org/cgi/man.cgi?query=ae&sektion=4&manpath=freebsd-release-ports[ae(4)] driver supports Attansic/Atheros L2 PCIe FastEthernet controllers, and is known to support the following hardware: +The man:ae[4] driver supports Attansic/Atheros L2 PCIe FastEthernet controllers, and is known to support the following hardware: * ASUS EeePC 701 * ASUS EeePC 900 Other hardware may or may not work with this driver. -The http://www.FreeBSD.org/cgi/man.cgi?query=age&sektion=4&manpath=freebsd-release-ports[age(4)] driver provides support for LOMs based on Attansic/Atheros L1 Gigabit Ethernet controller chips, including: +The man:age[4] driver provides support for LOMs based on Attansic/Atheros L1 Gigabit Ethernet controller chips, including: * ASUS M2N8-VMX * ASUS M2V @@ -1149,13 +1147,13 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=age&sektion=4&manpath=freebsd-relea * ASUS P5L-VM 1394 * ASUS G2S -The http://www.FreeBSD.org/cgi/man.cgi?query=ale&sektion=4&manpath=freebsd-release-ports[ale(4)] device driver provides support for the following Ethernet controllers: +The man:ale[4] device driver provides support for the following Ethernet controllers: * Atheros AR8113 PCI Express Fast Ethernet controller * Atheros AR8114 PCI Express Fast Ethernet controller * Atheros AR8121 PCI Express Gigabit Ethernet controller -[i386,pc98,amd64,powerpc] Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aue&sektion=4&manpath=freebsd-release-ports[aue(4)] driver include: +[i386,pc98,amd64,powerpc] Adapters supported by the man:aue[4] driver include: * Abocom UFE1000, DSB650TX_NA * Accton USB320-EC, SpeedStream @@ -1178,7 +1176,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=ale&sektion=4&manpath=freebsd-relea * SMC 2202USB * SOHOware NUB100 -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=axe&sektion=4&manpath=freebsd-release-ports[axe(4)] driver supports ASIX Electronics AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB Ethernet adapters including: +[i386,pc98,amd64,powerpc] The man:axe[4] driver supports ASIX Electronics AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB Ethernet adapters including: AX88172: @@ -1229,9 +1227,9 @@ AX88760: * ASIX AX88760 -ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query=axge&sektion=4&manpath=freebsd-release-ports[axge(4)] driver) +ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (man:axge[4] driver) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bce&sektion=4&manpath=freebsd-release-ports[bce(4)] driver provides support for various NICs based on the QLogic NetXtreme II family of Gigabit Ethernet controllers, including the following: +[i386,amd64] The man:bce[4] driver provides support for various NICs based on the QLogic NetXtreme II family of Gigabit Ethernet controllers, including the following: * QLogic NetXtreme II BCM5706 1000Base-SX * QLogic NetXtreme II BCM5706 1000Base-T @@ -1257,9 +1255,9 @@ ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (http://www.Free * HP NC382i DP Multifunction Gigabit Server Adapter * HP NC382m DP 1GbE Multifunction BL-c Adapter -[amd64, i386] Broadcom BCM4401 based Fast Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query=bfe&sektion=4&manpath=freebsd-release-ports[bfe(4)] driver) +[amd64, i386] Broadcom BCM4401 based Fast Ethernet adapters (man:bfe[4] driver) -[i386,pc98,sparc64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bge&sektion=4&manpath=freebsd-release-ports[bge(4)] driver provides support for various NICs based on the Broadcom BCM570x family of Gigabit Ethernet controller chips, including the following: +[i386,pc98,sparc64,amd64] The man:bge[4] driver provides support for various NICs based on the Broadcom BCM570x family of Gigabit Ethernet controller chips, including the following: * 3Com 3c996-SX (1000baseSX) * 3Com 3c996-T (10/100/1000baseTX) @@ -1278,7 +1276,7 @@ ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (http://www.Free * SysKonnect SK-9D21 (10/100/1000baseTX) * SysKonnect SK-9D41 (1000baseSX) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bxe&sektion=4&manpath=freebsd-release-ports[bxe(4)] driver provides support for various NICs based on the QLogic NetXtreme II family of 10Gb Ethernet controller chips, including the following: +[i386,amd64] The man:bxe[4] driver provides support for various NICs based on the QLogic NetXtreme II family of 10Gb Ethernet controller chips, including the following: * QLogic NetXtreme II BCM57710 10Gb * QLogic NetXtreme II BCM57711 10Gb @@ -1292,13 +1290,13 @@ ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (http://www.Free * QLogic NetXtreme II BCM57840 10Gb / 20Gb * QLogic NetXtreme II BCM57840-MF 10Gb -The chips supported by the http://www.FreeBSD.org/cgi/man.cgi?query=cas&sektion=4&manpath=freebsd-release-ports[cas(4)] driver are: +The chips supported by the man:cas[4] driver are: * National Semiconductor DP83065 Saturn Gigabit Ethernet * Sun Cassini Gigabit Ethernet * Sun Cassini+ Gigabit Ethernet -The following add-on cards are known to work with the http://www.FreeBSD.org/cgi/man.cgi?query=cas&sektion=4&manpath=freebsd-release-ports[cas(4)] driver at this time: +The following add-on cards are known to work with the man:cas[4] driver at this time: * Sun GigaSwift Ethernet 1.0 MMF (Cassini Kuheen) (part no. 501-5524) * Sun GigaSwift Ethernet 1.0 UTP (Cassini) (part no. 501-5902) @@ -1306,28 +1304,28 @@ The following add-on cards are known to work with the http://www.FreeBSD.org/cgi * Sun Quad GigaSwift Ethernet UTP (QGE) (part no. 501-6522) * Sun Quad GigaSwift Ethernet PCI-X (QGE-X) (part no. 501-6738) -[i386,pc98,amd64,powerpc] The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=cdce&sektion=4&manpath=freebsd-release-ports[cdce(4)] driver: +[i386,pc98,amd64,powerpc] The following devices are supported by the man:cdce[4] driver: * Prolific PL-2501 Host-to-Host Bridge Controller * Sharp Zaurus PDA * Terayon TJ-715 DOCSIS Cable Modem -[amd64, i386] Crystal Semiconductor CS89x0-based NICs (http://www.FreeBSD.org/cgi/man.cgi?query=cs&sektion=4&manpath=freebsd-release-ports[cs(4)] driver) +[amd64, i386] Crystal Semiconductor CS89x0-based NICs (man:cs[4] driver) -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=cue&sektion=4&manpath=freebsd-release-ports[cue(4)] driver supports CATC USB-EL1210A based USB Ethernet adapters including: +[i386,pc98,amd64,powerpc] The man:cue[4] driver supports CATC USB-EL1210A based USB Ethernet adapters including: * Belkin F5U011/F5U111 * CATC Netmate * CATC Netmate II * SmartBridges SmartLink -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=freebsd-release-ports[cxgb(4)] driver supports 10 Gigabit and 1 Gigabit Ethernet adapters based on the T3 and T3B chipset: +[i386,amd64] The man:cxgb[4] driver supports 10 Gigabit and 1 Gigabit Ethernet adapters based on the T3 and T3B chipset: * Chelsio 10GBase-CX4 * Chelsio 10GBase-LR * Chelsio 10GBase-SR -The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=freebsd-release-ports[cxgbe(4)] driver supports 100Gb and 25Gb Ethernet adapters based on the T6 ASIC: +The man:cxgbe[4] driver supports 100Gb and 25Gb Ethernet adapters based on the T6 ASIC: * Chelsio T6225-CR * Chelsio T6225-SO-CR @@ -1335,7 +1333,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=freebsd-rele * Chelsio T62100-SO-CR * Chelsio T62100-CR -The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=freebsd-release-ports[cxgbe(4)] driver supports 40Gb, 10Gb and 1Gb Ethernet adapters based on the T5 ASIC: +The man:cxgbe[4] driver supports 40Gb, 10Gb and 1Gb Ethernet adapters based on the T5 ASIC: * Chelsio T580-CR * Chelsio T580-LP-CR @@ -1350,7 +1348,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=freebsd-rele * Chelsio T520-BT * Chelsio T504-BT -The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=freebsd-release-ports[cxgbe(4)] driver supports 10Gb and 1Gb Ethernet adapters based on the T4 ASIC: +The man:cxgbe[4] driver supports 10Gb and 1Gb Ethernet adapters based on the T4 ASIC: * Chelsio T420-CR * Chelsio T422-CR @@ -1363,7 +1361,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=freebsd-rele * Chelsio T420-BT * Chelsio T404-BT -The http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=freebsd-release-ports[dc(4)] driver provides support for the following chipsets: +The man:dc[4] driver provides support for the following chipsets: * DEC/Intel 21143 * ADMtek AL981 Comet, AN985 Centaur, ADM9511 Centaur II and ADM9513 Centaur II @@ -1376,7 +1374,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=freebsd-releas * Macronix 98713, 98713A, 98715, 98715A, 98715AEC-C, 98725, 98727 and 98732 * Xircom X3201 (cardbus only) -The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=freebsd-release-ports[dc(4)] driver at this time: +The following NICs are known to work with the man:dc[4] driver at this time: * 3Com OfficeConnect 10/100B (ADMtek AN985 Centaur-P) * Abocom FE2500 @@ -1417,7 +1415,7 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi * Xircom Cardbus Ethernet 10/100 * Xircom Cardbus Ethernet II 10/100 -[i386,pc98,amd64] Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=de&sektion=4&manpath=freebsd-release-ports[de(4)] driver include: +[i386,pc98,amd64] Adapters supported by the man:de[4] driver include: * Adaptec ANA-6944/TX * Cogent EM100FX and EM440TX @@ -1429,7 +1427,7 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi * SMC Etherpower 8432, 9332 and 9334 * ZNYX ZX3xx -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=ed&sektion=4&manpath=freebsd-release-ports[ed(4)] driver supports the following Ethernet NICs: +[i386,pc98] The man:ed[4] driver supports the following Ethernet NICs: * 3Com 3c503 Etherlink II * AR-P500 Ethernet @@ -1524,11 +1522,11 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi C-Bus, ISA, PCI and PC Card devices are supported. -The http://www.FreeBSD.org/cgi/man.cgi?query=ed&sektion=4&manpath=freebsd-release-ports[ed(4)] driver does not support the following Ethernet NICs: +The man:ed[4] driver does not support the following Ethernet NICs: * Mitsubishi LAN Adapter B8895 -The http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4&manpath=freebsd-release-ports[em(4)] driver supports Gigabit Ethernet adapters based on the Intel 82540, 82541ER, 82541PI, 82542, 82543, 82544, 82545, 82546, 82546EB, 82546GB, 82547, 82571, 82572, 82573, and 82574 controller chips: +The man:em[4] driver supports Gigabit Ethernet adapters based on the Intel 82540, 82541ER, 82541PI, 82542, 82543, 82544, 82545, 82546, 82546EB, 82546GB, 82547, 82571, 82572, 82573, and 82574 controller chips: * Intel PRO/1000 CT Network Connection (82547) * Intel PRO/1000 F Server Adapter (82543) @@ -1554,7 +1552,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4&manpath=freebsd-releas * Intel PRO/1000 XF Server Adapter (82544) * Intel PRO/1000 XT Server Adapter (82544) -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ep&sektion=4&manpath=freebsd-release-ports[ep(4)] driver supports Ethernet adapters based on the 3Com 3C5x9 Etherlink III Parallel Tasking chipset, including: +[i386,pc98,amd64] The man:ep[4] driver supports Ethernet adapters based on the 3Com 3C5x9 Etherlink III Parallel Tasking chipset, including: * 3Com 3C1 CF * 3Com 3C509-TP, 3C509-BNC, 3C509-Combo, 3C509-TPO, 3C509-TPC ISA @@ -1571,9 +1569,9 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4&manpath=freebsd-releas * 3Com OfficeConnect 3CXSH572BT, 3CCSH572BT PCMCIA * Farallon EtherWave and EtherMac PC Card (P/n 595/895 with BLUE arrow) -Agere ET1310 Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query=et&sektion=4&manpath=freebsd-release-ports[et(4)] driver) +Agere ET1310 Gigabit Ethernet adapters (man:et[4] driver) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ex&sektion=4&manpath=freebsd-release-ports[ex(4)] driver supports the following Ethernet adapters: +[i386,amd64] The man:ex[4] driver supports the following Ethernet adapters: * Intel EtherExpress Pro/10 ISA * Intel EtherExpress Pro/10+ ISA @@ -1582,7 +1580,7 @@ Agere ET1310 Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query * Silicom Ethernet LAN PC Card * Silicom EtherSerial LAN PC Card -[i386,pc98,amd64] Controllers and cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=fe&sektion=4&manpath=freebsd-release-ports[fe(4)] driver include: +[i386,pc98,amd64] Controllers and cards supported by the man:fe[4] driver include: * Allied Telesis RE1000, RE1000Plus, ME1500 (110-pin) * CONTEC C-NET(98)P2, C-NET (9N)E (110-pin), C-NET(9N)C (ExtCard) @@ -1601,7 +1599,7 @@ Agere ET1310 Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query * TDK LAK-CD011, LAK-CD021, LAK-CD021A, LAK-CD021BX * Ungermann-Bass Access/PC N98C+(PC85152, PC85142), Access/NOTE N98(PC86132) (110-pin) -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=fxp&sektion=4&manpath=freebsd-release-ports[fxp(4)] driver include: +Adapters supported by the man:fxp[4] driver include: * Intel EtherExpress PRO/10 * Intel InBusiness 10/100 @@ -1616,20 +1614,20 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=fxp&sektion=4 * NEC PC-9821X-B06 (PC-98) * Many on-board network interfaces on Intel motherboards -Chips supported by the http://www.FreeBSD.org/cgi/man.cgi?query=gem&sektion=4&manpath=freebsd-release-ports[gem(4)] driver include: +Chips supported by the man:gem[4] driver include: * Apple GMAC * Sun ERI 10/100 Mbps Ethernet * Sun GEM Gigabit Ethernet -The following add-on cards are known to work with the http://www.FreeBSD.org/cgi/man.cgi?query=gem&sektion=4&manpath=freebsd-release-ports[gem(4)] driver at this time: +The following add-on cards are known to work with the man:gem[4] driver at this time: * Sun Gigabit Ethernet PCI 2.0/3.0 (GBE/P) (part no. 501-4373) * Sun Gigabit Ethernet SBus 2.0/3.0 (GBE/S) (part no. 501-4375) -The http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4&manpath=freebsd-release-ports[hme(4)] driver supports the on-board Ethernet interfaces of many Sun UltraSPARC workstation and server models. +The man:hme[4] driver supports the on-board Ethernet interfaces of many Sun UltraSPARC workstation and server models. -Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4&manpath=freebsd-release-ports[hme(4)] driver include: +Cards supported by the man:hme[4] driver include: * Sun PCI SunSwift Adapter * Sun SBus SunSwift Adapter "( hme" and "SUNW,hme") @@ -1638,7 +1636,7 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4&ma * Sun PCI Quad FastEthernet Controller * Sun SBus Quad FastEthernet Controller -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=ie&sektion=4&manpath=freebsd-release-ports[ie(4)] driver provides supports the following 8 and 16bit ISA Ethernet cards that are based on the Intel i82586 chip: +[i386] The man:e[4] driver provides supports the following 8 and 16bit ISA Ethernet cards that are based on the Intel i82586 chip: * 3COM 3C507 * AT&T EN100 @@ -1647,7 +1645,7 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4&ma * Intel EtherExpress 16 * RACAL Interlan NI5210 -The http://www.FreeBSD.org/cgi/man.cgi?query=igb&sektion=4&manpath=freebsd-release-ports[igb(4)] driver supports Gigabit Ethernet adapters based on the Intel 82575 and 82576 controller chips: +The man:igb[4] driver supports Gigabit Ethernet adapters based on the Intel 82575 and 82576 controller chips: * Intel Gigabit ET Dual Port Server Adapter (82576) * Intel Gigabit VT Quad Port Server Adapter (82575) @@ -1655,48 +1653,48 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=igb&sektion=4&manpath=freebsd-relea * Intel i210 and i211 Gigabit Ethernet Controller * Intel i350 and i354 Gigabit Ethernet Controller -The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ipheth&sektion=4&manpath=freebsd-release-ports[ipheth(4)] driver: +The following devices are supported by the man:ipheth[4] driver: * Apple iPhone tethering (all models) * Apple iPad tethering (all models) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ixgb&sektion=4&manpath=freebsd-release-ports[ixgb(4)] driver supports the following cards: +[i386,amd64] The man:ixgb[4] driver supports the following cards: * Intel PRO/10GbE LR Server Adapter * Intel PRO/10GbE SR Server Adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=ixgbe&sektion=4&manpath=freebsd-release-ports[ixgbe(4)] driver supports the following cards: +The man:ixgbe[4] driver supports the following cards: * Intel(R) 10 Gigabit XF SR/AF Dual Port Server Adapter * Intel(R) 10 Gigabit XF SR/LR Server Adapter * Intel(R) 82598EB 10 Gigabit AF Network Connection * Intel(R) 82598EB 10 Gigabit AT CX4 Network Connection -The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4&manpath=freebsd-release-ports[ixl(4)] driver supports these SFP+ Pluggable Optics: +The man:ixl[4] driver supports these SFP+ Pluggable Optics: * Intel TRIPLE RATE 1G/10G/40G QSFP+ SR (bailed) E40GQSFPSR * Intel TRIPLE RATE 1G/10G/40G QSFP+ SR (bailed) E40GQSFPLR -The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4&manpath=freebsd-release-ports[ixl(4)] dr driver supports 10Gb and 1Gb Ethernet adapters with SR Modules: +The man:ixl[4] dr driver supports 10Gb and 1Gb Ethernet adapters with SR Modules: * Intel DUAL RATE 1G/10G SFP+ SR (bailed) FTLX8571D3BCV-IT * Intel DUAL RATE 1G/10G SFP+ SR (bailed) AFBR-703SDZ-IN2 -The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4&manpath=freebsd-release-ports[ixl(4)] dr driver supports 10Gb and 1Gb Ethernet adapters with LR Modules: +The man:ixl[4] dr driver supports 10Gb and 1Gb Ethernet adapters with LR Modules: * Intel DUAL RATE 1G/10G SFP+ LR (bailed) FTLX1471D3BCV-IT * Intel DUAL RATE 1G/10G SFP+ LR (bailed) AFCT-701SDZ-IN2 Note that X710/XL710 Based SFP+ adapters also support all passive and active limiting direct attach cables that comply with SFF-8431 v4.1 and SFF-8472 v10.4 specifications. -The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4&manpath=freebsd-release-ports[jme(4)] device driver provides support for the following Ethernet controllers: +The man:jme[4] device driver provides support for the following Ethernet controllers: * JMicron JMC250 PCI Express Gigabit Ethernet controller * JMicron JMC251 PCI Express Gigabit Ethernet with Card Read Host controller * JMicron JMC260 PCI Express Fast Ethernet controller * JMicron JMC261 PCI Express Gigabit Ethernet with Card Read Host controller -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=kue&sektion=4&manpath=freebsd-release-ports[kue(4)] driver supports Kawasaki LSI KL5KLUSB101B based USB Ethernet adapters including: +[i386,pc98,amd64,powerpc] The man:kue[4] driver supports Kawasaki LSI KL5KLUSB101B based USB Ethernet adapters including: * 3Com 3c19250 * 3Com 3c460 HomeConnect Ethernet USB Adapter @@ -1715,17 +1713,17 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4&manpath=freebsd-relea * Psion Gold Port USB Ethernet adapter * SMC 2102USB, 2104USB -[i386,pc98,amd64] Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4&manpath=freebsd-release-ports[lge(4)] driver include: +[i386,pc98,amd64] Adapters supported by the man:lge[4] driver include: * SMC TigerCard 1000 (SMC9462SX) * D-Link DGE-500SX -The http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4&manpath=freebsd-release-ports[mlx4en(4)] driver supports the following network adapters: +The man:mlx4en[4] driver supports the following network adapters: * Mellanox ConnectX-2 (ETH) * Mellanox ConnectX-3 (ETH) -The http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4&manpath=freebsd-release-ports[mlx5en(4)] driver supports 100Gb, 50Gb, 40Gb, 25Gb and 10Gb Ethernet adapters. ConnectX-4 supports:10/20/25/40/50/56/100Gb/s speeds. ConnectX-4 LX supports:10/25/40/50Gb/s speeds (and reduced power consumption) : +The man:mlx5en[4] driver supports 100Gb, 50Gb, 40Gb, 25Gb and 10Gb Ethernet adapters. ConnectX-4 supports:10/20/25/40/50/56/100Gb/s speeds. ConnectX-4 LX supports:10/25/40/50Gb/s speeds (and reduced power consumption) : * Mellanox MCX455A-ECAT * Mellanox MCX456A-ECAT @@ -1742,7 +1740,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4&manpath=freebsd-relea * Mellanox MCX4121A-XCAT * Mellanox MCX4111A-XCAT -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=msk&sektion=4&manpath=freebsd-release-ports[msk(4)] driver provides support for various NICs based on the Marvell/SysKonnect Yukon II based Gigabit Ethernet controller chips, including: +[i386,amd64] The man:msk[4] driver provides support for various NICs based on the Marvell/SysKonnect Yukon II based Gigabit Ethernet controller chips, including: * D-Link 550SX Gigabit Ethernet * D-Link 560SX Gigabit Ethernet @@ -1778,19 +1776,19 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4&manpath=freebsd-relea * SysKonnect SK-9Sxx Gigabit Ethernet * SysKonnect SK-9Exx Gigabit Ethernet -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=mxge&sektion=4&manpath=freebsd-release-ports[mxge(4)] driver supports 10 Gigabit Ethernet adapters based on the Myricom LANai Z8E chips: +[i386,amd64] The man:mxge[4] driver supports 10 Gigabit Ethernet adapters based on the Myricom LANai Z8E chips: * Myricom 10GBase-CX4 (10G-PCIE-8A-C, 10G-PCIE-8AL-C) * Myricom 10GBase-R (10G-PCIE-8A-R, 10G-PCIE-8AL-R) * Myricom 10G XAUI over ribbon fiber (10G-PCIE-8A-Q, 10G-PCIE-8AL-Q) -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=my&sektion=4&manpath=freebsd-release-ports[my(4)] driver provides support for various NICs based on the Myson chipset. Supported models include: +[i386,pc98] The man:my[4] driver provides support for various NICs based on the Myson chipset. Supported models include: * Myson MTD800 PCI Fast Ethernet chip * Myson MTD803 PCI Fast Ethernet chip * Myson MTD89X PCI Gigabit Ethernet chip -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=nfe&sektion=4&manpath=freebsd-release-ports[nfe(4)] driver supports the following NVIDIA MCP onboard adapters: +[i386,amd64] The man:nfe[4] driver supports the following NVIDIA MCP onboard adapters: * NVIDIA nForce MCP Networking Adapter * NVIDIA nForce MCP04 Networking Adapter @@ -1813,7 +1811,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4&manpath=freebsd-relea * NVIDIA nForce4 CK804 MCP8 Networking Adapter * NVIDIA nForce4 CK804 MCP9 Networking Adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4&manpath=freebsd-release-ports[nge(4)] driver supports National Semiconductor DP83820 and DP83821 based Gigabit Ethernet adapters including: +The man:nge[4] driver supports National Semiconductor DP83820 and DP83821 based Gigabit Ethernet adapters including: * Addtron AEG320T * Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI) @@ -1826,15 +1824,15 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4&manpath=freebsd-relea * Surecom Technology EP-320G-TX * Trendware TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=nxge&sektion=4&manpath=freebsd-release-ports[nxge(4)] driver supports Neterion Xframe 10 Gigabit Ethernet adapters listed in http://www.neterion.com/how/pricing.html. +[i386,amd64] The man:nxge[4] driver supports Neterion Xframe 10 Gigabit Ethernet adapters listed in http://www.neterion.com/how/pricing.html. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=oce&sektion=4&manpath=freebsd-release-ports[oce(4)] driver supports the following network adapters: +[i386,amd64] The man:oce[4] driver supports the following network adapters: * Emulex BladeEngine 2 * Emulex BladeEngine 3 * Emulex Lancer -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=pcn&sektion=4&manpath=freebsd-release-ports[pcn(4)] driver supports adapters and embedded controllers based on the AMD PCnet/FAST, PCnet/FAST+, PCnet/FAST III, PCnet/PRO and PCnet/Home Fast Ethernet chips: +[i386,pc98,amd64] The man:pcn[4] driver supports adapters and embedded controllers based on the AMD PCnet/FAST, PCnet/FAST+, PCnet/FAST III, PCnet/PRO and PCnet/Home Fast Ethernet chips: * AMD Am79C971 PCnet-FAST * AMD Am79C972 PCnet-FAST+ @@ -1843,24 +1841,24 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4&manpath=freebsd-relea * AMD Am79C978 PCnet-Home * Allied-Telesis LA-PCI -The http://www.FreeBSD.org/cgi/man.cgi?query=pcn&sektion=4&manpath=freebsd-release-ports[qlnxe(4)] driver supports 25/40/100 Gigabit Ethernet & CNA Adapter based on the following chipsets: +The man:qlnxe[4] driver supports 25/40/100 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 45000 series -[amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=qlxgb&sektion=4&manpath=freebsd-release-ports[qlxgb(4)] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: +[amd64] The man:qlxgb[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 3200 series * QLogic 8200 series -[amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=qlxgbe&sektion=4&manpath=freebsd-release-ports[qlxgbe(4)] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: +[amd64] The man:qlxgbe[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 8300 series -[amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=qlxge&sektion=4&manpath=freebsd-release-ports[qlxge(4)] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: +[amd64] The man:qlxge[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 8100 series -The http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4&manpath=freebsd-release-ports[re(4)] driver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters including: +The man:re[4] driver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters including: * Alloy Computer Products EtherGOLD 1439E 10/100 (8139C+) * Compaq Evo N1015v Integrated Ethernet (8139C+) @@ -1874,7 +1872,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4&manpath=freebsd-releas * USRobotics USR997902 Gigabit Ethernet (8169S) * Xterasys XN-152 10/100/1000 NIC (8169) -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=rl&sektion=4&manpath=freebsd-release-ports[rl(4)] driver include: +Adapters supported by the man:rl[4] driver include: * Accton "Cheetah" EN1207D (MPX 5030/5038; RealTek 8139 clone) * Allied Telesyn AT2550 @@ -1909,14 +1907,14 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=rl&sektion=4& * SMC EZ Card 10/100 PCI 1211-TX * SOHO (PRAGMATIC) UE-1211C -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=rue&sektion=4&manpath=freebsd-release-ports[rue(4)] driver supports RealTek RTL8150 based USB Ethernet adapters including: +[i386,pc98,amd64] The man:rue[4] driver supports RealTek RTL8150 based USB Ethernet adapters including: * Buffalo (Melco Inc.) LUA-KTX * Green House GH-USB100B * LinkSys USB100M * Billionton 10/100 FastEthernet USBKR2 -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sf&sektion=4&manpath=freebsd-release-ports[sf(4)] driver include: +Adapters supported by the man:sf[4] driver include: * ANA-62011 64-bit single port 10/100baseTX adapter * ANA-62022 64-bit dual port 10/100baseTX adapter @@ -1924,14 +1922,14 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sf&sektion=4& * ANA-69011 32-bit single port 10/100baseTX adapter * ANA-62020 64-bit single port 100baseFX adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=sfxge&sektion=4&manpath=freebsd-release-ports[sfxge(4)] driver supports all 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers. +The man:sfxge[4] driver supports all 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers. -The %0Ahttp://www.FreeBSD.org/cgi/man.cgi?query=sge&sektion=4&manpath=freebsd-release-ports[sge(4)] device driver provides support for the following Ethernet controllers: +The %0Ahttp://www.FreeBSD.org/cgi/man.cgi?query=sge&sektion=4&manpath=freebsd-release-ports[sge[4] device driver provides support for the following Ethernet controllers: * SiS190 Fast Ethernet controller * SiS191 Fast/Gigabit Ethernet controller -The http://www.FreeBSD.org/cgi/man.cgi?query=sis&sektion=4&manpath=freebsd-release-ports[sis(4)] driver supports Silicon Integrated Systems SiS 900 and SiS 7016 based Fast Ethernet adapters and embedded controllers, as well as Fast Ethernet adapters based on the National Semiconductor DP83815 (MacPhyter) and DP83816 chips. Supported adapters include: +The man:sis[4] driver supports Silicon Integrated Systems SiS 900 and SiS 7016 based Fast Ethernet adapters and embedded controllers, as well as Fast Ethernet adapters based on the National Semiconductor DP83815 (MacPhyter) and DP83816 chips. Supported adapters include: * @Nifty FNECHARD IFC USUP-TX * MELCO LGY-PCI-TXC @@ -1940,7 +1938,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=sis&sektion=4&manpath=freebsd-relea * SiS 630, 635, and 735 motherboard chipsets * Soekris Engineering net45xx, net48xx, lan1621, and lan1641 -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sk&sektion=4&manpath=freebsd-release-ports[sk(4)] driver include: +Adapters supported by the man:sk[4] driver include: * 3Com 3C940 single port, 1000baseT adapter * 3Com 3C2000-T single port, 1000baseT adapter @@ -1956,13 +1954,13 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sk&sektion=4& * SK-9844 SK-NET GE-SX dual port, multimode fiber adapter * SMC 9452TX single port, 1000baseT adapter -The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=smsc&sektion=4&manpath=freebsd-release-ports[smsc(4)] driver: +The following devices are supported by the man:smsc[4] driver: * SMSC LAN9500, LAN9500A, LAN9505 and LAN9505A based Ethernet adapters * SMSC LAN89530, LAN9530 and LAN9730 based Ethernet adapters * SMSC LAN951x Ethernet adapters with integrated USB hub -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4&manpath=freebsd-release-ports[sn(4)] driver supports SMC91Cxx based ISA and PCMCIA cards including: +[i386,amd64] The man:sn[4] driver supports SMC91Cxx based ISA and PCMCIA cards including: * 3Com Megahertz X-Jack Ethernet PC Card XJ10BT, XJ10BC * 3Com Megahertz XJEM and CCEM series: CCEM3288C, CCEM3288T, CCEM3336, CEM3336C, CCEM3336T, XJEM1144C, XJEM1144T, XJEM3288C, XJEM3288T, XJEM3336 @@ -1976,11 +1974,11 @@ The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?qu * SMC EZEther PC Card (8020BT) * SMC EZEther PC Card (8020T) -The http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4&manpath=freebsd-release-ports[sn(4)] driver supports the SMC 91C90, SMC 91C92, SMC 91C94, SMC 91C95, SMC 91C96, SMC91C100 and SMC 91C100FD chips from SMC. +The man:sn[4] driver supports the SMC 91C90, SMC 91C92, SMC 91C94, SMC 91C95, SMC 91C96, SMC91C100 and SMC 91C100FD chips from SMC. -The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver supports the 595 and 895 cards. These cards have the blue arrow on the front along with a 3Com logo. The Farallon 595a cards, which have a red arrow on the front, are also called EtherWave and EtherMac. They are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4&manpath=freebsd-release-ports[sn(4)] driver. +The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver supports the 595 and 895 cards. These cards have the blue arrow on the front along with a 3Com logo. The Farallon 595a cards, which have a red arrow on the front, are also called EtherWave and EtherMac. They are supported by the man:sn[4] driver. -[pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=snc&sektion=4&manpath=freebsd-release-ports[snc(4)] driver supports the following cards: +[pc98] The man:snc[4] driver supports the following cards: * National Semiconductor DP83934AVQB * NEC PC-9801-83 @@ -1992,15 +1990,15 @@ The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver * NEC PC-9801N-J02 PCMCIA * NEC PC-9801N-J02R PCMCIA -The http://www.FreeBSD.org/cgi/man.cgi?query=snc&sektion=4&manpath=freebsd-release-ports[snc(4)] driver also includes support for the National Semiconductor NS46C46 as 64 * 16 bits Microwave Serial EEPROM. +The man:snc[4] driver also includes support for the National Semiconductor NS46C46 as 64 * 16 bits Microwave Serial EEPROM. -The http://www.FreeBSD.org/cgi/man.cgi?query=ste&sektion=4&manpath=freebsd-release-ports[ste(4)] driver supports Sundance Technologies ST201 based Fast Ethernet adapters and embedded controllers including: +The man:ste[4] driver supports Sundance Technologies ST201 based Fast Ethernet adapters and embedded controllers including: * D-Link DFE-530TXS * D-Link DFE-550TX * D-Link DFE-580TX -The http://www.FreeBSD.org/cgi/man.cgi?query=stge&sektion=4&manpath=freebsd-release-ports[stge(4)] driver provides support for various NICs based on the Sundance/Tamarack TC9021 based Gigabit Ethernet controller chips, including: +The man:stge[4] driver provides support for various NICs based on the Sundance/Tamarack TC9021 based Gigabit Ethernet controller chips, including: * Antares Microsystems Gigabit Ethernet * ASUS NX1101 Gigabit Ethernet @@ -2011,7 +2009,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=stge&sektion=4&manpath=freebsd-rele * Sundance TC9021 Gigabit Ethernet * Tamarack TC9021 Gigabit Ethernet -[i386,pc98,amd64,sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=ti&sektion=4&manpath=freebsd-release-ports[ti(4)] driver supports Gigabit Ethernet adapters based on the Alteon Tigon I and II chips. The http://www.FreeBSD.org/cgi/man.cgi?query=ti&sektion=4&manpath=freebsd-release-ports[ti(4)] driver has been tested with the following adapters: +[i386,pc98,amd64,sparc64] The man:ti[4] driver supports Gigabit Ethernet adapters based on the Alteon Tigon I and II chips. The man:ti[4] driver has been tested with the following adapters: * 3Com 3c985-SX Gigabit Ethernet adapter (Tigon 1) * 3Com 3c985B-SX Gigabit Ethernet adapter (Tigon 2) @@ -2029,14 +2027,14 @@ The following adapters should also be supported but have not yet been tested: * NEC Gigabit Ethernet * Silicon Graphics PCI Gigabit Ethernet adapter -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4&manpath=freebsd-release-ports[tl(4)] driver supports Texas Instruments ThunderLAN based Ethernet and Fast Ethernet adapters including a large number of Compaq PCI Ethernet adapters. Also supported are: +[i386,pc98,amd64] The man:tl[4] driver supports Texas Instruments ThunderLAN based Ethernet and Fast Ethernet adapters including a large number of Compaq PCI Ethernet adapters. Also supported are: * Olicom OC-2135/2138 10/100 TX UTP adapter * Olicom OC-2325/OC-2326 10/100 TX UTP adapter * Racore 8148 10baseT/100baseTX/100baseFX adapter * Racore 8165 10/100baseTX adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4&manpath=freebsd-release-ports[tl(4)] driver also supports the built-in Ethernet adapters of various Compaq Prosignia servers and Compaq Deskpro desktop machines including: +The man:tl[4] driver also supports the built-in Ethernet adapters of various Compaq Prosignia servers and Compaq Deskpro desktop machines including: * Compaq Netelligent 10 * Compaq Netelligent 10 T PCI UTP/Coax @@ -2049,9 +2047,9 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4&manpath=freebsd-releas * Compaq NetFlex 3P Integrated * Compaq NetFlex 3P w/BNC -[amd64, i386, pc98] SMC 83c17x (EPIC)-based Ethernet NICs (http://www.FreeBSD.org/cgi/man.cgi?query=tx&sektion=4&manpath=freebsd-release-ports[tx(4)] driver) +[amd64, i386, pc98] SMC 83c17x (EPIC)-based Ethernet NICs (man:tx[4] driver) -The http://www.FreeBSD.org/cgi/man.cgi?query=txp&sektion=4&manpath=freebsd-release-ports[txp(4)] driver supports the following cards: +The man:txp[4] driver supports the following cards: * 3Com 3CR990-TX-95 * 3Com 3CR990-TX-97 @@ -2060,20 +2058,20 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=txp&sektion=4&manpath=freebsd-relea * 3Com 3CR990SVR97 * 3Com 3cR990B-SRV -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=udav&sektion=4&manpath=freebsd-release-ports[udav(4)] driver supports the following adapters: +[i386,pc98,amd64] The man:udav[4] driver supports the following adapters: * Corega FEther USB-TXC * ShanTou ST268 USB NIC -The http://www.FreeBSD.org/cgi/man.cgi?query=urndis&sektion=4&manpath=freebsd-release-ports[urndis(4)] driver supports the functionality of many Android devices. +The man:urndis[4] driver supports the functionality of many Android devices. -The http://www.FreeBSD.org/cgi/man.cgi?query=vge&sektion=4&manpath=freebsd-release-ports[vge(4)] driver supports VIA Networking VT6120, VT6122, VT6130 and VT6132 based Gigabit Ethernet adapters including: +The man:vge[4] driver supports VIA Networking VT6120, VT6122, VT6130 and VT6132 based Gigabit Ethernet adapters including: * VIA Networking LAN-on-motherboard Gigabit Ethernet * ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701) * ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702) -The http://www.FreeBSD.org/cgi/man.cgi?query=vr&sektion=4&manpath=freebsd-release-ports[vr(4)] driver supports VIA Technologies Rhine I, Rhine II, and Rhine III based Fast Ethernet adapters including: +The man:vr[4] driver supports VIA Technologies Rhine I, Rhine II, and Rhine III based Fast Ethernet adapters including: * AOpen/Acer ALN-320 * D-Link DFE520-TX @@ -2081,24 +2079,24 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=vr&sektion=4&manpath=freebsd-releas * Hawking Technologies PN102TX * Soekris Engineering net5501 -The http://www.FreeBSD.org/cgi/man.cgi?query=vte&sektion=4&manpath=freebsd-release-ports[vte(4)] device driver provides support for the following Ethernet controllers: +The man:vte[4] device driver provides support for the following Ethernet controllers: * DM&P Vortex86 RDC R6040 Fast Ethernet controller -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=vx&sektion=4&manpath=freebsd-release-ports[vx(4)] driver supports the following cards: +[i386,pc98,amd64] The man:vx[4] driver supports the following cards: * 3Com 3c590 EtherLink III PCI * 3Com 3c592 EtherLink III EISA * 3Com 3c595 Fast EtherLink III PCI in 10 Mbps mode * 3Com 3c597 Fast EtherLink III EISA in 10 Mbps mode -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=vxge&sektion=4&manpath=freebsd-release-ports[vxge(4)] driver supports Neterion X3100 10 Gigabit Ethernet adapters listed in http://www.neterion.com. +[i386,amd64] The man:vxge[4] driver supports Neterion X3100 10 Gigabit Ethernet adapters listed in http://www.neterion.com. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=wb&sektion=4&manpath=freebsd-release-ports[wb(4)] driver supports Winbond W89C840F based Fast Ethernet adapters and embedded controllers including: +[i386,pc98,amd64] The man:wb[4] driver supports Winbond W89C840F based Fast Ethernet adapters and embedded controllers including: * Trendware TE100-PCIE -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=xe&sektion=4&manpath=freebsd-release-ports[xe(4)] driver supports the following cards: +[i386,amd64] The man:xe[4] driver supports the following cards: * Xircom CreditCard Ethernet (PS-CE2-10) * Xircom CreditCard Ethernet + Modem 28 (PS-CEM-28) @@ -2116,7 +2114,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=vte&sektion=4&manpath=freebsd-relea Other similar devices using the same hardware may also be supported. -The http://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4&manpath=freebsd-release-ports[xl(4)] driver supports the following hardware: +The man:xl[4] driver supports the following hardware: * 3Com 3c900-TPO * 3Com 3c900-COMBO @@ -2138,36 +2136,36 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4&manpath=freebsd-releas * 3Com 3C3SH573BT, 3C575TX, 3CCFE575BT, 3CXFE575BT, 3CCFE575CT, 3CXFE575CT, 3CCFEM656, 3CCFEM656B, and 3CCFEM656C, 3CXFEM656, 3CXFEM656B, and 3CXFEM656C CardBus adapters * 3Com 3c905-TX, 3c905B-TX 3c905C-TX, 3c920B-EMB, and 3c920B-EMB-WNM embedded adapters -Both the 3C656 family of CardBus cards and the 3C556 family of MiniPCI cards have a built-in proprietary modem. Neither the http://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4&manpath=freebsd-release-ports[xl(4)] driver nor any other FreeBSD driver supports this modem. +Both the 3C656 family of CardBus cards and the 3C556 family of MiniPCI cards have a built-in proprietary modem. Neither the man:xl[4] driver nor any other FreeBSD driver supports this modem. [[fddi]] == FDDI Interfaces -[i386, pc98] DEC DEFPA PCI (http://www.FreeBSD.org/cgi/man.cgi?query=fpa&sektion=4&manpath=freebsd-release-ports[fpa(4)] driver) +[i386, pc98] DEC DEFPA PCI (man:fpa[4] driver) -[i386] DEC DEFEA EISA (http://www.FreeBSD.org/cgi/man.cgi?query=fpa&sektion=4&manpath=freebsd-release-ports[fpa(4)] driver) +[i386] DEC DEFEA EISA (man:fpa[4] driver) [[atm]] == ATM Interfaces -[i386, pc98] Midway-based ATM interfaces (http://www.FreeBSD.org/cgi/man.cgi?query=en&sektion=4&manpath=freebsd-release-ports[en(4)] driver) +[i386, pc98] Midway-based ATM interfaces (man:en[4] driver) -[i386, pc98 sparc64] FORE Systems, Inc. PCA-200E ATM PCI Adapters (hfa and http://www.FreeBSD.org/cgi/man.cgi?query=fatm&sektion=4&manpath=freebsd-release-ports[fatm(4)] drivers) +[i386, pc98 sparc64] FORE Systems, Inc. PCA-200E ATM PCI Adapters (hfa and man:fatm[4] drivers) -[i386, pc98] IDT NICStAR 77201/211-based ATM Adapters (http://www.FreeBSD.org/cgi/man.cgi?query=idt&sektion=4&manpath=freebsd-release-ports[idt(4)] driver) +[i386, pc98] IDT NICStAR 77201/211-based ATM Adapters (man:idt[4] driver) -[i386, pc98 sparc64] FORE Systems, Inc. HE155 and HE622 ATM interfaces (http://www.FreeBSD.org/cgi/man.cgi?query=hatm&sektion=4&manpath=freebsd-release-ports[hatm(4)] driver) +[i386, pc98 sparc64] FORE Systems, Inc. HE155 and HE622 ATM interfaces (man:hatm[4] driver) -[i386, pc98] IDT77252-based ATM cards (http://www.FreeBSD.org/cgi/man.cgi?query=patm&sektion=4&manpath=freebsd-release-ports[patm(4)] driver) +[i386, pc98] IDT77252-based ATM cards (man:patm[4] driver) [[wlan]] == Wireless Network Interfaces -[amd64, i386, pc98] Cisco/Aironet 802.11b wireless adapters (http://www.FreeBSD.org/cgi/man.cgi?query=an&sektion=4&manpath=freebsd-release-ports[an(4)] driver) +[amd64, i386, pc98] Cisco/Aironet 802.11b wireless adapters (man:an[4] driver) -[i386,pc98,amd64,sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=ath&sektion=4&manpath=freebsd-release-ports[ath(4)] driver supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL chipset. +[i386,pc98,amd64,sparc64] The man:ath[4] driver supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL chipset. -The http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4&manpath=freebsd-release-ports[bwi(4)] driver supports Broadcom BCM43xx based wireless devices, including: +The man:bwi[4] driver supports Broadcom BCM43xx based wireless devices, including: * Apple Airport Extreme * Apple Airport Extreme @@ -2186,9 +2184,9 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4&manpath=freebsd-relea * TRENDnet TEW-401PCplus * US Robotics 5411 -The http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4&manpath=freebsd-release-ports[bwi(4)] driver uses the older v3 version of Broadcom's firmware. While this older firmware does support most BCM43xx parts, the bwn(4) driver works better for the newer chips it supports. You must use the http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4&manpath=freebsd-release-ports[bwi(4)] driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2). The v4 version of the firmware that bwn(4) uses does not support these chips. +The man:bwi[4] driver uses the older v3 version of Broadcom's firmware. While this older firmware does support most BCM43xx parts, the bwn(4) driver works better for the newer chips it supports. You must use the man:bwi[4] driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2). The v4 version of the firmware that bwn(4) uses does not support these chips. -The http://www.FreeBSD.org/cgi/man.cgi?query=bwn&sektion=4&manpath=freebsd-release-ports[bwn(4)] driver supports Broadcom BCM43xx based wireless devices, including: +The man:bwn[4] driver supports Broadcom BCM43xx based wireless devices, including: * Apple Airport Extreme * ASUS WL-138g @@ -2204,19 +2202,19 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=bwn&sektion=4&manpath=freebsd-relea Users of older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2) must use bwi(4) because the v4 version of the firmware does not support these chips. The newer firmware is too big to fit into these old chips. -[i386, amd64] Intel PRO/Wireless 2100 MiniPCI network adapter (http://www.FreeBSD.org/cgi/man.cgi?query=ipw&sektion=4&manpath=freebsd-release-ports[ipw(4)] driver) +[i386, amd64] Intel PRO/Wireless 2100 MiniPCI network adapter (man:ipw[4] driver) -[i386, amd64] Intel PRO/Wireless 2200BG/2915ABG MiniPCI and 2225BG PCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=iwi&sektion=4&manpath=freebsd-release-ports[iwi(4)] driver) +[i386, amd64] Intel PRO/Wireless 2200BG/2915ABG MiniPCI and 2225BG PCI network adapters (man:iwi[4] driver) -[i386, amd64] Intel Dual Band Wireless AC 3160/7260/7265 IEEE 802.11ac network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=iwm&sektion=4&manpath=freebsd-release-ports[iwm(4)] driver) +[i386, amd64] Intel Dual Band Wireless AC 3160/7260/7265 IEEE 802.11ac network adapters (man:iwm[4] driver) -[i386, amd64] Intel Wireless WiFi Link 4965AGN IEEE 802.11n PCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=iwn&sektion=4&manpath=freebsd-release-ports[iwn(4)] driver) +[i386, amd64] Intel Wireless WiFi Link 4965AGN IEEE 802.11n PCI network adapters (man:iwn[4] driver) -[i386, amd64] Marvell Libertas IEEE 802.11b/g PCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=malo&sektion=4&manpath=freebsd-release-ports[malo(4)] driver) +[i386, amd64] Marvell Libertas IEEE 802.11b/g PCI network adapters (man:malo[4] driver) -Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=mwl&sektion=4&manpath=freebsd-release-ports[mwl(4)] driver) +Marvell 88W8363 IEEE 802.11n wireless network adapters (man:mwl[4] driver) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=otus&sektion=4&manpath=freebsd-release-ports[otus(4)] driver provices support for Atheros AR9170 USB IEEE 802.11b/g/n wireless network adapters, including: +[i386,amd64] The man:otus[4] driver provices support for Atheros AR9170 USB IEEE 802.11b/g/n wireless network adapters, including: * 3Com 3CRUSBN275 * Arcadyan WN7512 @@ -2237,7 +2235,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * Z-Com UB82 * ZyXEL NWD-271N -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ral&sektion=4&manpath=freebsd-release-ports[ral(4)] driver supports PCI/PCIe/CardBus wireless adapters based on Ralink Technology chipsets, including: +[i386,amd64] The man:ral[4] driver supports PCI/PCIe/CardBus wireless adapters based on Ralink Technology chipsets, including: * A-Link WL54H * A-Link WL54PC @@ -2327,7 +2325,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * Zonet ZEW1500 * Zonet ZEW1600 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=rsu&sektion=4&manpath=freebsd-release-ports[rsu(4)] driver provices support for Realtek RTL8188SU/RTL8192SU USB IEEE 802.11b/g/n wireless network adapters, including: +[i386,amd64] The man:rsu[4] driver provices support for Realtek RTL8188SU/RTL8192SU USB IEEE 802.11b/g/n wireless network adapters, including: * ASUS USB-N10 * Belkin F7D1101 v1 @@ -2343,9 +2341,9 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * TRENDnet TEW-648UB * TRENDnet TEW-649UB -Realtek RTL8188CE based PCIe IEEE 802.11b/g/n wireless network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=rtwn&sektion=4&manpath=freebsd-release-ports[rtwn(4)] driver) +Realtek RTL8188CE based PCIe IEEE 802.11b/g/n wireless network adapters (man:rtwn[4] driver) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=rum&sektion=4&manpath=freebsd-release-ports[rum(4)] driver supports USB 2.0 wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets, including: +[i386,amd64] The man:rum[4] driver supports USB 2.0 wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets, including: * 3Com Aolynk WUB320g * Abocom WUG2700 @@ -2384,7 +2382,7 @@ Realtek RTL8188CE based PCIe IEEE 802.11b/g/n wireless network adapters (http:// * Sweex LW053 * TP-LINK TL-WN321G -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=run&sektion=4&manpath=freebsd-release-ports[run(4)] driver supports the following wireless adapters: +[i386,amd64] The man:run[4] driver supports the following wireless adapters: * Airlink101 AWLL6090 * ASUS USB-N11 @@ -2446,7 +2444,7 @@ Realtek RTL8188CE based PCIe IEEE 802.11b/g/n wireless network adapters (http:// * ZyXEL NWD210N * ZyXEL NWD270N -The http://www.FreeBSD.org/cgi/man.cgi?query=uath&sektion=4&manpath=freebsd-release-ports[uath(4)] driver should work with the following adapters: +The man:uath[4] driver should work with the following adapters: * Compex WLU108AG * Compex WLU108G @@ -2470,7 +2468,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=uath&sektion=4&manpath=freebsd-rele An up to date list can be found at http://customerproducts.atheros.com/customerproducts/default.asp. -The http://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4&manpath=freebsd-release-ports[upgt(4)] driver supports USB 2.0 Conexant/Intersil PrismGT series wireless adapters based on the GW3887 chipset, among them: +The man:upgt[4] driver supports USB 2.0 Conexant/Intersil PrismGT series wireless adapters based on the GW3887 chipset, among them: * Belkin F5D7050 (version 1000) * Cohiba Proto Board @@ -2484,7 +2482,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4&manpath=freebsd-rele * Spinnaker DUT * Spinnaker Proto Board -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ural&sektion=4&manpath=freebsd-release-ports[ural(4)] driver supports USB 2.0 wireless adapters based on the Ralink Technology RT2500USB chipset, including: +[i386,amd64] The man:ural[4] driver supports USB 2.0 wireless adapters based on the Ralink Technology RT2500USB chipset, including: * AMIT WL532U * ASUS WL-167g @@ -2516,7 +2514,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4&manpath=freebsd-rele An up to date list can be found at http://ralink.rapla.net/. -The http://www.FreeBSD.org/cgi/man.cgi?query=urtw&sektion=4&manpath=freebsd-release-ports[urtw(4)] driver supports Realtek RTL8187B/L based wireless network devices, including: +The man:urtw[4] driver supports Realtek RTL8187B/L based wireless network devices, including: * Belkin F5D7050E * Linksys WUSB54GCv2 @@ -2529,7 +2527,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtw&sektion=4&manpath=freebsd-rele * SureCom EP-9001-g(2A) * TRENDnet TEW-424UB V3.xR -The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-release-ports[urtwn(4)] driver supports Realtek RTL8188CU/RTL8188RU/RTL8188EU/RTL8192CU based USB IEEE 802.11b/g/n wireless network adapters, including: +The man:urtwn[4] driver supports Realtek RTL8188CU/RTL8188RU/RTL8188EU/RTL8192CU based USB IEEE 802.11b/g/n wireless network adapters, including: * Alfa AWUS036NHR v2 * ASUS USB-N10 NANO @@ -2545,13 +2543,13 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-rel * TP-LINK TL-WN723N v3 * TP-LINK TL-WN725N v2 -[amd64, i386, pc98] Lucent Technologies WaveLAN/IEEE 802.11b wireless network adapters and workalikes using the Lucent Hermes, Intersil PRISM-II, Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24 chipsets (http://www.FreeBSD.org/cgi/man.cgi?query=wi&sektion=4&manpath=freebsd-release-ports[wi(4)] driver) +[amd64, i386, pc98] Lucent Technologies WaveLAN/IEEE 802.11b wireless network adapters and workalikes using the Lucent Hermes, Intersil PRISM-II, Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24 chipsets (man:wi[4] driver) -[i386] NCR / AT&T / Lucent Technologies WaveLan T1-speed ISA/radio LAN cards (http://www.FreeBSD.org/cgi/man.cgi?query=wl&sektion=4&manpath=freebsd-release-ports[wl(4)] driver) +[i386] NCR / AT&T / Lucent Technologies WaveLan T1-speed ISA/radio LAN cards (man:wl[4] driver) -[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=wpi&sektion=4&manpath=freebsd-release-ports[wpi(4)] driver) +[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network adapters (man:wpi[4] driver) -[i386,amd64] The following devices are known to be supported by the http://www.FreeBSD.org/cgi/man.cgi?query=zyd&sektion=4&manpath=freebsd-release-ports[zyd(4)] driver: +[i386,amd64] The following devices are known to be supported by the man:zyd[4] driver: * 3COM 3CRUSB10075 * Acer WLAN-G-US1 @@ -2601,12 +2599,12 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-rel [[misc-network]] == Miscellaneous Networks -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=ce&sektion=4&manpath=freebsd-release-ports[ce(4)] driver supports the following models of Tau-PCI/32 WAN adapters: +[i386,pc98] The man:ce[4] driver supports the following models of Tau-PCI/32 WAN adapters: * Cronyx Tau-PCI/32 * Cronyx Tau-PCI/32-Lite -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=cx&sektion=4&manpath=freebsd-release-ports[cx(4)] driver supports the following cards: +[i386] The man:cx[4] driver supports the following cards: * Cronyx Sigma-22, Sigma-24 * Cronyx Sigma-100 @@ -2615,7 +2613,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-rel * Cronyx Sigma-703 * Cronyx Sigma-800, Sigma-801, Sigma-810, Sigma-840 -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=cp&sektion=4&manpath=freebsd-release-ports[cp(4)] driver supports the following models of Tau-PCI WAN adapters: +[i386,pc98] The man:cp[4] driver supports the following models of Tau-PCI WAN adapters: * Cronyx Tau-PCI * Cronyx Tau-PCI/R @@ -2629,14 +2627,14 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-rel * Cronyx Tau-PCI-T3 * Cronyx Tau-PCI-STS1 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=ctau&sektion=4&manpath=freebsd-release-ports[ctau(4)] driver supports the following cards: +[i386] The man:ctau[4] driver supports the following cards: * Cronyx Tau (RS-232/V.35) * Cronyx Tau/R (RS-530/RS-449) * Cronyx Tau/E1 (fractional E1) * Cronyx Tau/G703 (unframed E1) -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=cm&sektion=4&manpath=freebsd-release-ports[cm(4)] driver supports the following card models: +[i386] The man:cm[4] driver supports the following card models: * SMC90c26 * SMC90c56 @@ -2645,14 +2643,14 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-rel [[serial]] == Serial Interfaces -[amd64, i386] "PC standard" 8250, 16450, and 16550-based serial ports (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[amd64, i386] "PC standard" 8250, 16450, and 16550-based serial ports (man:sio[4] driver) -The http://www.FreeBSD.org/cgi/man.cgi?query=uart&sektion=4&manpath=freebsd-release-ports[uart(4)] driver supports the following classes of UARTs: +The man:uart[4] driver supports the following classes of UARTs: * NS8250: standard hardware based on the 8250, 16450, 16550, 16650, 16750 or the 16950 UARTs. * SCC: serial communications controllers supported by the scc(4) device driver. -The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4&manpath=freebsd-release-ports[scc(4)] driver supports the following classes of SCCs: +The man:scc[4] driver supports the following classes of SCCs: * SAB82532: Siemens SAB 82532 based serial communications controllers. * Z8530: Zilog 8530 based serial communications controllers. @@ -2669,15 +2667,15 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4&manpath=freebsd-relea * Boca BB1008 8-Port serial card (Modems _not_ supported) * Boca BB2016 16-Port serial card (Modems supported) -[i386] Comtrol Rocketport card (http://www.FreeBSD.org/cgi/man.cgi?query=rp&sektion=4&manpath=freebsd-release-ports[rp(4)] driver) +[i386] Comtrol Rocketport card (man:rp[4] driver) -[i386] Cyclades Cyclom-Y serial board (http://www.FreeBSD.org/cgi/man.cgi?query=cy&sektion=4&manpath=freebsd-release-ports[cy(4)] driver) +[i386] Cyclades Cyclom-Y serial board (man:cy[4] driver) [i386] STB 4 port card using shared IRQ [i386] DigiBoard intelligent serial cards (digi driver) -[amd64, i386] PCI-Based multi-port serial boards (http://www.FreeBSD.org/cgi/man.cgi?query=puc&sektion=4&manpath=freebsd-release-ports[puc(4)] driver) +[amd64, i386] PCI-Based multi-port serial boards (man:puc[4] driver) * [amd64, i386] Actiontech 56K PCI * [amd64, i386] Avlab Technology, PCI IO 2S and PCI IO 4S @@ -2702,90 +2700,84 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4&manpath=freebsd-relea * [amd64, i386] US Robotics (3Com) 3CP5609 modem * [amd64, i386] VScom PCI-400 and PCI-800 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=rc&sektion=4&manpath=freebsd-release-ports[rc(4)] driver provides support for the SDL Communications RISCom/8 boards. +[i386] The man:rc[4] driver provides support for the SDL Communications RISCom/8 boards. -[i386, amd64] Specialix SI/XIO/SX multiport serial cards, with both the older SIHOST2.x and the "enhanced" (transputer based, aka JET) host cards (ISA, EISA and PCI) are supported. Note that the newer SX+ PCI cards are not currently supported. (http://www.FreeBSD.org/cgi/man.cgi?query=si&sektion=4&manpath=freebsd-release-ports[si(4)] driver) +[i386, amd64] Specialix SI/XIO/SX multiport serial cards, with both the older SIHOST2.x and the "enhanced" (transputer based, aka JET) host cards (ISA, EISA and PCI) are supported. Note that the newer SX+ PCI cards are not currently supported. (man:si[4] driver) -[pc98] Internel serial interfaces (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] Internel serial interfaces (man:sio[4] driver) * PC-9801 on-board * PC-9821 2'nd CCU (flags 0x12000000) -[pc98] NEC PC-9861K, PC-9801-101 and Midori-Denshi MDC-926Rs (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] NEC PC-9861K, PC-9801-101 and Midori-Denshi MDC-926Rs (man:sio[4] driver) * COM2 (flags 0x01000000) * COM3 (flags 0x02000000) -[pc98] NEC PC-9801-120 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] NEC PC-9801-120 (man:sio[4] driver) -[.note] *Note*: + "flags 0x11000000" is necessary in kernel configuration. -[pc98] Microcore MC-16550, MC-16550II, MC-RS98 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] Microcore MC-16550, MC-16550II, MC-RS98 (man:sio[4] driver) -[.note] *Note*: + "flags 0x14000?01" is necessary in kernel configuration. -[pc98] Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 (man:sio[4] driver) -[.note] *Note*: + "flags 0x15000?01" is necessary in kernel configuration. -[pc98] Media Intelligent RSB-384 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] Media Intelligent RSB-384 (man:sio[4] driver) -[.note] *Note*: + "flags 0x16000001" is necessary in kernel configuration. -[pc98] I-O DATA RSA-98III (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] I-O DATA RSA-98III (man:sio[4] driver) -[.note] *Note*: + "flags 0x18000?01" is necessary in kernel configuration. -[pc98] Hayes ESP98 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] Hayes ESP98 (man:sio[4] driver) -[.note] *Note*: + "options COM_ESP" and "flags 0x19000000" are necessary in kernel configuration. [[sound]] == Sound Devices -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ad1816&sektion=4&manpath=freebsd-release-ports[snd_ad1816(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_ad1816[4] driver supports the following sound cards: * Analog Devices AD1816 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_als4000&sektion=4&manpath=freebsd-release-ports[snd_als4000(4)] driver supports the following sound cards: +[i386] The man:snd_als4000[4] driver supports the following sound cards: * Avance Logic ALS4000 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_atiixp&sektion=4&manpath=freebsd-release-ports[snd_atiixp(4)] driver supports the following audio chipsets: +[i386,amd64] The man:snd_atiixp[4] driver supports the following audio chipsets: * ATI IXP 200 * ATI IXP 300 * ATI IXP 400 -[sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_audiocs&sektion=4&manpath=freebsd-release-ports[snd_audiocs(4)] driver supports the following audio devices: +[sparc64] The man:snd_audiocs[4] driver supports the following audio devices: * CS4231 on SBus based UltraSPARC * CS4231 on PCI/EBus based UltraSPARC -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_cmi&sektion=4&manpath=freebsd-release-ports[snd_cmi(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_cmi[4] driver supports the following sound cards: * CMedia CMI8338A * CMedia CMI8338B * CMedia CMI8738 * CMedia CMI8738B -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_cs4281&sektion=4&manpath=freebsd-release-ports[snd_cs4281(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_cs4281[4] driver supports the following sound cards: * Crystal Semiconductor CS4281 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_csa&sektion=4&manpath=freebsd-release-ports[snd_csa(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_csa[4] driver supports the following sound cards: * Crystal Semiconductor CS4280 * Crystal Semiconductor CS4610 @@ -2799,35 +2791,35 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4&manpath=freebsd-relea * Hercules Game Theatre XP * Turtle Beach Santa Cruz -Some onboard CS4610 chips are accompanied by the CS423x ISA codec instead of the CS4297 AC97 codec. Such configurations are not supported by the http://www.FreeBSD.org/cgi/man.cgi?query=snd_csa&sektion=4&manpath=freebsd-release-ports[snd_csa(4)] driver yet. +Some onboard CS4610 chips are accompanied by the CS423x ISA codec instead of the CS4297 AC97 codec. Such configurations are not supported by the man:snd_csa[4] driver yet. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ds1&sektion=4&manpath=freebsd-release-ports[snd_ds1(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_ds1[4] driver supports the following sound cards: * Yamaha DS-1 * Yamaha DS-1E -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10k1&sektion=4&manpath=freebsd-release-ports[snd_emu10k1(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_emu10k1[4] driver supports the following sound cards: * Creative SoundBlaster Live! (EMU10K1 Chipset) * Creative SoundBlaster Audigy (EMU10K2 Chipset) * Creative SoundBlaster Audigy 2 (EMU10K2 Chipset) * Creative SoundBlaster Audigy 2 (EMU10K3 Chipset) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&%0Asektion=4&manpath=freebsd-release-ports[snd_emu10kx(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_emu10kx[4] driver supports the following sound cards: * Creative Sound Blaster Live! (EMU10K1 Chipset). Both PCM and MIDI interfaces are available. * Creative Sound Blaster Audigy (CA0100 and CA0101 Chipset). PCM and two MIDI interfaces available. * Creative Sound Blaster Audigy 2 and Creative Sound Blaster Audigy 4 (CA0102 Chipset). PCM support is limited to 48kHz/16 bit stereo (192kHz/24 bit part of this chipset is not supported). * Creative Sound Blaster Audigy 2 Value (CA0108 Chipset). PCM support is limited to 48kHz/16 bit stereo (192kHz/24 bit part of this chipset is not supported). There is no MIDI support for this card. -The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4&manpath=freebsd-release-ports[snd_emu10kx(4)] driver does _not_ support the following sound cards (although they have names similar to some supported ones): +The man:snd_emu10kx[4] driver does _not_ support the following sound cards (although they have names similar to some supported ones): * Creative Sound Blaster Live! 24-Bit, identified by FreeBSD as * Creative Sound Blaster Audigy LS / ES, identified by FreeBSD as * All other Creative sound cards with -DAT chipsets. * All Creative X-Fi series sound cards. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_envy24&sektion=4&manpath=freebsd-release-ports[snd_envy24(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_envy24[4] driver supports the following audio devices: * M-Audio Audiophile 2496 * M-Audio Delta Dio 2496 @@ -2835,7 +2827,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4&manpath=freeb Only analog playback is supported. Recording and other features of these cards are not supported. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_envy24ht&sektion=4&manpath=freebsd-release-ports[snd_envy24ht(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_envy24ht[4] driver supports the following audio devices: * Audiotrak Prodigy 7.1 * Audiotrak Prodigy 7.1 LT @@ -2853,7 +2845,7 @@ Only analog playback is supported. Recording and other features of these cards a Only analog playback is supported. Recording and other features of these cards are not supported. -[i386,sparc64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_es137x&sektion=4&manpath=freebsd-release-ports[snd_es137x(4)] driver supports the following sound cards: +[i386,sparc64,amd64] The man:snd_es137x[4] driver supports the following sound cards: * Creative CT5880-A * Creative CT5880-C @@ -2867,29 +2859,29 @@ Only analog playback is supported. Recording and other features of these cards a * Ensoniq AudioPCI ES1373-B * Ensoniq AudioPCI ES1373-8 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ess&sektion=4&manpath=freebsd-release-ports[snd_ess(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_ess[4] driver supports the following sound cards: * Ensoniq ESS ISA PnP/non-PnP -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_fm801&sektion=4&manpath=freebsd-release-ports[snd_fm801(4)] driver supports audio devices based on the following chipset: +[i386,amd64] The man:snd_fm801[4] driver supports audio devices based on the following chipset: * Forte Media FM801 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?%0Aquery=snd_gusc&sektion=4&manpath=freebsd-release-ports[snd_gusc(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_gusc[4] driver supports the following sound cards: * Gravis UltraSound MAX * Gravis UltraSound PnP -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=freebsd-release-ports[snd_hda(4)] driver supports controllers having PCI class 4 (multimedia) and subclass 3 (HDA), compatible with Intel HDA specification. +[i386,amd64] The man:snd_hda[4] driver supports controllers having PCI class 4 (multimedia) and subclass 3 (HDA), compatible with Intel HDA specification. -The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=freebsd-release-ports[snd_hda(4)] driver supports more than two hundred different controllers and CODECs. There is no sense to list all of them here, as in most cases specific CODEC configuration and wiring are more important then type of the CODEC itself. +The man:snd_hda[4] driver supports more than two hundred different controllers and CODECs. There is no sense to list all of them here, as in most cases specific CODEC configuration and wiring are more important then type of the CODEC itself. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hdspe&sektion=4&manpath=freebsd-release-ports[snd_hdspe(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_hdspe[4] driver supports the following audio devices: * RME HDSPe AIO * RME HDSPe RayDAT -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ich&sektion=4&manpath=freebsd-release-ports[snd_ich(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_ich[4] driver supports the following audio devices: * AMD 768 * AMD 8111 @@ -2910,18 +2902,18 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=freebsd-r * NVIDIA nForce4 * SiS 7012 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_maestro&sektion=4&manpath=freebsd-release-ports[snd_maestro(4)] driver supports the following PCI sound cards: +[i386,amd64] The man:snd_maestro[4] driver supports the following PCI sound cards: * ESS Technology Maestro-1 * ESS Technology Maestro-2 * ESS Technology Maestro-2E -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_maestro3&sektion=4&manpath=freebsd-release-ports[snd_maestro3(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_maestro3[4] driver supports the following audio devices: * ESS Technology Allegro-1 * ESS Technology Maestro3 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_mss&sektion=4&manpath=freebsd-release-ports[snd_mss(4)] driver supports the following audio devices: +[i386] The man:snd_mss[4] driver supports the following audio devices: * AD1845 * AD1848 @@ -2943,12 +2935,12 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=freebsd-r * Yamaha OPL-SA2 * Yamaha OPL-SA3 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_neomagic&sektion=4&manpath=freebsd-release-ports[snd_neomagic(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_neomagic[4] driver supports the following audio devices: * NeoMagic 256AV * NeoMagic 256ZX -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_sbc&sektion=4&manpath=freebsd-release-ports[snd_sbc(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_sbc[4] driver supports the following sound cards: * Avance Asound 110 * Avance Logic ALS100+ @@ -2967,14 +2959,14 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=freebsd-r * ESS ES1879 * ESS ES1888 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_solo&sektion=4&manpath=freebsd-release-ports[snd_solo(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_solo[4] driver supports the following sound cards: * ESS Solo-1 (ES1938 Chipset) * ESS Solo-1E (ES1946 Chipset) Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) and/or snd_sbc(4). -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_spicds&sektion=4&manpath=freebsd-release-ports[snd_spicds(4)] driver supports the following codecs: +[i386,amd64] The man:snd_spicds[4] driver supports the following codecs: * AK4358 * AK4381 @@ -2983,14 +2975,14 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * AK4528 * WM8770 -[i386,amd64,sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_t4dwave&sektion=4&manpath=freebsd-release-ports[snd_t4dwave(4)] driver supports the following audio devices: +[i386,amd64,sparc64] The man:snd_t4dwave[4] driver supports the following audio devices: * Acer Labs M5451 * SIS 7018 * Trident 4DWave DX * Trident 4DWave NX -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_via8233&sektion=4&manpath=freebsd-release-ports[snd_via8233(4)] driver supports the following audio chipsets: +[i386,amd64] The man:snd_via8233[4] driver supports the following audio chipsets: * VIA VT8233 * VIA VT8233A @@ -2999,11 +2991,11 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * VIA VT8237 * VIA VT8251 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_via82c686&sektion=4&manpath=freebsd-release-ports[snd_via82c686(4)] driver supports audio devices based on the following chipset: +[i386,amd64] The man:snd_via82c686[4] driver supports audio devices based on the following chipset: * VIA 82C686A -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_vibes&sektion=4&manpath=freebsd-release-ports[snd_vibes(4)] driver supports audio devices based on the following chipset: +[i386,amd64] The man:snd_vibes[4] driver supports audio devices based on the following chipset: * S3 SonicVibes @@ -3014,9 +3006,9 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a [pc98] NEC X-MATE, CanBe, ValueStar internal (mss driver) -[pc98] Creative Technologies SoundBlaster(98) (http://www.FreeBSD.org/cgi/man.cgi?query=sb&sektion=4&manpath=freebsd-release-ports[sb(4)] driver) +[pc98] Creative Technologies SoundBlaster(98) (man:sb[4] driver) -[pc98] I-O DATA CD-BOX (http://www.FreeBSD.org/cgi/man.cgi?query=sb&sektion=4&manpath=freebsd-release-ports[sb(4)] driver) +[pc98] I-O DATA CD-BOX (man:sb[4] driver) [pc98] MPU-401 and compatible interfaces (mpu driver) @@ -3025,7 +3017,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a [[camera]] == Camera and Video Capture Devices -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=bktr&sektion=4&manpath=freebsd-release-ports[bktr(4)] driver supports video capture cards based on the Brooktree Bt848/849/878/879 chips, as well as Pinnacle PCTV cards, including: +[i386,pc98] The man:bktr[4] driver supports video capture cards based on the Brooktree Bt848/849/878/879 chips, as well as Pinnacle PCTV cards, including: * AOpen VA1000 * AVerMedia AVerTV Studio @@ -3057,15 +3049,13 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a [amd64, i386, pc98] A range of USB peripherals are supported; devices known to work are listed in this section. Owing to the generic nature of most USB devices, with some exceptions any device of a given class will be supported, even if not explicitly listed here. -[.note] *Note*: + -[amd64, i386, pc98] USB Ethernet adapters can be found in the section listing link:#ethernet[Ethernet interfaces]. +[amd64, i386, pc98] USB Ethernet adapters can be found in the section listing <>. -[.note] *Note*: + -[amd64, i386, pc98] USB Bluetooth adapters can be found in link:#bluetooth[Bluetooth] section. +[amd64, i386, pc98] USB Bluetooth adapters can be found in <> section. -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=ohci&sektion=4&manpath=freebsd-release-ports[ohci(4)] driver supports all OHCI v1.0 compliant controllers including: +[i386,pc98,amd64,powerpc] The man:ohci[4] driver supports all OHCI v1.0 compliant controllers including: * AcerLabs M5237 (Aladdin-V) * AMD-756 @@ -3076,33 +3066,33 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * NVIDIA nForce3 * Sun PCIO-2 (RIO USB) -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=uhci&sektion=4&manpath=freebsd-release-ports[uhci(4)] driver supports all UHCI v1.1 compliant controllers including: +[i386,pc98,amd64,powerpc] The man:uhci[4] driver supports all UHCI v1.1 compliant controllers including: * Intel 82371AB/EB (PIIX4) * Intel 82371SB (PIIX3) * VIA 83C572 -[amd64, i386, pc98] USB 2.0 controllers using the EHCI interface (http://www.FreeBSD.org/cgi/man.cgi?query=ehci&sektion=4&manpath=freebsd-release-ports[ehci(4)] driver) +[amd64, i386, pc98] USB 2.0 controllers using the EHCI interface (man:ehci[4] driver) [amd64, i386, pc98] Hubs -[amd64, i386, pc98] Keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=ukbd&sektion=4&manpath=freebsd-release-ports[ukbd(4)] driver) +[amd64, i386, pc98] Keyboards (man:ukbd[4] driver) [amd64, i386, pc98] Miscellaneous * Assist Computer Systems PC Camera C-M1 * ActiveWire I/O Board * Creative Technology Video Blaster WebCam Plus -* D-Link DSB-R100 USB Radio (http://www.FreeBSD.org/cgi/man.cgi?query=ufm&sektion=4&manpath=freebsd-release-ports[ufm(4)] driver) +* D-Link DSB-R100 USB Radio (man:ufm[4] driver) * Mirunet AlphaCam Plus -[i386,pc98,amd64,powerpc] The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=urio&sektion=4&manpath=freebsd-release-ports[urio(4)] driver: +[i386,pc98,amd64,powerpc] The following devices are supported by the man:urio[4] driver: * Diamond MultiMedia Rio 500 * Diamond MultiMedia Rio 600 * Diamond MultiMedia Rio 800 -[i386,pc98,amd64] Devices supported by the http://www.FreeBSD.org/cgi/man.cgi?query=umodem&sektion=4&manpath=freebsd-release-ports[umodem(4)] driver include: +[i386,pc98,amd64] Devices supported by the man:umodem[4] driver include: * 3Com 5605 * Curitel PC5740 Wireless Modem @@ -3115,9 +3105,9 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * Sony Ericsson W810i phone * Sonim XP5300 Force -[amd64, i386, pc98] Mice (http://www.FreeBSD.org/cgi/man.cgi?query=ums&sektion=4&manpath=freebsd-release-ports[ums(4)] driver) +[amd64, i386, pc98] Mice (man:ums[4] driver) -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=ulpt&sektion=4&manpath=freebsd-release-ports[ulpt(4)] driver provides support for USB printers and parallel printer conversion cables, including the following: +[i386,pc98,amd64,powerpc] The man:ulpt[4] driver provides support for USB printers and parallel printer conversion cables, including the following: * ATen parallel printer adapter * Belkin F5U002 parallel printer adapter @@ -3128,7 +3118,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * Oki Data MICROLINE ML660PS * Seiko Epson PM-900C, 880C, 820C, 730C -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ubsa&sektion=4&manpath=freebsd-release-ports[ubsa(4)] driver supports the following adapters: +[i386,pc98,amd64] The man:ubsa[4] driver supports the following adapters: * AnyData ADU-500A EV-DO modem * AnyData ADU-E100A (no EV-DO mode support) @@ -3138,9 +3128,9 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * GoHubs GoCOM232 * Peracom single port serial adapter -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ubser&sektion=4&manpath=freebsd-release-ports[ubser(4)] driver provides support for the BWCT console management serial adapters. +[i386,pc98,amd64] The man:ubser[4] driver provides support for the BWCT console management serial adapters. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=uftdi&sektion=4&manpath=freebsd-release-ports[uftdi(4)] driver supports the following adapters: +[i386,pc98,amd64] The man:uftdi[4] driver supports the following adapters: * B&B Electronics USB->RS422/485 adapter * Elexol USB MOD1 and USB MOD3 @@ -3150,7 +3140,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * Buffalo PC-OP-RS / Kurouto-shikou KURO-RS universal remote * Prologix GPIB-USB Controller -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=uplcom&sektion=4&manpath=freebsd-release-ports[uplcom(4)] driver supports the following devices and adapters: +[i386,pc98,amd64] The man:uplcom[4] driver supports the following devices and adapters: * ADLINK ND-6530 USB-Serial Adapter * Alcatel One Touch 535/735 Phone @@ -3209,7 +3199,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * YC-Cable USB-Serial Adapter * Zeagle N2iTion3 Diving Computer -The http://www.FreeBSD.org/cgi/man.cgi?query=umct&sektion=4&manpath=freebsd-release-ports[umct(4)] driver supports the following adapters: +The man:umct[4] driver supports the following adapters: Belkin F5U109 @@ -3221,7 +3211,7 @@ Magic Control Technology USB-232 Sitecom USB-232 -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=umass&sektion=4&manpath=freebsd-release-ports[umass(4)] driver supports USB Mass Storage devices, including: +[i386,pc98,amd64,powerpc] The man:umass[4] driver supports USB Mass Storage devices, including: * ADTEC Stick Drive AD-UST32M, 64M, 128M, 256M * Denno FireWire/USB2 Removable 2.5-inch HDD Case MIFU-25CB20 @@ -3275,9 +3265,9 @@ Among the supported digital cameras are: * Asahi Optical (PENTAX) Optio 230 & 330 -[amd64, i386, pc98] Audio Devices (http://www.FreeBSD.org/cgi/man.cgi?query=uaudio&sektion=4&manpath=freebsd-release-ports[uaudio(4)] driver) +[amd64, i386, pc98] Audio Devices (man:uaudio[4] driver) -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=uvisor&sektion=4&manpath=freebsd-release-ports[uvisor(4)] driver supports the following devices: +[i386,pc98,amd64] The man:uvisor[4] driver supports the following devices: * Aceeca Mez1000 RDA * Handspring Treo @@ -3304,7 +3294,7 @@ Among the supported digital cameras are: [[firewire]] == IEEE 1394 (Firewire) Devices -[i386,sparc64,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=fwohci&sektion=4&manpath=freebsd-release-ports[fwohci(4)] driver provides support for PCI/CardBus FireWire interface cards. The driver supports the following IEEE 1394 OHCI chipsets: +[i386,sparc64,amd64,powerpc] The man:fwohci[4] driver provides support for PCI/CardBus FireWire interface cards. The driver supports the following IEEE 1394 OHCI chipsets: * Adaptec AHA-894x/AIC-5800 * Apple Pangea @@ -3336,14 +3326,14 @@ Among the supported digital cameras are: * Texas Instruments TSB82AA2 * VIA Fire II (VT6306) -[amd64, i386, sparc64] Serial Bus Protocol 2 (SBP-2) storage devices (http://www.FreeBSD.org/cgi/man.cgi?query=sbp&sektion=4&manpath=freebsd-release-ports[sbp(4)] driver) +[amd64, i386, sparc64] Serial Bus Protocol 2 (SBP-2) storage devices (man:sbp[4] driver) [[bluetooth]] == Bluetooth Devices -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ng_bt3c&sektion=4&manpath=freebsd-release-ports[ng_bt3c(4)] driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter. +[i386,pc98,amd64] The man:ng_bt3c[4] driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ng_ubt&sektion=4&manpath=freebsd-release-ports[ng_ubt(4)] driver supports all Bluetooth USB devices that conform with the Bluetooth specification v1.1, including: +[i386,pc98,amd64] The man:ng_ubt[4] driver supports all Bluetooth USB devices that conform with the Bluetooth specification v1.1, including: * 3Com 3CREB96 * AIPTEK BR0R02 @@ -3356,7 +3346,7 @@ Among the supported digital cameras are: [[crypto-accel]] == Cryptographic Accelerators -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hifn&sektion=4&manpath=freebsd-release-ports[hifn(4)] driver supports various cards containing the Hifn 7751, 7951, 7811, 7955, and 7956 chipsets, such as: +[i386,pc98,amd64] The man:hifn[4] driver supports various cards containing the Hifn 7751, 7951, 7811, 7955, and 7956 chipsets, such as: * Invertex AEON * Hifn 7751 @@ -3366,12 +3356,12 @@ Among the supported digital cameras are: * Soekris Engineering vpn1201 and vpn1211 * Soekris Engineering vpn1401 and vpn1411 -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=safe&sektion=4&manpath=freebsd-release-ports[safe(4)] driver supports cards containing any of the following chips: +[i386,pc98,amd64] The man:safe[4] driver supports cards containing any of the following chips: * SafeNet 1141 * SafeNet 1741 -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ubsec&sektion=4&manpath=freebsd-release-ports[ubsec(4)] driver supports cards containing any of the following chips: +[i386,pc98,amd64] The man:ubsec[4] driver supports cards containing any of the following chips: * Bluesteel 5501 * Bluesteel 5601 @@ -3392,39 +3382,37 @@ Among the supported digital cameras are: * MELCO IGM-PCM56K/IGM-PCM56KH * Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD terminal) -[amd64, i386, pc98] Floppy drives (http://www.FreeBSD.org/cgi/man.cgi?query=fdc&sektion=4&manpath=freebsd-release-ports[fdc(4)] driver) +[amd64, i386, pc98] Floppy drives (man:fdc[4] driver) -[amd64, i386] VGA-compatible video cards (http://www.FreeBSD.org/cgi/man.cgi?query=vga&sektion=4&manpath=freebsd-release-ports[vga(4)] driver) +[amd64, i386] VGA-compatible video cards (man:vga[4] driver) -[.note] *Note*: + Information regarding specific video cards and compatibility with Xorg can be found at `http://www.x.org/`. [amd64, i386, pc98] Keyboards including: -* [i386] AT-style keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=atkbd&sektion=4&manpath=freebsd-release-ports[atkbd(4)] driver) -* [amd64, i386] PS/2 keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=atkbd&sektion=4&manpath=freebsd-release-ports[atkbd(4)] driver) +* [i386] AT-style keyboards (man:atkbd[4] driver) +* [amd64, i386] PS/2 keyboards (man:atkbd[4] driver) * [pc98] Standard keyboards -* [amd64, i386, pc98] USB keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=ukbd&sektion=4&manpath=freebsd-release-ports[ukbd(4)] driver) +* [amd64, i386, pc98] USB keyboards (man:ukbd[4] driver) [amd64, i386, pc98] Pointing devices including: -* [amd64, i386, pc98] Bus mice and compatible devices (http://www.FreeBSD.org/cgi/man.cgi?query=mse&sektion=4&manpath=freebsd-release-ports[mse(4)] driver) -* [amd64, i386] PS/2 mice and compatible devices, including many laptop pointing devices (http://www.FreeBSD.org/cgi/man.cgi?query=psm&sektion=4&manpath=freebsd-release-ports[psm(4)] driver) +* [amd64, i386, pc98] Bus mice and compatible devices (man:mse[4] driver) +* [amd64, i386] PS/2 mice and compatible devices, including many laptop pointing devices (man:psm[4] driver) * Serial mice and compatible devices -* [amd64, i386, pc98] USB mice (http://www.FreeBSD.org/cgi/man.cgi?query=ums&sektion=4&manpath=freebsd-release-ports[ums(4)] driver) +* [amd64, i386, pc98] USB mice (man:ums[4] driver) -[.note] *Note*: + -http://www.FreeBSD.org/cgi/man.cgi?query=moused&sektion=8&manpath=freebsd-release-ports[moused(8)] has more information on using pointing devices with FreeBSD. Information on using pointing devices with Xorg can be found at `http://www.x.org/`. +man:moused(8)] has more information on using pointing devices with FreeBSD. Information on using pointing devices with Xorg can be found at `http://www.x.org/`. -[amd64, i386] "PC standard" parallel ports (http://www.FreeBSD.org/cgi/man.cgi?query=ppc&sektion=4&manpath=freebsd-release-ports[ppc(4)] driver) +[amd64, i386] "PC standard" parallel ports (man:ppc[4] driver) -[pc98] "PC-9821 standard" parallel ports (http://www.FreeBSD.org/cgi/man.cgi?query=ppc&sektion=4&manpath=freebsd-release-ports[ppc(4)] driver) +[pc98] "PC-9821 standard" parallel ports (man:ppc[4] driver) -[i386, amd64] PC-compatible joysticks (http://www.FreeBSD.org/cgi/man.cgi?query=joy&sektion=4&manpath=freebsd-release-ports[joy(4)] driver) +[i386, amd64] PC-compatible joysticks (man:joy[4] driver) -[pc98] Joystick port of SoundBlaster(98) (http://www.FreeBSD.org/cgi/man.cgi?query=joy&sektion=4&manpath=freebsd-release-ports[joy(4)] driver) +[pc98] Joystick port of SoundBlaster(98) (man:joy[4] driver) [i386, pc98] PHS Data Communication Card/PCCARD diff --git a/website/content/en/releases/11.2R/hardware.adoc b/website/content/en/releases/11.2R/hardware.adoc index cd2ac261bc..4db032c8f2 100644 --- a/website/content/en/releases/11.2R/hardware.adoc +++ b/website/content/en/releases/11.2R/hardware.adoc @@ -81,22 +81,22 @@ There is a wide variety of motherboards available for this architecture. Motherb Symmetric multi-processor (SMP) systems are generally supported by FreeBSD, although in some cases, BIOS or motherboard bugs may generate some problems. Perusal of the archives of the http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp[FreeBSD symmetric multiprocessing mailing list] may yield some clues. -FreeBSD will take advantage of SMT (Symmetric MultiThreading, also known as HyperThreading on Intel(R) CPUs) on the supported CPUs. The `GENERIC` kernel which is installed by default will automatically detect the additional logical processors. The default FreeBSD scheduler recognizes processor topology on the system and selects logical and physical processors to obtain optimal performance. The http://www.FreeBSD.org/cgi/man.cgi?query=smp&sektion=4&manpath=freebsd-release-ports[smp(4)] manual page has more details. +FreeBSD will take advantage of SMT (Symmetric MultiThreading, also known as HyperThreading on Intel(R) CPUs) on the supported CPUs. The `GENERIC` kernel which is installed by default will automatically detect the additional logical processors. The default FreeBSD scheduler recognizes processor topology on the system and selects logical and physical processors to obtain optimal performance. The man:smp[4] manual page has more details. -FreeBSD will take advantage of Physical Address Extensions (PAE) support on CPUs that support this feature. A kernel with the `PAE` feature enabled will detect memory above 4 gigabytes and allow it to be used by the system. This feature places constraints on the device drivers and other features of FreeBSD which may be used; consult the http://www.FreeBSD.org/cgi/man.cgi?query=pae&sektion=4&manpath=freebsd-release-ports[pae(4)] manual page for more details. +FreeBSD will take advantage of Physical Address Extensions (PAE) support on CPUs that support this feature. A kernel with the `PAE` feature enabled will detect memory above 4 gigabytes and allow it to be used by the system. This feature places constraints on the device drivers and other features of FreeBSD which may be used; consult the man:pae[4] manual page for more details. FreeBSD will generally run on i386-based laptops, albeit with varying levels of support for certain hardware features such as sound, graphics, power management, and PCCARD expansion slots. These features tend to vary in idiosyncratic ways between machines, and frequently require special-case support in FreeBSD to work around hardware bugs or other oddities. When in doubt, a search of the archives of the http://lists.FreeBSD.org/mailman/listinfo/freebsd-mobile[FreeBSD laptop computer mailing list] may be useful. -Most modern laptops (as well as many desktops) use the Advanced Configuration and Power Management (ACPI) standard. FreeBSD supports ACPI via the ACPI Component Architecture reference implementation from Intel(R), as described in the http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4&manpath=freebsd-release-ports[acpi(4)] manual page. The use of ACPI causes instabilities on some machines and it may be necessary to disable the ACPI driver, which is normally loaded via a kernel module. This may be accomplished by adding the following line to `/boot/device.hints`: +Most modern laptops (as well as many desktops) use the Advanced Configuration and Power Management (ACPI) standard. FreeBSD supports ACPI via the ACPI Component Architecture reference implementation from Intel(R), as described in the man:acpi[4] manual page. The use of ACPI causes instabilities on some machines and it may be necessary to disable the ACPI driver, which is normally loaded via a kernel module. This may be accomplished by adding the following line to `/boot/device.hints`: [.programlisting] ---- hint.acpi.0.disabled="1" ---- -Users debugging ACPI-related problems may find it useful to disable portions of the ACPI functionality. The http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4&manpath=freebsd-release-ports[acpi(4)] manual page has more information on how to do this via loader tunables. +Users debugging ACPI-related problems may find it useful to disable portions of the ACPI functionality. The man:acpi[4] manual page has more information on how to do this via loader tunables. -ACPI depends on a Differentiated System Descriptor Table (DSDT) provided by each machine's BIOS. Some machines have bad or incomplete DSDTs, which prevents ACPI from functioning correctly. Replacement DSDTs for some machines can be found at the http://acpi.sourceforge.net/dsdt/index.php[DSDT] section of the http://acpi.sourceforge.net/[ACPI4Linux] project Web site. FreeBSD can use these DSDTs to override the DSDT provided by the BIOS; see the http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4&manpath=freebsd-release-ports[acpi(4)] manual page for more information. +ACPI depends on a Differentiated System Descriptor Table (DSDT) provided by each machine's BIOS. Some machines have bad or incomplete DSDTs, which prevents ACPI from functioning correctly. Replacement DSDTs for some machines can be found at the http://acpi.sourceforge.net/dsdt/index.php[DSDT] section of the http://acpi.sourceforge.net/[ACPI4Linux] project Web site. FreeBSD can use these DSDTs to override the DSDT provided by the BIOS; see the man:acpi[4] manual page for more information. [[proc-pc98]] == 2.4. pc98 @@ -126,7 +126,7 @@ This section describes the systems currently known to be supported by FreeBSD on SMP is supported on all systems with more than 1 processor. -When using the `GENERIC` kernel, FreeBSD/sparc64 systems not equipped with a framebuffer supported by the http://www.FreeBSD.org/cgi/man.cgi?query=creator&sektion=4&manpath=freebsd-release-ports[creator(4)] (Sun Creator, Sun Creator3D and Sun Elite3D) or http://www.FreeBSD.org/cgi/man.cgi?query=machfb&sektion=4&manpath=freebsd-release-ports[machfb(4)] (Sun PGX and Sun PGX64 as well as the ATI Mach64 chips found onboard in for example Sun Blade(TM) 100, Sun Blade(TM) 150, Sun Ultra(TM) 5 and Sun Ultra(TM) 10) driver must use the serial console. +When using the `GENERIC` kernel, FreeBSD/sparc64 systems not equipped with a framebuffer supported by the man:creator[4] (Sun Creator, Sun Creator3D and Sun Elite3D) or man:machfb[4] (Sun PGX and Sun PGX64 as well as the ATI Mach64 chips found onboard in for example Sun Blade(TM) 100, Sun Blade(TM) 150, Sun Ultra(TM) 5 and Sun Ultra(TM) 10) driver must use the serial console. If you have a system that is not listed here, it may not have been tested with FreeBSD 11.2-RELEASE. We encourage you to try it and send a note to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64[FreeBSD SPARC porting mailing list] with your results, including which devices work and which do not. @@ -166,7 +166,7 @@ The following systems are fully supported by FreeBSD: * Sun Ultra(TM) 80 * Sun Ultra(TM) 450 -The following systems are partially supported by FreeBSD. In particular the fiber channel controllers in SBus-based systems are not supported. However, it is possible to use these with a SCSI controller supported by the http://www.FreeBSD.org/cgi/man.cgi?query=esp&sektion=4&manpath=freebsd-release-ports[esp(4)] driver (Sun ESP SCSI, Sun FAS Fast-SCSI and Sun FAS366 Fast-Wide SCSI controllers). +The following systems are partially supported by FreeBSD. In particular the fiber channel controllers in SBus-based systems are not supported. However, it is possible to use these with a SCSI controller supported by the man:esp[4] driver (Sun ESP SCSI, Sun FAS Fast-SCSI and Sun FAS366 Fast-Wide SCSI controllers). * Sun Enterprise(TM) 3500 * Sun Enterprise(TM) 4500 @@ -219,13 +219,13 @@ The device lists in this document are being generated automatically from FreeBSD [[disk]] == 3.1. Disk Controllers -[amd64, i386, pc98, sparc64] IDE/ATA controllers (http://www.FreeBSD.org/cgi/man.cgi?query=ata&sektion=4&manpath=freebsd-release-ports[ata(4)] driver) +[amd64, i386, pc98, sparc64] IDE/ATA controllers (man:ata[4] driver) [pc98] IDE/ATA controllers (wdc driver) * On-board IDE controller -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aac&sektion=4&manpath=freebsd-release-ports[aac(4)] driver include: +[i386,amd64] Controllers supported by the man:aac[4] driver include: * Adaptec AAC-364 * Adaptec RAID 2045 @@ -312,7 +312,7 @@ The device lists in this document are being generated automatically from FreeBSD * AOC-USAS-S8i-LP * AOC-USAS-S8iR-LP -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=adv&sektion=4&manpath=freebsd-release-ports[adv(4)] driver supports the following SCSI controllers: +[i386,pc98,amd64] The man:adv[4] driver supports the following SCSI controllers: * AdvanSys ABP510/5150 * AdvanSys ABP5140 @@ -342,7 +342,7 @@ The device lists in this document are being generated automatically from FreeBSD * RATOC REX-PCI30 (PC-98) * @Nifty FNECHARD IFC-USUP-TX (PC-98) -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=adw&sektion=4&manpath=freebsd-release-ports[adw(4)] driver supports SCSI controllers including: +[i386,pc98,amd64] The man:adw[4] driver supports SCSI controllers including: * AdvanSys ABP940UW/ABP3940UW * AdvanSys ABP950UW @@ -350,7 +350,7 @@ The device lists in this document are being generated automatically from FreeBSD * AdvanSys ABP3940U2W * AdvanSys ABP3950U2W -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=aha&sektion=4&manpath=freebsd-release-ports[aha(4)] driver supports the following SCSI host adapters: +[i386] The man:aha[4] driver supports the following SCSI host adapters: * Adaptec AHA-154xB * Adaptec AHA-154xC @@ -361,14 +361,14 @@ The device lists in this document are being generated automatically from FreeBSD * DTC 3290 SCSI controller in 1542 emulation mode * Tekram SCSI controllers in 154x emulation mode -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=ahb&sektion=4&manpath=freebsd-release-ports[ahb(4)] driver supports the following SCSI host adapters: +[i386] The man:ahb[4] driver supports the following SCSI host adapters: * Adaptec AHA-1740 * Adaptec AHA-1742 * Adaptec AHA-1740A * Adaptec AHA-1742A -The http://www.FreeBSD.org/cgi/man.cgi?query=ahc&sektion=4&manpath=freebsd-release-ports[ahc(4)] driver supports the following SCSI host adapter chips and SCSI controller cards: +The man:ahc[4] driver supports the following SCSI host adapter chips and SCSI controller cards: * Adaptec AIC7770 host adapter chip * Adaptec AIC7850 host adapter chip @@ -422,11 +422,11 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=ahc&sektion=4&manpath=freebsd-relea * NEC SV-98/2-B03 (PC-98) * Many motherboards with on-board SCSI support -The http://www.FreeBSD.org/cgi/man.cgi?query=ahci&sektion=4&manpath=freebsd-release-ports[ahci(4)] driver supports AHCI compatible controllers having PCI class 1 (mass storage), subclass 6 (SATA) and programming interface 1 (AHCI). +The man:ahci[4] driver supports AHCI compatible controllers having PCI class 1 (mass storage), subclass 6 (SATA) and programming interface 1 (AHCI). Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it supports AHCI part of legacy-PATA + AHCI-SATA combined controllers, such as JMicron JMB36x and Marvell 88SE61xx. -[i386,sparc64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ahd&sektion=4&manpath=freebsd-release-ports[ahd(4)] driver supports the following: +[i386,sparc64,amd64] The man:ahd[4] driver supports the following: * Adaptec AIC7901 host adapter chip * Adaptec AIC7901A host adapter chip @@ -435,7 +435,7 @@ Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it suppor * Adaptec 39320 host adapter * Many motherboards with on-board SCSI support -[i386,pc98,amd64] The adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aic&sektion=4&manpath=freebsd-release-ports[aic(4)] driver include: +[i386,pc98,amd64] The adapters supported by the man:aic[4] driver include: * Adaptec AHA-1505 (ISA) * Adaptec AHA-1510A, AHA-1510B (ISA) @@ -447,7 +447,7 @@ Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it suppor * Adaptec AHA-1030B, AHA-1030P (PC98) * NEC PC-9801-100 (PC98) -Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektion=4&manpath=freebsd-release-ports[amr(4)] driver include: +Controllers supported by the man:amr[4] driver include: * MegaRAID SATA 150-4 * MegaRAID SATA 150-6 @@ -496,7 +496,7 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektio * Intel RAID Controller SRCS16 * Intel RAID Controller SRCU42X -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=arcmsr&sektion=4&manpath=freebsd-release-ports[arcmsr(4)] driver supports the following cards: +[i386,amd64] The man:arcmsr[4] driver supports the following cards: * ARC-1110 * ARC-1120 @@ -540,7 +540,7 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektio * ARC-1883 * ARC-1884 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bt&sektion=4&manpath=freebsd-release-ports[bt(4)] driver supports the following BusLogic MultiMaster "W", "C", "S", and "A" series and compatible SCSI host adapters: +[i386,amd64] The man:bt[4] driver supports the following BusLogic MultiMaster "W", "C", "S", and "A" series and compatible SCSI host adapters: * BusLogic BT-445C * BusLogic BT-445S @@ -568,9 +568,9 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektio * BusLogic BT-958D * Storage Dimensions SDC3211B / SDC3211F -AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also supported by the http://www.FreeBSD.org/cgi/man.cgi?query=bt&sektion=4&manpath=freebsd-release-ports[bt(4)] driver. +AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also supported by the man:bt[4] driver. -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ciss&sektion=4&manpath=freebsd-release-ports[ciss(4)] driver include: +[i386,amd64] Controllers supported by the man:ciss[4] driver include: * Compaq Smart Array 5300 (simple mode only) * Compaq Smart Array 532 @@ -610,7 +610,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * HP Modular Smart Array 20 (MSA20) * HP Modular Smart Array 500 (MSA500) -[pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=ct&sektion=4&manpath=freebsd-release-ports[ct(4)] driver supports the following adapters: +[pc98] The man:ct[4] driver supports the following adapters: * ELECOM bus-master SCSI adapters * I-O DATA SC-98II @@ -621,7 +621,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * SMIT transfer type SCSI host adapters * TEXA HA-55BS2 and its later models -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=dpt&sektion=4&manpath=freebsd-release-ports[dpt(4)] driver provides support for the following RAID adapters: +[i386,amd64] The man:dpt[4] driver provides support for the following RAID adapters: * DPT Smart Cache Plus * Smart Cache II (PM2?2?, PM2022 [EISA], PM2024/PM2124 [PCI]) (Gen2) @@ -631,11 +631,10 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * Smart Cache IV (PM2?4?, PM2042 [EISA], PM2044/PM2144 [PCI]) (Gen4) * Smart RAID IV -[.note] *Note*: + [amd64, i386] Booting from these controllers is supported. EISA adapters are not supported. -[sparc64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=esp&sektion=4&manpath=freebsd-release-ports[esp(4)] driver include: +[sparc64] Controllers supported by the man:esp[4] driver include: * MELCO IFC-DP (PC-98) * Sun ESP family @@ -643,7 +642,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * Tekram DC390 * Tekram DC390T -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hpt27xx&sektion=4&manpath=freebsd-release-ports[hpt27xx(4)] driver supports the following SAS controllers: +[i386,amd64] The man:hpt27xx[4] driver supports the following SAS controllers: * HighPoint's RocketRAID 271x series * HighPoint's RocketRAID 272x series @@ -651,7 +650,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * HighPoint's RocketRAID 276x series * HighPoint's RocketRAID 278x series -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-release-ports[hptiop(4)] driver supports the following SAS and SATA RAID controllers: +[i386,amd64] The man:hptiop[4] driver supports the following SAS and SATA RAID controllers: * HighPoint RocketRAID 4522 * HighPoint RocketRAID 4521 @@ -665,7 +664,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * HighPoint RocketRAID 3622 * HighPoint RocketRAID 3620 -The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-release-ports[hptiop(4)] driver also supports the following SAS and SATA RAID controllers that are already End-of-Life: +The man:hptiop[4] driver also supports the following SAS and SATA RAID controllers that are already End-of-Life: * HighPoint RocketRAID 4211 * HighPoint RocketRAID 4210 @@ -684,11 +683,11 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-re * HighPoint RocketRAID 3120 * HighPoint RocketRAID 3020 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hptmv&sektion=4&manpath=freebsd-release-ports[hptmv(4)] driver supports the following ATA RAID controllers: +[i386,amd64] The man:hptmv[4] driver supports the following ATA RAID controllers: * HighPoint's RocketRAID 182x series -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hptrr&sektion=4&manpath=freebsd-release-ports[hptrr(4)] driver supports the following RAID controllers: +[i386,amd64] The man:hptrr[4] driver supports the following RAID controllers: * RocketRAID 172x series * RocketRAID 174x series @@ -701,7 +700,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-re * RocketRAID 2340 * RocketRAID 2522 -[i386] The following controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ida&sektion=4&%0Amanpath=freebsd-release-ports[ida(4)] driver: +[i386] The following controllers are supported by the man:ida[4] driver: * Compaq SMART Array 221 * Compaq Integrated SMART Array Controller @@ -715,7 +714,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-re * Compaq SMART-2/E Controller * Compaq SMART Controller -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=iir&sektion=4&manpath=freebsd-release-ports[iir(4)] driver include: +[i386,amd64] Controllers supported by the man:iir[4] driver include: * Intel RAID Controller SRCMR * Intel Server RAID Controller U3-l (SRCU31a) @@ -729,7 +728,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-re The SRCU31 and SRCU31L can be updated via a firmware update available from Intel. -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ips&sektion=4&manpath=freebsd-release-ports[ips(4)] driver include: +[i386,amd64] Controllers supported by the man:ips[4] driver include: * IBM ServeRAID 3H * ServeRAID 4L/4M/4H @@ -739,9 +738,9 @@ The SRCU31 and SRCU31L can be updated via a firmware update available from Intel Newer ServeRAID controllers are supported by the aac(4) or mfi(4) driver. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=isci&sektion=4&manpath=freebsd-release-ports[isci(4)] driver provides support for Intel C600 SAS controllers. +[i386,amd64] The man:isci[4] driver provides support for Intel C600 SAS controllers. -Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4&manpath=freebsd-release-ports[isp(4)] driver include: +Cards supported by the man:isp[4] driver include: * Qlogic 1000 * Qlogic 1020 @@ -765,7 +764,7 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4&ma * Qlogic 2690/2692/2694 (aka 2684/2692) * Qlogic 2740/2742/2764 (aka 2722/2714) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=mfi&sektion=4&manpath=freebsd-release-ports[mfi(4)] driver supports the following hardware: +[i386,amd64] The man:mfi[4] driver supports the following hardware: * LSI MegaRAID SAS 1078 * LSI MegaRAID SAS 8408E @@ -782,7 +781,7 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4&ma * Intel RAID Controller SRCSAS18E * Intel RAID Controller SROMBSAS18E -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mlx&sektion=4&manpath=freebsd-release-ports[mlx(4)] driver include: +[i386,amd64] Controllers supported by the man:mlx[4] driver include: * Mylex DAC960P * Mylex DAC960PD / DEC KZPSC (Fast Wide) @@ -800,11 +799,10 @@ All major firmware revisions (2.x, 3.x, 4.x and 5.x) are supported, however it i Compatible Mylex controllers not listed should work, but have not been verified. -[.note] *Note*: + [amd64, i386] Booting from these controllers is supported. EISA adapters are not supported. -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mly&sektion=4&manpath=freebsd-release-ports[mly(4)] driver include: +[i386,amd64] Controllers supported by the man:mly[4] driver include: * Mylex AcceleRAID 160 * Mylex AcceleRAID 170 @@ -814,7 +812,7 @@ Compatible Mylex controllers not listed should work, but have not been verified. Compatible Mylex controllers not listed should work, but have not been verified. -These controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mpr&sektion=4&manpath=freebsd-release-ports[mpr(4)] driver: +These controllers are supported by the man:mpr[4] driver: * Broadcom Ltd./Avago Tech (LSI) SAS 3004 (4 Port SAS) * Broadcom Ltd./Avago Tech (LSI) SAS 3008 (8 Port SAS) @@ -831,7 +829,7 @@ These controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query= * Broadcom Ltd./Avago Tech (LSI) SAS 3708 (8 Port SAS/PCIe) * Broadcom Ltd./Avago Tech (LSI) SAS 3716 (16 Port SAS/PCIe) -These controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mps&sektion=4&manpath=freebsd-release-ports[mps(4)] driver: +These controllers are supported by the man:mps[4] driver: * Broadcom Ltd./Avago Tech (LSI) SAS 2004 (4 Port SAS) * Broadcom Ltd./Avago Tech (LSI) SAS 2008 (8 Port SAS) @@ -845,7 +843,7 @@ These controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query= * Intel Integrated RAID Module RMS25KB040 * Intel Integrated RAID Module RMS25KB080 -The following controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mpt&sektion=4&manpath=freebsd-release-ports[mpt(4)] driver: +The following controllers are supported by the man:mpt[4] driver: * LSI Logic 53c1030, LSI Logic LSI2x320-X (Single and Dual Ultra320 SCSI) * LSI Logic AS1064, LSI Logic AS1068 @@ -856,7 +854,7 @@ The following controllers are supported by the http://www.FreeBSD.org/cgi/man.cg * LSI Logic FC949X (Dual 4Gb/s Fibre Channel) * LSI Logic FC949E, LSI Logic FC949ES (Dual 4Gb/s Fibre Channel PCI-Express) -The Ultra 320 SCSI controller chips supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mpt&sektion=4&manpath=freebsd-release-ports[mpt(4)] driver can be found onboard on many systems including: +The Ultra 320 SCSI controller chips supported by the man:mpt[4] driver can be found onboard on many systems including: * Dell PowerEdge 1750 thru 2850 * IBM eServer xSeries 335 @@ -869,7 +867,7 @@ The Fibre Channel controller chipset are supported by a broad variety of speeds This driver also supports target mode for Fibre Channel cards. This support may be enabled by setting the desired role of the core via the LSI Logic firmware utility that establishes what roles the card can take on - no separate compilation is required. -The http://www.FreeBSD.org/cgi/man.cgi?query=mrsas&sektion=4&manpath=freebsd-release-ports[mrsas(4)] driver supports the following hardware: +The man:mrsas[4] driver supports the following hardware: [ Thunderbolt 6Gb/s MR controller ] @@ -893,7 +891,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=mrsas&sektion=4&manpath=freebsd-rel * DELL PERC H730/P * DELL PERC H330 -The http://www.FreeBSD.org/cgi/man.cgi?query=mvs&sektion=4&manpath=freebsd-release-ports[mvs(4)] driver supports the following controllers: +The man:mvs[4] driver supports the following controllers: Gen-I (SATA 1.5Gbps): @@ -919,7 +917,7 @@ Gen-IIe (SATA 3Gbps, NCQ, PMP with FBS): Note, that this hardware supports command queueing and FIS-based switching only for ATA DMA commands. ATAPI and non-DMA ATA commands executed one by one for each port. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ncr&sektion=4&manpath=freebsd-release-ports[ncr(4)] driver provides support for the following NCR/Symbios SCSI controller chips: +[i386,pc98,amd64] The man:ncr[4] driver provides support for the following NCR/Symbios SCSI controller chips: * 53C810 * 53C810A @@ -940,7 +938,7 @@ The following add-on boards are known to be supported: * I-O DATA SC-98/PCI (PC-98) * I-O DATA SC-PCI (PC-98) -[i386,pc98] The following devices are currently supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ncv&sektion=4&manpath=freebsd-release-ports[ncv(4)] driver: +[i386,pc98] The following devices are currently supported by the man:ncv[4] driver: * I-O DATA PCSC-DV * KME KXLC002 (TAXAN ICD-400PN, etc.), KXLC004, and UJDCD450 @@ -951,12 +949,12 @@ The following add-on boards are known to be supported: * Qlogic Fast SCSI * RATOC REX-9530, REX-5572 (SCSI only) -[i386,pc98] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=nsp&sektion=4&manpath=freebsd-release-ports[nsp(4)] driver include: +[i386,pc98] Controllers supported by the man:nsp[4] driver include: * Alpha-Data AD-PCS201 * I-O DATA CBSC16 -The http://www.%0AFreeBSD.org/cgi/man.cgi?query=pms&sektion=4&manpath=freebsd-release-ports[pms(4)] driver supports the following hardware: +The man:pms[4] driver supports the following hardware: * Tachyon TS Fibre Channel Card * Tachyon TL Fibre Channel Card @@ -989,16 +987,16 @@ The http://www.%0AFreeBSD.org/cgi/man.cgi?query=pms&sektion=4&manpath=freebsd-re * Adaptec Delray 16 Port SAS-SATA HBA Card 12Gig * Adaptec Delray 16 Port SAS-SATA HBA Encryption Card 12Gig -[i386] The %0Ahttp://www.FreeBSD.org/cgi/man.cgi?query=pst&sektion=4&manpath=freebsd-release-ports[pst(4)] driver supports the Promise Supertrak SX6000 ATA hardware RAID controller. +[i386] The %0Ahttp://www.FreeBSD.org/cgi/man.cgi?query=pst&sektion=4&manpath=freebsd-release-ports[pst[4] driver supports the Promise Supertrak SX6000 ATA hardware RAID controller. -The http://www.FreeBSD.org/cgi/man.cgi?query=siis&sektion=4&manpath=freebsd-release-ports[siis(4)] driver supports the following controller chips: +The man:siis[4] driver supports the following controller chips: * SiI3124 (PCI-X 133MHz/64bit, 4 ports) * SiI3131 (PCIe 1.0 x1, 1 port) * SiI3132 (PCIe 1.0 x1, 2 ports) * SiI3531 (PCIe 1.0 x1, 1 port) -[i386,pc98] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=stg&sektion=4&manpath=freebsd-release-ports[stg(4)] driver include: +[i386,pc98] Controllers supported by the man:stg[4] driver include: * Adaptec 2920/A * Future Domain SCSI2GO @@ -1010,7 +1008,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=siis&sektion=4&manpath=freebsd-rele Note that the Adaptec 2920C is supported by the ahc(4) driver. -The http://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4&manpath=freebsd-release-ports[sym(4)] driver provides support for the following Symbios/LSI Logic PCI SCSI controllers: +The man:sym[4] driver provides support for the following Symbios/LSI Logic PCI SCSI controllers: * 53C810 * 53C810A @@ -1030,7 +1028,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4&manpath=freebsd-relea * 53C1010-66 * 53C1510D -The SCSI controllers supported by http://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4&manpath=freebsd-release-ports[sym(4)] can be either embedded on a motherboard, or on one of the following add-on boards: +The SCSI controllers supported by man:sym[4] can be either embedded on a motherboard, or on one of the following add-on boards: * ASUS SC-200, SC-896 * Data Technology DTC3130 (all variants) @@ -1043,7 +1041,7 @@ The SCSI controllers supported by http://www.FreeBSD.org/cgi/man.cgi?query=sym&s * Tekram DC390W, 390U, 390F, 390U2B, 390U2W, 390U3D, and 390U3W * Tyan S1365 -[i386,amd64] SCSI controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=trm&sektion=4&manpath=freebsd-release-ports[trm(4)] driver include: +[i386,amd64] SCSI controllers supported by the man:trm[4] driver include: * Tekram DC-315 PCI Ultra SCSI adapter without BIOS and internal SCSI connector * Tekram DC-315U PCI Ultra SCSI adapter without BIOS @@ -1054,7 +1052,7 @@ The SCSI controllers supported by http://www.FreeBSD.org/cgi/man.cgi?query=sym&s For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use the sym(4) driver. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=twa&sektion=4&manpath=freebsd-release-ports[twa(4)] driver supports the following SATA RAID controllers: +[i386,amd64] The man:twa[4] driver supports the following SATA RAID controllers: * AMCC's 3ware 9500S-4LP * AMCC's 3ware 9500S-8 @@ -1078,7 +1076,7 @@ For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use * AMCC's 3ware 9650SE-16ML * AMCC's 3ware 9650SE-24M8 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=twe&sektion=4&manpath=freebsd-release-ports[twe(4)] driver supports the following PATA/SATA RAID controllers: +[i386,amd64] The man:twe[4] driver supports the following PATA/SATA RAID controllers: * AMCC's 3ware 5000 series * AMCC's 3ware 6000 series @@ -1100,11 +1098,11 @@ For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use * AMCC's 3ware 8506-12 * AMCC's 3ware 8506-12MI -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=tws&sektion=4&manpath=freebsd-release-ports[tws(4)] driver supports the following SATA/SAS RAID controller: +[i386,amd64] The man:tws[4] driver supports the following SATA/SAS RAID controller: * LSI's 3ware SAS 9750 series -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=vpo&sektion=4&manpath=freebsd-release-ports[vpo(4)] driver supports the following parallel to SCSI interfaces: +[i386] The man:vpo[4] driver supports the following parallel to SCSI interfaces: * Adaptec AIC-7110 Parallel to SCSI interface (built-in to Iomega ZIP drives) * Iomega Jaz Traveller interface @@ -1112,29 +1110,29 @@ For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use [i386] The wds(4) driver supports the WD7000 SCSI controller. -With all supported SCSI controllers, full support is provided for SCSI-I, SCSI-II, and SCSI-III peripherals, including hard disks, optical disks, tape drives (including DAT, 8mm Exabyte, Mammoth, and DLT), medium changers, processor target devices and CD-ROM drives. WORM devices that support CD-ROM commands are supported for read-only access by the CD-ROM drivers (such as http://www.FreeBSD.org/cgi/man.cgi?query=cd&sektion=4&manpath=freebsd-release-ports[cd(4)]). WORM/CD-R/CD-RW writing support is provided by http://www.FreeBSD.org/cgi/man.cgi?query=cdrecord&sektion=1&manpath=freebsd-release-ports[cdrecord(1)], which is a part of the http://www.freebsd.org/cgi/url.cgi?ports/sysutils/cdrtools/pkg-descr[sysutils/cdrtools] port in the Ports Collection. +With all supported SCSI controllers, full support is provided for SCSI-I, SCSI-II, and SCSI-III peripherals, including hard disks, optical disks, tape drives (including DAT, 8mm Exabyte, Mammoth, and DLT), medium changers, processor target devices and CD-ROM drives. WORM devices that support CD-ROM commands are supported for read-only access by the CD-ROM drivers (such as man:cd[4]). WORM/CD-R/CD-RW writing support is provided by man:cdrecord(1)], which is a part of the http://www.freebsd.org/cgi/url.cgi?ports/sysutils/cdrtools/pkg-descr[sysutils/cdrtools] port in the Ports Collection. The following CD-ROM type systems are supported at this time: -* SCSI interface (also includes ProAudio Spectrum and SoundBlaster SCSI) (http://www.FreeBSD.org/cgi/man.cgi?query=cd&sektion=4&manpath=freebsd-release-ports[cd(4)]) -* [i386] Sony proprietary interface (all models) (http://www.FreeBSD.org/cgi/man.cgi?query=scd&sektion=4&manpath=freebsd-release-ports[scd(4)]) -* ATAPI IDE interface (http://www.FreeBSD.org/cgi/man.cgi?query=acd&sektion=4&manpath=freebsd-release-ports[acd(4)]) +* SCSI interface (also includes ProAudio Spectrum and SoundBlaster SCSI) (man:cd[4]) +* [i386] Sony proprietary interface (all models) (man:scd[4]) +* ATAPI IDE interface (man:acd[4]) [i386] The following device is unmaintained: -* Mitsumi proprietary CD-ROM interface (all models) (http://www.FreeBSD.org/cgi/man.cgi?query=mcd&sektion=4&manpath=freebsd-release-ports[mcd(4)]) +* Mitsumi proprietary CD-ROM interface (all models) (man:[4]) [[ethernet]] == Ethernet Interfaces -The http://www.FreeBSD.org/cgi/man.cgi?query=ae&sektion=4&manpath=freebsd-release-ports[ae(4)] driver supports Attansic/Atheros L2 PCIe FastEthernet controllers, and is known to support the following hardware: +The man:ae[4] driver supports Attansic/Atheros L2 PCIe FastEthernet controllers, and is known to support the following hardware: * ASUS EeePC 701 * ASUS EeePC 900 Other hardware may or may not work with this driver. -The http://www.FreeBSD.org/cgi/man.cgi?query=age&sektion=4&manpath=freebsd-release-ports[age(4)] driver provides support for LOMs based on Attansic/Atheros L1 Gigabit Ethernet controller chips, including: +The man:age[4] driver provides support for LOMs based on Attansic/Atheros L1 Gigabit Ethernet controller chips, including: * ASUS M2N8-VMX * ASUS M2V @@ -1154,13 +1152,13 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=age&sektion=4&manpath=freebsd-relea * ASUS P5L-VM 1394 * ASUS G2S -The http://www.FreeBSD.org/cgi/man.cgi?query=ale&sektion=4&manpath=freebsd-release-ports[ale(4)] device driver provides support for the following Ethernet controllers: +The man:ale[4] device driver provides support for the following Ethernet controllers: * Atheros AR8113 PCI Express Fast Ethernet controller * Atheros AR8114 PCI Express Fast Ethernet controller * Atheros AR8121 PCI Express Gigabit Ethernet controller -[i386,pc98,amd64,powerpc] Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aue&sektion=4&manpath=freebsd-release-ports[aue(4)] driver include: +[i386,pc98,amd64,powerpc] Adapters supported by the man:aue[4] driver include: * Abocom UFE1000, DSB650TX_NA * Accton USB320-EC, SpeedStream @@ -1183,7 +1181,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=ale&sektion=4&manpath=freebsd-relea * SMC 2202USB * SOHOware NUB100 -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=axe&sektion=4&manpath=freebsd-release-ports[axe(4)] driver supports ASIX Electronics AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB Ethernet adapters including: +[i386,pc98,amd64,powerpc] The man:axe[4] driver supports ASIX Electronics AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB Ethernet adapters including: AX88172: @@ -1234,9 +1232,9 @@ AX88760: * ASIX AX88760 -ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query=axge&sektion=4&manpath=freebsd-release-ports[axge(4)] driver) +ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (man:axge[4] driver) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bce&sektion=4&manpath=freebsd-release-ports[bce(4)] driver provides support for various NICs based on the QLogic NetXtreme II family of Gigabit Ethernet controllers, including the following: +[i386,amd64] The man:bce[4] driver provides support for various NICs based on the QLogic NetXtreme II family of Gigabit Ethernet controllers, including the following: * QLogic NetXtreme II BCM5706 1000Base-SX * QLogic NetXtreme II BCM5706 1000Base-T @@ -1262,9 +1260,9 @@ ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (http://www.Free * HP NC382i DP Multifunction Gigabit Server Adapter * HP NC382m DP 1GbE Multifunction BL-c Adapter -[amd64, i386] Broadcom BCM4401 based Fast Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query=bfe&sektion=4&manpath=freebsd-release-ports[bfe(4)] driver) +[amd64, i386] Broadcom BCM4401 based Fast Ethernet adapters (man:bfe[4] driver) -[i386,pc98,sparc64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bge&sektion=4&manpath=freebsd-release-ports[bge(4)] driver provides support for various NICs based on the Broadcom BCM570x family of Gigabit Ethernet controller chips, including the following: +[i386,pc98,sparc64,amd64] The man:bge[4] driver provides support for various NICs based on the Broadcom BCM570x family of Gigabit Ethernet controller chips, including the following: * 3Com 3c996-SX (1000baseSX) * 3Com 3c996-T (10/100/1000baseTX) @@ -1285,7 +1283,7 @@ ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (http://www.Free * SysKonnect SK-9D21 (10/100/1000baseTX) * SysKonnect SK-9D41 (1000baseSX) -The http://www.FreeBSD.org/cgi/man.cgi?query=bxe&sektion=4&manpath=freebsd-release-ports[bnxt(4)] driver provides support for various NICs based on the Broadcom NetXtreme-C and NetXtreme-E families of Gigabit Ethernet controller chips, including the following: +The man:bnxt[4] driver provides support for various NICs based on the Broadcom NetXtreme-C and NetXtreme-E families of Gigabit Ethernet controller chips, including the following: * Broadcom BCM57301 NetXtreme-C 10Gb Ethernet Controller * Broadcom BCM57302 NetXtreme-C 10Gb/25Gb Ethernet Controlle @@ -1309,7 +1307,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=bxe&sektion=4&manpath=freebsd-relea * Broadcom BCM57417 NetXtreme-E Ethernet Partition * Broadcom BCM57454 NetXtreme-E 10Gb/25Gb/40Gb/50Gb/100Gb Ethernet -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bxe&sektion=4&manpath=freebsd-release-ports[bxe(4)] driver provides support for various NICs based on the QLogic NetXtreme II family of 10Gb Ethernet controller chips, including the following: +[i386,amd64] The man:bxe[4] driver provides support for various NICs based on the QLogic NetXtreme II family of 10Gb Ethernet controller chips, including the following: * QLogic NetXtreme II BCM57710 10Gb * QLogic NetXtreme II BCM57711 10Gb @@ -1323,13 +1321,13 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=bxe&sektion=4&manpath=freebsd-relea * QLogic NetXtreme II BCM57840 10Gb / 20Gb * QLogic NetXtreme II BCM57840-MF 10Gb -The chips supported by the http://www.FreeBSD.org/cgi/man.cgi?query=cas&sektion=4&manpath=freebsd-release-ports[cas(4)] driver are: +The chips supported by the man:cas[4] driver are: * National Semiconductor DP83065 Saturn Gigabit Ethernet * Sun Cassini Gigabit Ethernet * Sun Cassini+ Gigabit Ethernet -The following add-on cards are known to work with the http://www.FreeBSD.org/cgi/man.cgi?query=cas&sektion=4&manpath=freebsd-release-ports[cas(4)] driver at this time: +The following add-on cards are known to work with the man:cas[4] driver at this time: * Sun GigaSwift Ethernet 1.0 MMF (Cassini Kuheen) (part no. 501-5524) * Sun GigaSwift Ethernet 1.0 UTP (Cassini) (part no. 501-5902) @@ -1337,28 +1335,28 @@ The following add-on cards are known to work with the http://www.FreeBSD.org/cgi * Sun Quad GigaSwift Ethernet UTP (QGE) (part no. 501-6522) * Sun Quad GigaSwift Ethernet PCI-X (QGE-X) (part no. 501-6738) -[i386,pc98,amd64,powerpc] The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=cdce&sektion=4&manpath=freebsd-release-ports[cdce(4)] driver: +[i386,pc98,amd64,powerpc] The following devices are supported by the man:cdce[4] driver: * Prolific PL-2501 Host-to-Host Bridge Controller * Sharp Zaurus PDA * Terayon TJ-715 DOCSIS Cable Modem -[amd64, i386] Crystal Semiconductor CS89x0-based NICs (http://www.FreeBSD.org/cgi/man.cgi?query=cs&sektion=4&manpath=freebsd-release-ports[cs(4)] driver) +[amd64, i386] Crystal Semiconductor CS89x0-based NICs (man:cs[4] driver) -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=cue&sektion=4&manpath=freebsd-release-ports[cue(4)] driver supports CATC USB-EL1210A based USB Ethernet adapters including: +[i386,pc98,amd64,powerpc] The man:cue[4] driver supports CATC USB-EL1210A based USB Ethernet adapters including: * Belkin F5U011/F5U111 * CATC Netmate * CATC Netmate II * SmartBridges SmartLink -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=freebsd-release-ports[cxgb(4)] driver supports 10 Gigabit and 1 Gigabit Ethernet adapters based on the T3 and T3B chipset: +[i386,amd64] The man:cxgb[4] driver supports 10 Gigabit and 1 Gigabit Ethernet adapters based on the T3 and T3B chipset: * Chelsio 10GBase-CX4 * Chelsio 10GBase-LR * Chelsio 10GBase-SR -The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=freebsd-release-ports[cxgbe(4)] driver supports 100Gb and 25Gb Ethernet adapters based on the T6 ASIC: +The man:cxgbe[4] driver supports 100Gb and 25Gb Ethernet adapters based on the T6 ASIC: * Chelsio T6225-CR * Chelsio T6225-SO-CR @@ -1366,7 +1364,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=freebsd-rele * Chelsio T62100-SO-CR * Chelsio T62100-CR -The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=freebsd-release-ports[cxgbe(4)] driver supports 40Gb, 10Gb and 1Gb Ethernet adapters based on the T5 ASIC: +The man:cxgbe[4] driver supports 40Gb, 10Gb and 1Gb Ethernet adapters based on the T5 ASIC: * Chelsio T580-CR * Chelsio T580-LP-CR @@ -1381,7 +1379,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=freebsd-rele * Chelsio T520-BT * Chelsio T504-BT -The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=freebsd-release-ports[cxgbe(4)] driver supports 10Gb and 1Gb Ethernet adapters based on the T4 ASIC: +The man:cxgbe[4] driver supports 10Gb and 1Gb Ethernet adapters based on the T4 ASIC: * Chelsio T420-CR * Chelsio T422-CR @@ -1394,7 +1392,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=freebsd-rele * Chelsio T420-BT * Chelsio T404-BT -The http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=freebsd-release-ports[dc(4)] driver provides support for the following chipsets: +The man:dc[4] driver provides support for the following chipsets: * DEC/Intel 21143 * ADMtek AL981 Comet, AN985 Centaur, ADM9511 Centaur II and ADM9513 Centaur II @@ -1407,7 +1405,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=freebsd-releas * Macronix 98713, 98713A, 98715, 98715A, 98715AEC-C, 98725, 98727 and 98732 * Xircom X3201 (cardbus only) -The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=freebsd-release-ports[dc(4)] driver at this time: +The following NICs are known to work with the man:dc[4] driver at this time: * 3Com OfficeConnect 10/100B (ADMtek AN985 Centaur-P) * Abocom FE2500 @@ -1448,7 +1446,7 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi * Xircom Cardbus Ethernet 10/100 * Xircom Cardbus Ethernet II 10/100 -[i386,pc98,amd64] Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=de&sektion=4&manpath=freebsd-release-ports[de(4)] driver include: +[i386,pc98,amd64] Adapters supported by the man:de[4] driver include: * Adaptec ANA-6944/TX * Cogent EM100FX and EM440TX @@ -1460,7 +1458,7 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi * SMC Etherpower 8432, 9332 and 9334 * ZNYX ZX3xx -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=ed&sektion=4&manpath=freebsd-release-ports[ed(4)] driver supports the following Ethernet NICs: +[i386,pc98] The man:ed[4] driver supports the following Ethernet NICs: * 3Com 3c503 Etherlink II * AR-P500 Ethernet @@ -1555,11 +1553,11 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi C-Bus, ISA, PCI and PC Card devices are supported. -The http://www.FreeBSD.org/cgi/man.cgi?query=ed&sektion=4&manpath=freebsd-release-ports[ed(4)] driver does not support the following Ethernet NICs: +The man:ed[4] driver does not support the following Ethernet NICs: * Mitsubishi LAN Adapter B8895 -The http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4&manpath=freebsd-release-ports[em(4)] driver supports Gigabit Ethernet adapters based on the Intel 82540, 82541ER, 82541PI, 82542, 82543, 82544, 82545, 82546, 82546EB, 82546GB, 82547, 82571, 82572, 82573, and 82574 controller chips: +The man:em[4] driver supports Gigabit Ethernet adapters based on the Intel 82540, 82541ER, 82541PI, 82542, 82543, 82544, 82545, 82546, 82546EB, 82546GB, 82547, 82571, 82572, 82573, and 82574 controller chips: * Intel PRO/1000 CT Network Connection (82547) * Intel PRO/1000 F Server Adapter (82543) @@ -1585,7 +1583,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4&manpath=freebsd-releas * Intel PRO/1000 XF Server Adapter (82544) * Intel PRO/1000 XT Server Adapter (82544) -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ep&sektion=4&manpath=freebsd-release-ports[ep(4)] driver supports Ethernet adapters based on the 3Com 3C5x9 Etherlink III Parallel Tasking chipset, including: +[i386,pc98,amd64] The man:ep[4] driver supports Ethernet adapters based on the 3Com 3C5x9 Etherlink III Parallel Tasking chipset, including: * 3Com 3C1 CF * 3Com 3C509-TP, 3C509-BNC, 3C509-Combo, 3C509-TPO, 3C509-TPC ISA @@ -1602,9 +1600,9 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4&manpath=freebsd-releas * 3Com OfficeConnect 3CXSH572BT, 3CCSH572BT PCMCIA * Farallon EtherWave and EtherMac PC Card (P/n 595/895 with BLUE arrow) -Agere ET1310 Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query=et&sektion=4&manpath=freebsd-release-ports[et(4)] driver) +Agere ET1310 Gigabit Ethernet adapters (man:et[4] driver) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ex&sektion=4&manpath=freebsd-release-ports[ex(4)] driver supports the following Ethernet adapters: +[i386,amd64] The man:ex[4] driver supports the following Ethernet adapters: * Intel EtherExpress Pro/10 ISA * Intel EtherExpress Pro/10+ ISA @@ -1613,7 +1611,7 @@ Agere ET1310 Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query * Silicom Ethernet LAN PC Card * Silicom EtherSerial LAN PC Card -[i386,pc98,amd64] Controllers and cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=fe&sektion=4&manpath=freebsd-release-ports[fe(4)] driver include: +[i386,pc98,amd64] Controllers and cards supported by the man:fe[4] driver include: * Allied Telesis RE1000, RE1000Plus, ME1500 (110-pin) * CONTEC C-NET(98)P2, C-NET (9N)E (110-pin), C-NET(9N)C (ExtCard) @@ -1632,7 +1630,7 @@ Agere ET1310 Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query * TDK LAK-CD011, LAK-CD021, LAK-CD021A, LAK-CD021BX * Ungermann-Bass Access/PC N98C+(PC85152, PC85142), Access/NOTE N98(PC86132) (110-pin) -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=fxp&sektion=4&manpath=freebsd-release-ports[fxp(4)] driver include: +Adapters supported by the man:fxp[4] driver include: * Intel EtherExpress PRO/10 * Intel InBusiness 10/100 @@ -1647,20 +1645,20 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=fxp&sektion=4 * NEC PC-9821X-B06 (PC-98) * Many on-board network interfaces on Intel motherboards -Chips supported by the http://www.FreeBSD.org/cgi/man.cgi?query=gem&sektion=4&manpath=freebsd-release-ports[gem(4)] driver include: +Chips supported by the man:gem[4] driver include: * Apple GMAC * Sun ERI 10/100 Mbps Ethernet * Sun GEM Gigabit Ethernet -The following add-on cards are known to work with the http://www.FreeBSD.org/cgi/man.cgi?query=gem&sektion=4&manpath=freebsd-release-ports[gem(4)] driver at this time: +The following add-on cards are known to work with the man:gem[4] driver at this time: * Sun Gigabit Ethernet PCI 2.0/3.0 (GBE/P) (part no. 501-4373) * Sun Gigabit Ethernet SBus 2.0/3.0 (GBE/S) (part no. 501-4375) -The http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4&manpath=freebsd-release-ports[hme(4)] driver supports the on-board Ethernet interfaces of many Sun UltraSPARC workstation and server models. +The man:hme[4] driver supports the on-board Ethernet interfaces of many Sun UltraSPARC workstation and server models. -Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4&manpath=freebsd-release-ports[hme(4)] driver include: +Cards supported by the man:hme[4] driver include: * Sun PCI SunSwift Adapter * Sun SBus SunSwift Adapter "( hme" and "SUNW,hme") @@ -1669,7 +1667,7 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4&ma * Sun PCI Quad FastEthernet Controller * Sun SBus Quad FastEthernet Controller -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=ie&sektion=4&manpath=freebsd-release-ports[ie(4)] driver provides supports the following 8 and 16bit ISA Ethernet cards that are based on the Intel i82586 chip: +[i386] The man:e[4] driver provides supports the following 8 and 16bit ISA Ethernet cards that are based on the Intel i82586 chip: * 3COM 3C507 * AT&T EN100 @@ -1678,7 +1676,7 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4&ma * Intel EtherExpress 16 * RACAL Interlan NI5210 -The http://www.FreeBSD.org/cgi/man.cgi?query=igb&sektion=4&manpath=freebsd-release-ports[igb(4)] driver supports Gigabit Ethernet adapters based on the Intel 82575 and 82576 controller chips: +The man:igb[4] driver supports Gigabit Ethernet adapters based on the Intel 82575 and 82576 controller chips: * Intel Gigabit ET Dual Port Server Adapter (82576) * Intel Gigabit VT Quad Port Server Adapter (82575) @@ -1686,48 +1684,48 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=igb&sektion=4&manpath=freebsd-relea * Intel i210 and i211 Gigabit Ethernet Controller * Intel i350 and i354 Gigabit Ethernet Controller -The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ipheth&sektion=4&manpath=freebsd-release-ports[ipheth(4)] driver: +The following devices are supported by the man:ipheth[4] driver: * Apple iPhone tethering (all models) * Apple iPad tethering (all models) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ixgb&sektion=4&manpath=freebsd-release-ports[ixgb(4)] driver supports the following cards: +[i386,amd64] The man:ixgb[4] driver supports the following cards: * Intel PRO/10GbE LR Server Adapter * Intel PRO/10GbE SR Server Adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=ixgbe&sektion=4&manpath=freebsd-release-ports[ixgbe(4)] driver supports the following cards: +The man:ixgbe[4] driver supports the following cards: * Intel(R) 10 Gigabit XF SR/AF Dual Port Server Adapter * Intel(R) 10 Gigabit XF SR/LR Server Adapter * Intel(R) 82598EB 10 Gigabit AF Network Connection * Intel(R) 82598EB 10 Gigabit AT CX4 Network Connection -The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4&manpath=freebsd-release-ports[ixl(4)] driver supports these SFP+ Pluggable Optics: +The man:ixl[4] driver supports these SFP+ Pluggable Optics: * Intel TRIPLE RATE 1G/10G/40G QSFP+ SR (bailed) E40GQSFPSR * Intel TRIPLE RATE 1G/10G/40G QSFP+ SR (bailed) E40GQSFPLR -The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4&manpath=freebsd-release-ports[ixl(4)] dr driver supports 10Gb and 1Gb Ethernet adapters with SR Modules: +The man:ixl[4] dr driver supports 10Gb and 1Gb Ethernet adapters with SR Modules: * Intel DUAL RATE 1G/10G SFP+ SR (bailed) FTLX8571D3BCV-IT * Intel DUAL RATE 1G/10G SFP+ SR (bailed) AFBR-703SDZ-IN2 -The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4&manpath=freebsd-release-ports[ixl(4)] dr driver supports 10Gb and 1Gb Ethernet adapters with LR Modules: +The man:ixl[4] dr driver supports 10Gb and 1Gb Ethernet adapters with LR Modules: * Intel DUAL RATE 1G/10G SFP+ LR (bailed) FTLX1471D3BCV-IT * Intel DUAL RATE 1G/10G SFP+ LR (bailed) AFCT-701SDZ-IN2 Note that X710/XL710 Based SFP+ adapters also support all passive and active limiting direct attach cables that comply with SFF-8431 v4.1 and SFF-8472 v10.4 specifications. -The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4&manpath=freebsd-release-ports[jme(4)] device driver provides support for the following Ethernet controllers: +The man:jme[4] device driver provides support for the following Ethernet controllers: * JMicron JMC250 PCI Express Gigabit Ethernet controller * JMicron JMC251 PCI Express Gigabit Ethernet with Card Read Host controller * JMicron JMC260 PCI Express Fast Ethernet controller * JMicron JMC261 PCI Express Gigabit Ethernet with Card Read Host controller -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=kue&sektion=4&manpath=freebsd-release-ports[kue(4)] driver supports Kawasaki LSI KL5KLUSB101B based USB Ethernet adapters including: +[i386,pc98,amd64,powerpc] The man:kue[4] driver supports Kawasaki LSI KL5KLUSB101B based USB Ethernet adapters including: * 3Com 3c19250 * 3Com 3c460 HomeConnect Ethernet USB Adapter @@ -1746,17 +1744,17 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4&manpath=freebsd-relea * Psion Gold Port USB Ethernet adapter * SMC 2102USB, 2104USB -[i386,pc98,amd64] Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4&manpath=freebsd-release-ports[lge(4)] driver include: +[i386,pc98,amd64] Adapters supported by the man:lge[4] driver include: * SMC TigerCard 1000 (SMC9462SX) * D-Link DGE-500SX -The http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4&manpath=freebsd-release-ports[mlx4en(4)] driver supports the following network adapters: +The man:mlx4en[4] driver supports the following network adapters: * Mellanox ConnectX-2 (ETH) * Mellanox ConnectX-3 (ETH) -The http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4&manpath=freebsd-release-ports[mlx5en(4)] driver supports 100Gb, 50Gb, 40Gb, 25Gb and 10Gb Ethernet adapters. ConnectX-4 supports:10/20/25/40/50/56/100Gb/s speeds. ConnectX-4 LX supports:10/25/40/50Gb/s speeds (and reduced power consumption) : +The man:mlx5en[4] driver supports 100Gb, 50Gb, 40Gb, 25Gb and 10Gb Ethernet adapters. ConnectX-4 supports:10/20/25/40/50/56/100Gb/s speeds. ConnectX-4 LX supports:10/25/40/50Gb/s speeds (and reduced power consumption) : * Mellanox MCX455A-ECAT * Mellanox MCX456A-ECAT @@ -1773,7 +1771,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4&manpath=freebsd-relea * Mellanox MCX4121A-XCAT * Mellanox MCX4111A-XCAT -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=msk&sektion=4&manpath=freebsd-release-ports[msk(4)] driver provides support for various NICs based on the Marvell/SysKonnect Yukon II based Gigabit Ethernet controller chips, including: +[i386,amd64] The man:msk[4] driver provides support for various NICs based on the Marvell/SysKonnect Yukon II based Gigabit Ethernet controller chips, including: * D-Link 550SX Gigabit Ethernet * D-Link 560SX Gigabit Ethernet @@ -1809,19 +1807,19 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4&manpath=freebsd-relea * SysKonnect SK-9Sxx Gigabit Ethernet * SysKonnect SK-9Exx Gigabit Ethernet -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=mxge&sektion=4&manpath=freebsd-release-ports[mxge(4)] driver supports 10 Gigabit Ethernet adapters based on the Myricom LANai Z8E chips: +[i386,amd64] The man:mxge[4] driver supports 10 Gigabit Ethernet adapters based on the Myricom LANai Z8E chips: * Myricom 10GBase-CX4 (10G-PCIE-8A-C, 10G-PCIE-8AL-C) * Myricom 10GBase-R (10G-PCIE-8A-R, 10G-PCIE-8AL-R) * Myricom 10G XAUI over ribbon fiber (10G-PCIE-8A-Q, 10G-PCIE-8AL-Q) -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=my&sektion=4&manpath=freebsd-release-ports[my(4)] driver provides support for various NICs based on the Myson chipset. Supported models include: +[i386,pc98] The man:my[4] driver provides support for various NICs based on the Myson chipset. Supported models include: * Myson MTD800 PCI Fast Ethernet chip * Myson MTD803 PCI Fast Ethernet chip * Myson MTD89X PCI Gigabit Ethernet chip -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=nfe&sektion=4&manpath=freebsd-release-ports[nfe(4)] driver supports the following NVIDIA MCP onboard adapters: +[i386,amd64] The man:nfe[4] driver supports the following NVIDIA MCP onboard adapters: * NVIDIA nForce MCP Networking Adapter * NVIDIA nForce MCP04 Networking Adapter @@ -1844,7 +1842,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4&manpath=freebsd-relea * NVIDIA nForce4 CK804 MCP8 Networking Adapter * NVIDIA nForce4 CK804 MCP9 Networking Adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4&manpath=freebsd-release-ports[nge(4)] driver supports National Semiconductor DP83820 and DP83821 based Gigabit Ethernet adapters including: +The man:nge[4] driver supports National Semiconductor DP83820 and DP83821 based Gigabit Ethernet adapters including: * Addtron AEG320T * Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI) @@ -1857,15 +1855,15 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4&manpath=freebsd-relea * Surecom Technology EP-320G-TX * Trendware TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=nxge&sektion=4&manpath=freebsd-release-ports[nxge(4)] driver supports Neterion Xframe 10 Gigabit Ethernet adapters listed in http://www.neterion.com/how/pricing.html. +[i386,amd64] The man:nxge[4] driver supports Neterion Xframe 10 Gigabit Ethernet adapters listed in http://www.neterion.com/how/pricing.html. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=oce&sektion=4&manpath=freebsd-release-ports[oce(4)] driver supports the following network adapters: +[i386,amd64] The man:oce[4] driver supports the following network adapters: * Emulex BladeEngine 2 * Emulex BladeEngine 3 * Emulex Lancer -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=pcn&sektion=4&manpath=freebsd-release-ports[pcn(4)] driver supports adapters and embedded controllers based on the AMD PCnet/FAST, PCnet/FAST+, PCnet/FAST III, PCnet/PRO and PCnet/Home Fast Ethernet chips: +[i386,pc98,amd64] The man:pcn[4] driver supports adapters and embedded controllers based on the AMD PCnet/FAST, PCnet/FAST+, PCnet/FAST III, PCnet/PRO and PCnet/Home Fast Ethernet chips: * AMD Am79C971 PCnet-FAST * AMD Am79C972 PCnet-FAST+ @@ -1874,24 +1872,24 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4&manpath=freebsd-relea * AMD Am79C978 PCnet-Home * Allied-Telesis LA-PCI -The http://www.FreeBSD.org/cgi/man.cgi?query=pcn&sektion=4&manpath=freebsd-release-ports[qlnxe(4)] driver supports 25/40/100 Gigabit Ethernet & CNA Adapter based on the following chipsets: +The man:qlnxe[4] driver supports 25/40/100 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 45000 series -[amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=qlxgb&sektion=4&manpath=freebsd-release-ports[qlxgb(4)] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: +[amd64] The man:qlxgb[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 3200 series * QLogic 8200 series -[amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=qlxgbe&sektion=4&manpath=freebsd-release-ports[qlxgbe(4)] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: +[amd64] The man:qlxgbe[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 8300 series -[amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=qlxge&sektion=4&manpath=freebsd-release-ports[qlxge(4)] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: +[amd64] The man:qlxge[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 8100 series -The http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4&manpath=freebsd-release-ports[re(4)] driver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters including: +The man:re[4] driver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters including: * Alloy Computer Products EtherGOLD 1439E 10/100 (8139C+) * Compaq Evo N1015v Integrated Ethernet (8139C+) @@ -1905,7 +1903,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4&manpath=freebsd-releas * USRobotics USR997902 Gigabit Ethernet (8169S) * Xterasys XN-152 10/100/1000 NIC (8169) -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=rl&sektion=4&manpath=freebsd-release-ports[rl(4)] driver include: +Adapters supported by the man:rl[4] driver include: * Accton "Cheetah" EN1207D (MPX 5030/5038; RealTek 8139 clone) * Allied Telesyn AT2550 @@ -1940,14 +1938,14 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=rl&sektion=4& * SMC EZ Card 10/100 PCI 1211-TX * SOHO (PRAGMATIC) UE-1211C -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=rue&sektion=4&manpath=freebsd-release-ports[rue(4)] driver supports RealTek RTL8150 based USB Ethernet adapters including: +[i386,pc98,amd64] The man:rue[4] driver supports RealTek RTL8150 based USB Ethernet adapters including: * Buffalo (Melco Inc.) LUA-KTX * Green House GH-USB100B * LinkSys USB100M * Billionton 10/100 FastEthernet USBKR2 -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sf&sektion=4&manpath=freebsd-release-ports[sf(4)] driver include: +Adapters supported by the man:sf[4] driver include: * ANA-62011 64-bit single port 10/100baseTX adapter * ANA-62022 64-bit dual port 10/100baseTX adapter @@ -1955,14 +1953,14 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sf&sektion=4& * ANA-69011 32-bit single port 10/100baseTX adapter * ANA-62020 64-bit single port 100baseFX adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=sfxge&sektion=4&manpath=freebsd-release-ports[sfxge(4)] driver supports all 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers. +The man:sfxge[4] driver supports all 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers. -The %0Ahttp://www.FreeBSD.org/cgi/man.cgi?query=sge&sektion=4&manpath=freebsd-release-ports[sge(4)] device driver provides support for the following Ethernet controllers: +The %0Ahttp://www.FreeBSD.org/cgi/man.cgi?query=sge&sektion=4&manpath=freebsd-release-ports[sge[4] device driver provides support for the following Ethernet controllers: * SiS190 Fast Ethernet controller * SiS191 Fast/Gigabit Ethernet controller -The http://www.FreeBSD.org/cgi/man.cgi?query=sis&sektion=4&manpath=freebsd-release-ports[sis(4)] driver supports Silicon Integrated Systems SiS 900 and SiS 7016 based Fast Ethernet adapters and embedded controllers, as well as Fast Ethernet adapters based on the National Semiconductor DP83815 (MacPhyter) and DP83816 chips. Supported adapters include: +The man:sis[4] driver supports Silicon Integrated Systems SiS 900 and SiS 7016 based Fast Ethernet adapters and embedded controllers, as well as Fast Ethernet adapters based on the National Semiconductor DP83815 (MacPhyter) and DP83816 chips. Supported adapters include: * @Nifty FNECHARD IFC USUP-TX * MELCO LGY-PCI-TXC @@ -1971,7 +1969,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=sis&sektion=4&manpath=freebsd-relea * SiS 630, 635, and 735 motherboard chipsets * Soekris Engineering net45xx, net48xx, lan1621, and lan1641 -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sk&sektion=4&manpath=freebsd-release-ports[sk(4)] driver include: +Adapters supported by the man:sk[4] driver include: * 3Com 3C940 single port, 1000baseT adapter * 3Com 3C2000-T single port, 1000baseT adapter @@ -1987,13 +1985,13 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sk&sektion=4& * SK-9844 SK-NET GE-SX dual port, multimode fiber adapter * SMC 9452TX single port, 1000baseT adapter -The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=smsc&sektion=4&manpath=freebsd-release-ports[smsc(4)] driver: +The following devices are supported by the man:smsc[4] driver: * SMSC LAN9500, LAN9500A, LAN9505 and LAN9505A based Ethernet adapters * SMSC LAN89530, LAN9530 and LAN9730 based Ethernet adapters * SMSC LAN951x Ethernet adapters with integrated USB hub -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4&manpath=freebsd-release-ports[sn(4)] driver supports SMC91Cxx based ISA and PCMCIA cards including: +[i386,amd64] The man:sn[4] driver supports SMC91Cxx based ISA and PCMCIA cards including: * 3Com Megahertz X-Jack Ethernet PC Card XJ10BT, XJ10BC * 3Com Megahertz XJEM and CCEM series: CCEM3288C, CCEM3288T, CCEM3336, CEM3336C, CCEM3336T, XJEM1144C, XJEM1144T, XJEM3288C, XJEM3288T, XJEM3336 @@ -2007,11 +2005,11 @@ The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?qu * SMC EZEther PC Card (8020BT) * SMC EZEther PC Card (8020T) -The http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4&manpath=freebsd-release-ports[sn(4)] driver supports the SMC 91C90, SMC 91C92, SMC 91C94, SMC 91C95, SMC 91C96, SMC91C100 and SMC 91C100FD chips from SMC. +The man:sn[4] driver supports the SMC 91C90, SMC 91C92, SMC 91C94, SMC 91C95, SMC 91C96, SMC91C100 and SMC 91C100FD chips from SMC. -The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver supports the 595 and 895 cards. These cards have the blue arrow on the front along with a 3Com logo. The Farallon 595a cards, which have a red arrow on the front, are also called EtherWave and EtherMac. They are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4&manpath=freebsd-release-ports[sn(4)] driver. +The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver supports the 595 and 895 cards. These cards have the blue arrow on the front along with a 3Com logo. The Farallon 595a cards, which have a red arrow on the front, are also called EtherWave and EtherMac. They are supported by the man:sn[4] driver. -[pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=snc&sektion=4&manpath=freebsd-release-ports[snc(4)] driver supports the following cards: +[pc98] The man:snc[4] driver supports the following cards: * National Semiconductor DP83934AVQB * NEC PC-9801-83 @@ -2023,15 +2021,15 @@ The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver * NEC PC-9801N-J02 PCMCIA * NEC PC-9801N-J02R PCMCIA -The http://www.FreeBSD.org/cgi/man.cgi?query=snc&sektion=4&manpath=freebsd-release-ports[snc(4)] driver also includes support for the National Semiconductor NS46C46 as 64 * 16 bits Microwave Serial EEPROM. +The man:snc[4] driver also includes support for the National Semiconductor NS46C46 as 64 * 16 bits Microwave Serial EEPROM. -The http://www.FreeBSD.org/cgi/man.cgi?query=ste&sektion=4&manpath=freebsd-release-ports[ste(4)] driver supports Sundance Technologies ST201 based Fast Ethernet adapters and embedded controllers including: +The man:ste[4] driver supports Sundance Technologies ST201 based Fast Ethernet adapters and embedded controllers including: * D-Link DFE-530TXS * D-Link DFE-550TX * D-Link DFE-580TX -The http://www.FreeBSD.org/cgi/man.cgi?query=stge&sektion=4&manpath=freebsd-release-ports[stge(4)] driver provides support for various NICs based on the Sundance/Tamarack TC9021 based Gigabit Ethernet controller chips, including: +The man:stge[4] driver provides support for various NICs based on the Sundance/Tamarack TC9021 based Gigabit Ethernet controller chips, including: * Antares Microsystems Gigabit Ethernet * ASUS NX1101 Gigabit Ethernet @@ -2042,7 +2040,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=stge&sektion=4&manpath=freebsd-rele * Sundance TC9021 Gigabit Ethernet * Tamarack TC9021 Gigabit Ethernet -[i386,pc98,amd64,sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=ti&sektion=4&manpath=freebsd-release-ports[ti(4)] driver supports Gigabit Ethernet adapters based on the Alteon Tigon I and II chips. The http://www.FreeBSD.org/cgi/man.cgi?query=ti&sektion=4&manpath=freebsd-release-ports[ti(4)] driver has been tested with the following adapters: +[i386,pc98,amd64,sparc64] The man:ti[4] driver supports Gigabit Ethernet adapters based on the Alteon Tigon I and II chips. The man:ti[4] driver has been tested with the following adapters: * 3Com 3c985-SX Gigabit Ethernet adapter (Tigon 1) * 3Com 3c985B-SX Gigabit Ethernet adapter (Tigon 2) @@ -2060,14 +2058,14 @@ The following adapters should also be supported but have not yet been tested: * NEC Gigabit Ethernet * Silicon Graphics PCI Gigabit Ethernet adapter -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4&manpath=freebsd-release-ports[tl(4)] driver supports Texas Instruments ThunderLAN based Ethernet and Fast Ethernet adapters including a large number of Compaq PCI Ethernet adapters. Also supported are: +[i386,pc98,amd64] The man:tl[4] driver supports Texas Instruments ThunderLAN based Ethernet and Fast Ethernet adapters including a large number of Compaq PCI Ethernet adapters. Also supported are: * Olicom OC-2135/2138 10/100 TX UTP adapter * Olicom OC-2325/OC-2326 10/100 TX UTP adapter * Racore 8148 10baseT/100baseTX/100baseFX adapter * Racore 8165 10/100baseTX adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4&manpath=freebsd-release-ports[tl(4)] driver also supports the built-in Ethernet adapters of various Compaq Prosignia servers and Compaq Deskpro desktop machines including: +The man:tl[4] driver also supports the built-in Ethernet adapters of various Compaq Prosignia servers and Compaq Deskpro desktop machines including: * Compaq Netelligent 10 * Compaq Netelligent 10 T PCI UTP/Coax @@ -2080,9 +2078,9 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4&manpath=freebsd-releas * Compaq NetFlex 3P Integrated * Compaq NetFlex 3P w/BNC -[amd64, i386, pc98] SMC 83c17x (EPIC)-based Ethernet NICs (http://www.FreeBSD.org/cgi/man.cgi?query=tx&sektion=4&manpath=freebsd-release-ports[tx(4)] driver) +[amd64, i386, pc98] SMC 83c17x (EPIC)-based Ethernet NICs (man:tx[4] driver) -The http://www.FreeBSD.org/cgi/man.cgi?query=txp&sektion=4&manpath=freebsd-release-ports[txp(4)] driver supports the following cards: +The man:txp[4] driver supports the following cards: * 3Com 3CR990-TX-95 * 3Com 3CR990-TX-97 @@ -2091,20 +2089,20 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=txp&sektion=4&manpath=freebsd-relea * 3Com 3CR990SVR97 * 3Com 3cR990B-SRV -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=udav&sektion=4&manpath=freebsd-release-ports[udav(4)] driver supports the following adapters: +[i386,pc98,amd64] The man:udav[4] driver supports the following adapters: * Corega FEther USB-TXC * ShanTou ST268 USB NIC -The http://www.FreeBSD.org/cgi/man.cgi?query=urndis&sektion=4&manpath=freebsd-release-ports[urndis(4)] driver supports the functionality of many Android devices. +The man:urndis[4] driver supports the functionality of many Android devices. -The http://www.FreeBSD.org/cgi/man.cgi?query=vge&sektion=4&manpath=freebsd-release-ports[vge(4)] driver supports VIA Networking VT6120, VT6122, VT6130 and VT6132 based Gigabit Ethernet adapters including: +The man:vge[4] driver supports VIA Networking VT6120, VT6122, VT6130 and VT6132 based Gigabit Ethernet adapters including: * VIA Networking LAN-on-motherboard Gigabit Ethernet * ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701) * ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702) -The http://www.FreeBSD.org/cgi/man.cgi?query=vr&sektion=4&manpath=freebsd-release-ports[vr(4)] driver supports VIA Technologies Rhine I, Rhine II, and Rhine III based Fast Ethernet adapters including: +The man:vr[4] driver supports VIA Technologies Rhine I, Rhine II, and Rhine III based Fast Ethernet adapters including: * AOpen/Acer ALN-320 * D-Link DFE520-TX @@ -2112,24 +2110,24 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=vr&sektion=4&manpath=freebsd-releas * Hawking Technologies PN102TX * Soekris Engineering net5501 -The http://www.FreeBSD.org/cgi/man.cgi?query=vte&sektion=4&manpath=freebsd-release-ports[vte(4)] device driver provides support for the following Ethernet controllers: +The man:vte[4] device driver provides support for the following Ethernet controllers: * DM&P Vortex86 RDC R6040 Fast Ethernet controller -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=vx&sektion=4&manpath=freebsd-release-ports[vx(4)] driver supports the following cards: +[i386,pc98,amd64] The man:vx[4] driver supports the following cards: * 3Com 3c590 EtherLink III PCI * 3Com 3c592 EtherLink III EISA * 3Com 3c595 Fast EtherLink III PCI in 10 Mbps mode * 3Com 3c597 Fast EtherLink III EISA in 10 Mbps mode -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=vxge&sektion=4&manpath=freebsd-release-ports[vxge(4)] driver supports Neterion X3100 10 Gigabit Ethernet adapters listed in http://www.neterion.com. +[i386,amd64] The man:vxge[4] driver supports Neterion X3100 10 Gigabit Ethernet adapters listed in http://www.neterion.com. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=wb&sektion=4&manpath=freebsd-release-ports[wb(4)] driver supports Winbond W89C840F based Fast Ethernet adapters and embedded controllers including: +[i386,pc98,amd64] The man:wb[4] driver supports Winbond W89C840F based Fast Ethernet adapters and embedded controllers including: * Trendware TE100-PCIE -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=xe&sektion=4&manpath=freebsd-release-ports[xe(4)] driver supports the following cards: +[i386,amd64] The man:xe[4] driver supports the following cards: * Xircom CreditCard Ethernet (PS-CE2-10) * Xircom CreditCard Ethernet + Modem 28 (PS-CEM-28) @@ -2147,7 +2145,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=vte&sektion=4&manpath=freebsd-relea Other similar devices using the same hardware may also be supported. -The http://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4&manpath=freebsd-release-ports[xl(4)] driver supports the following hardware: +The man:xl[4] driver supports the following hardware: * 3Com 3c900-TPO * 3Com 3c900-COMBO @@ -2169,36 +2167,36 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4&manpath=freebsd-releas * 3Com 3C3SH573BT, 3C575TX, 3CCFE575BT, 3CXFE575BT, 3CCFE575CT, 3CXFE575CT, 3CCFEM656, 3CCFEM656B, and 3CCFEM656C, 3CXFEM656, 3CXFEM656B, and 3CXFEM656C CardBus adapters * 3Com 3c905-TX, 3c905B-TX 3c905C-TX, 3c920B-EMB, and 3c920B-EMB-WNM embedded adapters -Both the 3C656 family of CardBus cards and the 3C556 family of MiniPCI cards have a built-in proprietary modem. Neither the http://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4&manpath=freebsd-release-ports[xl(4)] driver nor any other FreeBSD driver supports this modem. +Both the 3C656 family of CardBus cards and the 3C556 family of MiniPCI cards have a built-in proprietary modem. Neither the man:xl[4] driver nor any other FreeBSD driver supports this modem. [[fddi]] == FDDI Interfaces -[i386, pc98] DEC DEFPA PCI (http://www.FreeBSD.org/cgi/man.cgi?query=fpa&sektion=4&manpath=freebsd-release-ports[fpa(4)] driver) +[i386, pc98] DEC DEFPA PCI (man:fpa[4] driver) -[i386] DEC DEFEA EISA (http://www.FreeBSD.org/cgi/man.cgi?query=fpa&sektion=4&manpath=freebsd-release-ports[fpa(4)] driver) +[i386] DEC DEFEA EISA (man:fpa[4] driver) [[atm]] == ATM Interfaces -[i386, pc98] Midway-based ATM interfaces (http://www.FreeBSD.org/cgi/man.cgi?query=en&sektion=4&manpath=freebsd-release-ports[en(4)] driver) +[i386, pc98] Midway-based ATM interfaces (man:en[4] driver) -[i386, pc98 sparc64] FORE Systems, Inc. PCA-200E ATM PCI Adapters (hfa and http://www.FreeBSD.org/cgi/man.cgi?query=fatm&sektion=4&manpath=freebsd-release-ports[fatm(4)] drivers) +[i386, pc98 sparc64] FORE Systems, Inc. PCA-200E ATM PCI Adapters (hfa and man:fatm[4] drivers) -[i386, pc98] IDT NICStAR 77201/211-based ATM Adapters (http://www.FreeBSD.org/cgi/man.cgi?query=idt&sektion=4&manpath=freebsd-release-ports[idt(4)] driver) +[i386, pc98] IDT NICStAR 77201/211-based ATM Adapters (man:idt[4] driver) -[i386, pc98 sparc64] FORE Systems, Inc. HE155 and HE622 ATM interfaces (http://www.FreeBSD.org/cgi/man.cgi?query=hatm&sektion=4&manpath=freebsd-release-ports[hatm(4)] driver) +[i386, pc98 sparc64] FORE Systems, Inc. HE155 and HE622 ATM interfaces (man:hatm[4] driver) -[i386, pc98] IDT77252-based ATM cards (http://www.FreeBSD.org/cgi/man.cgi?query=patm&sektion=4&manpath=freebsd-release-ports[patm(4)] driver) +[i386, pc98] IDT77252-based ATM cards (man:patm[4] driver) [[wlan]] == Wireless Network Interfaces -[amd64, i386, pc98] Cisco/Aironet 802.11b wireless adapters (http://www.FreeBSD.org/cgi/man.cgi?query=an&sektion=4&manpath=freebsd-release-ports[an(4)] driver) +[amd64, i386, pc98] Cisco/Aironet 802.11b wireless adapters (man:an[4] driver) -[i386,pc98,amd64,sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=ath&sektion=4&manpath=freebsd-release-ports[ath(4)] driver supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL chipset. +[i386,pc98,amd64,sparc64] The man:ath[4] driver supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL chipset. -The http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4&manpath=freebsd-release-ports[bwi(4)] driver supports Broadcom BCM43xx based wireless devices, including: +The man:bwi[4] driver supports Broadcom BCM43xx based wireless devices, including: * Apple Airport Extreme * Apple Airport Extreme @@ -2217,9 +2215,9 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4&manpath=freebsd-relea * TRENDnet TEW-401PCplus * US Robotics 5411 -The http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4&manpath=freebsd-release-ports[bwi(4)] driver uses the older v3 version of Broadcom's firmware. While this older firmware does support most BCM43xx parts, the bwn(4) driver works better for the newer chips it supports. You must use the http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4&manpath=freebsd-release-ports[bwi(4)] driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2). The v4 version of the firmware that bwn(4) uses does not support these chips. +The man:bwi[4] driver uses the older v3 version of Broadcom's firmware. While this older firmware does support most BCM43xx parts, the bwn(4) driver works better for the newer chips it supports. You must use the man:bwi[4] driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2). The v4 version of the firmware that bwn(4) uses does not support these chips. -The http://www.FreeBSD.org/cgi/man.cgi?query=bwn&sektion=4&manpath=freebsd-release-ports[bwn(4)] driver supports Broadcom BCM43xx based wireless devices, including: +The man:bwn[4] driver supports Broadcom BCM43xx based wireless devices, including: * Apple Airport Extreme * ASUS WL-138g @@ -2235,19 +2233,19 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=bwn&sektion=4&manpath=freebsd-relea Users of older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2) must use bwi(4) because the v4 version of the firmware does not support these chips. The newer firmware is too big to fit into these old chips. -[i386, amd64] Intel PRO/Wireless 2100 MiniPCI network adapter (http://www.FreeBSD.org/cgi/man.cgi?query=ipw&sektion=4&manpath=freebsd-release-ports[ipw(4)] driver) +[i386, amd64] Intel PRO/Wireless 2100 MiniPCI network adapter (man:ipw[4] driver) -[i386, amd64] Intel PRO/Wireless 2200BG/2915ABG MiniPCI and 2225BG PCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=iwi&sektion=4&manpath=freebsd-release-ports[iwi(4)] driver) +[i386, amd64] Intel PRO/Wireless 2200BG/2915ABG MiniPCI and 2225BG PCI network adapters (man:iwi[4] driver) -[i386, amd64] Intel Dual Band Wireless AC 3160/7260/7265 IEEE 802.11ac network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=iwm&sektion=4&manpath=freebsd-release-ports[iwm(4)] driver) +[i386, amd64] Intel Dual Band Wireless AC 3160/7260/7265 IEEE 802.11ac network adapters (man:iwm[4] driver) -[i386, amd64] Intel Wireless WiFi Link 4965AGN IEEE 802.11n PCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=iwn&sektion=4&manpath=freebsd-release-ports[iwn(4)] driver) +[i386, amd64] Intel Wireless WiFi Link 4965AGN IEEE 802.11n PCI network adapters (man:iwn[4] driver) -[i386, amd64] Marvell Libertas IEEE 802.11b/g PCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=malo&sektion=4&manpath=freebsd-release-ports[malo(4)] driver) +[i386, amd64] Marvell Libertas IEEE 802.11b/g PCI network adapters (man:malo[4] driver) -Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=mwl&sektion=4&manpath=freebsd-release-ports[mwl(4)] driver) +Marvell 88W8363 IEEE 802.11n wireless network adapters (man:mwl[4] driver) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=otus&sektion=4&manpath=freebsd-release-ports[otus(4)] driver provices support for Atheros AR9170 USB IEEE 802.11b/g/n wireless network adapters, including: +[i386,amd64] The man:otus[4] driver provices support for Atheros AR9170 USB IEEE 802.11b/g/n wireless network adapters, including: * 3Com 3CRUSBN275 * Arcadyan WN7512 @@ -2268,7 +2266,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * Z-Com UB82 * ZyXEL NWD-271N -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ral&sektion=4&manpath=freebsd-release-ports[ral(4)] driver supports PCI/PCIe/CardBus wireless adapters based on Ralink Technology chipsets, including: +[i386,amd64] The man:ral[4] driver supports PCI/PCIe/CardBus wireless adapters based on Ralink Technology chipsets, including: * A-Link WL54H * A-Link WL54PC @@ -2358,7 +2356,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * Zonet ZEW1500 * Zonet ZEW1600 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=rsu&sektion=4&manpath=freebsd-release-ports[rsu(4)] driver provices support for Realtek RTL8188SU/RTL8192SU USB IEEE 802.11b/g/n wireless network adapters, including: +[i386,amd64] The man:rsu[4] driver provices support for Realtek RTL8188SU/RTL8192SU USB IEEE 802.11b/g/n wireless network adapters, including: * ASUS USB-N10 * Belkin F7D1101 v1 @@ -2374,9 +2372,9 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * TRENDnet TEW-648UB * TRENDnet TEW-649UB -Realtek RTL8188CE based PCIe IEEE 802.11b/g/n wireless network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=rtwn&sektion=4&manpath=freebsd-release-ports[rtwn(4)] driver) +Realtek RTL8188CE based PCIe IEEE 802.11b/g/n wireless network adapters (man:rtwn[4] driver) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=rum&sektion=4&manpath=freebsd-release-ports[rum(4)] driver supports USB 2.0 wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets, including: +[i386,amd64] The man:rum[4] driver supports USB 2.0 wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets, including: * 3Com Aolynk WUB320g * Abocom WUG2700 @@ -2415,7 +2413,7 @@ Realtek RTL8188CE based PCIe IEEE 802.11b/g/n wireless network adapters (http:// * Sweex LW053 * TP-LINK TL-WN321G -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=run&sektion=4&manpath=freebsd-release-ports[run(4)] driver supports the following wireless adapters: +[i386,amd64] The man:run[4] driver supports the following wireless adapters: * Airlink101 AWLL6090 * ASUS USB-N11 @@ -2477,7 +2475,7 @@ Realtek RTL8188CE based PCIe IEEE 802.11b/g/n wireless network adapters (http:// * ZyXEL NWD210N * ZyXEL NWD270N -The http://www.FreeBSD.org/cgi/man.cgi?query=uath&sektion=4&manpath=freebsd-release-ports[uath(4)] driver should work with the following adapters: +The man:uath[4] driver should work with the following adapters: * Compex WLU108AG * Compex WLU108G @@ -2501,7 +2499,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=uath&sektion=4&manpath=freebsd-rele An up to date list can be found at http://customerproducts.atheros.com/customerproducts/default.asp. -The http://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4&manpath=freebsd-release-ports[upgt(4)] driver supports USB 2.0 Conexant/Intersil PrismGT series wireless adapters based on the GW3887 chipset, among them: +The man:upgt[4] driver supports USB 2.0 Conexant/Intersil PrismGT series wireless adapters based on the GW3887 chipset, among them: * Belkin F5D7050 (version 1000) * Cohiba Proto Board @@ -2515,7 +2513,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4&manpath=freebsd-rele * Spinnaker DUT * Spinnaker Proto Board -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ural&sektion=4&manpath=freebsd-release-ports[ural(4)] driver supports USB 2.0 wireless adapters based on the Ralink Technology RT2500USB chipset, including: +[i386,amd64] The man:ural[4] driver supports USB 2.0 wireless adapters based on the Ralink Technology RT2500USB chipset, including: * AMIT WL532U * ASUS WL-167g @@ -2547,7 +2545,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4&manpath=freebsd-rele An up to date list can be found at http://ralink.rapla.net/. -The http://www.FreeBSD.org/cgi/man.cgi?query=urtw&sektion=4&manpath=freebsd-release-ports[urtw(4)] driver supports Realtek RTL8187B/L based wireless network devices, including: +The man:urtw[4] driver supports Realtek RTL8187B/L based wireless network devices, including: * Belkin F5D7050E * Linksys WUSB54GCv2 @@ -2560,7 +2558,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtw&sektion=4&manpath=freebsd-rele * SureCom EP-9001-g(2A) * TRENDnet TEW-424UB V3.xR -The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-release-ports[urtwn(4)] driver supports Realtek RTL8188CU/RTL8188RU/RTL8188EU/RTL8192CU based USB IEEE 802.11b/g/n wireless network adapters, including: +The man:urtwn[4] driver supports Realtek RTL8188CU/RTL8188RU/RTL8188EU/RTL8192CU based USB IEEE 802.11b/g/n wireless network adapters, including: * Alfa AWUS036NHR v2 * ASUS USB-N10 NANO @@ -2576,13 +2574,13 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-rel * TP-LINK TL-WN723N v3 * TP-LINK TL-WN725N v2 -[amd64, i386, pc98] Lucent Technologies WaveLAN/IEEE 802.11b wireless network adapters and workalikes using the Lucent Hermes, Intersil PRISM-II, Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24 chipsets (http://www.FreeBSD.org/cgi/man.cgi?query=wi&sektion=4&manpath=freebsd-release-ports[wi(4)] driver) +[amd64, i386, pc98] Lucent Technologies WaveLAN/IEEE 802.11b wireless network adapters and workalikes using the Lucent Hermes, Intersil PRISM-II, Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24 chipsets (man:wi[4] driver) -[i386] NCR / AT&T / Lucent Technologies WaveLan T1-speed ISA/radio LAN cards (http://www.FreeBSD.org/cgi/man.cgi?query=wl&sektion=4&manpath=freebsd-release-ports[wl(4)] driver) +[i386] NCR / AT&T / Lucent Technologies WaveLan T1-speed ISA/radio LAN cards (man:wl[4] driver) -[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=wpi&sektion=4&manpath=freebsd-release-ports[wpi(4)] driver) +[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network adapters (man:wpi[4] driver) -[i386,amd64] The following devices are known to be supported by the http://www.FreeBSD.org/cgi/man.cgi?query=zyd&sektion=4&manpath=freebsd-release-ports[zyd(4)] driver: +[i386,amd64] The following devices are known to be supported by the man:zyd[4] driver: * 3COM 3CRUSB10075 * Acer WLAN-G-US1 @@ -2632,12 +2630,12 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-rel [[misc-network]] == Miscellaneous Networks -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=ce&sektion=4&manpath=freebsd-release-ports[ce(4)] driver supports the following models of Tau-PCI/32 WAN adapters: +[i386,pc98] The man:ce[4] driver supports the following models of Tau-PCI/32 WAN adapters: * Cronyx Tau-PCI/32 * Cronyx Tau-PCI/32-Lite -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=cx&sektion=4&manpath=freebsd-release-ports[cx(4)] driver supports the following cards: +[i386] The man:cx[4] driver supports the following cards: * Cronyx Sigma-22, Sigma-24 * Cronyx Sigma-100 @@ -2646,7 +2644,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-rel * Cronyx Sigma-703 * Cronyx Sigma-800, Sigma-801, Sigma-810, Sigma-840 -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=cp&sektion=4&manpath=freebsd-release-ports[cp(4)] driver supports the following models of Tau-PCI WAN adapters: +[i386,pc98] The man:cp[4] driver supports the following models of Tau-PCI WAN adapters: * Cronyx Tau-PCI * Cronyx Tau-PCI/R @@ -2660,14 +2658,14 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-rel * Cronyx Tau-PCI-T3 * Cronyx Tau-PCI-STS1 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=ctau&sektion=4&manpath=freebsd-release-ports[ctau(4)] driver supports the following cards: +[i386] The man:ctau[4] driver supports the following cards: * Cronyx Tau (RS-232/V.35) * Cronyx Tau/R (RS-530/RS-449) * Cronyx Tau/E1 (fractional E1) * Cronyx Tau/G703 (unframed E1) -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=cm&sektion=4&manpath=freebsd-release-ports[cm(4)] driver supports the following card models: +[i386] The man:cm[4] driver supports the following card models: * SMC90c26 * SMC90c56 @@ -2676,14 +2674,14 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-rel [[serial]] == Serial Interfaces -[amd64, i386] "PC standard" 8250, 16450, and 16550-based serial ports (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[amd64, i386] "PC standard" 8250, 16450, and 16550-based serial ports (man:sio[4] driver) -The http://www.FreeBSD.org/cgi/man.cgi?query=uart&sektion=4&manpath=freebsd-release-ports[uart(4)] driver supports the following classes of UARTs: +The man:uart[4] driver supports the following classes of UARTs: * NS8250: standard hardware based on the 8250, 16450, 16550, 16650, 16750 or the 16950 UARTs. * SCC: serial communications controllers supported by the scc(4) device driver. -The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4&manpath=freebsd-release-ports[scc(4)] driver supports the following classes of SCCs: +The man:scc[4] driver supports the following classes of SCCs: * SAB82532: Siemens SAB 82532 based serial communications controllers. * Z8530: Zilog 8530 based serial communications controllers. @@ -2700,15 +2698,15 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4&manpath=freebsd-relea * Boca BB1008 8-Port serial card (Modems _not_ supported) * Boca BB2016 16-Port serial card (Modems supported) -[i386] Comtrol Rocketport card (http://www.FreeBSD.org/cgi/man.cgi?query=rp&sektion=4&manpath=freebsd-release-ports[rp(4)] driver) +[i386] Comtrol Rocketport card (man:rp[4] driver) -[i386] Cyclades Cyclom-Y serial board (http://www.FreeBSD.org/cgi/man.cgi?query=cy&sektion=4&manpath=freebsd-release-ports[cy(4)] driver) +[i386] Cyclades Cyclom-Y serial board (man:cy[4] driver) [i386] STB 4 port card using shared IRQ [i386] DigiBoard intelligent serial cards (digi driver) -[amd64, i386] PCI-Based multi-port serial boards (http://www.FreeBSD.org/cgi/man.cgi?query=puc&sektion=4&manpath=freebsd-release-ports[puc(4)] driver) +[amd64, i386] PCI-Based multi-port serial boards (man:puc[4] driver) * [amd64, i386] Actiontech 56K PCI * [amd64, i386] Avlab Technology, PCI IO 2S and PCI IO 4S @@ -2733,90 +2731,84 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4&manpath=freebsd-relea * [amd64, i386] US Robotics (3Com) 3CP5609 modem * [amd64, i386] VScom PCI-400 and PCI-800 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=rc&sektion=4&manpath=freebsd-release-ports[rc(4)] driver provides support for the SDL Communications RISCom/8 boards. +[i386] The man:rc[4] driver provides support for the SDL Communications RISCom/8 boards. -[i386, amd64] Specialix SI/XIO/SX multiport serial cards, with both the older SIHOST2.x and the "enhanced" (transputer based, aka JET) host cards (ISA, EISA and PCI) are supported. Note that the newer SX+ PCI cards are not currently supported. (http://www.FreeBSD.org/cgi/man.cgi?query=si&sektion=4&manpath=freebsd-release-ports[si(4)] driver) +[i386, amd64] Specialix SI/XIO/SX multiport serial cards, with both the older SIHOST2.x and the "enhanced" (transputer based, aka JET) host cards (ISA, EISA and PCI) are supported. Note that the newer SX+ PCI cards are not currently supported. (man:si[4] driver) -[pc98] Internel serial interfaces (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] Internel serial interfaces (man:sio[4] driver) * PC-9801 on-board * PC-9821 2'nd CCU (flags 0x12000000) -[pc98] NEC PC-9861K, PC-9801-101 and Midori-Denshi MDC-926Rs (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] NEC PC-9861K, PC-9801-101 and Midori-Denshi MDC-926Rs (man:sio[4] driver) * COM2 (flags 0x01000000) * COM3 (flags 0x02000000) -[pc98] NEC PC-9801-120 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] NEC PC-9801-120 (man:sio[4] driver) -[.note] *Note*: + "flags 0x11000000" is necessary in kernel configuration. -[pc98] Microcore MC-16550, MC-16550II, MC-RS98 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] Microcore MC-16550, MC-16550II, MC-RS98 (man:sio[4] driver) -[.note] *Note*: + "flags 0x14000?01" is necessary in kernel configuration. -[pc98] Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 (man:sio[4] driver) -[.note] *Note*: + "flags 0x15000?01" is necessary in kernel configuration. -[pc98] Media Intelligent RSB-384 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] Media Intelligent RSB-384 (man:sio[4] driver) -[.note] *Note*: + "flags 0x16000001" is necessary in kernel configuration. -[pc98] I-O DATA RSA-98III (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] I-O DATA RSA-98III (man:sio[4] driver) -[.note] *Note*: + "flags 0x18000?01" is necessary in kernel configuration. -[pc98] Hayes ESP98 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] Hayes ESP98 (man:sio[4] driver) -[.note] *Note*: + "options COM_ESP" and "flags 0x19000000" are necessary in kernel configuration. [[sound]] == Sound Devices -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ad1816&sektion=4&manpath=freebsd-release-ports[snd_ad1816(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_ad1816[4] driver supports the following sound cards: * Analog Devices AD1816 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_als4000&sektion=4&manpath=freebsd-release-ports[snd_als4000(4)] driver supports the following sound cards: +[i386] The man:snd_als4000[4] driver supports the following sound cards: * Avance Logic ALS4000 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_atiixp&sektion=4&manpath=freebsd-release-ports[snd_atiixp(4)] driver supports the following audio chipsets: +[i386,amd64] The man:snd_atiixp[4] driver supports the following audio chipsets: * ATI IXP 200 * ATI IXP 300 * ATI IXP 400 -[sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_audiocs&sektion=4&manpath=freebsd-release-ports[snd_audiocs(4)] driver supports the following audio devices: +[sparc64] The man:snd_audiocs[4] driver supports the following audio devices: * CS4231 on SBus based UltraSPARC * CS4231 on PCI/EBus based UltraSPARC -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_cmi&sektion=4&manpath=freebsd-release-ports[snd_cmi(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_cmi[4] driver supports the following sound cards: * CMedia CMI8338A * CMedia CMI8338B * CMedia CMI8738 * CMedia CMI8738B -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_cs4281&sektion=4&manpath=freebsd-release-ports[snd_cs4281(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_cs4281[4] driver supports the following sound cards: * Crystal Semiconductor CS4281 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_csa&sektion=4&manpath=freebsd-release-ports[snd_csa(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_csa[4] driver supports the following sound cards: * Crystal Semiconductor CS4280 * Crystal Semiconductor CS4610 @@ -2830,35 +2822,35 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4&manpath=freebsd-relea * Hercules Game Theatre XP * Turtle Beach Santa Cruz -Some onboard CS4610 chips are accompanied by the CS423x ISA codec instead of the CS4297 AC97 codec. Such configurations are not supported by the http://www.FreeBSD.org/cgi/man.cgi?query=snd_csa&sektion=4&manpath=freebsd-release-ports[snd_csa(4)] driver yet. +Some onboard CS4610 chips are accompanied by the CS423x ISA codec instead of the CS4297 AC97 codec. Such configurations are not supported by the man:snd_csa[4] driver yet. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ds1&sektion=4&manpath=freebsd-release-ports[snd_ds1(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_ds1[4] driver supports the following sound cards: * Yamaha DS-1 * Yamaha DS-1E -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10k1&sektion=4&manpath=freebsd-release-ports[snd_emu10k1(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_emu10k1[4] driver supports the following sound cards: * Creative SoundBlaster Live! (EMU10K1 Chipset) * Creative SoundBlaster Audigy (EMU10K2 Chipset) * Creative SoundBlaster Audigy 2 (EMU10K2 Chipset) * Creative SoundBlaster Audigy 2 (EMU10K3 Chipset) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&%0Asektion=4&manpath=freebsd-release-ports[snd_emu10kx(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_emu10kx[4] driver supports the following sound cards: * Creative Sound Blaster Live! (EMU10K1 Chipset). Both PCM and MIDI interfaces are available. * Creative Sound Blaster Audigy (CA0100 and CA0101 Chipset). PCM and two MIDI interfaces available. * Creative Sound Blaster Audigy 2 and Creative Sound Blaster Audigy 4 (CA0102 Chipset). PCM support is limited to 48kHz/16 bit stereo (192kHz/24 bit part of this chipset is not supported). * Creative Sound Blaster Audigy 2 Value (CA0108 Chipset). PCM support is limited to 48kHz/16 bit stereo (192kHz/24 bit part of this chipset is not supported). There is no MIDI support for this card. -The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4&manpath=freebsd-release-ports[snd_emu10kx(4)] driver does _not_ support the following sound cards (although they have names similar to some supported ones): +The man:snd_emu10kx[4] driver does _not_ support the following sound cards (although they have names similar to some supported ones): * Creative Sound Blaster Live! 24-Bit, identified by FreeBSD as * Creative Sound Blaster Audigy LS / ES, identified by FreeBSD as * All other Creative sound cards with -DAT chipsets. * All Creative X-Fi series sound cards. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_envy24&sektion=4&manpath=freebsd-release-ports[snd_envy24(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_envy24[4] driver supports the following audio devices: * M-Audio Audiophile 2496 * M-Audio Delta Dio 2496 @@ -2866,7 +2858,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4&manpath=freeb Only analog playback is supported. Recording and other features of these cards are not supported. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_envy24ht&sektion=4&manpath=freebsd-release-ports[snd_envy24ht(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_envy24ht[4] driver supports the following audio devices: * Audiotrak Prodigy 7.1 * Audiotrak Prodigy 7.1 LT @@ -2884,7 +2876,7 @@ Only analog playback is supported. Recording and other features of these cards a Only analog playback is supported. Recording and other features of these cards are not supported. -[i386,sparc64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_es137x&sektion=4&manpath=freebsd-release-ports[snd_es137x(4)] driver supports the following sound cards: +[i386,sparc64,amd64] The man:snd_es137x[4] driver supports the following sound cards: * Creative CT5880-A * Creative CT5880-C @@ -2898,29 +2890,29 @@ Only analog playback is supported. Recording and other features of these cards a * Ensoniq AudioPCI ES1373-B * Ensoniq AudioPCI ES1373-8 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ess&sektion=4&manpath=freebsd-release-ports[snd_ess(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_ess[4] driver supports the following sound cards: * Ensoniq ESS ISA PnP/non-PnP -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_fm801&sektion=4&manpath=freebsd-release-ports[snd_fm801(4)] driver supports audio devices based on the following chipset: +[i386,amd64] The man:snd_fm801[4] driver supports audio devices based on the following chipset: * Forte Media FM801 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?%0Aquery=snd_gusc&sektion=4&manpath=freebsd-release-ports[snd_gusc(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_gusc[4] driver supports the following sound cards: * Gravis UltraSound MAX * Gravis UltraSound PnP -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=freebsd-release-ports[snd_hda(4)] driver supports controllers having PCI class 4 (multimedia) and subclass 3 (HDA), compatible with Intel HDA specification. +[i386,amd64] The man:snd_hda[4] driver supports controllers having PCI class 4 (multimedia) and subclass 3 (HDA), compatible with Intel HDA specification. -The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=freebsd-release-ports[snd_hda(4)] driver supports more than two hundred different controllers and CODECs. There is no sense to list all of them here, as in most cases specific CODEC configuration and wiring are more important then type of the CODEC itself. +The man:snd_hda[4] driver supports more than two hundred different controllers and CODECs. There is no sense to list all of them here, as in most cases specific CODEC configuration and wiring are more important then type of the CODEC itself. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hdspe&sektion=4&manpath=freebsd-release-ports[snd_hdspe(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_hdspe[4] driver supports the following audio devices: * RME HDSPe AIO * RME HDSPe RayDAT -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ich&sektion=4&manpath=freebsd-release-ports[snd_ich(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_ich[4] driver supports the following audio devices: * AMD 768 * AMD 8111 @@ -2941,18 +2933,18 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=freebsd-r * NVIDIA nForce4 * SiS 7012 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_maestro&sektion=4&manpath=freebsd-release-ports[snd_maestro(4)] driver supports the following PCI sound cards: +[i386,amd64] The man:snd_maestro[4] driver supports the following PCI sound cards: * ESS Technology Maestro-1 * ESS Technology Maestro-2 * ESS Technology Maestro-2E -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_maestro3&sektion=4&manpath=freebsd-release-ports[snd_maestro3(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_maestro3[4] driver supports the following audio devices: * ESS Technology Allegro-1 * ESS Technology Maestro3 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_mss&sektion=4&manpath=freebsd-release-ports[snd_mss(4)] driver supports the following audio devices: +[i386] The man:snd_mss[4] driver supports the following audio devices: * AD1845 * AD1848 @@ -2974,12 +2966,12 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=freebsd-r * Yamaha OPL-SA2 * Yamaha OPL-SA3 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_neomagic&sektion=4&manpath=freebsd-release-ports[snd_neomagic(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_neomagic[4] driver supports the following audio devices: * NeoMagic 256AV * NeoMagic 256ZX -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_sbc&sektion=4&manpath=freebsd-release-ports[snd_sbc(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_sbc[4] driver supports the following sound cards: * Avance Asound 110 * Avance Logic ALS100+ @@ -2998,14 +2990,14 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=freebsd-r * ESS ES1879 * ESS ES1888 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_solo&sektion=4&manpath=freebsd-release-ports[snd_solo(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_solo[4] driver supports the following sound cards: * ESS Solo-1 (ES1938 Chipset) * ESS Solo-1E (ES1946 Chipset) Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) and/or snd_sbc(4). -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_spicds&sektion=4&manpath=freebsd-release-ports[snd_spicds(4)] driver supports the following codecs: +[i386,amd64] The man:snd_spicds[4] driver supports the following codecs: * AK4358 * AK4381 @@ -3014,14 +3006,14 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * AK4528 * WM8770 -[i386,amd64,sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_t4dwave&sektion=4&manpath=freebsd-release-ports[snd_t4dwave(4)] driver supports the following audio devices: +[i386,amd64,sparc64] The man:snd_t4dwave[4] driver supports the following audio devices: * Acer Labs M5451 * SIS 7018 * Trident 4DWave DX * Trident 4DWave NX -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_via8233&sektion=4&manpath=freebsd-release-ports[snd_via8233(4)] driver supports the following audio chipsets: +[i386,amd64] The man:snd_via8233[4] driver supports the following audio chipsets: * VIA VT8233 * VIA VT8233A @@ -3030,11 +3022,11 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * VIA VT8237 * VIA VT8251 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_via82c686&sektion=4&manpath=freebsd-release-ports[snd_via82c686(4)] driver supports audio devices based on the following chipset: +[i386,amd64] The man:snd_via82c686[4] driver supports audio devices based on the following chipset: * VIA 82C686A -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_vibes&sektion=4&manpath=freebsd-release-ports[snd_vibes(4)] driver supports audio devices based on the following chipset: +[i386,amd64] The man:snd_vibes[4] driver supports audio devices based on the following chipset: * S3 SonicVibes @@ -3045,9 +3037,9 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a [pc98] NEC X-MATE, CanBe, ValueStar internal (mss driver) -[pc98] Creative Technologies SoundBlaster(98) (http://www.FreeBSD.org/cgi/man.cgi?query=sb&sektion=4&manpath=freebsd-release-ports[sb(4)] driver) +[pc98] Creative Technologies SoundBlaster(98) (man:sb[4] driver) -[pc98] I-O DATA CD-BOX (http://www.FreeBSD.org/cgi/man.cgi?query=sb&sektion=4&manpath=freebsd-release-ports[sb(4)] driver) +[pc98] I-O DATA CD-BOX (man:sb[4] driver) [pc98] MPU-401 and compatible interfaces (mpu driver) @@ -3056,7 +3048,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a [[camera]] == Camera and Video Capture Devices -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=bktr&sektion=4&manpath=freebsd-release-ports[bktr(4)] driver supports video capture cards based on the Brooktree Bt848/849/878/879 chips, as well as Pinnacle PCTV cards, including: +[i386,pc98] The man:bktr[4] driver supports video capture cards based on the Brooktree Bt848/849/878/879 chips, as well as Pinnacle PCTV cards, including: * AOpen VA1000 * AVerMedia AVerTV Studio @@ -3088,15 +3080,13 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a [amd64, i386, pc98] A range of USB peripherals are supported; devices known to work are listed in this section. Owing to the generic nature of most USB devices, with some exceptions any device of a given class will be supported, even if not explicitly listed here. -[.note] *Note*: + -[amd64, i386, pc98] USB Ethernet adapters can be found in the section listing link:#ethernet[Ethernet interfaces]. +[amd64, i386, pc98] USB Ethernet adapters can be found in the section listing <>. -[.note] *Note*: + -[amd64, i386, pc98] USB Bluetooth adapters can be found in link:#bluetooth[Bluetooth] section. +[amd64, i386, pc98] USB Bluetooth adapters can be found in <> section. -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=ohci&sektion=4&manpath=freebsd-release-ports[ohci(4)] driver supports all OHCI v1.0 compliant controllers including: +[i386,pc98,amd64,powerpc] The man:ohci[4] driver supports all OHCI v1.0 compliant controllers including: * AcerLabs M5237 (Aladdin-V) * AMD-756 @@ -3107,33 +3097,33 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * NVIDIA nForce3 * Sun PCIO-2 (RIO USB) -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=uhci&sektion=4&manpath=freebsd-release-ports[uhci(4)] driver supports all UHCI v1.1 compliant controllers including: +[i386,pc98,amd64,powerpc] The man:uhci[4] driver supports all UHCI v1.1 compliant controllers including: * Intel 82371AB/EB (PIIX4) * Intel 82371SB (PIIX3) * VIA 83C572 -[amd64, i386, pc98] USB 2.0 controllers using the EHCI interface (http://www.FreeBSD.org/cgi/man.cgi?query=ehci&sektion=4&manpath=freebsd-release-ports[ehci(4)] driver) +[amd64, i386, pc98] USB 2.0 controllers using the EHCI interface (man:ehci[4] driver) [amd64, i386, pc98] Hubs -[amd64, i386, pc98] Keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=ukbd&sektion=4&manpath=freebsd-release-ports[ukbd(4)] driver) +[amd64, i386, pc98] Keyboards (man:ukbd[4] driver) [amd64, i386, pc98] Miscellaneous * Assist Computer Systems PC Camera C-M1 * ActiveWire I/O Board * Creative Technology Video Blaster WebCam Plus -* D-Link DSB-R100 USB Radio (http://www.FreeBSD.org/cgi/man.cgi?query=ufm&sektion=4&manpath=freebsd-release-ports[ufm(4)] driver) +* D-Link DSB-R100 USB Radio (man:ufm[4] driver) * Mirunet AlphaCam Plus -[i386,pc98,amd64,powerpc] The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=urio&sektion=4&manpath=freebsd-release-ports[urio(4)] driver: +[i386,pc98,amd64,powerpc] The following devices are supported by the man:urio[4] driver: * Diamond MultiMedia Rio 500 * Diamond MultiMedia Rio 600 * Diamond MultiMedia Rio 800 -[i386,pc98,amd64] Devices supported by the http://www.FreeBSD.org/cgi/man.cgi?query=umodem&sektion=4&manpath=freebsd-release-ports[umodem(4)] driver include: +[i386,pc98,amd64] Devices supported by the man:umodem[4] driver include: * 3Com 5605 * Curitel PC5740 Wireless Modem @@ -3146,9 +3136,9 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * Sony Ericsson W810i phone * Sonim XP5300 Force -[amd64, i386, pc98] Mice (http://www.FreeBSD.org/cgi/man.cgi?query=ums&sektion=4&manpath=freebsd-release-ports[ums(4)] driver) +[amd64, i386, pc98] Mice (man:ums[4] driver) -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=ulpt&sektion=4&manpath=freebsd-release-ports[ulpt(4)] driver provides support for USB printers and parallel printer conversion cables, including the following: +[i386,pc98,amd64,powerpc] The man:ulpt[4] driver provides support for USB printers and parallel printer conversion cables, including the following: * ATen parallel printer adapter * Belkin F5U002 parallel printer adapter @@ -3159,7 +3149,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * Oki Data MICROLINE ML660PS * Seiko Epson PM-900C, 880C, 820C, 730C -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ubsa&sektion=4&manpath=freebsd-release-ports[ubsa(4)] driver supports the following adapters: +[i386,pc98,amd64] The man:ubsa[4] driver supports the following adapters: * AnyData ADU-500A EV-DO modem * AnyData ADU-E100A (no EV-DO mode support) @@ -3169,9 +3159,9 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * GoHubs GoCOM232 * Peracom single port serial adapter -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ubser&sektion=4&manpath=freebsd-release-ports[ubser(4)] driver provides support for the BWCT console management serial adapters. +[i386,pc98,amd64] The man:ubser[4] driver provides support for the BWCT console management serial adapters. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=uftdi&sektion=4&manpath=freebsd-release-ports[uftdi(4)] driver supports the following adapters: +[i386,pc98,amd64] The man:uftdi[4] driver supports the following adapters: * B&B Electronics USB->RS422/485 adapter * Elexol USB MOD1 and USB MOD3 @@ -3181,7 +3171,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * Buffalo PC-OP-RS / Kurouto-shikou KURO-RS universal remote * Prologix GPIB-USB Controller -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=uplcom&sektion=4&manpath=freebsd-release-ports[uplcom(4)] driver supports the following devices and adapters: +[i386,pc98,amd64] The man:uplcom[4] driver supports the following devices and adapters: * ADLINK ND-6530 USB-Serial Adapter * Alcatel One Touch 535/735 Phone @@ -3240,7 +3230,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * YC-Cable USB-Serial Adapter * Zeagle N2iTion3 Diving Computer -The http://www.FreeBSD.org/cgi/man.cgi?query=umct&sektion=4&manpath=freebsd-release-ports[umct(4)] driver supports the following adapters: +The man:umct[4] driver supports the following adapters: Belkin F5U109 @@ -3252,7 +3242,7 @@ Magic Control Technology USB-232 Sitecom USB-232 -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=umass&sektion=4&manpath=freebsd-release-ports[umass(4)] driver supports USB Mass Storage devices, including: +[i386,pc98,amd64,powerpc] The man:umass[4] driver supports USB Mass Storage devices, including: * ADTEC Stick Drive AD-UST32M, 64M, 128M, 256M * Denno FireWire/USB2 Removable 2.5-inch HDD Case MIFU-25CB20 @@ -3306,9 +3296,9 @@ Among the supported digital cameras are: * Asahi Optical (PENTAX) Optio 230 & 330 -[amd64, i386, pc98] Audio Devices (http://www.FreeBSD.org/cgi/man.cgi?query=uaudio&sektion=4&manpath=freebsd-release-ports[uaudio(4)] driver) +[amd64, i386, pc98] Audio Devices (man:uaudio[4] driver) -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=uvisor&sektion=4&manpath=freebsd-release-ports[uvisor(4)] driver supports the following devices: +[i386,pc98,amd64] The man:uvisor[4] driver supports the following devices: * Aceeca Mez1000 RDA * Handspring Treo @@ -3335,7 +3325,7 @@ Among the supported digital cameras are: [[firewire]] == IEEE 1394 (Firewire) Devices -[i386,sparc64,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=fwohci&sektion=4&manpath=freebsd-release-ports[fwohci(4)] driver provides support for PCI/CardBus FireWire interface cards. The driver supports the following IEEE 1394 OHCI chipsets: +[i386,sparc64,amd64,powerpc] The man:fwohci[4] driver provides support for PCI/CardBus FireWire interface cards. The driver supports the following IEEE 1394 OHCI chipsets: * Adaptec AHA-894x/AIC-5800 * Apple Pangea @@ -3367,14 +3357,14 @@ Among the supported digital cameras are: * Texas Instruments TSB82AA2 * VIA Fire II (VT6306) -[amd64, i386, sparc64] Serial Bus Protocol 2 (SBP-2) storage devices (http://www.FreeBSD.org/cgi/man.cgi?query=sbp&sektion=4&manpath=freebsd-release-ports[sbp(4)] driver) +[amd64, i386, sparc64] Serial Bus Protocol 2 (SBP-2) storage devices (man:sbp[4] driver) [[bluetooth]] == Bluetooth Devices -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ng_bt3c&sektion=4&manpath=freebsd-release-ports[ng_bt3c(4)] driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter. +[i386,pc98,amd64] The man:ng_bt3c[4] driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ng_ubt&sektion=4&manpath=freebsd-release-ports[ng_ubt(4)] driver supports all Bluetooth USB devices that conform with the Bluetooth specification v1.1, including: +[i386,pc98,amd64] The man:ng_ubt[4] driver supports all Bluetooth USB devices that conform with the Bluetooth specification v1.1, including: * 3Com 3CREB96 * AIPTEK BR0R02 @@ -3387,7 +3377,7 @@ Among the supported digital cameras are: [[crypto-accel]] == Cryptographic Accelerators -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hifn&sektion=4&manpath=freebsd-release-ports[hifn(4)] driver supports various cards containing the Hifn 7751, 7951, 7811, 7955, and 7956 chipsets, such as: +[i386,pc98,amd64] The man:hifn[4] driver supports various cards containing the Hifn 7751, 7951, 7811, 7955, and 7956 chipsets, such as: * Invertex AEON * Hifn 7751 @@ -3397,12 +3387,12 @@ Among the supported digital cameras are: * Soekris Engineering vpn1201 and vpn1211 * Soekris Engineering vpn1401 and vpn1411 -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=safe&sektion=4&manpath=freebsd-release-ports[safe(4)] driver supports cards containing any of the following chips: +[i386,pc98,amd64] The man:safe[4] driver supports cards containing any of the following chips: * SafeNet 1141 * SafeNet 1741 -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ubsec&sektion=4&manpath=freebsd-release-ports[ubsec(4)] driver supports cards containing any of the following chips: +[i386,pc98,amd64] The man:ubsec[4] driver supports cards containing any of the following chips: * Bluesteel 5501 * Bluesteel 5601 @@ -3423,39 +3413,37 @@ Among the supported digital cameras are: * MELCO IGM-PCM56K/IGM-PCM56KH * Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD terminal) -[amd64, i386, pc98] Floppy drives (http://www.FreeBSD.org/cgi/man.cgi?query=fdc&sektion=4&manpath=freebsd-release-ports[fdc(4)] driver) +[amd64, i386, pc98] Floppy drives (man:fdc[4] driver) -[amd64, i386] VGA-compatible video cards (http://www.FreeBSD.org/cgi/man.cgi?query=vga&sektion=4&manpath=freebsd-release-ports[vga(4)] driver) +[amd64, i386] VGA-compatible video cards (man:vga[4] driver) -[.note] *Note*: + Information regarding specific video cards and compatibility with Xorg can be found at `http://www.x.org/`. [amd64, i386, pc98] Keyboards including: -* [i386] AT-style keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=atkbd&sektion=4&manpath=freebsd-release-ports[atkbd(4)] driver) -* [amd64, i386] PS/2 keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=atkbd&sektion=4&manpath=freebsd-release-ports[atkbd(4)] driver) +* [i386] AT-style keyboards (man:atkbd[4] driver) +* [amd64, i386] PS/2 keyboards (man:atkbd[4] driver) * [pc98] Standard keyboards -* [amd64, i386, pc98] USB keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=ukbd&sektion=4&manpath=freebsd-release-ports[ukbd(4)] driver) +* [amd64, i386, pc98] USB keyboards (man:ukbd[4] driver) [amd64, i386, pc98] Pointing devices including: -* [amd64, i386, pc98] Bus mice and compatible devices (http://www.FreeBSD.org/cgi/man.cgi?query=mse&sektion=4&manpath=freebsd-release-ports[mse(4)] driver) -* [amd64, i386] PS/2 mice and compatible devices, including many laptop pointing devices (http://www.FreeBSD.org/cgi/man.cgi?query=psm&sektion=4&manpath=freebsd-release-ports[psm(4)] driver) +* [amd64, i386, pc98] Bus mice and compatible devices (man:mse[4] driver) +* [amd64, i386] PS/2 mice and compatible devices, including many laptop pointing devices (man:psm[4] driver) * Serial mice and compatible devices -* [amd64, i386, pc98] USB mice (http://www.FreeBSD.org/cgi/man.cgi?query=ums&sektion=4&manpath=freebsd-release-ports[ums(4)] driver) +* [amd64, i386, pc98] USB mice (man:ums[4] driver) -[.note] *Note*: + -http://www.FreeBSD.org/cgi/man.cgi?query=moused&sektion=8&manpath=freebsd-release-ports[moused(8)] has more information on using pointing devices with FreeBSD. Information on using pointing devices with Xorg can be found at `http://www.x.org/`. +man:moused(8)] has more information on using pointing devices with FreeBSD. Information on using pointing devices with Xorg can be found at `http://www.x.org/`. -[amd64, i386] "PC standard" parallel ports (http://www.FreeBSD.org/cgi/man.cgi?query=ppc&sektion=4&manpath=freebsd-release-ports[ppc(4)] driver) +[amd64, i386] "PC standard" parallel ports (man:ppc[4] driver) -[pc98] "PC-9821 standard" parallel ports (http://www.FreeBSD.org/cgi/man.cgi?query=ppc&sektion=4&manpath=freebsd-release-ports[ppc(4)] driver) +[pc98] "PC-9821 standard" parallel ports (man:ppc[4] driver) -[i386, amd64] PC-compatible joysticks (http://www.FreeBSD.org/cgi/man.cgi?query=joy&sektion=4&manpath=freebsd-release-ports[joy(4)] driver) +[i386, amd64] PC-compatible joysticks (man:joy[4] driver) -[pc98] Joystick port of SoundBlaster(98) (http://www.FreeBSD.org/cgi/man.cgi?query=joy&sektion=4&manpath=freebsd-release-ports[joy(4)] driver) +[pc98] Joystick port of SoundBlaster(98) (man:joy[4] driver) [i386, pc98] PHS Data Communication Card/PCCARD diff --git a/website/content/en/releases/11.3R/hardware.adoc b/website/content/en/releases/11.3R/hardware.adoc index 7451c1b0a8..8ece601a5b 100644 --- a/website/content/en/releases/11.3R/hardware.adoc +++ b/website/content/en/releases/11.3R/hardware.adoc @@ -81,22 +81,22 @@ There is a wide variety of motherboards available for this architecture. Motherb Symmetric multi-processor (SMP) systems are generally supported by FreeBSD, although in some cases, BIOS or motherboard bugs may generate some problems. Perusal of the archives of the http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp[FreeBSD symmetric multiprocessing mailing list] may yield some clues. -FreeBSD will take advantage of SMT (Symmetric MultiThreading, also known as HyperThreading on Intel(R) CPUs) on the supported CPUs. The `GENERIC` kernel which is installed by default will automatically detect the additional logical processors. The default FreeBSD scheduler recognizes processor topology on the system and selects logical and physical processors to obtain optimal performance. The http://www.FreeBSD.org/cgi/man.cgi?query=smp&sektion=4&manpath=freebsd-release-ports[smp(4)] manual page has more details. +FreeBSD will take advantage of SMT (Symmetric MultiThreading, also known as HyperThreading on Intel(R) CPUs) on the supported CPUs. The `GENERIC` kernel which is installed by default will automatically detect the additional logical processors. The default FreeBSD scheduler recognizes processor topology on the system and selects logical and physical processors to obtain optimal performance. The man:smp[4] manual page has more details. -FreeBSD will take advantage of Physical Address Extensions (PAE) support on CPUs that support this feature. A kernel with the `PAE` feature enabled will detect memory above 4 gigabytes and allow it to be used by the system. This feature places constraints on the device drivers and other features of FreeBSD which may be used; consult the http://www.FreeBSD.org/cgi/man.cgi?query=pae&sektion=4&manpath=freebsd-release-ports[pae(4)] manual page for more details. +FreeBSD will take advantage of Physical Address Extensions (PAE) support on CPUs that support this feature. A kernel with the `PAE` feature enabled will detect memory above 4 gigabytes and allow it to be used by the system. This feature places constraints on the device drivers and other features of FreeBSD which may be used; consult the man:pae[4] manual page for more details. -FreeBSD will generally run on i386-based laptops, albeit with varying levels of support for certain hardware features such as sound, graphics, power management, and PCCARD expansion slots. These features tend to vary in idiosyncratic ways between machines, and frequently require special-case support in FreeBSD to work around hardware bugs or other oddities. +FreeBSD will generally run on i386-based laptops, albeit with varying levels of support for certain hardware features such as sound, graphics, power management, and PCCARD expansion slots. These features tend to vary in idiosyncratic ways between machines, and frequently require special-case support in FreeBSD to work around hardware bugs or other oddities. When in doubt, a search of the archives of the http://lists.FreeBSD.org/mailman/listinfo/freebsd-mobile[FreeBSD laptop computer mailing list] may be useful. -Most modern laptops (as well as many desktops) use the Advanced Configuration and Power Management (ACPI) standard. FreeBSD supports ACPI via the ACPI Component Architecture reference implementation from Intel(R), as described in the http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4&manpath=freebsd-release-ports[acpi(4)] manual page. The use of ACPI causes instabilities on some machines and it may be necessary to disable the ACPI driver, which is normally loaded via a kernel module. This may be accomplished by adding the following line to `/boot/device.hints`: +Most modern laptops (as well as many desktops) use the Advanced Configuration and Power Management (ACPI) standard. FreeBSD supports ACPI via the ACPI Component Architecture reference implementation from Intel(R), as described in the man:acpi[4] manual page. The use of ACPI causes instabilities on some machines and it may be necessary to disable the ACPI driver, which is normally loaded via a kernel module. This may be accomplished by adding the following line to `/boot/device.hints`: [.programlisting] ---- hint.acpi.0.disabled="1" ---- -Users debugging ACPI-related problems may find it useful to disable portions of the ACPI functionality. The http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4&manpath=freebsd-release-ports[acpi(4)] manual page has more information on how to do this via loader tunables. +Users debugging ACPI-related problems may find it useful to disable portions of the ACPI functionality. The man:acpi[4] manual page has more information on how to do this via loader tunables. -ACPI depends on a Differentiated System Descriptor Table (DSDT) provided by each machine's BIOS. Some machines have bad or incomplete DSDTs, which prevents ACPI from functioning correctly. Replacement DSDTs for some machines can be found at the http://acpi.sourceforge.net/dsdt/index.php[DSDT] section of the http://acpi.sourceforge.net/[ACPI4Linux] project Web site. FreeBSD can use these DSDTs to override the DSDT provided by the BIOS; see the http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4&manpath=freebsd-release-ports[acpi(4)] manual page for more information. +ACPI depends on a Differentiated System Descriptor Table (DSDT) provided by each machine's BIOS. Some machines have bad or incomplete DSDTs, which prevents ACPI from functioning correctly. Replacement DSDTs for some machines can be found at the http://acpi.sourceforge.net/dsdt/index.php[DSDT] section of the http://acpi.sourceforge.net/[ACPI4Linux] project Web site. FreeBSD can use these DSDTs to override the DSDT provided by the BIOS; see the man:acpi[4] manual page for more information. [[proc-pc98]] == 2.4. pc98 @@ -126,9 +126,9 @@ This section describes the systems currently known to be supported by FreeBSD on SMP is supported on all systems with more than 1 processor. -When using the `GENERIC` kernel, FreeBSD/sparc64 systems not equipped with a framebuffer supported by the http://www.FreeBSD.org/cgi/man.cgi?query=creator&sektion=4&manpath=freebsd-release-ports[creator(4)] (Sun Creator, Sun Creator3D and Sun Elite3D) or http://www.FreeBSD.org/cgi/man.cgi?query=machfb&sektion=4&manpath=freebsd-release-ports[machfb(4)] (Sun PGX and Sun PGX64 as well as the ATI Mach64 chips found onboard in for example Sun Blade(TM) 100, Sun Blade(TM) 150, Sun Ultra(TM) 5 and Sun Ultra(TM) 10) driver must use the serial console. +When using the `GENERIC` kernel, FreeBSD/sparc64 systems not equipped with a framebuffer supported by the man:creator[4] (Sun Creator, Sun Creator3D and Sun Elite3D) or man:machfb[4] (Sun PGX and Sun PGX64 as well as the ATI Mach64 chips found onboard in for example Sun Blade(TM) 100, Sun Blade(TM) 150, Sun Ultra(TM) 5 and Sun Ultra(TM) 10) driver must use the serial console. -If you have a system that is not listed here, it may not have been tested with FreeBSD 11.3-STABLE. We encourage you to try it and send a note to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64[FreeBSD SPARC porting mailing list] with your results, including which devices work and which do not. +If you have a system that is not listed here, it may not have been tested with FreeBSD 11.3-RELEASE. We encourage you to try it and send a note to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64[FreeBSD SPARC porting mailing list] with your results, including which devices work and which do not. The following systems are fully supported by FreeBSD: @@ -166,7 +166,7 @@ The following systems are fully supported by FreeBSD: * Sun Ultra(TM) 80 * Sun Ultra(TM) 450 -The following systems are partially supported by FreeBSD. In particular the fiber channel controllers in SBus-based systems are not supported. However, it is possible to use these with a SCSI controller supported by the http://www.FreeBSD.org/cgi/man.cgi?query=esp&sektion=4&manpath=freebsd-release-ports[esp(4)] driver (Sun ESP SCSI, Sun FAS Fast-SCSI and Sun FAS366 Fast-Wide SCSI controllers). +The following systems are partially supported by FreeBSD. In particular the fiber channel controllers in SBus-based systems are not supported. However, it is possible to use these with a SCSI controller supported by the man:esp[4] driver (Sun ESP SCSI, Sun FAS Fast-SCSI and Sun FAS366 Fast-Wide SCSI controllers). * Sun Enterprise(TM) 3500 * Sun Enterprise(TM) 4500 @@ -219,13 +219,13 @@ The device lists in this document are being generated automatically from FreeBSD [[disk]] == 3.1. Disk Controllers -[amd64, i386, pc98, sparc64] IDE/ATA controllers (http://www.FreeBSD.org/cgi/man.cgi?query=ata&sektion=4&manpath=freebsd-release-ports[ata(4)] driver) +[amd64, i386, pc98, sparc64] IDE/ATA controllers (man:ata[4] driver) [pc98] IDE/ATA controllers (wdc driver) * On-board IDE controller -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aac&sektion=4&manpath=freebsd-release-ports[aac(4)] driver include: +[i386,amd64] Controllers supported by the man:aac[4] driver include: * Adaptec AAC-364 * Adaptec RAID 2045 @@ -312,7 +312,7 @@ The device lists in this document are being generated automatically from FreeBSD * AOC-USAS-S8i-LP * AOC-USAS-S8iR-LP -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=adv&sektion=4&manpath=freebsd-release-ports[adv(4)] driver supports the following SCSI controllers: +[i386,pc98,amd64] The man:adv[4] driver supports the following SCSI controllers: * AdvanSys ABP510/5150 * AdvanSys ABP5140 @@ -342,7 +342,7 @@ The device lists in this document are being generated automatically from FreeBSD * RATOC REX-PCI30 (PC-98) * @Nifty FNECHARD IFC-USUP-TX (PC-98) -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=adw&sektion=4&manpath=freebsd-release-ports[adw(4)] driver supports SCSI controllers including: +[i386,pc98,amd64] The man:adw[4] driver supports SCSI controllers including: * AdvanSys ABP940UW/ABP3940UW * AdvanSys ABP950UW @@ -350,7 +350,7 @@ The device lists in this document are being generated automatically from FreeBSD * AdvanSys ABP3940U2W * AdvanSys ABP3950U2W -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=aha&sektion=4&manpath=freebsd-release-ports[aha(4)] driver supports the following SCSI host adapters: +[i386] The man:aha[4] driver supports the following SCSI host adapters: * Adaptec AHA-154xB * Adaptec AHA-154xC @@ -361,14 +361,14 @@ The device lists in this document are being generated automatically from FreeBSD * DTC 3290 SCSI controller in 1542 emulation mode * Tekram SCSI controllers in 154x emulation mode -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=ahb&sektion=4&manpath=freebsd-release-ports[ahb(4)] driver supports the following SCSI host adapters: +[i386] The man:ahb[4] driver supports the following SCSI host adapters: * Adaptec AHA-1740 * Adaptec AHA-1742 * Adaptec AHA-1740A * Adaptec AHA-1742A -The http://www.FreeBSD.org/cgi/man.cgi?query=ahc&sektion=4&manpath=freebsd-release-ports[ahc(4)] driver supports the following SCSI host adapter chips and SCSI controller cards: +The man:ahc[4] driver supports the following SCSI host adapter chips and SCSI controller cards: * Adaptec AIC7770 host adapter chip * Adaptec AIC7850 host adapter chip @@ -422,11 +422,11 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=ahc&sektion=4&manpath=freebsd-relea * NEC SV-98/2-B03 (PC-98) * Many motherboards with on-board SCSI support -The http://www.FreeBSD.org/cgi/man.cgi?query=ahci&sektion=4&manpath=freebsd-release-ports[ahci(4)] driver supports AHCI compatible controllers having PCI class 1 (mass storage), subclass 6 (SATA) and programming interface 1 (AHCI). +The man:ahci[4] driver supports AHCI compatible controllers having PCI class 1 (mass storage), subclass 6 (SATA) and programming interface 1 (AHCI). Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it supports AHCI part of legacy-PATA + AHCI-SATA combined controllers, such as JMicron JMB36x and Marvell 88SE61xx. -[i386,sparc64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ahd&sektion=4&manpath=freebsd-release-ports[ahd(4)] driver supports the following: +[i386,sparc64,amd64] The man:ahd[4] driver supports the following: * Adaptec AIC7901 host adapter chip * Adaptec AIC7901A host adapter chip @@ -435,7 +435,7 @@ Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it suppor * Adaptec 39320 host adapter * Many motherboards with on-board SCSI support -[i386,pc98,amd64] The adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aic&sektion=4&manpath=freebsd-release-ports[aic(4)] driver include: +[i386,pc98,amd64] The adapters supported by the man:aic[4] driver include: * Adaptec AHA-1505 (ISA) * Adaptec AHA-1510A, AHA-1510B (ISA) @@ -447,7 +447,7 @@ Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it suppor * Adaptec AHA-1030B, AHA-1030P (PC98) * NEC PC-9801-100 (PC98) -Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektion=4&manpath=freebsd-release-ports[amr(4)] driver include: +Controllers supported by the man:amr[4] driver include: * MegaRAID SATA 150-4 * MegaRAID SATA 150-6 @@ -496,7 +496,7 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektio * Intel RAID Controller SRCS16 * Intel RAID Controller SRCU42X -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=arcmsr&sektion=4&manpath=freebsd-release-ports[arcmsr(4)] driver supports the following cards: +[i386,amd64] The man:arcmsr[4] driver supports the following cards: * ARC-1110 * ARC-1120 @@ -540,7 +540,7 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektio * ARC-1883 * ARC-1884 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bt&sektion=4&manpath=freebsd-release-ports[bt(4)] driver supports the following BusLogic MultiMaster "W", "C", "S", and "A" series and compatible SCSI host adapters: +[i386,amd64] The man:bt[4] driver supports the following BusLogic MultiMaster "W", "C", "S", and "A" series and compatible SCSI host adapters: * BusLogic BT-445C * BusLogic BT-445S @@ -568,9 +568,9 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektio * BusLogic BT-958D * Storage Dimensions SDC3211B / SDC3211F -AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also supported by the http://www.FreeBSD.org/cgi/man.cgi?query=bt&sektion=4&manpath=freebsd-release-ports[bt(4)] driver. +AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also supported by the man:bt[4] driver. -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ciss&sektion=4&manpath=freebsd-release-ports[ciss(4)] driver include: +[i386,amd64] Controllers supported by the man:ciss[4] driver include: * Compaq Smart Array 5300 (simple mode only) * Compaq Smart Array 532 @@ -610,7 +610,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * HP Modular Smart Array 20 (MSA20) * HP Modular Smart Array 500 (MSA500) -[pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=ct&sektion=4&manpath=freebsd-release-ports[ct(4)] driver supports the following adapters: +[pc98] The man:ct[4] driver supports the following adapters: * ELECOM bus-master SCSI adapters * I-O DATA SC-98II @@ -621,7 +621,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * SMIT transfer type SCSI host adapters * TEXA HA-55BS2 and its later models -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=dpt&sektion=4&manpath=freebsd-release-ports[dpt(4)] driver provides support for the following RAID adapters: +[i386,amd64] The man:dpt[4] driver provides support for the following RAID adapters: * DPT Smart Cache Plus * Smart Cache II (PM2?2?, PM2022 [EISA], PM2024/PM2124 [PCI]) (Gen2) @@ -631,11 +631,10 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * Smart Cache IV (PM2?4?, PM2042 [EISA], PM2044/PM2144 [PCI]) (Gen4) * Smart RAID IV -[.note] *Note*: + [amd64, i386] Booting from these controllers is supported. EISA adapters are not supported. -[sparc64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=esp&sektion=4&manpath=freebsd-release-ports[esp(4)] driver include: +[sparc64] Controllers supported by the man:esp[4] driver include: * MELCO IFC-DP (PC-98) * Sun ESP family @@ -643,7 +642,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * Tekram DC390 * Tekram DC390T -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hpt27xx&sektion=4&manpath=freebsd-release-ports[hpt27xx(4)] driver supports the following SAS controllers: +[i386,amd64] The man:hpt27xx[4] driver supports the following SAS controllers: * HighPoint's RocketRAID 271x series * HighPoint's RocketRAID 272x series @@ -651,7 +650,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * HighPoint's RocketRAID 276x series * HighPoint's RocketRAID 278x series -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-release-ports[hptiop(4)] driver supports the following SAS and SATA RAID controllers: +[i386,amd64] The man:hptiop[4] driver supports the following SAS and SATA RAID controllers: * HighPoint RocketRAID 4522 * HighPoint RocketRAID 4521 @@ -665,7 +664,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * HighPoint RocketRAID 3622 * HighPoint RocketRAID 3620 -The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-release-ports[hptiop(4)] driver also supports the following SAS and SATA RAID controllers that are already End-of-Life: +The man:hptiop[4] driver also supports the following SAS and SATA RAID controllers that are already End-of-Life: * HighPoint RocketRAID 4211 * HighPoint RocketRAID 4210 @@ -684,11 +683,11 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-re * HighPoint RocketRAID 3120 * HighPoint RocketRAID 3020 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hptmv&sektion=4&manpath=freebsd-release-ports[hptmv(4)] driver supports the following ATA RAID controllers: +[i386,amd64] The man:hptmv[4] driver supports the following ATA RAID controllers: * HighPoint's RocketRAID 182x series -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hptrr&sektion=4&manpath=freebsd-release-ports[hptrr(4)] driver supports the following RAID controllers: +[i386,amd64] The man:hptrr[4] driver supports the following RAID controllers: * RocketRAID 172x series * RocketRAID 174x series @@ -701,7 +700,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-re * RocketRAID 2340 * RocketRAID 2522 -[i386] The following controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ida&sektion=4&%0Amanpath=freebsd-release-ports[ida(4)] driver: +[i386] The following controllers are supported by the man:ida[4] driver: * Compaq SMART Array 221 * Compaq Integrated SMART Array Controller @@ -715,7 +714,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-re * Compaq SMART-2/E Controller * Compaq SMART Controller -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=iir&sektion=4&manpath=freebsd-release-ports[iir(4)] driver include: +[i386,amd64] Controllers supported by the man:iir[4] driver include: * Intel RAID Controller SRCMR * Intel Server RAID Controller U3-l (SRCU31a) @@ -729,7 +728,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-re The SRCU31 and SRCU31L can be updated via a firmware update available from Intel. -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ips&sektion=4&manpath=freebsd-release-ports[ips(4)] driver include: +[i386,amd64] Controllers supported by the man:ips[4] driver include: * IBM ServeRAID 3H * ServeRAID 4L/4M/4H @@ -739,9 +738,9 @@ The SRCU31 and SRCU31L can be updated via a firmware update available from Intel Newer ServeRAID controllers are supported by the aac(4) or mfi(4) driver. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=isci&sektion=4&manpath=freebsd-release-ports[isci(4)] driver provides support for Intel C600 SAS controllers. +[i386,amd64] The man:isci[4] driver provides support for Intel C600 SAS controllers. -Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4&manpath=freebsd-release-ports[isp(4)] driver include: +Cards supported by the man:isp[4] driver include: * Qlogic 1000 * Qlogic 1020 @@ -765,7 +764,7 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4&ma * Qlogic 2690/2692/2694 (aka 2684/2692) * Qlogic 2740/2742/2764 (aka 2722/2714) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=mfi&sektion=4&manpath=freebsd-release-ports[mfi(4)] driver supports the following hardware: +[i386,amd64] The man:mfi[4] driver supports the following hardware: * LSI MegaRAID SAS 1078 * LSI MegaRAID SAS 8408E @@ -782,7 +781,7 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4&ma * Intel RAID Controller SRCSAS18E * Intel RAID Controller SROMBSAS18E -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mlx&sektion=4&manpath=freebsd-release-ports[mlx(4)] driver include: +[i386,amd64] Controllers supported by the man:mlx[4] driver include: * Mylex DAC960P * Mylex DAC960PD / DEC KZPSC (Fast Wide) @@ -800,11 +799,10 @@ All major firmware revisions (2.x, 3.x, 4.x and 5.x) are supported, however it i Compatible Mylex controllers not listed should work, but have not been verified. -[.note] *Note*: + [amd64, i386] Booting from these controllers is supported. EISA adapters are not supported. -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mly&sektion=4&manpath=freebsd-release-ports[mly(4)] driver include: +[i386,amd64] Controllers supported by the man:mly[4] driver include: * Mylex AcceleRAID 160 * Mylex AcceleRAID 170 @@ -814,7 +812,7 @@ Compatible Mylex controllers not listed should work, but have not been verified. Compatible Mylex controllers not listed should work, but have not been verified. -These controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mpr&sektion=4&manpath=freebsd-release-ports[mpr(4)] driver: +These controllers are supported by the man:mpr[4] driver: * Broadcom Ltd./Avago Tech (LSI) SAS 3004 (4 Port SAS) * Broadcom Ltd./Avago Tech (LSI) SAS 3008 (8 Port SAS) @@ -831,7 +829,7 @@ These controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query= * Broadcom Ltd./Avago Tech (LSI) SAS 3708 (8 Port SAS/PCIe) * Broadcom Ltd./Avago Tech (LSI) SAS 3716 (16 Port SAS/PCIe) -These controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mps&sektion=4&manpath=freebsd-release-ports[mps(4)] driver: +These controllers are supported by the man:mps[4] driver: * Broadcom Ltd./Avago Tech (LSI) SAS 2004 (4 Port SAS) * Broadcom Ltd./Avago Tech (LSI) SAS 2008 (8 Port SAS) @@ -845,7 +843,7 @@ These controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query= * Intel Integrated RAID Module RMS25KB040 * Intel Integrated RAID Module RMS25KB080 -The following controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mpt&sektion=4&manpath=freebsd-release-ports[mpt(4)] driver: +The following controllers are supported by the man:mpt[4] driver: * LSI Logic 53c1030, LSI Logic LSI2x320-X (Single and Dual Ultra320 SCSI) * LSI Logic AS1064, LSI Logic AS1068 @@ -856,7 +854,7 @@ The following controllers are supported by the http://www.FreeBSD.org/cgi/man.cg * LSI Logic FC949X (Dual 4Gb/s Fibre Channel) * LSI Logic FC949E, LSI Logic FC949ES (Dual 4Gb/s Fibre Channel PCI-Express) -The Ultra 320 SCSI controller chips supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mpt&sektion=4&manpath=freebsd-release-ports[mpt(4)] driver can be found onboard on many systems including: +The Ultra 320 SCSI controller chips supported by the man:mpt[4] driver can be found onboard on many systems including: * Dell PowerEdge 1750 thru 2850 * IBM eServer xSeries 335 @@ -869,7 +867,7 @@ The Fibre Channel controller chipset are supported by a broad variety of speeds This driver also supports target mode for Fibre Channel cards. This support may be enabled by setting the desired role of the core via the LSI Logic firmware utility that establishes what roles the card can take on - no separate compilation is required. -The http://www.FreeBSD.org/cgi/man.cgi?query=mrsas&sektion=4&manpath=freebsd-release-ports[mrsas(4)] driver supports the following hardware: +The man:mrsas[4] driver supports the following hardware: [ Thunderbolt 6Gb/s MR controller ] @@ -893,7 +891,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=mrsas&sektion=4&manpath=freebsd-rel * DELL PERC H730/P * DELL PERC H330 -The http://www.FreeBSD.org/cgi/man.cgi?query=mvs&sektion=4&manpath=freebsd-release-ports[mvs(4)] driver supports the following controllers: +The man:mvs[4] driver supports the following controllers: Gen-I (SATA 1.5Gbps): @@ -919,7 +917,7 @@ Gen-IIe (SATA 3Gbps, NCQ, PMP with FBS): Note, that this hardware supports command queueing and FIS-based switching only for ATA DMA commands. ATAPI and non-DMA ATA commands executed one by one for each port. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ncr&sektion=4&manpath=freebsd-release-ports[ncr(4)] driver provides support for the following NCR/Symbios SCSI controller chips: +[i386,pc98,amd64] The man:ncr[4] driver provides support for the following NCR/Symbios SCSI controller chips: * 53C810 * 53C810A @@ -940,7 +938,7 @@ The following add-on boards are known to be supported: * I-O DATA SC-98/PCI (PC-98) * I-O DATA SC-PCI (PC-98) -[i386,pc98] The following devices are currently supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ncv&sektion=4&manpath=freebsd-release-ports[ncv(4)] driver: +[i386,pc98] The following devices are currently supported by the man:ncv[4] driver: * I-O DATA PCSC-DV * KME KXLC002 (TAXAN ICD-400PN, etc.), KXLC004, and UJDCD450 @@ -951,12 +949,12 @@ The following add-on boards are known to be supported: * Qlogic Fast SCSI * RATOC REX-9530, REX-5572 (SCSI only) -[i386,pc98] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=nsp&sektion=4&manpath=freebsd-release-ports[nsp(4)] driver include: +[i386,pc98] Controllers supported by the man:nsp[4] driver include: * Alpha-Data AD-PCS201 * I-O DATA CBSC16 -The http://www.%0AFreeBSD.org/cgi/man.cgi?query=pms&sektion=4&manpath=freebsd-release-ports[pms(4)] driver supports the following hardware: +The man:pms[4] driver supports the following hardware: * Tachyon TS Fibre Channel Card * Tachyon TL Fibre Channel Card @@ -989,16 +987,16 @@ The http://www.%0AFreeBSD.org/cgi/man.cgi?query=pms&sektion=4&manpath=freebsd-re * Adaptec Delray 16 Port SAS-SATA HBA Card 12Gig * Adaptec Delray 16 Port SAS-SATA HBA Encryption Card 12Gig -[i386] The %0Ahttp://www.FreeBSD.org/cgi/man.cgi?query=pst&sektion=4&manpath=freebsd-release-ports[pst(4)] driver supports the Promise Supertrak SX6000 ATA hardware RAID controller. +[i386] The %0Ahttp://www.FreeBSD.org/cgi/man.cgi?query=pst&sektion=4&manpath=freebsd-release-ports[pst[4] driver supports the Promise Supertrak SX6000 ATA hardware RAID controller. -The http://www.FreeBSD.org/cgi/man.cgi?query=siis&sektion=4&manpath=freebsd-release-ports[siis(4)] driver supports the following controller chips: +The man:siis[4] driver supports the following controller chips: * SiI3124 (PCI-X 133MHz/64bit, 4 ports) * SiI3131 (PCIe 1.0 x1, 1 port) * SiI3132 (PCIe 1.0 x1, 2 ports) * SiI3531 (PCIe 1.0 x1, 1 port) -[i386,pc98] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=stg&sektion=4&manpath=freebsd-release-ports[stg(4)] driver include: +[i386,pc98] Controllers supported by the man:stg[4] driver include: * Adaptec 2920/A * Future Domain SCSI2GO @@ -1010,7 +1008,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=siis&sektion=4&manpath=freebsd-rele Note that the Adaptec 2920C is supported by the ahc(4) driver. -The http://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4&manpath=freebsd-release-ports[sym(4)] driver provides support for the following Symbios/LSI Logic PCI SCSI controllers: +The man:sym[4] driver provides support for the following Symbios/LSI Logic PCI SCSI controllers: * 53C810 * 53C810A @@ -1030,7 +1028,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4&manpath=freebsd-relea * 53C1010-66 * 53C1510D -The SCSI controllers supported by http://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4&manpath=freebsd-release-ports[sym(4)] can be either embedded on a motherboard, or on one of the following add-on boards: +The SCSI controllers supported by man:sym[4] can be either embedded on a motherboard, or on one of the following add-on boards: * ASUS SC-200, SC-896 * Data Technology DTC3130 (all variants) @@ -1043,7 +1041,7 @@ The SCSI controllers supported by http://www.FreeBSD.org/cgi/man.cgi?query=sym&s * Tekram DC390W, 390U, 390F, 390U2B, 390U2W, 390U3D, and 390U3W * Tyan S1365 -[i386,amd64] SCSI controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=trm&sektion=4&manpath=freebsd-release-ports[trm(4)] driver include: +[i386,amd64] SCSI controllers supported by the man:trm[4] driver include: * Tekram DC-315 PCI Ultra SCSI adapter without BIOS and internal SCSI connector * Tekram DC-315U PCI Ultra SCSI adapter without BIOS @@ -1054,7 +1052,7 @@ The SCSI controllers supported by http://www.FreeBSD.org/cgi/man.cgi?query=sym&s For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use the sym(4) driver. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=twa&sektion=4&manpath=freebsd-release-ports[twa(4)] driver supports the following SATA RAID controllers: +[i386,amd64] The man:twa[4] driver supports the following SATA RAID controllers: * AMCC's 3ware 9500S-4LP * AMCC's 3ware 9500S-8 @@ -1078,7 +1076,7 @@ For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use * AMCC's 3ware 9650SE-16ML * AMCC's 3ware 9650SE-24M8 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=twe&sektion=4&manpath=freebsd-release-ports[twe(4)] driver supports the following PATA/SATA RAID controllers: +[i386,amd64] The man:twe[4] driver supports the following PATA/SATA RAID controllers: * AMCC's 3ware 5000 series * AMCC's 3ware 6000 series @@ -1100,11 +1098,11 @@ For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use * AMCC's 3ware 8506-12 * AMCC's 3ware 8506-12MI -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=tws&sektion=4&manpath=freebsd-release-ports[tws(4)] driver supports the following SATA/SAS RAID controller: +[i386,amd64] The man:tws[4] driver supports the following SATA/SAS RAID controller: * LSI's 3ware SAS 9750 series -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=vpo&sektion=4&manpath=freebsd-release-ports[vpo(4)] driver supports the following parallel to SCSI interfaces: +[i386] The man:vpo[4] driver supports the following parallel to SCSI interfaces: * Adaptec AIC-7110 Parallel to SCSI interface (built-in to Iomega ZIP drives) * Iomega Jaz Traveller interface @@ -1112,29 +1110,29 @@ For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use [i386] The wds(4) driver supports the WD7000 SCSI controller. -With all supported SCSI controllers, full support is provided for SCSI-I, SCSI-II, and SCSI-III peripherals, including hard disks, optical disks, tape drives (including DAT, 8mm Exabyte, Mammoth, and DLT), medium changers, processor target devices and CD-ROM drives. WORM devices that support CD-ROM commands are supported for read-only access by the CD-ROM drivers (such as http://www.FreeBSD.org/cgi/man.cgi?query=cd&sektion=4&manpath=freebsd-release-ports[cd(4)]). WORM/CD-R/CD-RW writing support is provided by http://www.FreeBSD.org/cgi/man.cgi?query=cdrecord&sektion=1&manpath=freebsd-release-ports[cdrecord(1)], which is a part of the http://www.freebsd.org/cgi/url.cgi?ports/sysutils/cdrtools/pkg-descr[sysutils/cdrtools] port in the Ports Collection. +With all supported SCSI controllers, full support is provided for SCSI-I, SCSI-II, and SCSI-III peripherals, including hard disks, optical disks, tape drives (including DAT, 8mm Exabyte, Mammoth, and DLT), medium changers, processor target devices and CD-ROM drives. WORM devices that support CD-ROM commands are supported for read-only access by the CD-ROM drivers (such as man:cd[4]). WORM/CD-R/CD-RW writing support is provided by man:cdrecord(1)], which is a part of the http://www.freebsd.org/cgi/url.cgi?ports/sysutils/cdrtools/pkg-descr[sysutils/cdrtools] port in the Ports Collection. The following CD-ROM type systems are supported at this time: -* SCSI interface (also includes ProAudio Spectrum and SoundBlaster SCSI) (http://www.FreeBSD.org/cgi/man.cgi?query=cd&sektion=4&manpath=freebsd-release-ports[cd(4)]) -* [i386] Sony proprietary interface (all models) (http://www.FreeBSD.org/cgi/man.cgi?query=scd&sektion=4&manpath=freebsd-release-ports[scd(4)]) -* ATAPI IDE interface (http://www.FreeBSD.org/cgi/man.cgi?query=acd&sektion=4&manpath=freebsd-release-ports[acd(4)]) +* SCSI interface (also includes ProAudio Spectrum and SoundBlaster SCSI) (man:cd[4]) +* [i386] Sony proprietary interface (all models) (man:scd[4]) +* ATAPI IDE interface (man:acd[4]) [i386] The following device is unmaintained: -* Mitsumi proprietary CD-ROM interface (all models) (http://www.FreeBSD.org/cgi/man.cgi?query=mcd&sektion=4&manpath=freebsd-release-ports[mcd(4)]) +* Mitsumi proprietary CD-ROM interface (all models) (man:[4]) [[ethernet]] == Ethernet Interfaces -The http://www.FreeBSD.org/cgi/man.cgi?query=ae&sektion=4&manpath=freebsd-release-ports[ae(4)] driver supports Attansic/Atheros L2 PCIe FastEthernet controllers, and is known to support the following hardware: +The man:ae[4] driver supports Attansic/Atheros L2 PCIe FastEthernet controllers, and is known to support the following hardware: * ASUS EeePC 701 * ASUS EeePC 900 Other hardware may or may not work with this driver. -The http://www.FreeBSD.org/cgi/man.cgi?query=age&sektion=4&manpath=freebsd-release-ports[age(4)] driver provides support for LOMs based on Attansic/Atheros L1 Gigabit Ethernet controller chips, including: +The man:age[4] driver provides support for LOMs based on Attansic/Atheros L1 Gigabit Ethernet controller chips, including: * ASUS M2N8-VMX * ASUS M2V @@ -1154,7 +1152,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=age&sektion=4&manpath=freebsd-relea * ASUS P5L-VM 1394 * ASUS G2S -The http://www.FreeBSD.org/cgi/man.cgi?query=ale&sektion=4&manpath=freebsd-release-ports[alc(4)] device driver provides support for the following Ethernet controllers: +The man:alc[4] device driver provides support for the following Ethernet controllers: * Atheros AR8131 PCI Express Gigabit Ethernet controller * Atheros AR8132 PCI Express Fast Ethernet controller @@ -1170,13 +1168,13 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=ale&sektion=4&manpath=freebsd-relea * Killer E2400 Gigabit Ethernet controller * Killer E2500 Gigabit Ethernet controller -The http://www.FreeBSD.org/cgi/man.cgi?query=ale&sektion=4&manpath=freebsd-release-ports[ale(4)] device driver provides support for the following Ethernet controllers: +The man:ale[4] device driver provides support for the following Ethernet controllers: * Atheros AR8113 PCI Express Fast Ethernet controller * Atheros AR8114 PCI Express Fast Ethernet controller * Atheros AR8121 PCI Express Gigabit Ethernet controller -[i386,pc98,amd64,powerpc] Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aue&sektion=4&manpath=freebsd-release-ports[aue(4)] driver include: +[i386,pc98,amd64,powerpc] Adapters supported by the man:aue[4] driver include: * Abocom UFE1000, DSB650TX_NA * Accton USB320-EC, SpeedStream @@ -1199,7 +1197,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=ale&sektion=4&manpath=freebsd-relea * SMC 2202USB * SOHOware NUB100 -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=axe&sektion=4&manpath=freebsd-release-ports[axe(4)] driver supports ASIX Electronics AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB Ethernet adapters including: +[i386,pc98,amd64,powerpc] The man:axe[4] driver supports ASIX Electronics AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB Ethernet adapters including: AX88172: @@ -1250,9 +1248,9 @@ AX88760: * ASIX AX88760 -ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query=axge&sektion=4&manpath=freebsd-release-ports[axge(4)] driver) +ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (man:axge[4] driver) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bce&sektion=4&manpath=freebsd-release-ports[bce(4)] driver provides support for various NICs based on the QLogic NetXtreme II family of Gigabit Ethernet controllers, including the following: +[i386,amd64] The man:bce[4] driver provides support for various NICs based on the QLogic NetXtreme II family of Gigabit Ethernet controllers, including the following: * QLogic NetXtreme II BCM5706 1000Base-SX * QLogic NetXtreme II BCM5706 1000Base-T @@ -1278,9 +1276,9 @@ ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (http://www.Free * HP NC382i DP Multifunction Gigabit Server Adapter * HP NC382m DP 1GbE Multifunction BL-c Adapter -[amd64, i386] Broadcom BCM4401 based Fast Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query=bfe&sektion=4&manpath=freebsd-release-ports[bfe(4)] driver) +[amd64, i386] Broadcom BCM4401 based Fast Ethernet adapters (man:bfe[4] driver) -[i386,pc98,sparc64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bge&sektion=4&manpath=freebsd-release-ports[bge(4)] driver provides support for various NICs based on the Broadcom BCM570x family of Gigabit Ethernet controller chips, including the following: +[i386,pc98,sparc64,amd64] The man:bge[4] driver provides support for various NICs based on the Broadcom BCM570x family of Gigabit Ethernet controller chips, including the following: * 3Com 3c996-SX (1000baseSX) * 3Com 3c996-T (10/100/1000baseTX) @@ -1301,7 +1299,7 @@ ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (http://www.Free * SysKonnect SK-9D21 (10/100/1000baseTX) * SysKonnect SK-9D41 (1000baseSX) -The http://www.FreeBSD.org/cgi/man.cgi?query=bxe&sektion=4&manpath=freebsd-release-ports[bnxt(4)] driver provides support for various NICs based on the Broadcom NetXtreme-C and NetXtreme-E families of Gigabit Ethernet controller chips, including the following: +The man:bnxt[4] driver provides support for various NICs based on the Broadcom NetXtreme-C and NetXtreme-E families of Gigabit Ethernet controller chips, including the following: * Broadcom BCM57301 NetXtreme-C 10Gb Ethernet Controller * Broadcom BCM57302 NetXtreme-C 10Gb/25Gb Ethernet Controlle @@ -1325,7 +1323,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=bxe&sektion=4&manpath=freebsd-relea * Broadcom BCM57417 NetXtreme-E Ethernet Partition * Broadcom BCM57454 NetXtreme-E 10Gb/25Gb/40Gb/50Gb/100Gb Ethernet -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bxe&sektion=4&manpath=freebsd-release-ports[bxe(4)] driver provides support for various NICs based on the QLogic NetXtreme II family of 10Gb Ethernet controller chips, including the following: +[i386,amd64] The man:bxe[4] driver provides support for various NICs based on the QLogic NetXtreme II family of 10Gb Ethernet controller chips, including the following: * QLogic NetXtreme II BCM57710 10Gb * QLogic NetXtreme II BCM57711 10Gb @@ -1339,13 +1337,13 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=bxe&sektion=4&manpath=freebsd-relea * QLogic NetXtreme II BCM57840 10Gb / 20Gb * QLogic NetXtreme II BCM57840-MF 10Gb -The chips supported by the http://www.FreeBSD.org/cgi/man.cgi?query=cas&sektion=4&manpath=freebsd-release-ports[cas(4)] driver are: +The chips supported by the man:cas[4] driver are: * National Semiconductor DP83065 Saturn Gigabit Ethernet * Sun Cassini Gigabit Ethernet * Sun Cassini+ Gigabit Ethernet -The following add-on cards are known to work with the http://www.FreeBSD.org/cgi/man.cgi?query=cas&sektion=4&manpath=freebsd-release-ports[cas(4)] driver at this time: +The following add-on cards are known to work with the man:cas[4] driver at this time: * Sun GigaSwift Ethernet 1.0 MMF (Cassini Kuheen) (part no. 501-5524) * Sun GigaSwift Ethernet 1.0 UTP (Cassini) (part no. 501-5902) @@ -1353,28 +1351,28 @@ The following add-on cards are known to work with the http://www.FreeBSD.org/cgi * Sun Quad GigaSwift Ethernet UTP (QGE) (part no. 501-6522) * Sun Quad GigaSwift Ethernet PCI-X (QGE-X) (part no. 501-6738) -[i386,pc98,amd64,powerpc] The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=cdce&sektion=4&manpath=freebsd-release-ports[cdce(4)] driver: +[i386,pc98,amd64,powerpc] The following devices are supported by the man:cdce[4] driver: * Prolific PL-2501 Host-to-Host Bridge Controller * Sharp Zaurus PDA * Terayon TJ-715 DOCSIS Cable Modem -[amd64, i386] Crystal Semiconductor CS89x0-based NICs (http://www.FreeBSD.org/cgi/man.cgi?query=cs&sektion=4&manpath=freebsd-release-ports[cs(4)] driver) +[amd64, i386] Crystal Semiconductor CS89x0-based NICs (man:cs[4] driver) -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=cue&sektion=4&manpath=freebsd-release-ports[cue(4)] driver supports CATC USB-EL1210A based USB Ethernet adapters including: +[i386,pc98,amd64,powerpc] The man:cue[4] driver supports CATC USB-EL1210A based USB Ethernet adapters including: * Belkin F5U011/F5U111 * CATC Netmate * CATC Netmate II * SmartBridges SmartLink -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=freebsd-release-ports[cxgb(4)] driver supports 10 Gigabit and 1 Gigabit Ethernet adapters based on the T3 and T3B chipset: +[i386,amd64] The man:cxgb[4] driver supports 10 Gigabit and 1 Gigabit Ethernet adapters based on the T3 and T3B chipset: * Chelsio 10GBase-CX4 * Chelsio 10GBase-LR * Chelsio 10GBase-SR -The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=freebsd-release-ports[cxgbe(4)] driver supports 100Gb and 25Gb Ethernet adapters based on the T6 ASIC: +The man:cxgbe[4] driver supports 100Gb and 25Gb Ethernet adapters based on the T6 ASIC: * Chelsio T6225-CR * Chelsio T6225-SO-CR @@ -1382,7 +1380,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=freebsd-rele * Chelsio T62100-SO-CR * Chelsio T62100-CR -The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=freebsd-release-ports[cxgbe(4)] driver supports 40Gb, 10Gb and 1Gb Ethernet adapters based on the T5 ASIC: +The man:cxgbe[4] driver supports 40Gb, 10Gb and 1Gb Ethernet adapters based on the T5 ASIC: * Chelsio T580-CR * Chelsio T580-LP-CR @@ -1397,7 +1395,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=freebsd-rele * Chelsio T520-BT * Chelsio T504-BT -The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=freebsd-release-ports[cxgbe(4)] driver supports 10Gb and 1Gb Ethernet adapters based on the T4 ASIC: +The man:cxgbe[4] driver supports 10Gb and 1Gb Ethernet adapters based on the T4 ASIC: * Chelsio T420-CR * Chelsio T422-CR @@ -1410,7 +1408,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=freebsd-rele * Chelsio T420-BT * Chelsio T404-BT -The http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=freebsd-release-ports[cxgbev(4)] driver supports Virtual Functions on 100Gb and 25Gb Ethernet adapters based on the T6 ASIC: +The man:cxgbev[4] driver supports Virtual Functions on 100Gb and 25Gb Ethernet adapters based on the T6 ASIC: * Chelsio T6225-CR * Chelsio T6225-SO-CR @@ -1418,7 +1416,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=freebsd-releas * Chelsio T62100-SO-CR * Chelsio T62100-CR -The http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=freebsd-release-ports[cxgbev(4)] driver supports Virtual Functions on 40Gb, 10Gb and 1Gb Ethernet adapters based on the T5 ASIC: +The man:cxgbev[4] driver supports Virtual Functions on 40Gb, 10Gb and 1Gb Ethernet adapters based on the T5 ASIC: * Chelsio T580-CR * Chelsio T580-LP-CR @@ -1433,7 +1431,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=freebsd-releas * Chelsio T520-BT * Chelsio T504-BT -The http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=freebsd-release-ports[cxgbev(4)] driver supports Virtual Functions on 10Gb and 1Gb Ethernet adapters based on the T4 ASIC: +The man:cxgbev[4] driver supports Virtual Functions on 10Gb and 1Gb Ethernet adapters based on the T4 ASIC: * Chelsio T420-CR * Chelsio T422-CR @@ -1446,7 +1444,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=freebsd-releas * Chelsio T420-BT * Chelsio T404-BT -The http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=freebsd-release-ports[dc(4)] driver provides support for the following chipsets: +The man:dc[4] driver provides support for the following chipsets: * DEC/Intel 21143 * ADMtek AL981 Comet, AN985 Centaur, ADM9511 Centaur II and ADM9513 Centaur II @@ -1459,7 +1457,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=freebsd-releas * Macronix 98713, 98713A, 98715, 98715A, 98715AEC-C, 98725, 98727 and 98732 * Xircom X3201 (cardbus only) -The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=freebsd-release-ports[dc(4)] driver at this time: +The following NICs are known to work with the man:dc[4] driver at this time: * 3Com OfficeConnect 10/100B (ADMtek AN985 Centaur-P) * Abocom FE2500 @@ -1500,7 +1498,7 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi * Xircom Cardbus Ethernet 10/100 * Xircom Cardbus Ethernet II 10/100 -[i386,pc98,amd64] Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=de&sektion=4&manpath=freebsd-release-ports[de(4)] driver include: +[i386,pc98,amd64] Adapters supported by the man:de[4] driver include: * Adaptec ANA-6944/TX * Cogent EM100FX and EM440TX @@ -1512,7 +1510,7 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi * SMC Etherpower 8432, 9332 and 9334 * ZNYX ZX3xx -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=ed&sektion=4&manpath=freebsd-release-ports[ed(4)] driver supports the following Ethernet NICs: +[i386,pc98] The man:ed[4] driver supports the following Ethernet NICs: * 3Com 3c503 Etherlink II * AR-P500 Ethernet @@ -1607,11 +1605,11 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi C-Bus, ISA, PCI and PC Card devices are supported. -The http://www.FreeBSD.org/cgi/man.cgi?query=ed&sektion=4&manpath=freebsd-release-ports[ed(4)] driver does not support the following Ethernet NICs: +The man:ed[4] driver does not support the following Ethernet NICs: * Mitsubishi LAN Adapter B8895 -The http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4&manpath=freebsd-release-ports[em(4)] driver supports Gigabit Ethernet adapters based on the Intel 82540, 82541ER, 82541PI, 82542, 82543, 82544, 82545, 82546, 82546EB, 82546GB, 82547, 82571, 82572, 82573, and 82574 controller chips: +The man:em[4] driver supports Gigabit Ethernet adapters based on the Intel 82540, 82541ER, 82541PI, 82542, 82543, 82544, 82545, 82546, 82546EB, 82546GB, 82547, 82571, 82572, 82573, and 82574 controller chips: * Intel PRO/1000 CT Network Connection (82547) * Intel PRO/1000 F Server Adapter (82543) @@ -1637,7 +1635,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4&manpath=freebsd-releas * Intel PRO/1000 XF Server Adapter (82544) * Intel PRO/1000 XT Server Adapter (82544) -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ep&sektion=4&manpath=freebsd-release-ports[ep(4)] driver supports Ethernet adapters based on the 3Com 3C5x9 Etherlink III Parallel Tasking chipset, including: +[i386,pc98,amd64] The man:ep[4] driver supports Ethernet adapters based on the 3Com 3C5x9 Etherlink III Parallel Tasking chipset, including: * 3Com 3C1 CF * 3Com 3C509-TP, 3C509-BNC, 3C509-Combo, 3C509-TPO, 3C509-TPC ISA @@ -1654,9 +1652,9 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4&manpath=freebsd-releas * 3Com OfficeConnect 3CXSH572BT, 3CCSH572BT PCMCIA * Farallon EtherWave and EtherMac PC Card (P/n 595/895 with BLUE arrow) -Agere ET1310 Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query=et&sektion=4&manpath=freebsd-release-ports[et(4)] driver) +Agere ET1310 Gigabit Ethernet adapters (man:et[4] driver) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ex&sektion=4&manpath=freebsd-release-ports[ex(4)] driver supports the following Ethernet adapters: +[i386,amd64] The man:ex[4] driver supports the following Ethernet adapters: * Intel EtherExpress Pro/10 ISA * Intel EtherExpress Pro/10+ ISA @@ -1665,7 +1663,7 @@ Agere ET1310 Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query * Silicom Ethernet LAN PC Card * Silicom EtherSerial LAN PC Card -[i386,pc98,amd64] Controllers and cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=fe&sektion=4&manpath=freebsd-release-ports[fe(4)] driver include: +[i386,pc98,amd64] Controllers and cards supported by the man:fe[4] driver include: * Allied Telesis RE1000, RE1000Plus, ME1500 (110-pin) * CONTEC C-NET(98)P2, C-NET (9N)E (110-pin), C-NET(9N)C (ExtCard) @@ -1684,7 +1682,7 @@ Agere ET1310 Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query * TDK LAK-CD011, LAK-CD021, LAK-CD021A, LAK-CD021BX * Ungermann-Bass Access/PC N98C+(PC85152, PC85142), Access/NOTE N98(PC86132) (110-pin) -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=fxp&sektion=4&manpath=freebsd-release-ports[fxp(4)] driver include: +Adapters supported by the man:fxp[4] driver include: * Intel EtherExpress PRO/10 * Intel InBusiness 10/100 @@ -1699,20 +1697,20 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=fxp&sektion=4 * NEC PC-9821X-B06 (PC-98) * Many on-board network interfaces on Intel motherboards -Chips supported by the http://www.FreeBSD.org/cgi/man.cgi?query=gem&sektion=4&manpath=freebsd-release-ports[gem(4)] driver include: +Chips supported by the man:gem[4] driver include: * Apple GMAC * Sun ERI 10/100 Mbps Ethernet * Sun GEM Gigabit Ethernet -The following add-on cards are known to work with the http://www.FreeBSD.org/cgi/man.cgi?query=gem&sektion=4&manpath=freebsd-release-ports[gem(4)] driver at this time: +The following add-on cards are known to work with the man:gem[4] driver at this time: * Sun Gigabit Ethernet PCI 2.0/3.0 (GBE/P) (part no. 501-4373) * Sun Gigabit Ethernet SBus 2.0/3.0 (GBE/S) (part no. 501-4375) -The http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4&manpath=freebsd-release-ports[hme(4)] driver supports the on-board Ethernet interfaces of many Sun UltraSPARC workstation and server models. +The man:hme[4] driver supports the on-board Ethernet interfaces of many Sun UltraSPARC workstation and server models. -Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4&manpath=freebsd-release-ports[hme(4)] driver include: +Cards supported by the man:hme[4] driver include: * Sun PCI SunSwift Adapter * Sun SBus SunSwift Adapter "( hme" and "SUNW,hme") @@ -1721,7 +1719,7 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4&ma * Sun PCI Quad FastEthernet Controller * Sun SBus Quad FastEthernet Controller -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=ie&sektion=4&manpath=freebsd-release-ports[ie(4)] driver provides supports the following 8 and 16bit ISA Ethernet cards that are based on the Intel i82586 chip: +[i386] The man:e[4] driver provides supports the following 8 and 16bit ISA Ethernet cards that are based on the Intel i82586 chip: * 3COM 3C507 * AT&T EN100 @@ -1730,7 +1728,7 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4&ma * Intel EtherExpress 16 * RACAL Interlan NI5210 -The http://www.FreeBSD.org/cgi/man.cgi?query=igb&sektion=4&manpath=freebsd-release-ports[igb(4)] driver supports Gigabit Ethernet adapters based on the Intel 82575 and 82576 controller chips: +The man:igb[4] driver supports Gigabit Ethernet adapters based on the Intel 82575 and 82576 controller chips: * Intel Gigabit ET Dual Port Server Adapter (82576) * Intel Gigabit VT Quad Port Server Adapter (82575) @@ -1738,48 +1736,48 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=igb&sektion=4&manpath=freebsd-relea * Intel i210 and i211 Gigabit Ethernet Controller * Intel i350 and i354 Gigabit Ethernet Controller -The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ipheth&sektion=4&manpath=freebsd-release-ports[ipheth(4)] driver: +The following devices are supported by the man:ipheth[4] driver: * Apple iPhone tethering (all models) * Apple iPad tethering (all models) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ixgb&sektion=4&manpath=freebsd-release-ports[ixgb(4)] driver supports the following cards: +[i386,amd64] The man:ixgb[4] driver supports the following cards: * Intel PRO/10GbE LR Server Adapter * Intel PRO/10GbE SR Server Adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=ixgbe&sektion=4&manpath=freebsd-release-ports[ixgbe(4)] driver supports the following cards: +The man:ixgbe[4] driver supports the following cards: * Intel(R) 10 Gigabit XF SR/AF Dual Port Server Adapter * Intel(R) 10 Gigabit XF SR/LR Server Adapter * Intel(R) 82598EB 10 Gigabit AF Network Connection * Intel(R) 82598EB 10 Gigabit AT CX4 Network Connection -The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4&manpath=freebsd-release-ports[ixl(4)] driver supports these SFP+ Pluggable Optics: +The man:ixl[4] driver supports these SFP+ Pluggable Optics: * Intel TRIPLE RATE 1G/10G/40G QSFP+ SR (bailed) E40GQSFPSR * Intel TRIPLE RATE 1G/10G/40G QSFP+ SR (bailed) E40GQSFPLR -The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4&manpath=freebsd-release-ports[ixl(4)] dr driver supports 10Gb and 1Gb Ethernet adapters with SR Modules: +The man:ixl[4] dr driver supports 10Gb and 1Gb Ethernet adapters with SR Modules: * Intel DUAL RATE 1G/10G SFP+ SR (bailed) FTLX8571D3BCV-IT * Intel DUAL RATE 1G/10G SFP+ SR (bailed) AFBR-703SDZ-IN2 -The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4&manpath=freebsd-release-ports[ixl(4)] dr driver supports 10Gb and 1Gb Ethernet adapters with LR Modules: +The man:ixl[4] dr driver supports 10Gb and 1Gb Ethernet adapters with LR Modules: * Intel DUAL RATE 1G/10G SFP+ LR (bailed) FTLX1471D3BCV-IT * Intel DUAL RATE 1G/10G SFP+ LR (bailed) AFCT-701SDZ-IN2 Note that X710/XL710 Based SFP+ adapters also support all passive and active limiting direct attach cables that comply with SFF-8431 v4.1 and SFF-8472 v10.4 specifications. -The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4&manpath=freebsd-release-ports[jme(4)] device driver provides support for the following Ethernet controllers: +The man:jme[4] device driver provides support for the following Ethernet controllers: * JMicron JMC250 PCI Express Gigabit Ethernet controller * JMicron JMC251 PCI Express Gigabit Ethernet with Card Read Host controller * JMicron JMC260 PCI Express Fast Ethernet controller * JMicron JMC261 PCI Express Gigabit Ethernet with Card Read Host controller -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=kue&sektion=4&manpath=freebsd-release-ports[kue(4)] driver supports Kawasaki LSI KL5KLUSB101B based USB Ethernet adapters including: +[i386,pc98,amd64,powerpc] The man:kue[4] driver supports Kawasaki LSI KL5KLUSB101B based USB Ethernet adapters including: * 3Com 3c19250 * 3Com 3c460 HomeConnect Ethernet USB Adapter @@ -1798,22 +1796,22 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4&manpath=freebsd-relea * Psion Gold Port USB Ethernet adapter * SMC 2102USB, 2104USB -[i386,pc98,amd64] Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4&manpath=freebsd-release-ports[lge(4)] driver include: +[i386,pc98,amd64] Adapters supported by the man:lge[4] driver include: * SMC TigerCard 1000 (SMC9462SX) * D-Link DGE-500SX -The http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4&manpath=freebsd-release-ports[liquidio(4)] driver supports the following cards: +The man:liquidio[4] driver supports the following cards: * LiquidIO II CN2350 210SV/225SV * LiquidIO II CN2360 210SV/225SV -The http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4&manpath=freebsd-release-ports[mlx4en(4)] driver supports the following network adapters: +The man:mlx4en[4] driver supports the following network adapters: * Mellanox ConnectX-2 (ETH) * Mellanox ConnectX-3 (ETH) -The http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4&manpath=freebsd-release-ports[mlx5en(4)] driver supports 100Gb, 50Gb, 40Gb, 25Gb and 10Gb Ethernet adapters. ConnectX-4 supports:10/20/25/40/50/56/100Gb/s speeds. ConnectX-4 LX supports:10/25/40/50Gb/s speeds (and reduced power consumption) : +The man:mlx5en[4] driver supports 100Gb, 50Gb, 40Gb, 25Gb and 10Gb Ethernet adapters. ConnectX-4 supports:10/20/25/40/50/56/100Gb/s speeds. ConnectX-4 LX supports:10/25/40/50Gb/s speeds (and reduced power consumption) : * Mellanox MCX455A-ECAT * Mellanox MCX456A-ECAT @@ -1830,7 +1828,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4&manpath=freebsd-relea * Mellanox MCX4121A-XCAT * Mellanox MCX4111A-XCAT -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=msk&sektion=4&manpath=freebsd-release-ports[msk(4)] driver provides support for various NICs based on the Marvell/SysKonnect Yukon II based Gigabit Ethernet controller chips, including: +[i386,amd64] The man:msk[4] driver provides support for various NICs based on the Marvell/SysKonnect Yukon II based Gigabit Ethernet controller chips, including: * D-Link 550SX Gigabit Ethernet * D-Link 560SX Gigabit Ethernet @@ -1866,19 +1864,19 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4&manpath=freebsd-relea * SysKonnect SK-9Sxx Gigabit Ethernet * SysKonnect SK-9Exx Gigabit Ethernet -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=mxge&sektion=4&manpath=freebsd-release-ports[mxge(4)] driver supports 10 Gigabit Ethernet adapters based on the Myricom LANai Z8E chips: +[i386,amd64] The man:mxge[4] driver supports 10 Gigabit Ethernet adapters based on the Myricom LANai Z8E chips: * Myricom 10GBase-CX4 (10G-PCIE-8A-C, 10G-PCIE-8AL-C) * Myricom 10GBase-R (10G-PCIE-8A-R, 10G-PCIE-8AL-R) * Myricom 10G XAUI over ribbon fiber (10G-PCIE-8A-Q, 10G-PCIE-8AL-Q) -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=my&sektion=4&manpath=freebsd-release-ports[my(4)] driver provides support for various NICs based on the Myson chipset. Supported models include: +[i386,pc98] The man:my[4] driver provides support for various NICs based on the Myson chipset. Supported models include: * Myson MTD800 PCI Fast Ethernet chip * Myson MTD803 PCI Fast Ethernet chip * Myson MTD89X PCI Gigabit Ethernet chip -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=nfe&sektion=4&manpath=freebsd-release-ports[nfe(4)] driver supports the following NVIDIA MCP onboard adapters: +[i386,amd64] The man:nfe[4] driver supports the following NVIDIA MCP onboard adapters: * NVIDIA nForce MCP Networking Adapter * NVIDIA nForce MCP04 Networking Adapter @@ -1901,7 +1899,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4&manpath=freebsd-relea * NVIDIA nForce4 CK804 MCP8 Networking Adapter * NVIDIA nForce4 CK804 MCP9 Networking Adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4&manpath=freebsd-release-ports[nge(4)] driver supports National Semiconductor DP83820 and DP83821 based Gigabit Ethernet adapters including: +The man:nge[4] driver supports National Semiconductor DP83820 and DP83821 based Gigabit Ethernet adapters including: * Addtron AEG320T * Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI) @@ -1914,15 +1912,15 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4&manpath=freebsd-relea * Surecom Technology EP-320G-TX * Trendware TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=nxge&sektion=4&manpath=freebsd-release-ports[nxge(4)] driver supports Neterion Xframe 10 Gigabit Ethernet adapters listed in http://www.neterion.com/how/pricing.html. +[i386,amd64] The man:nxge[4] driver supports Neterion Xframe 10 Gigabit Ethernet adapters listed in http://www.neterion.com/how/pricing.html. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=oce&sektion=4&manpath=freebsd-release-ports[oce(4)] driver supports the following network adapters: +[i386,amd64] The man:oce[4] driver supports the following network adapters: * Emulex BladeEngine 2 * Emulex BladeEngine 3 * Emulex Lancer -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=pcn&sektion=4&manpath=freebsd-release-ports[pcn(4)] driver supports adapters and embedded controllers based on the AMD PCnet/FAST, PCnet/FAST+, PCnet/FAST III, PCnet/PRO and PCnet/Home Fast Ethernet chips: +[i386,pc98,amd64] The man:pcn[4] driver supports adapters and embedded controllers based on the AMD PCnet/FAST, PCnet/FAST+, PCnet/FAST III, PCnet/PRO and PCnet/Home Fast Ethernet chips: * AMD Am79C971 PCnet-FAST * AMD Am79C972 PCnet-FAST+ @@ -1931,25 +1929,25 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4&manpath=freebsd-relea * AMD Am79C978 PCnet-Home * Allied-Telesis LA-PCI -The http://www.FreeBSD.org/cgi/man.cgi?query=pcn&sektion=4&manpath=freebsd-release-ports[qlnxe(4)] driver supports 25/40/100 Gigabit Ethernet & CNA Adapter based on the following chipsets: +The man:qlnxe[4] driver supports 25/40/100 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 45000 series * QLogic 41000 series -[amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=qlxgb&sektion=4&manpath=freebsd-release-ports[qlxgb(4)] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: +[amd64] The man:qlxgb[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 3200 series * QLogic 8200 series -[amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=qlxgbe&sektion=4&manpath=freebsd-release-ports[qlxgbe(4)] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: +[amd64] The man:qlxgbe[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 8300 series -[amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=qlxge&sektion=4&manpath=freebsd-release-ports[qlxge(4)] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: +[amd64] The man:qlxge[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 8100 series -The http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4&manpath=freebsd-release-ports[re(4)] driver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters including: +The man:re[4] driver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters including: * Alloy Computer Products EtherGOLD 1439E 10/100 (8139C+) * Compaq Evo N1015v Integrated Ethernet (8139C+) @@ -1963,7 +1961,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4&manpath=freebsd-releas * USRobotics USR997902 Gigabit Ethernet (8169S) * Xterasys XN-152 10/100/1000 NIC (8169) -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=rl&sektion=4&manpath=freebsd-release-ports[rl(4)] driver include: +Adapters supported by the man:rl[4] driver include: * Accton "Cheetah" EN1207D (MPX 5030/5038; RealTek 8139 clone) * Allied Telesyn AT2550 @@ -1998,14 +1996,14 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=rl&sektion=4& * SMC EZ Card 10/100 PCI 1211-TX * SOHO (PRAGMATIC) UE-1211C -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=rue&sektion=4&manpath=freebsd-release-ports[rue(4)] driver supports RealTek RTL8150 based USB Ethernet adapters including: +[i386,pc98,amd64] The man:rue[4] driver supports RealTek RTL8150 based USB Ethernet adapters including: * Buffalo (Melco Inc.) LUA-KTX * Green House GH-USB100B * LinkSys USB100M * Billionton 10/100 FastEthernet USBKR2 -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sf&sektion=4&manpath=freebsd-release-ports[sf(4)] driver include: +Adapters supported by the man:sf[4] driver include: * ANA-62011 64-bit single port 10/100baseTX adapter * ANA-62022 64-bit dual port 10/100baseTX adapter @@ -2013,14 +2011,14 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sf&sektion=4& * ANA-69011 32-bit single port 10/100baseTX adapter * ANA-62020 64-bit single port 100baseFX adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=sfxge&sektion=4&manpath=freebsd-release-ports[sfxge(4)] driver supports all 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers. +The man:sfxge[4] driver supports all 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers. -The %0Ahttp://www.FreeBSD.org/cgi/man.cgi?query=sge&sektion=4&manpath=freebsd-release-ports[sge(4)] device driver provides support for the following Ethernet controllers: +The %0Ahttp://www.FreeBSD.org/cgi/man.cgi?query=sge&sektion=4&manpath=freebsd-release-ports[sge[4] device driver provides support for the following Ethernet controllers: * SiS190 Fast Ethernet controller * SiS191 Fast/Gigabit Ethernet controller -The http://www.FreeBSD.org/cgi/man.cgi?query=sis&sektion=4&manpath=freebsd-release-ports[sis(4)] driver supports Silicon Integrated Systems SiS 900 and SiS 7016 based Fast Ethernet adapters and embedded controllers, as well as Fast Ethernet adapters based on the National Semiconductor DP83815 (MacPhyter) and DP83816 chips. Supported adapters include: +The man:sis[4] driver supports Silicon Integrated Systems SiS 900 and SiS 7016 based Fast Ethernet adapters and embedded controllers, as well as Fast Ethernet adapters based on the National Semiconductor DP83815 (MacPhyter) and DP83816 chips. Supported adapters include: * @Nifty FNECHARD IFC USUP-TX * MELCO LGY-PCI-TXC @@ -2029,7 +2027,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=sis&sektion=4&manpath=freebsd-relea * SiS 630, 635, and 735 motherboard chipsets * Soekris Engineering net45xx, net48xx, lan1621, and lan1641 -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sk&sektion=4&manpath=freebsd-release-ports[sk(4)] driver include: +Adapters supported by the man:sk[4] driver include: * 3Com 3C940 single port, 1000baseT adapter * 3Com 3C2000-T single port, 1000baseT adapter @@ -2045,13 +2043,13 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sk&sektion=4& * SK-9844 SK-NET GE-SX dual port, multimode fiber adapter * SMC 9452TX single port, 1000baseT adapter -The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=smsc&sektion=4&manpath=freebsd-release-ports[smsc(4)] driver: +The following devices are supported by the man:smsc[4] driver: * SMSC LAN9500, LAN9500A, LAN9505 and LAN9505A based Ethernet adapters * SMSC LAN89530, LAN9530 and LAN9730 based Ethernet adapters * SMSC LAN951x Ethernet adapters with integrated USB hub -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4&manpath=freebsd-release-ports[sn(4)] driver supports SMC91Cxx based ISA and PCMCIA cards including: +[i386,amd64] The man:sn[4] driver supports SMC91Cxx based ISA and PCMCIA cards including: * 3Com Megahertz X-Jack Ethernet PC Card XJ10BT, XJ10BC * 3Com Megahertz XJEM and CCEM series: CCEM3288C, CCEM3288T, CCEM3336, CEM3336C, CCEM3336T, XJEM1144C, XJEM1144T, XJEM3288C, XJEM3288T, XJEM3336 @@ -2065,11 +2063,11 @@ The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?qu * SMC EZEther PC Card (8020BT) * SMC EZEther PC Card (8020T) -The http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4&manpath=freebsd-release-ports[sn(4)] driver supports the SMC 91C90, SMC 91C92, SMC 91C94, SMC 91C95, SMC 91C96, SMC91C100 and SMC 91C100FD chips from SMC. +The man:sn[4] driver supports the SMC 91C90, SMC 91C92, SMC 91C94, SMC 91C95, SMC 91C96, SMC91C100 and SMC 91C100FD chips from SMC. -The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver supports the 595 and 895 cards. These cards have the blue arrow on the front along with a 3Com logo. The Farallon 595a cards, which have a red arrow on the front, are also called EtherWave and EtherMac. They are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4&manpath=freebsd-release-ports[sn(4)] driver. +The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver supports the 595 and 895 cards. These cards have the blue arrow on the front along with a 3Com logo. The Farallon 595a cards, which have a red arrow on the front, are also called EtherWave and EtherMac. They are supported by the man:sn[4] driver. -[pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=snc&sektion=4&manpath=freebsd-release-ports[snc(4)] driver supports the following cards: +[pc98] The man:snc[4] driver supports the following cards: * National Semiconductor DP83934AVQB * NEC PC-9801-83 @@ -2081,15 +2079,15 @@ The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver * NEC PC-9801N-J02 PCMCIA * NEC PC-9801N-J02R PCMCIA -The http://www.FreeBSD.org/cgi/man.cgi?query=snc&sektion=4&manpath=freebsd-release-ports[snc(4)] driver also includes support for the National Semiconductor NS46C46 as 64 * 16 bits Microwave Serial EEPROM. +The man:snc[4] driver also includes support for the National Semiconductor NS46C46 as 64 * 16 bits Microwave Serial EEPROM. -The http://www.FreeBSD.org/cgi/man.cgi?query=ste&sektion=4&manpath=freebsd-release-ports[ste(4)] driver supports Sundance Technologies ST201 based Fast Ethernet adapters and embedded controllers including: +The man:ste[4] driver supports Sundance Technologies ST201 based Fast Ethernet adapters and embedded controllers including: * D-Link DFE-530TXS * D-Link DFE-550TX * D-Link DFE-580TX -The http://www.FreeBSD.org/cgi/man.cgi?query=stge&sektion=4&manpath=freebsd-release-ports[stge(4)] driver provides support for various NICs based on the Sundance/Tamarack TC9021 based Gigabit Ethernet controller chips, including: +The man:stge[4] driver provides support for various NICs based on the Sundance/Tamarack TC9021 based Gigabit Ethernet controller chips, including: * Antares Microsystems Gigabit Ethernet * ASUS NX1101 Gigabit Ethernet @@ -2100,7 +2098,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=stge&sektion=4&manpath=freebsd-rele * Sundance TC9021 Gigabit Ethernet * Tamarack TC9021 Gigabit Ethernet -[i386,pc98,amd64,sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=ti&sektion=4&manpath=freebsd-release-ports[ti(4)] driver supports Gigabit Ethernet adapters based on the Alteon Tigon I and II chips. The http://www.FreeBSD.org/cgi/man.cgi?query=ti&sektion=4&manpath=freebsd-release-ports[ti(4)] driver has been tested with the following adapters: +[i386,pc98,amd64,sparc64] The man:ti[4] driver supports Gigabit Ethernet adapters based on the Alteon Tigon I and II chips. The man:ti[4] driver has been tested with the following adapters: * 3Com 3c985-SX Gigabit Ethernet adapter (Tigon 1) * 3Com 3c985B-SX Gigabit Ethernet adapter (Tigon 2) @@ -2118,14 +2116,14 @@ The following adapters should also be supported but have not yet been tested: * NEC Gigabit Ethernet * Silicon Graphics PCI Gigabit Ethernet adapter -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4&manpath=freebsd-release-ports[tl(4)] driver supports Texas Instruments ThunderLAN based Ethernet and Fast Ethernet adapters including a large number of Compaq PCI Ethernet adapters. Also supported are: +[i386,pc98,amd64] The man:tl[4] driver supports Texas Instruments ThunderLAN based Ethernet and Fast Ethernet adapters including a large number of Compaq PCI Ethernet adapters. Also supported are: * Olicom OC-2135/2138 10/100 TX UTP adapter * Olicom OC-2325/OC-2326 10/100 TX UTP adapter * Racore 8148 10baseT/100baseTX/100baseFX adapter * Racore 8165 10/100baseTX adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4&manpath=freebsd-release-ports[tl(4)] driver also supports the built-in Ethernet adapters of various Compaq Prosignia servers and Compaq Deskpro desktop machines including: +The man:tl[4] driver also supports the built-in Ethernet adapters of various Compaq Prosignia servers and Compaq Deskpro desktop machines including: * Compaq Netelligent 10 * Compaq Netelligent 10 T PCI UTP/Coax @@ -2138,9 +2136,9 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4&manpath=freebsd-releas * Compaq NetFlex 3P Integrated * Compaq NetFlex 3P w/BNC -[amd64, i386, pc98] SMC 83c17x (EPIC)-based Ethernet NICs (http://www.FreeBSD.org/cgi/man.cgi?query=tx&sektion=4&manpath=freebsd-release-ports[tx(4)] driver) +[amd64, i386, pc98] SMC 83c17x (EPIC)-based Ethernet NICs (man:tx[4] driver) -The http://www.FreeBSD.org/cgi/man.cgi?query=txp&sektion=4&manpath=freebsd-release-ports[txp(4)] driver supports the following cards: +The man:txp[4] driver supports the following cards: * 3Com 3CR990-TX-95 * 3Com 3CR990-TX-97 @@ -2149,20 +2147,20 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=txp&sektion=4&manpath=freebsd-relea * 3Com 3CR990SVR97 * 3Com 3cR990B-SRV -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=udav&sektion=4&manpath=freebsd-release-ports[udav(4)] driver supports the following adapters: +[i386,pc98,amd64] The man:udav[4] driver supports the following adapters: * Corega FEther USB-TXC * ShanTou ST268 USB NIC -The http://www.FreeBSD.org/cgi/man.cgi?query=urndis&sektion=4&manpath=freebsd-release-ports[urndis(4)] driver supports the functionality of many Android devices. +The man:urndis[4] driver supports the functionality of many Android devices. -The http://www.FreeBSD.org/cgi/man.cgi?query=vge&sektion=4&manpath=freebsd-release-ports[vge(4)] driver supports VIA Networking VT6120, VT6122, VT6130 and VT6132 based Gigabit Ethernet adapters including: +The man:vge[4] driver supports VIA Networking VT6120, VT6122, VT6130 and VT6132 based Gigabit Ethernet adapters including: * VIA Networking LAN-on-motherboard Gigabit Ethernet * ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701) * ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702) -The http://www.FreeBSD.org/cgi/man.cgi?query=vr&sektion=4&manpath=freebsd-release-ports[vr(4)] driver supports VIA Technologies Rhine I, Rhine II, and Rhine III based Fast Ethernet adapters including: +The man:vr[4] driver supports VIA Technologies Rhine I, Rhine II, and Rhine III based Fast Ethernet adapters including: * AOpen/Acer ALN-320 * D-Link DFE520-TX @@ -2170,24 +2168,24 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=vr&sektion=4&manpath=freebsd-releas * Hawking Technologies PN102TX * Soekris Engineering net5501 -The http://www.FreeBSD.org/cgi/man.cgi?query=vte&sektion=4&manpath=freebsd-release-ports[vte(4)] device driver provides support for the following Ethernet controllers: +The man:vte[4] device driver provides support for the following Ethernet controllers: * DM&P Vortex86 RDC R6040 Fast Ethernet controller -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=vx&sektion=4&manpath=freebsd-release-ports[vx(4)] driver supports the following cards: +[i386,pc98,amd64] The man:vx[4] driver supports the following cards: * 3Com 3c590 EtherLink III PCI * 3Com 3c592 EtherLink III EISA * 3Com 3c595 Fast EtherLink III PCI in 10 Mbps mode * 3Com 3c597 Fast EtherLink III EISA in 10 Mbps mode -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=vxge&sektion=4&manpath=freebsd-release-ports[vxge(4)] driver supports Neterion X3100 10 Gigabit Ethernet adapters listed in http://www.neterion.com. +[i386,amd64] The man:vxge[4] driver supports Neterion X3100 10 Gigabit Ethernet adapters listed in http://www.neterion.com. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=wb&sektion=4&manpath=freebsd-release-ports[wb(4)] driver supports Winbond W89C840F based Fast Ethernet adapters and embedded controllers including: +[i386,pc98,amd64] The man:wb[4] driver supports Winbond W89C840F based Fast Ethernet adapters and embedded controllers including: * Trendware TE100-PCIE -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=xe&sektion=4&manpath=freebsd-release-ports[xe(4)] driver supports the following cards: +[i386,amd64] The man:xe[4] driver supports the following cards: * Xircom CreditCard Ethernet (PS-CE2-10) * Xircom CreditCard Ethernet + Modem 28 (PS-CEM-28) @@ -2205,7 +2203,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=vte&sektion=4&manpath=freebsd-relea Other similar devices using the same hardware may also be supported. -The http://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4&manpath=freebsd-release-ports[xl(4)] driver supports the following hardware: +The man:xl[4] driver supports the following hardware: * 3Com 3c900-TPO * 3Com 3c900-COMBO @@ -2227,36 +2225,36 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4&manpath=freebsd-releas * 3Com 3C3SH573BT, 3C575TX, 3CCFE575BT, 3CXFE575BT, 3CCFE575CT, 3CXFE575CT, 3CCFEM656, 3CCFEM656B, and 3CCFEM656C, 3CXFEM656, 3CXFEM656B, and 3CXFEM656C CardBus adapters * 3Com 3c905-TX, 3c905B-TX 3c905C-TX, 3c920B-EMB, and 3c920B-EMB-WNM embedded adapters -Both the 3C656 family of CardBus cards and the 3C556 family of MiniPCI cards have a built-in proprietary modem. Neither the http://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4&manpath=freebsd-release-ports[xl(4)] driver nor any other FreeBSD driver supports this modem. +Both the 3C656 family of CardBus cards and the 3C556 family of MiniPCI cards have a built-in proprietary modem. Neither the man:xl[4] driver nor any other FreeBSD driver supports this modem. [[fddi]] == FDDI Interfaces -[i386, pc98] DEC DEFPA PCI (http://www.FreeBSD.org/cgi/man.cgi?query=fpa&sektion=4&manpath=freebsd-release-ports[fpa(4)] driver) +[i386, pc98] DEC DEFPA PCI (man:fpa[4] driver) -[i386] DEC DEFEA EISA (http://www.FreeBSD.org/cgi/man.cgi?query=fpa&sektion=4&manpath=freebsd-release-ports[fpa(4)] driver) +[i386] DEC DEFEA EISA (man:fpa[4] driver) [[atm]] == ATM Interfaces -[i386, pc98] Midway-based ATM interfaces (http://www.FreeBSD.org/cgi/man.cgi?query=en&sektion=4&manpath=freebsd-release-ports[en(4)] driver) +[i386, pc98] Midway-based ATM interfaces (man:en[4] driver) -[i386, pc98 sparc64] FORE Systems, Inc. PCA-200E ATM PCI Adapters (hfa and http://www.FreeBSD.org/cgi/man.cgi?query=fatm&sektion=4&manpath=freebsd-release-ports[fatm(4)] drivers) +[i386, pc98 sparc64] FORE Systems, Inc. PCA-200E ATM PCI Adapters (hfa and man:fatm[4] drivers) -[i386, pc98] IDT NICStAR 77201/211-based ATM Adapters (http://www.FreeBSD.org/cgi/man.cgi?query=idt&sektion=4&manpath=freebsd-release-ports[idt(4)] driver) +[i386, pc98] IDT NICStAR 77201/211-based ATM Adapters (man:idt[4] driver) -[i386, pc98 sparc64] FORE Systems, Inc. HE155 and HE622 ATM interfaces (http://www.FreeBSD.org/cgi/man.cgi?query=hatm&sektion=4&manpath=freebsd-release-ports[hatm(4)] driver) +[i386, pc98 sparc64] FORE Systems, Inc. HE155 and HE622 ATM interfaces (man:hatm[4] driver) -[i386, pc98] IDT77252-based ATM cards (http://www.FreeBSD.org/cgi/man.cgi?query=patm&sektion=4&manpath=freebsd-release-ports[patm(4)] driver) +[i386, pc98] IDT77252-based ATM cards (man:patm[4] driver) [[wlan]] == Wireless Network Interfaces -[amd64, i386, pc98] Cisco/Aironet 802.11b wireless adapters (http://www.FreeBSD.org/cgi/man.cgi?query=an&sektion=4&manpath=freebsd-release-ports[an(4)] driver) +[amd64, i386, pc98] Cisco/Aironet 802.11b wireless adapters (man:an[4] driver) -[i386,pc98,amd64,sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=ath&sektion=4&manpath=freebsd-release-ports[ath(4)] driver supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL chipset. +[i386,pc98,amd64,sparc64] The man:ath[4] driver supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL chipset. -The http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4&manpath=freebsd-release-ports[bwi(4)] driver supports Broadcom BCM43xx based wireless devices, including: +The man:bwi[4] driver supports Broadcom BCM43xx based wireless devices, including: * Apple Airport Extreme * Apple Airport Extreme @@ -2275,9 +2273,9 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4&manpath=freebsd-relea * TRENDnet TEW-401PCplus * US Robotics 5411 -The http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4&manpath=freebsd-release-ports[bwi(4)] driver uses the older v3 version of Broadcom's firmware. While this older firmware does support most BCM43xx parts, the bwn(4) driver works better for the newer chips it supports. You must use the http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4&manpath=freebsd-release-ports[bwi(4)] driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2). The v4 version of the firmware that bwn(4) uses does not support these chips. +The man:bwi[4] driver uses the older v3 version of Broadcom's firmware. While this older firmware does support most BCM43xx parts, the bwn(4) driver works better for the newer chips it supports. You must use the man:bwi[4] driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2). The v4 version of the firmware that bwn(4) uses does not support these chips. -The http://www.FreeBSD.org/cgi/man.cgi?query=bwn&sektion=4&manpath=freebsd-release-ports[bwn(4)] driver supports Broadcom BCM43xx based wireless devices, including: +The man:bwn[4] driver supports Broadcom BCM43xx based wireless devices, including: * Apple Airport Extreme * ASUS WL-138g @@ -2293,19 +2291,19 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=bwn&sektion=4&manpath=freebsd-relea Users of older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2) must use bwi(4) because the v4 version of the firmware does not support these chips. The newer firmware is too big to fit into these old chips. -[i386, amd64] Intel PRO/Wireless 2100 MiniPCI network adapter (http://www.FreeBSD.org/cgi/man.cgi?query=ipw&sektion=4&manpath=freebsd-release-ports[ipw(4)] driver) +[i386, amd64] Intel PRO/Wireless 2100 MiniPCI network adapter (man:ipw[4] driver) -[i386, amd64] Intel PRO/Wireless 2200BG/2915ABG MiniPCI and 2225BG PCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=iwi&sektion=4&manpath=freebsd-release-ports[iwi(4)] driver) +[i386, amd64] Intel PRO/Wireless 2200BG/2915ABG MiniPCI and 2225BG PCI network adapters (man:iwi[4] driver) -[i386, amd64] Intel Dual Band Wireless AC 3160/7260/7265 IEEE 802.11ac network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=iwm&sektion=4&manpath=freebsd-release-ports[iwm(4)] driver) +[i386, amd64] Intel Dual Band Wireless AC 3160/7260/7265 IEEE 802.11ac network adapters (man:iwm[4] driver) -[i386, amd64] Intel Wireless WiFi Link 4965AGN IEEE 802.11n PCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=iwn&sektion=4&manpath=freebsd-release-ports[iwn(4)] driver) +[i386, amd64] Intel Wireless WiFi Link 4965AGN IEEE 802.11n PCI network adapters (man:iwn[4] driver) -[i386, amd64] Marvell Libertas IEEE 802.11b/g PCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=malo&sektion=4&manpath=freebsd-release-ports[malo(4)] driver) +[i386, amd64] Marvell Libertas IEEE 802.11b/g PCI network adapters (man:malo[4] driver) -Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=mwl&sektion=4&manpath=freebsd-release-ports[mwl(4)] driver) +Marvell 88W8363 IEEE 802.11n wireless network adapters (man:mwl[4] driver) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=otus&sektion=4&manpath=freebsd-release-ports[otus(4)] driver provices support for Atheros AR9170 USB IEEE 802.11b/g/n wireless network adapters, including: +[i386,amd64] The man:otus[4] driver provices support for Atheros AR9170 USB IEEE 802.11b/g/n wireless network adapters, including: * 3Com 3CRUSBN275 * Arcadyan WN7512 @@ -2326,7 +2324,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * Z-Com UB82 * ZyXEL NWD-271N -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ral&sektion=4&manpath=freebsd-release-ports[ral(4)] driver supports PCI/PCIe/CardBus wireless adapters based on Ralink Technology chipsets, including: +[i386,amd64] The man:ral[4] driver supports PCI/PCIe/CardBus wireless adapters based on Ralink Technology chipsets, including: * A-Link WL54H * A-Link WL54PC @@ -2416,7 +2414,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * Zonet ZEW1500 * Zonet ZEW1600 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=rsu&sektion=4&manpath=freebsd-release-ports[rsu(4)] driver provices support for Realtek RTL8188SU/RTL8192SU USB IEEE 802.11b/g/n wireless network adapters, including: +[i386,amd64] The man:rsu[4] driver provices support for Realtek RTL8188SU/RTL8192SU USB IEEE 802.11b/g/n wireless network adapters, including: * ASUS USB-N10 * Belkin F7D1101 v1 @@ -2432,9 +2430,9 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * TRENDnet TEW-648UB * TRENDnet TEW-649UB -Realtek RTL8188CE based PCIe IEEE 802.11b/g/n wireless network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=rtwn&sektion=4&manpath=freebsd-release-ports[rtwn(4)] driver) +Realtek RTL8188CE based PCIe IEEE 802.11b/g/n wireless network adapters (man:rtwn[4] driver) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=rum&sektion=4&manpath=freebsd-release-ports[rum(4)] driver supports USB 2.0 wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets, including: +[i386,amd64] The man:rum[4] driver supports USB 2.0 wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets, including: * 3Com Aolynk WUB320g * Abocom WUG2700 @@ -2473,7 +2471,7 @@ Realtek RTL8188CE based PCIe IEEE 802.11b/g/n wireless network adapters (http:// * Sweex LW053 * TP-LINK TL-WN321G v1/v2/v3 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=run&sektion=4&manpath=freebsd-release-ports[run(4)] driver supports the following wireless adapters: +[i386,amd64] The man:run[4] driver supports the following wireless adapters: * Airlink101 AWLL6090 * ASUS USB-N11 @@ -2536,7 +2534,7 @@ Realtek RTL8188CE based PCIe IEEE 802.11b/g/n wireless network adapters (http:// * ZyXEL NWD210N * ZyXEL NWD270N -The http://www.FreeBSD.org/cgi/man.cgi?query=uath&sektion=4&manpath=freebsd-release-ports[uath(4)] driver should work with the following adapters: +The man:uath[4] driver should work with the following adapters: * Compex WLU108AG * Compex WLU108G @@ -2560,7 +2558,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=uath&sektion=4&manpath=freebsd-rele An up to date list can be found at http://customerproducts.atheros.com/customerproducts/default.asp. -The http://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4&manpath=freebsd-release-ports[upgt(4)] driver supports USB 2.0 Conexant/Intersil PrismGT series wireless adapters based on the GW3887 chipset, among them: +The man:upgt[4] driver supports USB 2.0 Conexant/Intersil PrismGT series wireless adapters based on the GW3887 chipset, among them: * Belkin F5D7050 (version 1000) * Cohiba Proto Board @@ -2574,7 +2572,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4&manpath=freebsd-rele * Spinnaker DUT * Spinnaker Proto Board -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ural&sektion=4&manpath=freebsd-release-ports[ural(4)] driver supports USB 2.0 wireless adapters based on the Ralink Technology RT2500USB chipset, including: +[i386,amd64] The man:ural[4] driver supports USB 2.0 wireless adapters based on the Ralink Technology RT2500USB chipset, including: * AMIT WL532U * ASUS WL-167g @@ -2606,7 +2604,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4&manpath=freebsd-rele An up to date list can be found at http://ralink.rapla.net/. -The http://www.FreeBSD.org/cgi/man.cgi?query=urtw&sektion=4&manpath=freebsd-release-ports[urtw(4)] driver supports Realtek RTL8187B/L based wireless network devices, including: +The man:urtw[4] driver supports Realtek RTL8187B/L based wireless network devices, including: * Belkin F5D7050E * Linksys WUSB54GCv2 @@ -2619,7 +2617,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtw&sektion=4&manpath=freebsd-rele * SureCom EP-9001-g(2A) * TRENDnet TEW-424UB V3.xR -The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-release-ports[urtwn(4)] driver supports Realtek RTL8188CU/RTL8188RU/RTL8188EU/RTL8192CU based USB IEEE 802.11b/g/n wireless network adapters, including: +The man:urtwn[4] driver supports Realtek RTL8188CU/RTL8188RU/RTL8188EU/RTL8192CU based USB IEEE 802.11b/g/n wireless network adapters, including: * Alfa AWUS036NHR v2 * ASUS USB-N10 NANO @@ -2635,13 +2633,13 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-rel * TP-LINK TL-WN723N v3 * TP-LINK TL-WN725N v2 -[amd64, i386, pc98] Lucent Technologies WaveLAN/IEEE 802.11b wireless network adapters and workalikes using the Lucent Hermes, Intersil PRISM-II, Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24 chipsets (http://www.FreeBSD.org/cgi/man.cgi?query=wi&sektion=4&manpath=freebsd-release-ports[wi(4)] driver) +[amd64, i386, pc98] Lucent Technologies WaveLAN/IEEE 802.11b wireless network adapters and workalikes using the Lucent Hermes, Intersil PRISM-II, Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24 chipsets (man:wi[4] driver) -[i386] NCR / AT&T / Lucent Technologies WaveLan T1-speed ISA/radio LAN cards (http://www.FreeBSD.org/cgi/man.cgi?query=wl&sektion=4&manpath=freebsd-release-ports[wl(4)] driver) +[i386] NCR / AT&T / Lucent Technologies WaveLan T1-speed ISA/radio LAN cards (man:wl[4] driver) -[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=wpi&sektion=4&manpath=freebsd-release-ports[wpi(4)] driver) +[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network adapters (man:wpi[4] driver) -[i386,amd64] The following devices are known to be supported by the http://www.FreeBSD.org/cgi/man.cgi?query=zyd&sektion=4&manpath=freebsd-release-ports[zyd(4)] driver: +[i386,amd64] The following devices are known to be supported by the man:zyd[4] driver: * 3COM 3CRUSB10075 * Acer WLAN-G-US1 @@ -2691,12 +2689,12 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-rel [[misc-network]] == Miscellaneous Networks -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=ce&sektion=4&manpath=freebsd-release-ports[ce(4)] driver supports the following models of Tau-PCI/32 WAN adapters: +[i386,pc98] The man:ce[4] driver supports the following models of Tau-PCI/32 WAN adapters: * Cronyx Tau-PCI/32 * Cronyx Tau-PCI/32-Lite -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=cx&sektion=4&manpath=freebsd-release-ports[cx(4)] driver supports the following cards: +[i386] The man:cx[4] driver supports the following cards: * Cronyx Sigma-22, Sigma-24 * Cronyx Sigma-100 @@ -2705,7 +2703,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-rel * Cronyx Sigma-703 * Cronyx Sigma-800, Sigma-801, Sigma-810, Sigma-840 -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=cp&sektion=4&manpath=freebsd-release-ports[cp(4)] driver supports the following models of Tau-PCI WAN adapters: +[i386,pc98] The man:cp[4] driver supports the following models of Tau-PCI WAN adapters: * Cronyx Tau-PCI * Cronyx Tau-PCI/R @@ -2719,34 +2717,34 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-rel * Cronyx Tau-PCI-T3 * Cronyx Tau-PCI-STS1 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=ctau&sektion=4&manpath=freebsd-release-ports[ctau(4)] driver supports the following cards: +[i386] The man:ctau[4] driver supports the following cards: * Cronyx Tau (RS-232/V.35) * Cronyx Tau/R (RS-530/RS-449) * Cronyx Tau/E1 (fractional E1) * Cronyx Tau/G703 (unframed E1) -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=cm&sektion=4&manpath=freebsd-release-ports[cm(4)] driver supports the following card models: +[i386] The man:cm[4] driver supports the following card models: * SMC90c26 * SMC90c56 * SMC90c66 in '56 compatibility mode. -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=cm&sektion=4&manpath=freebsd-release-ports[mos(4)] driver include: +Adapters supported by the man:mos[4] driver include: * Sitecom LN030 [[serial]] == Serial Interfaces -[amd64, i386] "PC standard" 8250, 16450, and 16550-based serial ports (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[amd64, i386] "PC standard" 8250, 16450, and 16550-based serial ports (man:sio[4] driver) -The http://www.FreeBSD.org/cgi/man.cgi?query=uart&sektion=4&manpath=freebsd-release-ports[uart(4)] driver supports the following classes of UARTs: +The man:uart[4] driver supports the following classes of UARTs: * NS8250: standard hardware based on the 8250, 16450, 16550, 16650, 16750 or the 16950 UARTs. * SCC: serial communications controllers supported by the scc(4) device driver. -The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4&manpath=freebsd-release-ports[scc(4)] driver supports the following classes of SCCs: +The man:scc[4] driver supports the following classes of SCCs: * SAB82532: Siemens SAB 82532 based serial communications controllers. * Z8530: Zilog 8530 based serial communications controllers. @@ -2763,15 +2761,15 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4&manpath=freebsd-relea * Boca BB1008 8-Port serial card (Modems _not_ supported) * Boca BB2016 16-Port serial card (Modems supported) -[i386] Comtrol Rocketport card (http://www.FreeBSD.org/cgi/man.cgi?query=rp&sektion=4&manpath=freebsd-release-ports[rp(4)] driver) +[i386] Comtrol Rocketport card (man:rp[4] driver) -[i386] Cyclades Cyclom-Y serial board (http://www.FreeBSD.org/cgi/man.cgi?query=cy&sektion=4&manpath=freebsd-release-ports[cy(4)] driver) +[i386] Cyclades Cyclom-Y serial board (man:cy[4] driver) [i386] STB 4 port card using shared IRQ [i386] DigiBoard intelligent serial cards (digi driver) -[amd64, i386] PCI-Based multi-port serial boards (http://www.FreeBSD.org/cgi/man.cgi?query=puc&sektion=4&manpath=freebsd-release-ports[puc(4)] driver) +[amd64, i386] PCI-Based multi-port serial boards (man:puc[4] driver) * [amd64, i386] Actiontech 56K PCI * [amd64, i386] Avlab Technology, PCI IO 2S and PCI IO 4S @@ -2796,90 +2794,84 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4&manpath=freebsd-relea * [amd64, i386] US Robotics (3Com) 3CP5609 modem * [amd64, i386] VScom PCI-400 and PCI-800 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=rc&sektion=4&manpath=freebsd-release-ports[rc(4)] driver provides support for the SDL Communications RISCom/8 boards. +[i386] The man:rc[4] driver provides support for the SDL Communications RISCom/8 boards. -[i386, amd64] Specialix SI/XIO/SX multiport serial cards, with both the older SIHOST2.x and the "enhanced" (transputer based, aka JET) host cards (ISA, EISA and PCI) are supported. Note that the newer SX+ PCI cards are not currently supported. (http://www.FreeBSD.org/cgi/man.cgi?query=si&sektion=4&manpath=freebsd-release-ports[si(4)] driver) +[i386, amd64] Specialix SI/XIO/SX multiport serial cards, with both the older SIHOST2.x and the "enhanced" (transputer based, aka JET) host cards (ISA, EISA and PCI) are supported. Note that the newer SX+ PCI cards are not currently supported. (man:si[4] driver) -[pc98] Internel serial interfaces (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] Internel serial interfaces (man:sio[4] driver) * PC-9801 on-board * PC-9821 2'nd CCU (flags 0x12000000) -[pc98] NEC PC-9861K, PC-9801-101 and Midori-Denshi MDC-926Rs (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] NEC PC-9861K, PC-9801-101 and Midori-Denshi MDC-926Rs (man:sio[4] driver) * COM2 (flags 0x01000000) * COM3 (flags 0x02000000) -[pc98] NEC PC-9801-120 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] NEC PC-9801-120 (man:sio[4] driver) -[.note] *Note*: + "flags 0x11000000" is necessary in kernel configuration. -[pc98] Microcore MC-16550, MC-16550II, MC-RS98 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] Microcore MC-16550, MC-16550II, MC-RS98 (man:sio[4] driver) -[.note] *Note*: + "flags 0x14000?01" is necessary in kernel configuration. -[pc98] Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 (man:sio[4] driver) -[.note] *Note*: + "flags 0x15000?01" is necessary in kernel configuration. -[pc98] Media Intelligent RSB-384 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] Media Intelligent RSB-384 (man:sio[4] driver) -[.note] *Note*: + "flags 0x16000001" is necessary in kernel configuration. -[pc98] I-O DATA RSA-98III (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] I-O DATA RSA-98III (man:sio[4] driver) -[.note] *Note*: + "flags 0x18000?01" is necessary in kernel configuration. -[pc98] Hayes ESP98 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] Hayes ESP98 (man:sio[4] driver) -[.note] *Note*: + "options COM_ESP" and "flags 0x19000000" are necessary in kernel configuration. [[sound]] == Sound Devices -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ad1816&sektion=4&manpath=freebsd-release-ports[snd_ad1816(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_ad1816[4] driver supports the following sound cards: * Analog Devices AD1816 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_als4000&sektion=4&manpath=freebsd-release-ports[snd_als4000(4)] driver supports the following sound cards: +[i386] The man:snd_als4000[4] driver supports the following sound cards: * Avance Logic ALS4000 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_atiixp&sektion=4&manpath=freebsd-release-ports[snd_atiixp(4)] driver supports the following audio chipsets: +[i386,amd64] The man:snd_atiixp[4] driver supports the following audio chipsets: * ATI IXP 200 * ATI IXP 300 * ATI IXP 400 -[sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_audiocs&sektion=4&manpath=freebsd-release-ports[snd_audiocs(4)] driver supports the following audio devices: +[sparc64] The man:snd_audiocs[4] driver supports the following audio devices: * CS4231 on SBus based UltraSPARC * CS4231 on PCI/EBus based UltraSPARC -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_cmi&sektion=4&manpath=freebsd-release-ports[snd_cmi(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_cmi[4] driver supports the following sound cards: * CMedia CMI8338A * CMedia CMI8338B * CMedia CMI8738 * CMedia CMI8738B -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_cs4281&sektion=4&manpath=freebsd-release-ports[snd_cs4281(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_cs4281[4] driver supports the following sound cards: * Crystal Semiconductor CS4281 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_csa&sektion=4&manpath=freebsd-release-ports[snd_csa(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_csa[4] driver supports the following sound cards: * Crystal Semiconductor CS4280 * Crystal Semiconductor CS4610 @@ -2893,35 +2885,35 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4&manpath=freebsd-relea * Hercules Game Theatre XP * Turtle Beach Santa Cruz -Some onboard CS4610 chips are accompanied by the CS423x ISA codec instead of the CS4297 AC97 codec. Such configurations are not supported by the http://www.FreeBSD.org/cgi/man.cgi?query=snd_csa&sektion=4&manpath=freebsd-release-ports[snd_csa(4)] driver yet. +Some onboard CS4610 chips are accompanied by the CS423x ISA codec instead of the CS4297 AC97 codec. Such configurations are not supported by the man:snd_csa[4] driver yet. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ds1&sektion=4&manpath=freebsd-release-ports[snd_ds1(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_ds1[4] driver supports the following sound cards: * Yamaha DS-1 * Yamaha DS-1E -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10k1&sektion=4&manpath=freebsd-release-ports[snd_emu10k1(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_emu10k1[4] driver supports the following sound cards: * Creative SoundBlaster Live! (EMU10K1 Chipset) * Creative SoundBlaster Audigy (EMU10K2 Chipset) * Creative SoundBlaster Audigy 2 (EMU10K2 Chipset) * Creative SoundBlaster Audigy 2 (EMU10K3 Chipset) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&%0Asektion=4&manpath=freebsd-release-ports[snd_emu10kx(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_emu10kx[4] driver supports the following sound cards: * Creative Sound Blaster Live! (EMU10K1 Chipset). Both PCM and MIDI interfaces are available. * Creative Sound Blaster Audigy (CA0100 and CA0101 Chipset). PCM and two MIDI interfaces available. * Creative Sound Blaster Audigy 2 and Creative Sound Blaster Audigy 4 (CA0102 Chipset). PCM support is limited to 48kHz/16 bit stereo (192kHz/24 bit part of this chipset is not supported). * Creative Sound Blaster Audigy 2 Value (CA0108 Chipset). PCM support is limited to 48kHz/16 bit stereo (192kHz/24 bit part of this chipset is not supported). There is no MIDI support for this card. -The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4&manpath=freebsd-release-ports[snd_emu10kx(4)] driver does _not_ support the following sound cards (although they have names similar to some supported ones): +The man:snd_emu10kx[4] driver does _not_ support the following sound cards (although they have names similar to some supported ones): * Creative Sound Blaster Live! 24-Bit, identified by FreeBSD as * Creative Sound Blaster Audigy LS / ES, identified by FreeBSD as * All other Creative sound cards with -DAT chipsets. * All Creative X-Fi series sound cards. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_envy24&sektion=4&manpath=freebsd-release-ports[snd_envy24(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_envy24[4] driver supports the following audio devices: * M-Audio Audiophile 2496 * M-Audio Delta Dio 2496 @@ -2929,7 +2921,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4&manpath=freeb Only analog playback is supported. Recording and other features of these cards are not supported. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_envy24ht&sektion=4&manpath=freebsd-release-ports[snd_envy24ht(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_envy24ht[4] driver supports the following audio devices: * Audiotrak Prodigy 7.1 * Audiotrak Prodigy 7.1 LT @@ -2947,7 +2939,7 @@ Only analog playback is supported. Recording and other features of these cards a Only analog playback is supported. Recording and other features of these cards are not supported. -[i386,sparc64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_es137x&sektion=4&manpath=freebsd-release-ports[snd_es137x(4)] driver supports the following sound cards: +[i386,sparc64,amd64] The man:snd_es137x[4] driver supports the following sound cards: * Creative CT5880-A * Creative CT5880-C @@ -2961,29 +2953,29 @@ Only analog playback is supported. Recording and other features of these cards a * Ensoniq AudioPCI ES1373-B * Ensoniq AudioPCI ES1373-8 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ess&sektion=4&manpath=freebsd-release-ports[snd_ess(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_ess[4] driver supports the following sound cards: * Ensoniq ESS ISA PnP/non-PnP -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_fm801&sektion=4&manpath=freebsd-release-ports[snd_fm801(4)] driver supports audio devices based on the following chipset: +[i386,amd64] The man:snd_fm801[4] driver supports audio devices based on the following chipset: * Forte Media FM801 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?%0Aquery=snd_gusc&sektion=4&manpath=freebsd-release-ports[snd_gusc(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_gusc[4] driver supports the following sound cards: * Gravis UltraSound MAX * Gravis UltraSound PnP -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=freebsd-release-ports[snd_hda(4)] driver supports controllers having PCI class 4 (multimedia) and subclass 3 (HDA), compatible with Intel HDA specification. +[i386,amd64] The man:snd_hda[4] driver supports controllers having PCI class 4 (multimedia) and subclass 3 (HDA), compatible with Intel HDA specification. -The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=freebsd-release-ports[snd_hda(4)] driver supports more than two hundred different controllers and CODECs. There is no sense to list all of them here, as in most cases specific CODEC configuration and wiring are more important then type of the CODEC itself. +The man:snd_hda[4] driver supports more than two hundred different controllers and CODECs. There is no sense to list all of them here, as in most cases specific CODEC configuration and wiring are more important then type of the CODEC itself. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hdspe&sektion=4&manpath=freebsd-release-ports[snd_hdspe(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_hdspe[4] driver supports the following audio devices: * RME HDSPe AIO * RME HDSPe RayDAT -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ich&sektion=4&manpath=freebsd-release-ports[snd_ich(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_ich[4] driver supports the following audio devices: * AMD 768 * AMD 8111 @@ -3004,18 +2996,18 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=freebsd-r * NVIDIA nForce4 * SiS 7012 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_maestro&sektion=4&manpath=freebsd-release-ports[snd_maestro(4)] driver supports the following PCI sound cards: +[i386,amd64] The man:snd_maestro[4] driver supports the following PCI sound cards: * ESS Technology Maestro-1 * ESS Technology Maestro-2 * ESS Technology Maestro-2E -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_maestro3&sektion=4&manpath=freebsd-release-ports[snd_maestro3(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_maestro3[4] driver supports the following audio devices: * ESS Technology Allegro-1 * ESS Technology Maestro3 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_mss&sektion=4&manpath=freebsd-release-ports[snd_mss(4)] driver supports the following audio devices: +[i386] The man:snd_mss[4] driver supports the following audio devices: * AD1845 * AD1848 @@ -3037,12 +3029,12 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=freebsd-r * Yamaha OPL-SA2 * Yamaha OPL-SA3 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_neomagic&sektion=4&manpath=freebsd-release-ports[snd_neomagic(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_neomagic[4] driver supports the following audio devices: * NeoMagic 256AV * NeoMagic 256ZX -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_sbc&sektion=4&manpath=freebsd-release-ports[snd_sbc(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_sbc[4] driver supports the following sound cards: * Avance Asound 110 * Avance Logic ALS100+ @@ -3061,14 +3053,14 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=freebsd-r * ESS ES1879 * ESS ES1888 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_solo&sektion=4&manpath=freebsd-release-ports[snd_solo(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_solo[4] driver supports the following sound cards: * ESS Solo-1 (ES1938 Chipset) * ESS Solo-1E (ES1946 Chipset) Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) and/or snd_sbc(4). -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_spicds&sektion=4&manpath=freebsd-release-ports[snd_spicds(4)] driver supports the following codecs: +[i386,amd64] The man:snd_spicds[4] driver supports the following codecs: * AK4358 * AK4381 @@ -3077,14 +3069,14 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * AK4528 * WM8770 -[i386,amd64,sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_t4dwave&sektion=4&manpath=freebsd-release-ports[snd_t4dwave(4)] driver supports the following audio devices: +[i386,amd64,sparc64] The man:snd_t4dwave[4] driver supports the following audio devices: * Acer Labs M5451 * SIS 7018 * Trident 4DWave DX * Trident 4DWave NX -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_via8233&sektion=4&manpath=freebsd-release-ports[snd_via8233(4)] driver supports the following audio chipsets: +[i386,amd64] The man:snd_via8233[4] driver supports the following audio chipsets: * VIA VT8233 * VIA VT8233A @@ -3093,11 +3085,11 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * VIA VT8237 * VIA VT8251 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_via82c686&sektion=4&manpath=freebsd-release-ports[snd_via82c686(4)] driver supports audio devices based on the following chipset: +[i386,amd64] The man:snd_via82c686[4] driver supports audio devices based on the following chipset: * VIA 82C686A -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_vibes&sektion=4&manpath=freebsd-release-ports[snd_vibes(4)] driver supports audio devices based on the following chipset: +[i386,amd64] The man:snd_vibes[4] driver supports audio devices based on the following chipset: * S3 SonicVibes @@ -3108,9 +3100,9 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a [pc98] NEC X-MATE, CanBe, ValueStar internal (mss driver) -[pc98] Creative Technologies SoundBlaster(98) (http://www.FreeBSD.org/cgi/man.cgi?query=sb&sektion=4&manpath=freebsd-release-ports[sb(4)] driver) +[pc98] Creative Technologies SoundBlaster(98) (man:sb[4] driver) -[pc98] I-O DATA CD-BOX (http://www.FreeBSD.org/cgi/man.cgi?query=sb&sektion=4&manpath=freebsd-release-ports[sb(4)] driver) +[pc98] I-O DATA CD-BOX (man:sb[4] driver) [pc98] MPU-401 and compatible interfaces (mpu driver) @@ -3119,7 +3111,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a [[camera]] == Camera and Video Capture Devices -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=bktr&sektion=4&manpath=freebsd-release-ports[bktr(4)] driver supports video capture cards based on the Brooktree Bt848/849/878/879 chips, as well as Pinnacle PCTV cards, including: +[i386,pc98] The man:bktr[4] driver supports video capture cards based on the Brooktree Bt848/849/878/879 chips, as well as Pinnacle PCTV cards, including: * AOpen VA1000 * AVerMedia AVerTV Studio @@ -3151,15 +3143,13 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a [amd64, i386, pc98] A range of USB peripherals are supported; devices known to work are listed in this section. Owing to the generic nature of most USB devices, with some exceptions any device of a given class will be supported, even if not explicitly listed here. -[.note] *Note*: + -[amd64, i386, pc98] USB Ethernet adapters can be found in the section listing link:#ethernet[Ethernet interfaces]. +[amd64, i386, pc98] USB Ethernet adapters can be found in the section listing <>. -[.note] *Note*: + -[amd64, i386, pc98] USB Bluetooth adapters can be found in link:#bluetooth[Bluetooth] section. +[amd64, i386, pc98] USB Bluetooth adapters can be found in <> section. -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=ohci&sektion=4&manpath=freebsd-release-ports[ohci(4)] driver supports all OHCI v1.0 compliant controllers including: +[i386,pc98,amd64,powerpc] The man:ohci[4] driver supports all OHCI v1.0 compliant controllers including: * AcerLabs M5237 (Aladdin-V) * AMD-756 @@ -3170,33 +3160,33 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * NVIDIA nForce3 * Sun PCIO-2 (RIO USB) -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=uhci&sektion=4&manpath=freebsd-release-ports[uhci(4)] driver supports all UHCI v1.1 compliant controllers including: +[i386,pc98,amd64,powerpc] The man:uhci[4] driver supports all UHCI v1.1 compliant controllers including: * Intel 82371AB/EB (PIIX4) * Intel 82371SB (PIIX3) * VIA 83C572 -[amd64, i386, pc98] USB 2.0 controllers using the EHCI interface (http://www.FreeBSD.org/cgi/man.cgi?query=ehci&sektion=4&manpath=freebsd-release-ports[ehci(4)] driver) +[amd64, i386, pc98] USB 2.0 controllers using the EHCI interface (man:ehci[4] driver) [amd64, i386, pc98] Hubs -[amd64, i386, pc98] Keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=ukbd&sektion=4&manpath=freebsd-release-ports[ukbd(4)] driver) +[amd64, i386, pc98] Keyboards (man:ukbd[4] driver) [amd64, i386, pc98] Miscellaneous * Assist Computer Systems PC Camera C-M1 * ActiveWire I/O Board * Creative Technology Video Blaster WebCam Plus -* D-Link DSB-R100 USB Radio (http://www.FreeBSD.org/cgi/man.cgi?query=ufm&sektion=4&manpath=freebsd-release-ports[ufm(4)] driver) +* D-Link DSB-R100 USB Radio (man:ufm[4] driver) * Mirunet AlphaCam Plus -[i386,pc98,amd64,powerpc] The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=urio&sektion=4&manpath=freebsd-release-ports[urio(4)] driver: +[i386,pc98,amd64,powerpc] The following devices are supported by the man:urio[4] driver: * Diamond MultiMedia Rio 500 * Diamond MultiMedia Rio 600 * Diamond MultiMedia Rio 800 -[i386,pc98,amd64] Devices supported by the http://www.FreeBSD.org/cgi/man.cgi?query=umodem&sektion=4&manpath=freebsd-release-ports[umodem(4)] driver include: +[i386,pc98,amd64] Devices supported by the man:umodem[4] driver include: * 3Com 5605 * Curitel PC5740 Wireless Modem @@ -3209,9 +3199,9 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * Sony Ericsson W810i phone * Sonim XP5300 Force -[amd64, i386, pc98] Mice (http://www.FreeBSD.org/cgi/man.cgi?query=ums&sektion=4&manpath=freebsd-release-ports[ums(4)] driver) +[amd64, i386, pc98] Mice (man:ums[4] driver) -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=ulpt&sektion=4&manpath=freebsd-release-ports[ulpt(4)] driver provides support for USB printers and parallel printer conversion cables, including the following: +[i386,pc98,amd64,powerpc] The man:ulpt[4] driver provides support for USB printers and parallel printer conversion cables, including the following: * ATen parallel printer adapter * Belkin F5U002 parallel printer adapter @@ -3222,7 +3212,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * Oki Data MICROLINE ML660PS * Seiko Epson PM-900C, 880C, 820C, 730C -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ubsa&sektion=4&manpath=freebsd-release-ports[ubsa(4)] driver supports the following adapters: +[i386,pc98,amd64] The man:ubsa[4] driver supports the following adapters: * AnyData ADU-500A EV-DO modem * AnyData ADU-E100A (no EV-DO mode support) @@ -3232,9 +3222,9 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * GoHubs GoCOM232 * Peracom single port serial adapter -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ubser&sektion=4&manpath=freebsd-release-ports[ubser(4)] driver provides support for the BWCT console management serial adapters. +[i386,pc98,amd64] The man:ubser[4] driver provides support for the BWCT console management serial adapters. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=uftdi&sektion=4&manpath=freebsd-release-ports[uftdi(4)] driver supports the following adapters: +[i386,pc98,amd64] The man:uftdi[4] driver supports the following adapters: * B&B Electronics USB->RS422/485 adapter * Elexol USB MOD1 and USB MOD3 @@ -3244,7 +3234,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * Buffalo PC-OP-RS / Kurouto-shikou KURO-RS universal remote * Prologix GPIB-USB Controller -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=uplcom&sektion=4&manpath=freebsd-release-ports[uplcom(4)] driver supports the following devices and adapters: +[i386,pc98,amd64] The man:uplcom[4] driver supports the following devices and adapters: * ADLINK ND-6530 USB-Serial Adapter * Alcatel One Touch 535/735 Phone @@ -3303,7 +3293,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * YC-Cable USB-Serial Adapter * Zeagle N2iTion3 Diving Computer -The http://www.FreeBSD.org/cgi/man.cgi?query=umct&sektion=4&manpath=freebsd-release-ports[umct(4)] driver supports the following adapters: +The man:umct[4] driver supports the following adapters: Belkin F5U109 @@ -3315,7 +3305,7 @@ Magic Control Technology USB-232 Sitecom USB-232 -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=umass&sektion=4&manpath=freebsd-release-ports[umass(4)] driver supports USB Mass Storage devices, including: +[i386,pc98,amd64,powerpc] The man:umass[4] driver supports USB Mass Storage devices, including: * ADTEC Stick Drive AD-UST32M, 64M, 128M, 256M * Denno FireWire/USB2 Removable 2.5-inch HDD Case MIFU-25CB20 @@ -3369,9 +3359,9 @@ Among the supported digital cameras are: * Asahi Optical (PENTAX) Optio 230 & 330 -[amd64, i386, pc98] Audio Devices (http://www.FreeBSD.org/cgi/man.cgi?query=uaudio&sektion=4&manpath=freebsd-release-ports[uaudio(4)] driver) +[amd64, i386, pc98] Audio Devices (man:uaudio[4] driver) -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=uvisor&sektion=4&manpath=freebsd-release-ports[uvisor(4)] driver supports the following devices: +[i386,pc98,amd64] The man:uvisor[4] driver supports the following devices: * Aceeca Mez1000 RDA * Handspring Treo @@ -3398,7 +3388,7 @@ Among the supported digital cameras are: [[firewire]] == IEEE 1394 (Firewire) Devices -[i386,sparc64,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=fwohci&sektion=4&manpath=freebsd-release-ports[fwohci(4)] driver provides support for PCI/CardBus FireWire interface cards. The driver supports the following IEEE 1394 OHCI chipsets: +[i386,sparc64,amd64,powerpc] The man:fwohci[4] driver provides support for PCI/CardBus FireWire interface cards. The driver supports the following IEEE 1394 OHCI chipsets: * Adaptec AHA-894x/AIC-5800 * Apple Pangea @@ -3430,14 +3420,14 @@ Among the supported digital cameras are: * Texas Instruments TSB82AA2 * VIA Fire II (VT6306) -[amd64, i386, sparc64] Serial Bus Protocol 2 (SBP-2) storage devices (http://www.FreeBSD.org/cgi/man.cgi?query=sbp&sektion=4&manpath=freebsd-release-ports[sbp(4)] driver) +[amd64, i386, sparc64] Serial Bus Protocol 2 (SBP-2) storage devices (man:sbp[4] driver) [[bluetooth]] == Bluetooth Devices -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ng_bt3c&sektion=4&manpath=freebsd-release-ports[ng_bt3c(4)] driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter. +[i386,pc98,amd64] The man:ng_bt3c[4] driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ng_ubt&sektion=4&manpath=freebsd-release-ports[ng_ubt(4)] driver supports all Bluetooth USB devices that conform with the Bluetooth specification v1.1, including: +[i386,pc98,amd64] The man:ng_ubt[4] driver supports all Bluetooth USB devices that conform with the Bluetooth specification v1.1, including: * 3Com 3CREB96 * AIPTEK BR0R02 @@ -3450,7 +3440,7 @@ Among the supported digital cameras are: [[crypto-accel]] == Cryptographic Accelerators -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hifn&sektion=4&manpath=freebsd-release-ports[hifn(4)] driver supports various cards containing the Hifn 7751, 7951, 7811, 7955, and 7956 chipsets, such as: +[i386,pc98,amd64] The man:hifn[4] driver supports various cards containing the Hifn 7751, 7951, 7811, 7955, and 7956 chipsets, such as: * Invertex AEON * Hifn 7751 @@ -3460,12 +3450,12 @@ Among the supported digital cameras are: * Soekris Engineering vpn1201 and vpn1211 * Soekris Engineering vpn1401 and vpn1411 -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=safe&sektion=4&manpath=freebsd-release-ports[safe(4)] driver supports cards containing any of the following chips: +[i386,pc98,amd64] The man:safe[4] driver supports cards containing any of the following chips: * SafeNet 1141 * SafeNet 1741 -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ubsec&sektion=4&manpath=freebsd-release-ports[ubsec(4)] driver supports cards containing any of the following chips: +[i386,pc98,amd64] The man:ubsec[4] driver supports cards containing any of the following chips: * Bluesteel 5501 * Bluesteel 5601 @@ -3486,39 +3476,37 @@ Among the supported digital cameras are: * MELCO IGM-PCM56K/IGM-PCM56KH * Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD terminal) -[amd64, i386, pc98] Floppy drives (http://www.FreeBSD.org/cgi/man.cgi?query=fdc&sektion=4&manpath=freebsd-release-ports[fdc(4)] driver) +[amd64, i386, pc98] Floppy drives (man:fdc[4] driver) -[amd64, i386] VGA-compatible video cards (http://www.FreeBSD.org/cgi/man.cgi?query=vga&sektion=4&manpath=freebsd-release-ports[vga(4)] driver) +[amd64, i386] VGA-compatible video cards (man:vga[4] driver) -[.note] *Note*: + Information regarding specific video cards and compatibility with Xorg can be found at `http://www.x.org/`. [amd64, i386, pc98] Keyboards including: -* [i386] AT-style keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=atkbd&sektion=4&manpath=freebsd-release-ports[atkbd(4)] driver) -* [amd64, i386] PS/2 keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=atkbd&sektion=4&manpath=freebsd-release-ports[atkbd(4)] driver) +* [i386] AT-style keyboards (man:atkbd[4] driver) +* [amd64, i386] PS/2 keyboards (man:atkbd[4] driver) * [pc98] Standard keyboards -* [amd64, i386, pc98] USB keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=ukbd&sektion=4&manpath=freebsd-release-ports[ukbd(4)] driver) +* [amd64, i386, pc98] USB keyboards (man:ukbd[4] driver) [amd64, i386, pc98] Pointing devices including: -* [amd64, i386, pc98] Bus mice and compatible devices (http://www.FreeBSD.org/cgi/man.cgi?query=mse&sektion=4&manpath=freebsd-release-ports[mse(4)] driver) -* [amd64, i386] PS/2 mice and compatible devices, including many laptop pointing devices (http://www.FreeBSD.org/cgi/man.cgi?query=psm&sektion=4&manpath=freebsd-release-ports[psm(4)] driver) +* [amd64, i386, pc98] Bus mice and compatible devices (man:mse[4] driver) +* [amd64, i386] PS/2 mice and compatible devices, including many laptop pointing devices (man:psm[4] driver) * Serial mice and compatible devices -* [amd64, i386, pc98] USB mice (http://www.FreeBSD.org/cgi/man.cgi?query=ums&sektion=4&manpath=freebsd-release-ports[ums(4)] driver) +* [amd64, i386, pc98] USB mice (man:ums[4] driver) -[.note] *Note*: + -http://www.FreeBSD.org/cgi/man.cgi?query=moused&sektion=8&manpath=freebsd-release-ports[moused(8)] has more information on using pointing devices with FreeBSD. Information on using pointing devices with Xorg can be found at `http://www.x.org/`. +man:moused(8)] has more information on using pointing devices with FreeBSD. Information on using pointing devices with Xorg can be found at `http://www.x.org/`. -[amd64, i386] "PC standard" parallel ports (http://www.FreeBSD.org/cgi/man.cgi?query=ppc&sektion=4&manpath=freebsd-release-ports[ppc(4)] driver) +[amd64, i386] "PC standard" parallel ports (man:ppc[4] driver) -[pc98] "PC-9821 standard" parallel ports (http://www.FreeBSD.org/cgi/man.cgi?query=ppc&sektion=4&manpath=freebsd-release-ports[ppc(4)] driver) +[pc98] "PC-9821 standard" parallel ports (man:ppc[4] driver) -[i386, amd64] PC-compatible joysticks (http://www.FreeBSD.org/cgi/man.cgi?query=joy&sektion=4&manpath=freebsd-release-ports[joy(4)] driver) +[i386, amd64] PC-compatible joysticks (man:joy[4] driver) -[pc98] Joystick port of SoundBlaster(98) (http://www.FreeBSD.org/cgi/man.cgi?query=joy&sektion=4&manpath=freebsd-release-ports[joy(4)] driver) +[pc98] Joystick port of SoundBlaster(98) (man:joy[4] driver) [i386, pc98] PHS Data Communication Card/PCCARD diff --git a/website/content/en/releases/11.4R/hardware.adoc b/website/content/en/releases/11.4R/hardware.adoc index 58c7fa1141..9999207317 100644 --- a/website/content/en/releases/11.4R/hardware.adoc +++ b/website/content/en/releases/11.4R/hardware.adoc @@ -81,22 +81,22 @@ There is a wide variety of motherboards available for this architecture. Motherb Symmetric multi-processor (SMP) systems are generally supported by FreeBSD, although in some cases, BIOS or motherboard bugs may generate some problems. Perusal of the archives of the http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp[FreeBSD symmetric multiprocessing mailing list] may yield some clues. -FreeBSD will take advantage of SMT (Symmetric MultiThreading, also known as HyperThreading on Intel(R) CPUs) on the supported CPUs. The `GENERIC` kernel which is installed by default will automatically detect the additional logical processors. The default FreeBSD scheduler recognizes processor topology on the system and selects logical and physical processors to obtain optimal performance. The http://www.FreeBSD.org/cgi/man.cgi?query=smp&sektion=4&manpath=freebsd-release-ports[smp(4)] manual page has more details. +FreeBSD will take advantage of SMT (Symmetric MultiThreading, also known as HyperThreading on Intel(R) CPUs) on the supported CPUs. The `GENERIC` kernel which is installed by default will automatically detect the additional logical processors. The default FreeBSD scheduler recognizes processor topology on the system and selects logical and physical processors to obtain optimal performance. The man:smp[4] manual page has more details. -FreeBSD will take advantage of Physical Address Extensions (PAE) support on CPUs that support this feature. A kernel with the `PAE` feature enabled will detect memory above 4 gigabytes and allow it to be used by the system. This feature places constraints on the device drivers and other features of FreeBSD which may be used; consult the http://www.FreeBSD.org/cgi/man.cgi?query=pae&sektion=4&manpath=freebsd-release-ports[pae(4)] manual page for more details. +FreeBSD will take advantage of Physical Address Extensions (PAE) support on CPUs that support this feature. A kernel with the `PAE` feature enabled will detect memory above 4 gigabytes and allow it to be used by the system. This feature places constraints on the device drivers and other features of FreeBSD which may be used; consult the man:pae[4] manual page for more details. -FreeBSD will generally run on i386-based laptops, albeit with varying levels of support for certain hardware features such as sound, graphics, power management, and PCCARD expansion slots. These features tend to vary in idiosyncratic ways between machines, and frequently require special-case support in FreeBSD to work around hardware bugs or other oddities. +FreeBSD will generally run on i386-based laptops, albeit with varying levels of support for certain hardware features such as sound, graphics, power management, and PCCARD expansion slots. These features tend to vary in idiosyncratic ways between machines, and frequently require special-case support in FreeBSD to work around hardware bugs or other oddities. When in doubt, a search of the archives of the http://lists.FreeBSD.org/mailman/listinfo/freebsd-mobile[FreeBSD laptop computer mailing list] may be useful. -Most modern laptops (as well as many desktops) use the Advanced Configuration and Power Management (ACPI) standard. FreeBSD supports ACPI via the ACPI Component Architecture reference implementation from Intel(R), as described in the http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4&manpath=freebsd-release-ports[acpi(4)] manual page. The use of ACPI causes instabilities on some machines and it may be necessary to disable the ACPI driver, which is normally loaded via a kernel module. This may be accomplished by adding the following line to `/boot/device.hints`: +Most modern laptops (as well as many desktops) use the Advanced Configuration and Power Management (ACPI) standard. FreeBSD supports ACPI via the ACPI Component Architecture reference implementation from Intel(R), as described in the man:acpi[4] manual page. The use of ACPI causes instabilities on some machines and it may be necessary to disable the ACPI driver, which is normally loaded via a kernel module. This may be accomplished by adding the following line to `/boot/device.hints`: [.programlisting] ---- hint.acpi.0.disabled="1" ---- -Users debugging ACPI-related problems may find it useful to disable portions of the ACPI functionality. The http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4&manpath=freebsd-release-ports[acpi(4)] manual page has more information on how to do this via loader tunables. +Users debugging ACPI-related problems may find it useful to disable portions of the ACPI functionality. The man:acpi[4] manual page has more information on how to do this via loader tunables. -ACPI depends on a Differentiated System Descriptor Table (DSDT) provided by each machine's BIOS. Some machines have bad or incomplete DSDTs, which prevents ACPI from functioning correctly. Replacement DSDTs for some machines can be found at the http://acpi.sourceforge.net/dsdt/index.php[DSDT] section of the http://acpi.sourceforge.net/[ACPI4Linux] project Web site. FreeBSD can use these DSDTs to override the DSDT provided by the BIOS; see the http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4&manpath=freebsd-release-ports[acpi(4)] manual page for more information. +ACPI depends on a Differentiated System Descriptor Table (DSDT) provided by each machine's BIOS. Some machines have bad or incomplete DSDTs, which prevents ACPI from functioning correctly. Replacement DSDTs for some machines can be found at the http://acpi.sourceforge.net/dsdt/index.php[DSDT] section of the http://acpi.sourceforge.net/[ACPI4Linux] project Web site. FreeBSD can use these DSDTs to override the DSDT provided by the BIOS; see the man:acpi[4] manual page for more information. [[proc-pc98]] == 2.4. pc98 @@ -126,9 +126,9 @@ This section describes the systems currently known to be supported by FreeBSD on SMP is supported on all systems with more than 1 processor. -When using the `GENERIC` kernel, FreeBSD/sparc64 systems not equipped with a framebuffer supported by the http://www.FreeBSD.org/cgi/man.cgi?query=creator&sektion=4&manpath=freebsd-release-ports[creator(4)] (Sun Creator, Sun Creator3D and Sun Elite3D) or http://www.FreeBSD.org/cgi/man.cgi?query=machfb&sektion=4&manpath=freebsd-release-ports[machfb(4)] (Sun PGX and Sun PGX64 as well as the ATI Mach64 chips found onboard in for example Sun Blade(TM) 100, Sun Blade(TM) 150, Sun Ultra(TM) 5 and Sun Ultra(TM) 10) driver must use the serial console. +When using the `GENERIC` kernel, FreeBSD/sparc64 systems not equipped with a framebuffer supported by the man:creator[4] (Sun Creator, Sun Creator3D and Sun Elite3D) or man:machfb[4] (Sun PGX and Sun PGX64 as well as the ATI Mach64 chips found onboard in for example Sun Blade(TM) 100, Sun Blade(TM) 150, Sun Ultra(TM) 5 and Sun Ultra(TM) 10) driver must use the serial console. -If you have a system that is not listed here, it may not have been tested with FreeBSD 11.4-STABLE. We encourage you to try it and send a note to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64[FreeBSD SPARC porting mailing list] with your results, including which devices work and which do not. +If you have a system that is not listed here, it may not have been tested with FreeBSD 11.4-RELEASE. We encourage you to try it and send a note to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64[FreeBSD SPARC porting mailing list] with your results, including which devices work and which do not. The following systems are fully supported by FreeBSD: @@ -166,7 +166,7 @@ The following systems are fully supported by FreeBSD: * Sun Ultra(TM) 80 * Sun Ultra(TM) 450 -The following systems are partially supported by FreeBSD. In particular the fiber channel controllers in SBus-based systems are not supported. However, it is possible to use these with a SCSI controller supported by the http://www.FreeBSD.org/cgi/man.cgi?query=esp&sektion=4&manpath=freebsd-release-ports[esp(4)] driver (Sun ESP SCSI, Sun FAS Fast-SCSI and Sun FAS366 Fast-Wide SCSI controllers). +The following systems are partially supported by FreeBSD. In particular the fiber channel controllers in SBus-based systems are not supported. However, it is possible to use these with a SCSI controller supported by the man:esp[4] driver (Sun ESP SCSI, Sun FAS Fast-SCSI and Sun FAS366 Fast-Wide SCSI controllers). * Sun Enterprise(TM) 3500 * Sun Enterprise(TM) 4500 @@ -219,13 +219,13 @@ The device lists in this document are being generated automatically from FreeBSD [[disk]] == 3.1. Disk Controllers -[amd64, i386, pc98, sparc64] IDE/ATA controllers (http://www.FreeBSD.org/cgi/man.cgi?query=ata&sektion=4&manpath=freebsd-release-ports[ata(4)] driver) +[amd64, i386, pc98, sparc64] IDE/ATA controllers (man:ata[4] driver) [pc98] IDE/ATA controllers (wdc driver) * On-board IDE controller -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aac&sektion=4&manpath=freebsd-release-ports[aac(4)] driver include: +[i386,amd64] Controllers supported by the man:aac[4] driver include: * Adaptec AAC-364 * Adaptec RAID 2045 @@ -312,7 +312,7 @@ The device lists in this document are being generated automatically from FreeBSD * AOC-USAS-S8i-LP * AOC-USAS-S8iR-LP -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=adv&sektion=4&manpath=freebsd-release-ports[adv(4)] driver supports the following SCSI controllers: +[i386,pc98,amd64] The man:adv[4] driver supports the following SCSI controllers: * AdvanSys ABP510/5150 * AdvanSys ABP5140 @@ -342,7 +342,7 @@ The device lists in this document are being generated automatically from FreeBSD * RATOC REX-PCI30 (PC-98) * @Nifty FNECHARD IFC-USUP-TX (PC-98) -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=adw&sektion=4&manpath=freebsd-release-ports[adw(4)] driver supports SCSI controllers including: +[i386,pc98,amd64] The man:adw[4] driver supports SCSI controllers including: * AdvanSys ABP940UW/ABP3940UW * AdvanSys ABP950UW @@ -350,7 +350,7 @@ The device lists in this document are being generated automatically from FreeBSD * AdvanSys ABP3940U2W * AdvanSys ABP3950U2W -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=aha&sektion=4&manpath=freebsd-release-ports[aha(4)] driver supports the following SCSI host adapters: +[i386] The man:aha[4] driver supports the following SCSI host adapters: * Adaptec AHA-154xB * Adaptec AHA-154xC @@ -361,14 +361,14 @@ The device lists in this document are being generated automatically from FreeBSD * DTC 3290 SCSI controller in 1542 emulation mode * Tekram SCSI controllers in 154x emulation mode -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=ahb&sektion=4&manpath=freebsd-release-ports[ahb(4)] driver supports the following SCSI host adapters: +[i386] The man:ahb[4] driver supports the following SCSI host adapters: * Adaptec AHA-1740 * Adaptec AHA-1742 * Adaptec AHA-1740A * Adaptec AHA-1742A -The http://www.FreeBSD.org/cgi/man.cgi?query=ahc&sektion=4&manpath=freebsd-release-ports[ahc(4)] driver supports the following SCSI host adapter chips and SCSI controller cards: +The man:ahc[4] driver supports the following SCSI host adapter chips and SCSI controller cards: * Adaptec AIC7770 host adapter chip * Adaptec AIC7850 host adapter chip @@ -422,11 +422,11 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=ahc&sektion=4&manpath=freebsd-relea * NEC SV-98/2-B03 (PC-98) * Many motherboards with on-board SCSI support -The http://www.FreeBSD.org/cgi/man.cgi?query=ahci&sektion=4&manpath=freebsd-release-ports[ahci(4)] driver supports AHCI compatible controllers having PCI class 1 (mass storage), subclass 6 (SATA) and programming interface 1 (AHCI). +The man:ahci[4] driver supports AHCI compatible controllers having PCI class 1 (mass storage), subclass 6 (SATA) and programming interface 1 (AHCI). Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it supports AHCI part of legacy-PATA + AHCI-SATA combined controllers, such as JMicron JMB36x and Marvell 88SE61xx. -[i386,sparc64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ahd&sektion=4&manpath=freebsd-release-ports[ahd(4)] driver supports the following: +[i386,sparc64,amd64] The man:ahd[4] driver supports the following: * Adaptec AIC7901 host adapter chip * Adaptec AIC7901A host adapter chip @@ -435,7 +435,7 @@ Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it suppor * Adaptec 39320 host adapter * Many motherboards with on-board SCSI support -[i386,pc98,amd64] The adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aic&sektion=4&manpath=freebsd-release-ports[aic(4)] driver include: +[i386,pc98,amd64] The adapters supported by the man:aic[4] driver include: * Adaptec AHA-1505 (ISA) * Adaptec AHA-1510A, AHA-1510B (ISA) @@ -447,7 +447,7 @@ Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it suppor * Adaptec AHA-1030B, AHA-1030P (PC98) * NEC PC-9801-100 (PC98) -Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektion=4&manpath=freebsd-release-ports[amr(4)] driver include: +Controllers supported by the man:amr[4] driver include: * MegaRAID SATA 150-4 * MegaRAID SATA 150-6 @@ -496,7 +496,7 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektio * Intel RAID Controller SRCS16 * Intel RAID Controller SRCU42X -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=arcmsr&sektion=4&manpath=freebsd-release-ports[arcmsr(4)] driver supports the following cards: +[i386,amd64] The man:arcmsr[4] driver supports the following cards: * ARC-1110 * ARC-1120 @@ -540,7 +540,7 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektio * ARC-1883 * ARC-1884 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bt&sektion=4&manpath=freebsd-release-ports[bt(4)] driver supports the following BusLogic MultiMaster "W", "C", "S", and "A" series and compatible SCSI host adapters: +[i386,amd64] The man:bt[4] driver supports the following BusLogic MultiMaster "W", "C", "S", and "A" series and compatible SCSI host adapters: * BusLogic BT-445C * BusLogic BT-445S @@ -568,9 +568,9 @@ Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektio * BusLogic BT-958D * Storage Dimensions SDC3211B / SDC3211F -AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also supported by the http://www.FreeBSD.org/cgi/man.cgi?query=bt&sektion=4&manpath=freebsd-release-ports[bt(4)] driver. +AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also supported by the man:bt[4] driver. -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ciss&sektion=4&manpath=freebsd-release-ports[ciss(4)] driver include: +[i386,amd64] Controllers supported by the man:ciss[4] driver include: * Compaq Smart Array 5300 (simple mode only) * Compaq Smart Array 532 @@ -610,7 +610,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * HP Modular Smart Array 20 (MSA20) * HP Modular Smart Array 500 (MSA500) -[pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=ct&sektion=4&manpath=freebsd-release-ports[ct(4)] driver supports the following adapters: +[pc98] The man:ct[4] driver supports the following adapters: * ELECOM bus-master SCSI adapters * I-O DATA SC-98II @@ -621,7 +621,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * SMIT transfer type SCSI host adapters * TEXA HA-55BS2 and its later models -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=dpt&sektion=4&manpath=freebsd-release-ports[dpt(4)] driver provides support for the following RAID adapters: +[i386,amd64] The man:dpt[4] driver provides support for the following RAID adapters: * DPT Smart Cache Plus * Smart Cache II (PM2?2?, PM2022 [EISA], PM2024/PM2124 [PCI]) (Gen2) @@ -631,11 +631,10 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * Smart Cache IV (PM2?4?, PM2042 [EISA], PM2044/PM2144 [PCI]) (Gen4) * Smart RAID IV -[.note] *Note*: + [amd64, i386] Booting from these controllers is supported. EISA adapters are not supported. -[sparc64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=esp&sektion=4&manpath=freebsd-release-ports[esp(4)] driver include: +[sparc64] Controllers supported by the man:esp[4] driver include: * MELCO IFC-DP (PC-98) * Sun ESP family @@ -643,7 +642,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * Tekram DC390 * Tekram DC390T -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hpt27xx&sektion=4&manpath=freebsd-release-ports[hpt27xx(4)] driver supports the following SAS controllers: +[i386,amd64] The man:hpt27xx[4] driver supports the following SAS controllers: * HighPoint's RocketRAID 271x series * HighPoint's RocketRAID 272x series @@ -651,7 +650,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * HighPoint's RocketRAID 276x series * HighPoint's RocketRAID 278x series -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-release-ports[hptiop(4)] driver supports the following SAS and SATA RAID controllers: +[i386,amd64] The man:hptiop[4] driver supports the following SAS and SATA RAID controllers: * HighPoint RocketRAID 4522 * HighPoint RocketRAID 4521 @@ -665,7 +664,7 @@ AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also su * HighPoint RocketRAID 3622 * HighPoint RocketRAID 3620 -The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-release-ports[hptiop(4)] driver also supports the following SAS and SATA RAID controllers that are already End-of-Life: +The man:hptiop[4] driver also supports the following SAS and SATA RAID controllers that are already End-of-Life: * HighPoint RocketRAID 4211 * HighPoint RocketRAID 4210 @@ -684,11 +683,11 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-re * HighPoint RocketRAID 3120 * HighPoint RocketRAID 3020 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hptmv&sektion=4&manpath=freebsd-release-ports[hptmv(4)] driver supports the following ATA RAID controllers: +[i386,amd64] The man:hptmv[4] driver supports the following ATA RAID controllers: * HighPoint's RocketRAID 182x series -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hptrr&sektion=4&manpath=freebsd-release-ports[hptrr(4)] driver supports the following RAID controllers: +[i386,amd64] The man:hptrr[4] driver supports the following RAID controllers: * RocketRAID 172x series * RocketRAID 174x series @@ -701,7 +700,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-re * RocketRAID 2340 * RocketRAID 2522 -[i386] The following controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ida&sektion=4&%0Amanpath=freebsd-release-ports[ida(4)] driver: +[i386] The following controllers are supported by the man:ida[4] driver: * Compaq SMART Array 221 * Compaq Integrated SMART Array Controller @@ -715,7 +714,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-re * Compaq SMART-2/E Controller * Compaq SMART Controller -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=iir&sektion=4&manpath=freebsd-release-ports[iir(4)] driver include: +[i386,amd64] Controllers supported by the man:iir[4] driver include: * Intel RAID Controller SRCMR * Intel Server RAID Controller U3-l (SRCU31a) @@ -729,7 +728,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=freebsd-re The SRCU31 and SRCU31L can be updated via a firmware update available from Intel. -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ips&sektion=4&manpath=freebsd-release-ports[ips(4)] driver include: +[i386,amd64] Controllers supported by the man:ips[4] driver include: * IBM ServeRAID 3H * ServeRAID 4L/4M/4H @@ -739,9 +738,9 @@ The SRCU31 and SRCU31L can be updated via a firmware update available from Intel Newer ServeRAID controllers are supported by the aac(4) or mfi(4) driver. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=isci&sektion=4&manpath=freebsd-release-ports[isci(4)] driver provides support for Intel C600 SAS controllers. +[i386,amd64] The man:isci[4] driver provides support for Intel C600 SAS controllers. -Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4&manpath=freebsd-release-ports[isp(4)] driver include: +Cards supported by the man:isp[4] driver include: * Qlogic 1000 * Qlogic 1020 @@ -765,7 +764,7 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4&ma * Qlogic 2690/2692/2694 (aka 2684/2692) * Qlogic 2740/2742/2764 (aka 2722/2714) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=mfi&sektion=4&manpath=freebsd-release-ports[mfi(4)] driver supports the following hardware: +[i386,amd64] The man:mfi[4] driver supports the following hardware: * LSI MegaRAID SAS 1078 * LSI MegaRAID SAS 8408E @@ -782,7 +781,7 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4&ma * Intel RAID Controller SRCSAS18E * Intel RAID Controller SROMBSAS18E -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mlx&sektion=4&manpath=freebsd-release-ports[mlx(4)] driver include: +[i386,amd64] Controllers supported by the man:mlx[4] driver include: * Mylex DAC960P * Mylex DAC960PD / DEC KZPSC (Fast Wide) @@ -800,11 +799,10 @@ All major firmware revisions (2.x, 3.x, 4.x and 5.x) are supported, however it i Compatible Mylex controllers not listed should work, but have not been verified. -[.note] *Note*: + [amd64, i386] Booting from these controllers is supported. EISA adapters are not supported. -[i386,amd64] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mly&sektion=4&manpath=freebsd-release-ports[mly(4)] driver include: +[i386,amd64] Controllers supported by the man:mly[4] driver include: * Mylex AcceleRAID 160 * Mylex AcceleRAID 170 @@ -814,7 +812,7 @@ Compatible Mylex controllers not listed should work, but have not been verified. Compatible Mylex controllers not listed should work, but have not been verified. -These controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mpr&sektion=4&manpath=freebsd-release-ports[mpr(4)] driver: +These controllers are supported by the man:mpr[4] driver: * Broadcom Ltd./Avago Tech (LSI) SAS 3004 (4 Port SAS) * Broadcom Ltd./Avago Tech (LSI) SAS 3008 (8 Port SAS) @@ -831,7 +829,7 @@ These controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query= * Broadcom Ltd./Avago Tech (LSI) SAS 3708 (8 Port SAS/PCIe) * Broadcom Ltd./Avago Tech (LSI) SAS 3716 (16 Port SAS/PCIe) -These controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mps&sektion=4&manpath=freebsd-release-ports[mps(4)] driver: +These controllers are supported by the man:mps[4] driver: * Broadcom Ltd./Avago Tech (LSI) SAS 2004 (4 Port SAS) * Broadcom Ltd./Avago Tech (LSI) SAS 2008 (8 Port SAS) @@ -845,7 +843,7 @@ These controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query= * Intel Integrated RAID Module RMS25KB040 * Intel Integrated RAID Module RMS25KB080 -The following controllers are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mpt&sektion=4&manpath=freebsd-release-ports[mpt(4)] driver: +The following controllers are supported by the man:mpt[4] driver: * LSI Logic 53c1030, LSI Logic LSI2x320-X (Single and Dual Ultra320 SCSI) * LSI Logic AS1064, LSI Logic AS1068 @@ -856,7 +854,7 @@ The following controllers are supported by the http://www.FreeBSD.org/cgi/man.cg * LSI Logic FC949X (Dual 4Gb/s Fibre Channel) * LSI Logic FC949E, LSI Logic FC949ES (Dual 4Gb/s Fibre Channel PCI-Express) -The Ultra 320 SCSI controller chips supported by the http://www.FreeBSD.org/cgi/man.cgi?query=mpt&sektion=4&manpath=freebsd-release-ports[mpt(4)] driver can be found onboard on many systems including: +The Ultra 320 SCSI controller chips supported by the man:mpt[4] driver can be found onboard on many systems including: * Dell PowerEdge 1750 thru 2850 * IBM eServer xSeries 335 @@ -869,7 +867,7 @@ The Fibre Channel controller chipset are supported by a broad variety of speeds This driver also supports target mode for Fibre Channel cards. This support may be enabled by setting the desired role of the core via the LSI Logic firmware utility that establishes what roles the card can take on - no separate compilation is required. -The http://www.FreeBSD.org/cgi/man.cgi?query=mrsas&sektion=4&manpath=freebsd-release-ports[mrsas(4)] driver supports the following hardware: +The man:mrsas[4] driver supports the following hardware: [ Thunderbolt 6Gb/s MR controller ] @@ -893,7 +891,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=mrsas&sektion=4&manpath=freebsd-rel * DELL PERC H730/P * DELL PERC H330 -The http://www.FreeBSD.org/cgi/man.cgi?query=mvs&sektion=4&manpath=freebsd-release-ports[mvs(4)] driver supports the following controllers: +The man:mvs[4] driver supports the following controllers: Gen-I (SATA 1.5Gbps): @@ -919,7 +917,7 @@ Gen-IIe (SATA 3Gbps, NCQ, PMP with FBS): Note, that this hardware supports command queueing and FIS-based switching only for ATA DMA commands. ATAPI and non-DMA ATA commands executed one by one for each port. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ncr&sektion=4&manpath=freebsd-release-ports[ncr(4)] driver provides support for the following NCR/Symbios SCSI controller chips: +[i386,pc98,amd64] The man:ncr[4] driver provides support for the following NCR/Symbios SCSI controller chips: * 53C810 * 53C810A @@ -940,7 +938,7 @@ The following add-on boards are known to be supported: * I-O DATA SC-98/PCI (PC-98) * I-O DATA SC-PCI (PC-98) -[i386,pc98] The following devices are currently supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ncv&sektion=4&manpath=freebsd-release-ports[ncv(4)] driver: +[i386,pc98] The following devices are currently supported by the man:ncv[4] driver: * I-O DATA PCSC-DV * KME KXLC002 (TAXAN ICD-400PN, etc.), KXLC004, and UJDCD450 @@ -951,12 +949,12 @@ The following add-on boards are known to be supported: * Qlogic Fast SCSI * RATOC REX-9530, REX-5572 (SCSI only) -[i386,pc98] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=nsp&sektion=4&manpath=freebsd-release-ports[nsp(4)] driver include: +[i386,pc98] Controllers supported by the man:nsp[4] driver include: * Alpha-Data AD-PCS201 * I-O DATA CBSC16 -The http://www.%0AFreeBSD.org/cgi/man.cgi?query=pms&sektion=4&manpath=freebsd-release-ports[pms(4)] driver supports the following hardware: +The man:pms[4] driver supports the following hardware: * Tachyon TS Fibre Channel Card * Tachyon TL Fibre Channel Card @@ -989,16 +987,16 @@ The http://www.%0AFreeBSD.org/cgi/man.cgi?query=pms&sektion=4&manpath=freebsd-re * Adaptec Delray 16 Port SAS-SATA HBA Card 12Gig * Adaptec Delray 16 Port SAS-SATA HBA Encryption Card 12Gig -[i386] The %0Ahttp://www.FreeBSD.org/cgi/man.cgi?query=pst&sektion=4&manpath=freebsd-release-ports[pst(4)] driver supports the Promise Supertrak SX6000 ATA hardware RAID controller. +[i386] The %0Ahttp://www.FreeBSD.org/cgi/man.cgi?query=pst&sektion=4&manpath=freebsd-release-ports[pst[4] driver supports the Promise Supertrak SX6000 ATA hardware RAID controller. -The http://www.FreeBSD.org/cgi/man.cgi?query=siis&sektion=4&manpath=freebsd-release-ports[siis(4)] driver supports the following controller chips: +The man:siis[4] driver supports the following controller chips: * SiI3124 (PCI-X 133MHz/64bit, 4 ports) * SiI3131 (PCIe 1.0 x1, 1 port) * SiI3132 (PCIe 1.0 x1, 2 ports) * SiI3531 (PCIe 1.0 x1, 1 port) -[i386,pc98] Controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=stg&sektion=4&manpath=freebsd-release-ports[stg(4)] driver include: +[i386,pc98] Controllers supported by the man:stg[4] driver include: * Adaptec 2920/A * Future Domain SCSI2GO @@ -1010,7 +1008,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=siis&sektion=4&manpath=freebsd-rele Note that the Adaptec 2920C is supported by the ahc(4) driver. -The http://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4&manpath=freebsd-release-ports[sym(4)] driver provides support for the following Symbios/LSI Logic PCI SCSI controllers: +The man:sym[4] driver provides support for the following Symbios/LSI Logic PCI SCSI controllers: * 53C810 * 53C810A @@ -1030,7 +1028,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4&manpath=freebsd-relea * 53C1010-66 * 53C1510D -The SCSI controllers supported by http://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4&manpath=freebsd-release-ports[sym(4)] can be either embedded on a motherboard, or on one of the following add-on boards: +The SCSI controllers supported by man:sym[4] can be either embedded on a motherboard, or on one of the following add-on boards: * ASUS SC-200, SC-896 * Data Technology DTC3130 (all variants) @@ -1043,7 +1041,7 @@ The SCSI controllers supported by http://www.FreeBSD.org/cgi/man.cgi?query=sym&s * Tekram DC390W, 390U, 390F, 390U2B, 390U2W, 390U3D, and 390U3W * Tyan S1365 -[i386,amd64] SCSI controllers supported by the http://www.FreeBSD.org/cgi/man.cgi?query=trm&sektion=4&manpath=freebsd-release-ports[trm(4)] driver include: +[i386,amd64] SCSI controllers supported by the man:trm[4] driver include: * Tekram DC-315 PCI Ultra SCSI adapter without BIOS and internal SCSI connector * Tekram DC-315U PCI Ultra SCSI adapter without BIOS @@ -1054,7 +1052,7 @@ The SCSI controllers supported by http://www.FreeBSD.org/cgi/man.cgi?query=sym&s For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use the sym(4) driver. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=twa&sektion=4&manpath=freebsd-release-ports[twa(4)] driver supports the following SATA RAID controllers: +[i386,amd64] The man:twa[4] driver supports the following SATA RAID controllers: * AMCC's 3ware 9500S-4LP * AMCC's 3ware 9500S-8 @@ -1078,7 +1076,7 @@ For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use * AMCC's 3ware 9650SE-16ML * AMCC's 3ware 9650SE-24M8 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=twe&sektion=4&manpath=freebsd-release-ports[twe(4)] driver supports the following PATA/SATA RAID controllers: +[i386,amd64] The man:twe[4] driver supports the following PATA/SATA RAID controllers: * AMCC's 3ware 5000 series * AMCC's 3ware 6000 series @@ -1100,11 +1098,11 @@ For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use * AMCC's 3ware 8506-12 * AMCC's 3ware 8506-12MI -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=tws&sektion=4&manpath=freebsd-release-ports[tws(4)] driver supports the following SATA/SAS RAID controller: +[i386,amd64] The man:tws[4] driver supports the following SATA/SAS RAID controller: * LSI's 3ware SAS 9750 series -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=vpo&sektion=4&manpath=freebsd-release-ports[vpo(4)] driver supports the following parallel to SCSI interfaces: +[i386] The man:vpo[4] driver supports the following parallel to SCSI interfaces: * Adaptec AIC-7110 Parallel to SCSI interface (built-in to Iomega ZIP drives) * Iomega Jaz Traveller interface @@ -1112,29 +1110,29 @@ For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use [i386] The wds(4) driver supports the WD7000 SCSI controller. -With all supported SCSI controllers, full support is provided for SCSI-I, SCSI-II, and SCSI-III peripherals, including hard disks, optical disks, tape drives (including DAT, 8mm Exabyte, Mammoth, and DLT), medium changers, processor target devices and CD-ROM drives. WORM devices that support CD-ROM commands are supported for read-only access by the CD-ROM drivers (such as http://www.FreeBSD.org/cgi/man.cgi?query=cd&sektion=4&manpath=freebsd-release-ports[cd(4)]). WORM/CD-R/CD-RW writing support is provided by http://www.FreeBSD.org/cgi/man.cgi?query=cdrecord&sektion=1&manpath=freebsd-release-ports[cdrecord(1)], which is a part of the http://www.freebsd.org/cgi/url.cgi?ports/sysutils/cdrtools/pkg-descr[sysutils/cdrtools] port in the Ports Collection. +With all supported SCSI controllers, full support is provided for SCSI-I, SCSI-II, and SCSI-III peripherals, including hard disks, optical disks, tape drives (including DAT, 8mm Exabyte, Mammoth, and DLT), medium changers, processor target devices and CD-ROM drives. WORM devices that support CD-ROM commands are supported for read-only access by the CD-ROM drivers (such as man:cd[4]). WORM/CD-R/CD-RW writing support is provided by man:cdrecord(1)], which is a part of the http://www.freebsd.org/cgi/url.cgi?ports/sysutils/cdrtools/pkg-descr[sysutils/cdrtools] port in the Ports Collection. The following CD-ROM type systems are supported at this time: -* SCSI interface (also includes ProAudio Spectrum and SoundBlaster SCSI) (http://www.FreeBSD.org/cgi/man.cgi?query=cd&sektion=4&manpath=freebsd-release-ports[cd(4)]) -* [i386] Sony proprietary interface (all models) (http://www.FreeBSD.org/cgi/man.cgi?query=scd&sektion=4&manpath=freebsd-release-ports[scd(4)]) -* ATAPI IDE interface (http://www.FreeBSD.org/cgi/man.cgi?query=acd&sektion=4&manpath=freebsd-release-ports[acd(4)]) +* SCSI interface (also includes ProAudio Spectrum and SoundBlaster SCSI) (man:cd[4]) +* [i386] Sony proprietary interface (all models) (man:scd[4]) +* ATAPI IDE interface (man:acd[4]) [i386] The following device is unmaintained: -* Mitsumi proprietary CD-ROM interface (all models) (http://www.FreeBSD.org/cgi/man.cgi?query=mcd&sektion=4&manpath=freebsd-release-ports[mcd(4)]) +* Mitsumi proprietary CD-ROM interface (all models) (man:[4]) [[ethernet]] == Ethernet Interfaces -The http://www.FreeBSD.org/cgi/man.cgi?query=ae&sektion=4&manpath=freebsd-release-ports[ae(4)] driver supports Attansic/Atheros L2 PCIe FastEthernet controllers, and is known to support the following hardware: +The man:ae[4] driver supports Attansic/Atheros L2 PCIe FastEthernet controllers, and is known to support the following hardware: * ASUS EeePC 701 * ASUS EeePC 900 Other hardware may or may not work with this driver. -The http://www.FreeBSD.org/cgi/man.cgi?query=age&sektion=4&manpath=freebsd-release-ports[age(4)] driver provides support for LOMs based on Attansic/Atheros L1 Gigabit Ethernet controller chips, including: +The man:age[4] driver provides support for LOMs based on Attansic/Atheros L1 Gigabit Ethernet controller chips, including: * ASUS M2N8-VMX * ASUS M2V @@ -1154,7 +1152,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=age&sektion=4&manpath=freebsd-relea * ASUS P5L-VM 1394 * ASUS G2S -The http://www.FreeBSD.org/cgi/man.cgi?query=ale&sektion=4&manpath=freebsd-release-ports[alc(4)] device driver provides support for the following Ethernet controllers: +The man:alc[4] device driver provides support for the following Ethernet controllers: * Atheros AR8131 PCI Express Gigabit Ethernet controller * Atheros AR8132 PCI Express Fast Ethernet controller @@ -1170,13 +1168,13 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=ale&sektion=4&manpath=freebsd-relea * Killer E2400 Gigabit Ethernet controller * Killer E2500 Gigabit Ethernet controller -The http://www.FreeBSD.org/cgi/man.cgi?query=ale&sektion=4&manpath=freebsd-release-ports[ale(4)] device driver provides support for the following Ethernet controllers: +The man:ale[4] device driver provides support for the following Ethernet controllers: * Atheros AR8113 PCI Express Fast Ethernet controller * Atheros AR8114 PCI Express Fast Ethernet controller * Atheros AR8121 PCI Express Gigabit Ethernet controller -[i386,pc98,amd64,powerpc] Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=aue&sektion=4&manpath=freebsd-release-ports[aue(4)] driver include: +[i386,pc98,amd64,powerpc] Adapters supported by the man:aue[4] driver include: * Abocom UFE1000, DSB650TX_NA * Accton USB320-EC, SpeedStream @@ -1199,7 +1197,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=ale&sektion=4&manpath=freebsd-relea * SMC 2202USB * SOHOware NUB100 -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=axe&sektion=4&manpath=freebsd-release-ports[axe(4)] driver supports ASIX Electronics AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB Ethernet adapters including: +[i386,pc98,amd64,powerpc] The man:axe[4] driver supports ASIX Electronics AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB Ethernet adapters including: AX88172: @@ -1250,9 +1248,9 @@ AX88760: * ASIX AX88760 -ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query=axge&sektion=4&manpath=freebsd-release-ports[axge(4)] driver) +ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (man:axge[4] driver) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bce&sektion=4&manpath=freebsd-release-ports[bce(4)] driver provides support for various NICs based on the QLogic NetXtreme II family of Gigabit Ethernet controllers, including the following: +[i386,amd64] The man:bce[4] driver provides support for various NICs based on the QLogic NetXtreme II family of Gigabit Ethernet controllers, including the following: * QLogic NetXtreme II BCM5706 1000Base-SX * QLogic NetXtreme II BCM5706 1000Base-T @@ -1278,9 +1276,9 @@ ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (http://www.Free * HP NC382i DP Multifunction Gigabit Server Adapter * HP NC382m DP 1GbE Multifunction BL-c Adapter -[amd64, i386] Broadcom BCM4401 based Fast Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query=bfe&sektion=4&manpath=freebsd-release-ports[bfe(4)] driver) +[amd64, i386] Broadcom BCM4401 based Fast Ethernet adapters (man:bfe[4] driver) -[i386,pc98,sparc64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bge&sektion=4&manpath=freebsd-release-ports[bge(4)] driver provides support for various NICs based on the Broadcom BCM570x family of Gigabit Ethernet controller chips, including the following: +[i386,pc98,sparc64,amd64] The man:bge[4] driver provides support for various NICs based on the Broadcom BCM570x family of Gigabit Ethernet controller chips, including the following: * 3Com 3c996-SX (1000baseSX) * 3Com 3c996-T (10/100/1000baseTX) @@ -1301,7 +1299,7 @@ ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (http://www.Free * SysKonnect SK-9D21 (10/100/1000baseTX) * SysKonnect SK-9D41 (1000baseSX) -The http://www.FreeBSD.org/cgi/man.cgi?query=bxe&sektion=4&manpath=freebsd-release-ports[bnxt(4)] driver provides support for various NICs based on the Broadcom NetXtreme-C and NetXtreme-E families of Gigabit Ethernet controller chips, including the following: +The man:bnxt[4] driver provides support for various NICs based on the Broadcom NetXtreme-C and NetXtreme-E families of Gigabit Ethernet controller chips, including the following: * Broadcom BCM57301 NetXtreme-C 10Gb Ethernet Controller * Broadcom BCM57302 NetXtreme-C 10Gb/25Gb Ethernet Controlle @@ -1325,7 +1323,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=bxe&sektion=4&manpath=freebsd-relea * Broadcom BCM57417 NetXtreme-E Ethernet Partition * Broadcom BCM57454 NetXtreme-E 10Gb/25Gb/40Gb/50Gb/100Gb Ethernet -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=bxe&sektion=4&manpath=freebsd-release-ports[bxe(4)] driver provides support for various NICs based on the QLogic NetXtreme II family of 10Gb Ethernet controller chips, including the following: +[i386,amd64] The man:bxe[4] driver provides support for various NICs based on the QLogic NetXtreme II family of 10Gb Ethernet controller chips, including the following: * QLogic NetXtreme II BCM57710 10Gb * QLogic NetXtreme II BCM57711 10Gb @@ -1339,13 +1337,13 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=bxe&sektion=4&manpath=freebsd-relea * QLogic NetXtreme II BCM57840 10Gb / 20Gb * QLogic NetXtreme II BCM57840-MF 10Gb -The chips supported by the http://www.FreeBSD.org/cgi/man.cgi?query=cas&sektion=4&manpath=freebsd-release-ports[cas(4)] driver are: +The chips supported by the man:cas[4] driver are: * National Semiconductor DP83065 Saturn Gigabit Ethernet * Sun Cassini Gigabit Ethernet * Sun Cassini+ Gigabit Ethernet -The following add-on cards are known to work with the http://www.FreeBSD.org/cgi/man.cgi?query=cas&sektion=4&manpath=freebsd-release-ports[cas(4)] driver at this time: +The following add-on cards are known to work with the man:cas[4] driver at this time: * Sun GigaSwift Ethernet 1.0 MMF (Cassini Kuheen) (part no. 501-5524) * Sun GigaSwift Ethernet 1.0 UTP (Cassini) (part no. 501-5902) @@ -1353,28 +1351,28 @@ The following add-on cards are known to work with the http://www.FreeBSD.org/cgi * Sun Quad GigaSwift Ethernet UTP (QGE) (part no. 501-6522) * Sun Quad GigaSwift Ethernet PCI-X (QGE-X) (part no. 501-6738) -[i386,pc98,amd64,powerpc] The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=cdce&sektion=4&manpath=freebsd-release-ports[cdce(4)] driver: +[i386,pc98,amd64,powerpc] The following devices are supported by the man:cdce[4] driver: * Prolific PL-2501 Host-to-Host Bridge Controller * Sharp Zaurus PDA * Terayon TJ-715 DOCSIS Cable Modem -[amd64, i386] Crystal Semiconductor CS89x0-based NICs (http://www.FreeBSD.org/cgi/man.cgi?query=cs&sektion=4&manpath=freebsd-release-ports[cs(4)] driver) +[amd64, i386] Crystal Semiconductor CS89x0-based NICs (man:cs[4] driver) -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=cue&sektion=4&manpath=freebsd-release-ports[cue(4)] driver supports CATC USB-EL1210A based USB Ethernet adapters including: +[i386,pc98,amd64,powerpc] The man:cue[4] driver supports CATC USB-EL1210A based USB Ethernet adapters including: * Belkin F5U011/F5U111 * CATC Netmate * CATC Netmate II * SmartBridges SmartLink -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=freebsd-release-ports[cxgb(4)] driver supports 10 Gigabit and 1 Gigabit Ethernet adapters based on the T3 and T3B chipset: +[i386,amd64] The man:cxgb[4] driver supports 10 Gigabit and 1 Gigabit Ethernet adapters based on the T3 and T3B chipset: * Chelsio 10GBase-CX4 * Chelsio 10GBase-LR * Chelsio 10GBase-SR -The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=freebsd-release-ports[cxgbe(4)] driver supports 100Gb and 25Gb Ethernet adapters based on the T6 ASIC: +The man:cxgbe[4] driver supports 100Gb and 25Gb Ethernet adapters based on the T6 ASIC: * Chelsio T6225-CR * Chelsio T6225-SO-CR @@ -1382,7 +1380,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=freebsd-rele * Chelsio T62100-SO-CR * Chelsio T62100-CR -The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=freebsd-release-ports[cxgbe(4)] driver supports 40Gb, 10Gb and 1Gb Ethernet adapters based on the T5 ASIC: +The man:cxgbe[4] driver supports 40Gb, 10Gb and 1Gb Ethernet adapters based on the T5 ASIC: * Chelsio T580-CR * Chelsio T580-LP-CR @@ -1397,7 +1395,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=freebsd-rele * Chelsio T520-BT * Chelsio T504-BT -The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=freebsd-release-ports[cxgbe(4)] driver supports 10Gb and 1Gb Ethernet adapters based on the T4 ASIC: +The man:cxgbe[4] driver supports 10Gb and 1Gb Ethernet adapters based on the T4 ASIC: * Chelsio T420-CR * Chelsio T422-CR @@ -1410,7 +1408,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=freebsd-rele * Chelsio T420-BT * Chelsio T404-BT -The http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=freebsd-release-ports[cxgbev(4)] driver supports Virtual Functions on 100Gb and 25Gb Ethernet adapters based on the T6 ASIC: +The man:cxgbev[4] driver supports Virtual Functions on 100Gb and 25Gb Ethernet adapters based on the T6 ASIC: * Chelsio T6225-CR * Chelsio T6225-SO-CR @@ -1418,7 +1416,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=freebsd-releas * Chelsio T62100-SO-CR * Chelsio T62100-CR -The http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=freebsd-release-ports[cxgbev(4)] driver supports Virtual Functions on 40Gb, 10Gb and 1Gb Ethernet adapters based on the T5 ASIC: +The man:cxgbev[4] driver supports Virtual Functions on 40Gb, 10Gb and 1Gb Ethernet adapters based on the T5 ASIC: * Chelsio T580-CR * Chelsio T580-LP-CR @@ -1433,7 +1431,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=freebsd-releas * Chelsio T520-BT * Chelsio T504-BT -The http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=freebsd-release-ports[cxgbev(4)] driver supports Virtual Functions on 10Gb and 1Gb Ethernet adapters based on the T4 ASIC: +The man:cxgbev[4] driver supports Virtual Functions on 10Gb and 1Gb Ethernet adapters based on the T4 ASIC: * Chelsio T420-CR * Chelsio T422-CR @@ -1446,7 +1444,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=freebsd-releas * Chelsio T420-BT * Chelsio T404-BT -The http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=freebsd-release-ports[dc(4)] driver provides support for the following chipsets: +The man:dc[4] driver provides support for the following chipsets: * DEC/Intel 21143 * ADMtek AL981 Comet, AN985 Centaur, ADM9511 Centaur II and ADM9513 Centaur II @@ -1459,7 +1457,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=freebsd-releas * Macronix 98713, 98713A, 98715, 98715A, 98715AEC-C, 98725, 98727 and 98732 * Xircom X3201 (cardbus only) -The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=freebsd-release-ports[dc(4)] driver at this time: +The following NICs are known to work with the man:dc[4] driver at this time: * 3Com OfficeConnect 10/100B (ADMtek AN985 Centaur-P) * Abocom FE2500 @@ -1500,7 +1498,7 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi * Xircom Cardbus Ethernet 10/100 * Xircom Cardbus Ethernet II 10/100 -[i386,pc98,amd64] Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=de&sektion=4&manpath=freebsd-release-ports[de(4)] driver include: +[i386,pc98,amd64] Adapters supported by the man:de[4] driver include: * Adaptec ANA-6944/TX * Cogent EM100FX and EM440TX @@ -1512,7 +1510,7 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi * SMC Etherpower 8432, 9332 and 9334 * ZNYX ZX3xx -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=ed&sektion=4&manpath=freebsd-release-ports[ed(4)] driver supports the following Ethernet NICs: +[i386,pc98] The man:ed[4] driver supports the following Ethernet NICs: * 3Com 3c503 Etherlink II * AR-P500 Ethernet @@ -1607,11 +1605,11 @@ The following NICs are known to work with the http://www.FreeBSD.org/cgi/man.cgi C-Bus, ISA, PCI and PC Card devices are supported. -The http://www.FreeBSD.org/cgi/man.cgi?query=ed&sektion=4&manpath=freebsd-release-ports[ed(4)] driver does not support the following Ethernet NICs: +The man:ed[4] driver does not support the following Ethernet NICs: * Mitsubishi LAN Adapter B8895 -The http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4&manpath=freebsd-release-ports[em(4)] driver supports Gigabit Ethernet adapters based on the Intel 82540, 82541ER, 82541PI, 82542, 82543, 82544, 82545, 82546, 82546EB, 82546GB, 82547, 82571, 82572, 82573, and 82574 controller chips: +The man:em[4] driver supports Gigabit Ethernet adapters based on the Intel 82540, 82541ER, 82541PI, 82542, 82543, 82544, 82545, 82546, 82546EB, 82546GB, 82547, 82571, 82572, 82573, and 82574 controller chips: * Intel PRO/1000 CT Network Connection (82547) * Intel PRO/1000 F Server Adapter (82543) @@ -1637,7 +1635,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4&manpath=freebsd-releas * Intel PRO/1000 XF Server Adapter (82544) * Intel PRO/1000 XT Server Adapter (82544) -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ep&sektion=4&manpath=freebsd-release-ports[ep(4)] driver supports Ethernet adapters based on the 3Com 3C5x9 Etherlink III Parallel Tasking chipset, including: +[i386,pc98,amd64] The man:ep[4] driver supports Ethernet adapters based on the 3Com 3C5x9 Etherlink III Parallel Tasking chipset, including: * 3Com 3C1 CF * 3Com 3C509-TP, 3C509-BNC, 3C509-Combo, 3C509-TPO, 3C509-TPC ISA @@ -1654,9 +1652,9 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4&manpath=freebsd-releas * 3Com OfficeConnect 3CXSH572BT, 3CCSH572BT PCMCIA * Farallon EtherWave and EtherMac PC Card (P/n 595/895 with BLUE arrow) -Agere ET1310 Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query=et&sektion=4&manpath=freebsd-release-ports[et(4)] driver) +Agere ET1310 Gigabit Ethernet adapters (man:et[4] driver) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ex&sektion=4&manpath=freebsd-release-ports[ex(4)] driver supports the following Ethernet adapters: +[i386,amd64] The man:ex[4] driver supports the following Ethernet adapters: * Intel EtherExpress Pro/10 ISA * Intel EtherExpress Pro/10+ ISA @@ -1665,7 +1663,7 @@ Agere ET1310 Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query * Silicom Ethernet LAN PC Card * Silicom EtherSerial LAN PC Card -[i386,pc98,amd64] Controllers and cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=fe&sektion=4&manpath=freebsd-release-ports[fe(4)] driver include: +[i386,pc98,amd64] Controllers and cards supported by the man:fe[4] driver include: * Allied Telesis RE1000, RE1000Plus, ME1500 (110-pin) * CONTEC C-NET(98)P2, C-NET (9N)E (110-pin), C-NET(9N)C (ExtCard) @@ -1684,7 +1682,7 @@ Agere ET1310 Gigabit Ethernet adapters (http://www.FreeBSD.org/cgi/man.cgi?query * TDK LAK-CD011, LAK-CD021, LAK-CD021A, LAK-CD021BX * Ungermann-Bass Access/PC N98C+(PC85152, PC85142), Access/NOTE N98(PC86132) (110-pin) -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=fxp&sektion=4&manpath=freebsd-release-ports[fxp(4)] driver include: +Adapters supported by the man:fxp[4] driver include: * Intel EtherExpress PRO/10 * Intel InBusiness 10/100 @@ -1699,20 +1697,20 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=fxp&sektion=4 * NEC PC-9821X-B06 (PC-98) * Many on-board network interfaces on Intel motherboards -Chips supported by the http://www.FreeBSD.org/cgi/man.cgi?query=gem&sektion=4&manpath=freebsd-release-ports[gem(4)] driver include: +Chips supported by the man:gem[4] driver include: * Apple GMAC * Sun ERI 10/100 Mbps Ethernet * Sun GEM Gigabit Ethernet -The following add-on cards are known to work with the http://www.FreeBSD.org/cgi/man.cgi?query=gem&sektion=4&manpath=freebsd-release-ports[gem(4)] driver at this time: +The following add-on cards are known to work with the man:gem[4] driver at this time: * Sun Gigabit Ethernet PCI 2.0/3.0 (GBE/P) (part no. 501-4373) * Sun Gigabit Ethernet SBus 2.0/3.0 (GBE/S) (part no. 501-4375) -The http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4&manpath=freebsd-release-ports[hme(4)] driver supports the on-board Ethernet interfaces of many Sun UltraSPARC workstation and server models. +The man:hme[4] driver supports the on-board Ethernet interfaces of many Sun UltraSPARC workstation and server models. -Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4&manpath=freebsd-release-ports[hme(4)] driver include: +Cards supported by the man:hme[4] driver include: * Sun PCI SunSwift Adapter * Sun SBus SunSwift Adapter "( hme" and "SUNW,hme") @@ -1721,7 +1719,7 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4&ma * Sun PCI Quad FastEthernet Controller * Sun SBus Quad FastEthernet Controller -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=ie&sektion=4&manpath=freebsd-release-ports[ie(4)] driver provides supports the following 8 and 16bit ISA Ethernet cards that are based on the Intel i82586 chip: +[i386] The man:e[4] driver provides supports the following 8 and 16bit ISA Ethernet cards that are based on the Intel i82586 chip: * 3COM 3C507 * AT&T EN100 @@ -1730,7 +1728,7 @@ Cards supported by the http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4&ma * Intel EtherExpress 16 * RACAL Interlan NI5210 -The http://www.FreeBSD.org/cgi/man.cgi?query=igb&sektion=4&manpath=freebsd-release-ports[igb(4)] driver supports Gigabit Ethernet adapters based on the Intel 82575 and 82576 controller chips: +The man:igb[4] driver supports Gigabit Ethernet adapters based on the Intel 82575 and 82576 controller chips: * Intel Gigabit ET Dual Port Server Adapter (82576) * Intel Gigabit VT Quad Port Server Adapter (82575) @@ -1738,48 +1736,48 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=igb&sektion=4&manpath=freebsd-relea * Intel i210 and i211 Gigabit Ethernet Controller * Intel i350 and i354 Gigabit Ethernet Controller -The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=ipheth&sektion=4&manpath=freebsd-release-ports[ipheth(4)] driver: +The following devices are supported by the man:ipheth[4] driver: * Apple iPhone tethering (all models) * Apple iPad tethering (all models) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ixgb&sektion=4&manpath=freebsd-release-ports[ixgb(4)] driver supports the following cards: +[i386,amd64] The man:ixgb[4] driver supports the following cards: * Intel PRO/10GbE LR Server Adapter * Intel PRO/10GbE SR Server Adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=ixgbe&sektion=4&manpath=freebsd-release-ports[ixgbe(4)] driver supports the following cards: +The man:ixgbe[4] driver supports the following cards: * Intel(R) 10 Gigabit XF SR/AF Dual Port Server Adapter * Intel(R) 10 Gigabit XF SR/LR Server Adapter * Intel(R) 82598EB 10 Gigabit AF Network Connection * Intel(R) 82598EB 10 Gigabit AT CX4 Network Connection -The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4&manpath=freebsd-release-ports[ixl(4)] driver supports these SFP+ Pluggable Optics: +The man:ixl[4] driver supports these SFP+ Pluggable Optics: * Intel TRIPLE RATE 1G/10G/40G QSFP+ SR (bailed) E40GQSFPSR * Intel TRIPLE RATE 1G/10G/40G QSFP+ SR (bailed) E40GQSFPLR -The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4&manpath=freebsd-release-ports[ixl(4)] dr driver supports 10Gb and 1Gb Ethernet adapters with SR Modules: +The man:ixl[4] dr driver supports 10Gb and 1Gb Ethernet adapters with SR Modules: * Intel DUAL RATE 1G/10G SFP+ SR (bailed) FTLX8571D3BCV-IT * Intel DUAL RATE 1G/10G SFP+ SR (bailed) AFBR-703SDZ-IN2 -The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4&manpath=freebsd-release-ports[ixl(4)] dr driver supports 10Gb and 1Gb Ethernet adapters with LR Modules: +The man:ixl[4] dr driver supports 10Gb and 1Gb Ethernet adapters with LR Modules: * Intel DUAL RATE 1G/10G SFP+ LR (bailed) FTLX1471D3BCV-IT * Intel DUAL RATE 1G/10G SFP+ LR (bailed) AFCT-701SDZ-IN2 Note that X710/XL710 Based SFP+ adapters also support all passive and active limiting direct attach cables that comply with SFF-8431 v4.1 and SFF-8472 v10.4 specifications. -The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4&manpath=freebsd-release-ports[jme(4)] device driver provides support for the following Ethernet controllers: +The man:jme[4] device driver provides support for the following Ethernet controllers: * JMicron JMC250 PCI Express Gigabit Ethernet controller * JMicron JMC251 PCI Express Gigabit Ethernet with Card Read Host controller * JMicron JMC260 PCI Express Fast Ethernet controller * JMicron JMC261 PCI Express Gigabit Ethernet with Card Read Host controller -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=kue&sektion=4&manpath=freebsd-release-ports[kue(4)] driver supports Kawasaki LSI KL5KLUSB101B based USB Ethernet adapters including: +[i386,pc98,amd64,powerpc] The man:kue[4] driver supports Kawasaki LSI KL5KLUSB101B based USB Ethernet adapters including: * 3Com 3c19250 * 3Com 3c460 HomeConnect Ethernet USB Adapter @@ -1798,22 +1796,22 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4&manpath=freebsd-relea * Psion Gold Port USB Ethernet adapter * SMC 2102USB, 2104USB -[i386,pc98,amd64] Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4&manpath=freebsd-release-ports[lge(4)] driver include: +[i386,pc98,amd64] Adapters supported by the man:lge[4] driver include: * SMC TigerCard 1000 (SMC9462SX) * D-Link DGE-500SX -The http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4&manpath=freebsd-release-ports[liquidio(4)] driver supports the following cards: +The man:liquidio[4] driver supports the following cards: * LiquidIO II CN2350 210SV/225SV * LiquidIO II CN2360 210SV/225SV -The http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4&manpath=freebsd-release-ports[mlx4en(4)] driver supports the following network adapters: +The man:mlx4en[4] driver supports the following network adapters: * Mellanox ConnectX-2 (ETH) * Mellanox ConnectX-3 (ETH) -The http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4&manpath=freebsd-release-ports[mlx5en(4)] driver supports 100Gb, 50Gb, 40Gb, 25Gb and 10Gb Ethernet adapters. ConnectX-4 supports:10/20/25/40/50/56/100Gb/s speeds. ConnectX-4 LX supports:10/25/40/50Gb/s speeds (and reduced power consumption) : +The man:mlx5en[4] driver supports 100Gb, 50Gb, 40Gb, 25Gb and 10Gb Ethernet adapters. ConnectX-4 supports:10/20/25/40/50/56/100Gb/s speeds. ConnectX-4 LX supports:10/25/40/50Gb/s speeds (and reduced power consumption) : * Mellanox MCX455A-ECAT * Mellanox MCX456A-ECAT @@ -1830,7 +1828,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4&manpath=freebsd-relea * Mellanox MCX4121A-XCAT * Mellanox MCX4111A-XCAT -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=msk&sektion=4&manpath=freebsd-release-ports[msk(4)] driver provides support for various NICs based on the Marvell/SysKonnect Yukon II based Gigabit Ethernet controller chips, including: +[i386,amd64] The man:msk[4] driver provides support for various NICs based on the Marvell/SysKonnect Yukon II based Gigabit Ethernet controller chips, including: * D-Link 550SX Gigabit Ethernet * D-Link 560SX Gigabit Ethernet @@ -1866,19 +1864,19 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4&manpath=freebsd-relea * SysKonnect SK-9Sxx Gigabit Ethernet * SysKonnect SK-9Exx Gigabit Ethernet -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=mxge&sektion=4&manpath=freebsd-release-ports[mxge(4)] driver supports 10 Gigabit Ethernet adapters based on the Myricom LANai Z8E chips: +[i386,amd64] The man:mxge[4] driver supports 10 Gigabit Ethernet adapters based on the Myricom LANai Z8E chips: * Myricom 10GBase-CX4 (10G-PCIE-8A-C, 10G-PCIE-8AL-C) * Myricom 10GBase-R (10G-PCIE-8A-R, 10G-PCIE-8AL-R) * Myricom 10G XAUI over ribbon fiber (10G-PCIE-8A-Q, 10G-PCIE-8AL-Q) -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=my&sektion=4&manpath=freebsd-release-ports[my(4)] driver provides support for various NICs based on the Myson chipset. Supported models include: +[i386,pc98] The man:my[4] driver provides support for various NICs based on the Myson chipset. Supported models include: * Myson MTD800 PCI Fast Ethernet chip * Myson MTD803 PCI Fast Ethernet chip * Myson MTD89X PCI Gigabit Ethernet chip -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=nfe&sektion=4&manpath=freebsd-release-ports[nfe(4)] driver supports the following NVIDIA MCP onboard adapters: +[i386,amd64] The man:nfe[4] driver supports the following NVIDIA MCP onboard adapters: * NVIDIA nForce MCP Networking Adapter * NVIDIA nForce MCP04 Networking Adapter @@ -1901,7 +1899,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4&manpath=freebsd-relea * NVIDIA nForce4 CK804 MCP8 Networking Adapter * NVIDIA nForce4 CK804 MCP9 Networking Adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4&manpath=freebsd-release-ports[nge(4)] driver supports National Semiconductor DP83820 and DP83821 based Gigabit Ethernet adapters including: +The man:nge[4] driver supports National Semiconductor DP83820 and DP83821 based Gigabit Ethernet adapters including: * Addtron AEG320T * Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI) @@ -1914,15 +1912,15 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4&manpath=freebsd-relea * Surecom Technology EP-320G-TX * Trendware TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=nxge&sektion=4&manpath=freebsd-release-ports[nxge(4)] driver supports Neterion Xframe 10 Gigabit Ethernet adapters listed in http://www.neterion.com/how/pricing.html. +[i386,amd64] The man:nxge[4] driver supports Neterion Xframe 10 Gigabit Ethernet adapters listed in http://www.neterion.com/how/pricing.html. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=oce&sektion=4&manpath=freebsd-release-ports[oce(4)] driver supports the following network adapters: +[i386,amd64] The man:oce[4] driver supports the following network adapters: * Emulex BladeEngine 2 * Emulex BladeEngine 3 * Emulex Lancer -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=pcn&sektion=4&manpath=freebsd-release-ports[pcn(4)] driver supports adapters and embedded controllers based on the AMD PCnet/FAST, PCnet/FAST+, PCnet/FAST III, PCnet/PRO and PCnet/Home Fast Ethernet chips: +[i386,pc98,amd64] The man:pcn[4] driver supports adapters and embedded controllers based on the AMD PCnet/FAST, PCnet/FAST+, PCnet/FAST III, PCnet/PRO and PCnet/Home Fast Ethernet chips: * AMD Am79C971 PCnet-FAST * AMD Am79C972 PCnet-FAST+ @@ -1931,25 +1929,25 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4&manpath=freebsd-relea * AMD Am79C978 PCnet-Home * Allied-Telesis LA-PCI -The http://www.FreeBSD.org/cgi/man.cgi?query=pcn&sektion=4&manpath=freebsd-release-ports[qlnxe(4)] driver supports 25/40/100 Gigabit Ethernet & CNA Adapter based on the following chipsets: +The man:qlnxe[4] driver supports 25/40/100 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 45000 series * QLogic 41000 series -[amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=qlxgb&sektion=4&manpath=freebsd-release-ports[qlxgb(4)] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: +[amd64] The man:qlxgb[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 3200 series * QLogic 8200 series -[amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=qlxgbe&sektion=4&manpath=freebsd-release-ports[qlxgbe(4)] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: +[amd64] The man:qlxgbe[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 8300 series -[amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=qlxge&sektion=4&manpath=freebsd-release-ports[qlxge(4)] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: +[amd64] The man:qlxge[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: * QLogic 8100 series -The http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4&manpath=freebsd-release-ports[re(4)] driver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters including: +The man:re[4] driver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters including: * Alloy Computer Products EtherGOLD 1439E 10/100 (8139C+) * Compaq Evo N1015v Integrated Ethernet (8139C+) @@ -1963,7 +1961,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4&manpath=freebsd-releas * USRobotics USR997902 Gigabit Ethernet (8169S) * Xterasys XN-152 10/100/1000 NIC (8169) -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=rl&sektion=4&manpath=freebsd-release-ports[rl(4)] driver include: +Adapters supported by the man:rl[4] driver include: * Accton "Cheetah" EN1207D (MPX 5030/5038; RealTek 8139 clone) * Allied Telesyn AT2550 @@ -1998,14 +1996,14 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=rl&sektion=4& * SMC EZ Card 10/100 PCI 1211-TX * SOHO (PRAGMATIC) UE-1211C -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=rue&sektion=4&manpath=freebsd-release-ports[rue(4)] driver supports RealTek RTL8150 based USB Ethernet adapters including: +[i386,pc98,amd64] The man:rue[4] driver supports RealTek RTL8150 based USB Ethernet adapters including: * Buffalo (Melco Inc.) LUA-KTX * Green House GH-USB100B * LinkSys USB100M * Billionton 10/100 FastEthernet USBKR2 -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sf&sektion=4&manpath=freebsd-release-ports[sf(4)] driver include: +Adapters supported by the man:sf[4] driver include: * ANA-62011 64-bit single port 10/100baseTX adapter * ANA-62022 64-bit dual port 10/100baseTX adapter @@ -2013,14 +2011,14 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sf&sektion=4& * ANA-69011 32-bit single port 10/100baseTX adapter * ANA-62020 64-bit single port 100baseFX adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=sfxge&sektion=4&manpath=freebsd-release-ports[sfxge(4)] driver supports all 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers. +The man:sfxge[4] driver supports all 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers. -The %0Ahttp://www.FreeBSD.org/cgi/man.cgi?query=sge&sektion=4&manpath=freebsd-release-ports[sge(4)] device driver provides support for the following Ethernet controllers: +The %0Ahttp://www.FreeBSD.org/cgi/man.cgi?query=sge&sektion=4&manpath=freebsd-release-ports[sge[4] device driver provides support for the following Ethernet controllers: * SiS190 Fast Ethernet controller * SiS191 Fast/Gigabit Ethernet controller -The http://www.FreeBSD.org/cgi/man.cgi?query=sis&sektion=4&manpath=freebsd-release-ports[sis(4)] driver supports Silicon Integrated Systems SiS 900 and SiS 7016 based Fast Ethernet adapters and embedded controllers, as well as Fast Ethernet adapters based on the National Semiconductor DP83815 (MacPhyter) and DP83816 chips. Supported adapters include: +The man:sis[4] driver supports Silicon Integrated Systems SiS 900 and SiS 7016 based Fast Ethernet adapters and embedded controllers, as well as Fast Ethernet adapters based on the National Semiconductor DP83815 (MacPhyter) and DP83816 chips. Supported adapters include: * @Nifty FNECHARD IFC USUP-TX * MELCO LGY-PCI-TXC @@ -2029,7 +2027,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=sis&sektion=4&manpath=freebsd-relea * SiS 630, 635, and 735 motherboard chipsets * Soekris Engineering net45xx, net48xx, lan1621, and lan1641 -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sk&sektion=4&manpath=freebsd-release-ports[sk(4)] driver include: +Adapters supported by the man:sk[4] driver include: * 3Com 3C940 single port, 1000baseT adapter * 3Com 3C2000-T single port, 1000baseT adapter @@ -2045,13 +2043,13 @@ Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sk&sektion=4& * SK-9844 SK-NET GE-SX dual port, multimode fiber adapter * SMC 9452TX single port, 1000baseT adapter -The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=smsc&sektion=4&manpath=freebsd-release-ports[smsc(4)] driver: +The following devices are supported by the man:smsc[4] driver: * SMSC LAN9500, LAN9500A, LAN9505 and LAN9505A based Ethernet adapters * SMSC LAN89530, LAN9530 and LAN9730 based Ethernet adapters * SMSC LAN951x Ethernet adapters with integrated USB hub -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4&manpath=freebsd-release-ports[sn(4)] driver supports SMC91Cxx based ISA and PCMCIA cards including: +[i386,amd64] The man:sn[4] driver supports SMC91Cxx based ISA and PCMCIA cards including: * 3Com Megahertz X-Jack Ethernet PC Card XJ10BT, XJ10BC * 3Com Megahertz XJEM and CCEM series: CCEM3288C, CCEM3288T, CCEM3336, CEM3336C, CCEM3336T, XJEM1144C, XJEM1144T, XJEM3288C, XJEM3288T, XJEM3336 @@ -2065,11 +2063,11 @@ The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?qu * SMC EZEther PC Card (8020BT) * SMC EZEther PC Card (8020T) -The http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4&manpath=freebsd-release-ports[sn(4)] driver supports the SMC 91C90, SMC 91C92, SMC 91C94, SMC 91C95, SMC 91C96, SMC91C100 and SMC 91C100FD chips from SMC. +The man:sn[4] driver supports the SMC 91C90, SMC 91C92, SMC 91C94, SMC 91C95, SMC 91C96, SMC91C100 and SMC 91C100FD chips from SMC. -The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver supports the 595 and 895 cards. These cards have the blue arrow on the front along with a 3Com logo. The Farallon 595a cards, which have a red arrow on the front, are also called EtherWave and EtherMac. They are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4&manpath=freebsd-release-ports[sn(4)] driver. +The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver supports the 595 and 895 cards. These cards have the blue arrow on the front along with a 3Com logo. The Farallon 595a cards, which have a red arrow on the front, are also called EtherWave and EtherMac. They are supported by the man:sn[4] driver. -[pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=snc&sektion=4&manpath=freebsd-release-ports[snc(4)] driver supports the following cards: +[pc98] The man:snc[4] driver supports the following cards: * National Semiconductor DP83934AVQB * NEC PC-9801-83 @@ -2081,15 +2079,15 @@ The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver * NEC PC-9801N-J02 PCMCIA * NEC PC-9801N-J02R PCMCIA -The http://www.FreeBSD.org/cgi/man.cgi?query=snc&sektion=4&manpath=freebsd-release-ports[snc(4)] driver also includes support for the National Semiconductor NS46C46 as 64 * 16 bits Microwave Serial EEPROM. +The man:snc[4] driver also includes support for the National Semiconductor NS46C46 as 64 * 16 bits Microwave Serial EEPROM. -The http://www.FreeBSD.org/cgi/man.cgi?query=ste&sektion=4&manpath=freebsd-release-ports[ste(4)] driver supports Sundance Technologies ST201 based Fast Ethernet adapters and embedded controllers including: +The man:ste[4] driver supports Sundance Technologies ST201 based Fast Ethernet adapters and embedded controllers including: * D-Link DFE-530TXS * D-Link DFE-550TX * D-Link DFE-580TX -The http://www.FreeBSD.org/cgi/man.cgi?query=stge&sektion=4&manpath=freebsd-release-ports[stge(4)] driver provides support for various NICs based on the Sundance/Tamarack TC9021 based Gigabit Ethernet controller chips, including: +The man:stge[4] driver provides support for various NICs based on the Sundance/Tamarack TC9021 based Gigabit Ethernet controller chips, including: * Antares Microsystems Gigabit Ethernet * ASUS NX1101 Gigabit Ethernet @@ -2100,7 +2098,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=stge&sektion=4&manpath=freebsd-rele * Sundance TC9021 Gigabit Ethernet * Tamarack TC9021 Gigabit Ethernet -[i386,pc98,amd64,sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=ti&sektion=4&manpath=freebsd-release-ports[ti(4)] driver supports Gigabit Ethernet adapters based on the Alteon Tigon I and II chips. The http://www.FreeBSD.org/cgi/man.cgi?query=ti&sektion=4&manpath=freebsd-release-ports[ti(4)] driver has been tested with the following adapters: +[i386,pc98,amd64,sparc64] The man:ti[4] driver supports Gigabit Ethernet adapters based on the Alteon Tigon I and II chips. The man:ti[4] driver has been tested with the following adapters: * 3Com 3c985-SX Gigabit Ethernet adapter (Tigon 1) * 3Com 3c985B-SX Gigabit Ethernet adapter (Tigon 2) @@ -2118,14 +2116,14 @@ The following adapters should also be supported but have not yet been tested: * NEC Gigabit Ethernet * Silicon Graphics PCI Gigabit Ethernet adapter -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4&manpath=freebsd-release-ports[tl(4)] driver supports Texas Instruments ThunderLAN based Ethernet and Fast Ethernet adapters including a large number of Compaq PCI Ethernet adapters. Also supported are: +[i386,pc98,amd64] The man:tl[4] driver supports Texas Instruments ThunderLAN based Ethernet and Fast Ethernet adapters including a large number of Compaq PCI Ethernet adapters. Also supported are: * Olicom OC-2135/2138 10/100 TX UTP adapter * Olicom OC-2325/OC-2326 10/100 TX UTP adapter * Racore 8148 10baseT/100baseTX/100baseFX adapter * Racore 8165 10/100baseTX adapter -The http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4&manpath=freebsd-release-ports[tl(4)] driver also supports the built-in Ethernet adapters of various Compaq Prosignia servers and Compaq Deskpro desktop machines including: +The man:tl[4] driver also supports the built-in Ethernet adapters of various Compaq Prosignia servers and Compaq Deskpro desktop machines including: * Compaq Netelligent 10 * Compaq Netelligent 10 T PCI UTP/Coax @@ -2138,9 +2136,9 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4&manpath=freebsd-releas * Compaq NetFlex 3P Integrated * Compaq NetFlex 3P w/BNC -[amd64, i386, pc98] SMC 83c17x (EPIC)-based Ethernet NICs (http://www.FreeBSD.org/cgi/man.cgi?query=tx&sektion=4&manpath=freebsd-release-ports[tx(4)] driver) +[amd64, i386, pc98] SMC 83c17x (EPIC)-based Ethernet NICs (man:tx[4] driver) -The http://www.FreeBSD.org/cgi/man.cgi?query=txp&sektion=4&manpath=freebsd-release-ports[txp(4)] driver supports the following cards: +The man:txp[4] driver supports the following cards: * 3Com 3CR990-TX-95 * 3Com 3CR990-TX-97 @@ -2149,20 +2147,20 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=txp&sektion=4&manpath=freebsd-relea * 3Com 3CR990SVR97 * 3Com 3cR990B-SRV -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=udav&sektion=4&manpath=freebsd-release-ports[udav(4)] driver supports the following adapters: +[i386,pc98,amd64] The man:udav[4] driver supports the following adapters: * Corega FEther USB-TXC * ShanTou ST268 USB NIC -The http://www.FreeBSD.org/cgi/man.cgi?query=urndis&sektion=4&manpath=freebsd-release-ports[urndis(4)] driver supports the functionality of many Android devices. +The man:urndis[4] driver supports the functionality of many Android devices. -The http://www.FreeBSD.org/cgi/man.cgi?query=vge&sektion=4&manpath=freebsd-release-ports[vge(4)] driver supports VIA Networking VT6120, VT6122, VT6130 and VT6132 based Gigabit Ethernet adapters including: +The man:vge[4] driver supports VIA Networking VT6120, VT6122, VT6130 and VT6132 based Gigabit Ethernet adapters including: * VIA Networking LAN-on-motherboard Gigabit Ethernet * ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701) * ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702) -The http://www.FreeBSD.org/cgi/man.cgi?query=vr&sektion=4&manpath=freebsd-release-ports[vr(4)] driver supports VIA Technologies Rhine I, Rhine II, and Rhine III based Fast Ethernet adapters including: +The man:vr[4] driver supports VIA Technologies Rhine I, Rhine II, and Rhine III based Fast Ethernet adapters including: * AOpen/Acer ALN-320 * D-Link DFE520-TX @@ -2170,24 +2168,24 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=vr&sektion=4&manpath=freebsd-releas * Hawking Technologies PN102TX * Soekris Engineering net5501 -The http://www.FreeBSD.org/cgi/man.cgi?query=vte&sektion=4&manpath=freebsd-release-ports[vte(4)] device driver provides support for the following Ethernet controllers: +The man:vte[4] device driver provides support for the following Ethernet controllers: * DM&P Vortex86 RDC R6040 Fast Ethernet controller -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=vx&sektion=4&manpath=freebsd-release-ports[vx(4)] driver supports the following cards: +[i386,pc98,amd64] The man:vx[4] driver supports the following cards: * 3Com 3c590 EtherLink III PCI * 3Com 3c592 EtherLink III EISA * 3Com 3c595 Fast EtherLink III PCI in 10 Mbps mode * 3Com 3c597 Fast EtherLink III EISA in 10 Mbps mode -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=vxge&sektion=4&manpath=freebsd-release-ports[vxge(4)] driver supports Neterion X3100 10 Gigabit Ethernet adapters listed in http://www.neterion.com. +[i386,amd64] The man:vxge[4] driver supports Neterion X3100 10 Gigabit Ethernet adapters listed in http://www.neterion.com. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=wb&sektion=4&manpath=freebsd-release-ports[wb(4)] driver supports Winbond W89C840F based Fast Ethernet adapters and embedded controllers including: +[i386,pc98,amd64] The man:wb[4] driver supports Winbond W89C840F based Fast Ethernet adapters and embedded controllers including: * Trendware TE100-PCIE -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=xe&sektion=4&manpath=freebsd-release-ports[xe(4)] driver supports the following cards: +[i386,amd64] The man:xe[4] driver supports the following cards: * Xircom CreditCard Ethernet (PS-CE2-10) * Xircom CreditCard Ethernet + Modem 28 (PS-CEM-28) @@ -2205,7 +2203,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=vte&sektion=4&manpath=freebsd-relea Other similar devices using the same hardware may also be supported. -The http://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4&manpath=freebsd-release-ports[xl(4)] driver supports the following hardware: +The man:xl[4] driver supports the following hardware: * 3Com 3c900-TPO * 3Com 3c900-COMBO @@ -2227,36 +2225,36 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4&manpath=freebsd-releas * 3Com 3C3SH573BT, 3C575TX, 3CCFE575BT, 3CXFE575BT, 3CCFE575CT, 3CXFE575CT, 3CCFEM656, 3CCFEM656B, and 3CCFEM656C, 3CXFEM656, 3CXFEM656B, and 3CXFEM656C CardBus adapters * 3Com 3c905-TX, 3c905B-TX 3c905C-TX, 3c920B-EMB, and 3c920B-EMB-WNM embedded adapters -Both the 3C656 family of CardBus cards and the 3C556 family of MiniPCI cards have a built-in proprietary modem. Neither the http://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4&manpath=freebsd-release-ports[xl(4)] driver nor any other FreeBSD driver supports this modem. +Both the 3C656 family of CardBus cards and the 3C556 family of MiniPCI cards have a built-in proprietary modem. Neither the man:xl[4] driver nor any other FreeBSD driver supports this modem. [[fddi]] == FDDI Interfaces -[i386, pc98] DEC DEFPA PCI (http://www.FreeBSD.org/cgi/man.cgi?query=fpa&sektion=4&manpath=freebsd-release-ports[fpa(4)] driver) +[i386, pc98] DEC DEFPA PCI (man:fpa[4] driver) -[i386] DEC DEFEA EISA (http://www.FreeBSD.org/cgi/man.cgi?query=fpa&sektion=4&manpath=freebsd-release-ports[fpa(4)] driver) +[i386] DEC DEFEA EISA (man:fpa[4] driver) [[atm]] == ATM Interfaces -[i386, pc98] Midway-based ATM interfaces (http://www.FreeBSD.org/cgi/man.cgi?query=en&sektion=4&manpath=freebsd-release-ports[en(4)] driver) +[i386, pc98] Midway-based ATM interfaces (man:en[4] driver) -[i386, pc98 sparc64] FORE Systems, Inc. PCA-200E ATM PCI Adapters (hfa and http://www.FreeBSD.org/cgi/man.cgi?query=fatm&sektion=4&manpath=freebsd-release-ports[fatm(4)] drivers) +[i386, pc98 sparc64] FORE Systems, Inc. PCA-200E ATM PCI Adapters (hfa and man:fatm[4] drivers) -[i386, pc98] IDT NICStAR 77201/211-based ATM Adapters (http://www.FreeBSD.org/cgi/man.cgi?query=idt&sektion=4&manpath=freebsd-release-ports[idt(4)] driver) +[i386, pc98] IDT NICStAR 77201/211-based ATM Adapters (man:idt[4] driver) -[i386, pc98 sparc64] FORE Systems, Inc. HE155 and HE622 ATM interfaces (http://www.FreeBSD.org/cgi/man.cgi?query=hatm&sektion=4&manpath=freebsd-release-ports[hatm(4)] driver) +[i386, pc98 sparc64] FORE Systems, Inc. HE155 and HE622 ATM interfaces (man:hatm[4] driver) -[i386, pc98] IDT77252-based ATM cards (http://www.FreeBSD.org/cgi/man.cgi?query=patm&sektion=4&manpath=freebsd-release-ports[patm(4)] driver) +[i386, pc98] IDT77252-based ATM cards (man:patm[4] driver) [[wlan]] == Wireless Network Interfaces -[amd64, i386, pc98] Cisco/Aironet 802.11b wireless adapters (http://www.FreeBSD.org/cgi/man.cgi?query=an&sektion=4&manpath=freebsd-release-ports[an(4)] driver) +[amd64, i386, pc98] Cisco/Aironet 802.11b wireless adapters (man:an[4] driver) -[i386,pc98,amd64,sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=ath&sektion=4&manpath=freebsd-release-ports[ath(4)] driver supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL chipset. +[i386,pc98,amd64,sparc64] The man:ath[4] driver supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL chipset. -The http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4&manpath=freebsd-release-ports[bwi(4)] driver supports Broadcom BCM43xx based wireless devices, including: +The man:bwi[4] driver supports Broadcom BCM43xx based wireless devices, including: * Apple Airport Extreme * Apple Airport Extreme @@ -2275,9 +2273,9 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4&manpath=freebsd-relea * TRENDnet TEW-401PCplus * US Robotics 5411 -The http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4&manpath=freebsd-release-ports[bwi(4)] driver uses the older v3 version of Broadcom's firmware. While this older firmware does support most BCM43xx parts, the bwn(4) driver works better for the newer chips it supports. You must use the http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4&manpath=freebsd-release-ports[bwi(4)] driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2). The v4 version of the firmware that bwn(4) uses does not support these chips. +The man:bwi[4] driver uses the older v3 version of Broadcom's firmware. While this older firmware does support most BCM43xx parts, the bwn(4) driver works better for the newer chips it supports. You must use the man:bwi[4] driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2). The v4 version of the firmware that bwn(4) uses does not support these chips. -The http://www.FreeBSD.org/cgi/man.cgi?query=bwn&sektion=4&manpath=freebsd-release-ports[bwn(4)] driver supports Broadcom BCM43xx based wireless devices, including: +The man:bwn[4] driver supports Broadcom BCM43xx based wireless devices, including: * Apple Airport Extreme * ASUS WL-138g @@ -2293,19 +2291,19 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=bwn&sektion=4&manpath=freebsd-relea Users of older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2) must use bwi(4) because the v4 version of the firmware does not support these chips. The newer firmware is too big to fit into these old chips. -[i386, amd64] Intel PRO/Wireless 2100 MiniPCI network adapter (http://www.FreeBSD.org/cgi/man.cgi?query=ipw&sektion=4&manpath=freebsd-release-ports[ipw(4)] driver) +[i386, amd64] Intel PRO/Wireless 2100 MiniPCI network adapter (man:ipw[4] driver) -[i386, amd64] Intel PRO/Wireless 2200BG/2915ABG MiniPCI and 2225BG PCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=iwi&sektion=4&manpath=freebsd-release-ports[iwi(4)] driver) +[i386, amd64] Intel PRO/Wireless 2200BG/2915ABG MiniPCI and 2225BG PCI network adapters (man:iwi[4] driver) -[i386, amd64] Intel Dual Band Wireless AC 3160/7260/7265 IEEE 802.11ac network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=iwm&sektion=4&manpath=freebsd-release-ports[iwm(4)] driver) +[i386, amd64] Intel Dual Band Wireless AC 3160/7260/7265 IEEE 802.11ac network adapters (man:iwm[4] driver) -[i386, amd64] Intel Wireless WiFi Link 4965AGN IEEE 802.11n PCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=iwn&sektion=4&manpath=freebsd-release-ports[iwn(4)] driver) +[i386, amd64] Intel Wireless WiFi Link 4965AGN IEEE 802.11n PCI network adapters (man:iwn[4] driver) -[i386, amd64] Marvell Libertas IEEE 802.11b/g PCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=malo&sektion=4&manpath=freebsd-release-ports[malo(4)] driver) +[i386, amd64] Marvell Libertas IEEE 802.11b/g PCI network adapters (man:malo[4] driver) -Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=mwl&sektion=4&manpath=freebsd-release-ports[mwl(4)] driver) +Marvell 88W8363 IEEE 802.11n wireless network adapters (man:mwl[4] driver) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=otus&sektion=4&manpath=freebsd-release-ports[otus(4)] driver provices support for Atheros AR9170 USB IEEE 802.11b/g/n wireless network adapters, including: +[i386,amd64] The man:otus[4] driver provices support for Atheros AR9170 USB IEEE 802.11b/g/n wireless network adapters, including: * 3Com 3CRUSBN275 * Arcadyan WN7512 @@ -2326,7 +2324,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * Z-Com UB82 * ZyXEL NWD-271N -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ral&sektion=4&manpath=freebsd-release-ports[ral(4)] driver supports PCI/PCIe/CardBus wireless adapters based on Ralink Technology chipsets, including: +[i386,amd64] The man:ral[4] driver supports PCI/PCIe/CardBus wireless adapters based on Ralink Technology chipsets, including: * A-Link WL54H * A-Link WL54PC @@ -2416,7 +2414,7 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * Zonet ZEW1500 * Zonet ZEW1600 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=rsu&sektion=4&manpath=freebsd-release-ports[rsu(4)] driver provices support for Realtek RTL8188SU/RTL8192SU USB IEEE 802.11b/g/n wireless network adapters, including: +[i386,amd64] The man:rsu[4] driver provices support for Realtek RTL8188SU/RTL8192SU USB IEEE 802.11b/g/n wireless network adapters, including: * ASUS USB-N10 * Belkin F7D1101 v1 @@ -2432,9 +2430,9 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (http://www.FreeBSD.org/c * TRENDnet TEW-648UB * TRENDnet TEW-649UB -Realtek RTL8188CE based PCIe IEEE 802.11b/g/n wireless network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=rtwn&sektion=4&manpath=freebsd-release-ports[rtwn(4)] driver) +Realtek RTL8188CE based PCIe IEEE 802.11b/g/n wireless network adapters (man:rtwn[4] driver) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=rum&sektion=4&manpath=freebsd-release-ports[rum(4)] driver supports USB 2.0 wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets, including: +[i386,amd64] The man:rum[4] driver supports USB 2.0 wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets, including: * 3Com Aolynk WUB320g * Abocom WUG2700 @@ -2473,7 +2471,7 @@ Realtek RTL8188CE based PCIe IEEE 802.11b/g/n wireless network adapters (http:// * Sweex LW053 * TP-LINK TL-WN321G v1/v2/v3 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=run&sektion=4&manpath=freebsd-release-ports[run(4)] driver supports the following wireless adapters: +[i386,amd64] The man:run[4] driver supports the following wireless adapters: * Airlink101 AWLL6090 * ASUS USB-N11 @@ -2536,7 +2534,7 @@ Realtek RTL8188CE based PCIe IEEE 802.11b/g/n wireless network adapters (http:// * ZyXEL NWD210N * ZyXEL NWD270N -The http://www.FreeBSD.org/cgi/man.cgi?query=uath&sektion=4&manpath=freebsd-release-ports[uath(4)] driver should work with the following adapters: +The man:uath[4] driver should work with the following adapters: * Compex WLU108AG * Compex WLU108G @@ -2560,7 +2558,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=uath&sektion=4&manpath=freebsd-rele An up to date list can be found at http://customerproducts.atheros.com/customerproducts/default.asp. -The http://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4&manpath=freebsd-release-ports[upgt(4)] driver supports USB 2.0 Conexant/Intersil PrismGT series wireless adapters based on the GW3887 chipset, among them: +The man:upgt[4] driver supports USB 2.0 Conexant/Intersil PrismGT series wireless adapters based on the GW3887 chipset, among them: * Belkin F5D7050 (version 1000) * Cohiba Proto Board @@ -2574,7 +2572,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4&manpath=freebsd-rele * Spinnaker DUT * Spinnaker Proto Board -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ural&sektion=4&manpath=freebsd-release-ports[ural(4)] driver supports USB 2.0 wireless adapters based on the Ralink Technology RT2500USB chipset, including: +[i386,amd64] The man:ural[4] driver supports USB 2.0 wireless adapters based on the Ralink Technology RT2500USB chipset, including: * AMIT WL532U * ASUS WL-167g @@ -2606,7 +2604,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4&manpath=freebsd-rele An up to date list can be found at http://ralink.rapla.net/. -The http://www.FreeBSD.org/cgi/man.cgi?query=urtw&sektion=4&manpath=freebsd-release-ports[urtw(4)] driver supports Realtek RTL8187B/L based wireless network devices, including: +The man:urtw[4] driver supports Realtek RTL8187B/L based wireless network devices, including: * Belkin F5D7050E * Linksys WUSB54GCv2 @@ -2619,7 +2617,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtw&sektion=4&manpath=freebsd-rele * SureCom EP-9001-g(2A) * TRENDnet TEW-424UB V3.xR -The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-release-ports[urtwn(4)] driver supports Realtek RTL8188CU/RTL8188RU/RTL8188EU/RTL8192CU based USB IEEE 802.11b/g/n wireless network adapters, including: +The man:urtwn[4] driver supports Realtek RTL8188CU/RTL8188RU/RTL8188EU/RTL8192CU based USB IEEE 802.11b/g/n wireless network adapters, including: * Alfa AWUS036NHR v2 * ASUS USB-N10 NANO @@ -2635,13 +2633,13 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-rel * TP-LINK TL-WN723N v3 * TP-LINK TL-WN725N v2 -[amd64, i386, pc98] Lucent Technologies WaveLAN/IEEE 802.11b wireless network adapters and workalikes using the Lucent Hermes, Intersil PRISM-II, Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24 chipsets (http://www.FreeBSD.org/cgi/man.cgi?query=wi&sektion=4&manpath=freebsd-release-ports[wi(4)] driver) +[amd64, i386, pc98] Lucent Technologies WaveLAN/IEEE 802.11b wireless network adapters and workalikes using the Lucent Hermes, Intersil PRISM-II, Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24 chipsets (man:wi[4] driver) -[i386] NCR / AT&T / Lucent Technologies WaveLan T1-speed ISA/radio LAN cards (http://www.FreeBSD.org/cgi/man.cgi?query=wl&sektion=4&manpath=freebsd-release-ports[wl(4)] driver) +[i386] NCR / AT&T / Lucent Technologies WaveLan T1-speed ISA/radio LAN cards (man:wl[4] driver) -[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network adapters (http://www.FreeBSD.org/cgi/man.cgi?query=wpi&sektion=4&manpath=freebsd-release-ports[wpi(4)] driver) +[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network adapters (man:wpi[4] driver) -[i386,amd64] The following devices are known to be supported by the http://www.FreeBSD.org/cgi/man.cgi?query=zyd&sektion=4&manpath=freebsd-release-ports[zyd(4)] driver: +[i386,amd64] The following devices are known to be supported by the man:zyd[4] driver: * 3COM 3CRUSB10075 * Acer WLAN-G-US1 @@ -2691,12 +2689,12 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-rel [[misc-network]] == Miscellaneous Networks -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=ce&sektion=4&manpath=freebsd-release-ports[ce(4)] driver supports the following models of Tau-PCI/32 WAN adapters: +[i386,pc98] The man:ce[4] driver supports the following models of Tau-PCI/32 WAN adapters: * Cronyx Tau-PCI/32 * Cronyx Tau-PCI/32-Lite -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=cx&sektion=4&manpath=freebsd-release-ports[cx(4)] driver supports the following cards: +[i386] The man:cx[4] driver supports the following cards: * Cronyx Sigma-22, Sigma-24 * Cronyx Sigma-100 @@ -2705,7 +2703,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-rel * Cronyx Sigma-703 * Cronyx Sigma-800, Sigma-801, Sigma-810, Sigma-840 -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=cp&sektion=4&manpath=freebsd-release-ports[cp(4)] driver supports the following models of Tau-PCI WAN adapters: +[i386,pc98] The man:cp[4] driver supports the following models of Tau-PCI WAN adapters: * Cronyx Tau-PCI * Cronyx Tau-PCI/R @@ -2719,34 +2717,34 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=urtwn&sektion=4&manpath=freebsd-rel * Cronyx Tau-PCI-T3 * Cronyx Tau-PCI-STS1 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=ctau&sektion=4&manpath=freebsd-release-ports[ctau(4)] driver supports the following cards: +[i386] The man:ctau[4] driver supports the following cards: * Cronyx Tau (RS-232/V.35) * Cronyx Tau/R (RS-530/RS-449) * Cronyx Tau/E1 (fractional E1) * Cronyx Tau/G703 (unframed E1) -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=cm&sektion=4&manpath=freebsd-release-ports[cm(4)] driver supports the following card models: +[i386] The man:cm[4] driver supports the following card models: * SMC90c26 * SMC90c56 * SMC90c66 in '56 compatibility mode. -Adapters supported by the http://www.FreeBSD.org/cgi/man.cgi?query=cm&sektion=4&manpath=freebsd-release-ports[mos(4)] driver include: +Adapters supported by the man:mos[4] driver include: * Sitecom LN030 [[serial]] == Serial Interfaces -[amd64, i386] "PC standard" 8250, 16450, and 16550-based serial ports (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[amd64, i386] "PC standard" 8250, 16450, and 16550-based serial ports (man:sio[4] driver) -The http://www.FreeBSD.org/cgi/man.cgi?query=uart&sektion=4&manpath=freebsd-release-ports[uart(4)] driver supports the following classes of UARTs: +The man:uart[4] driver supports the following classes of UARTs: * NS8250: standard hardware based on the 8250, 16450, 16550, 16650, 16750 or the 16950 UARTs. * SCC: serial communications controllers supported by the scc(4) device driver. -The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4&manpath=freebsd-release-ports[scc(4)] driver supports the following classes of SCCs: +The man:scc[4] driver supports the following classes of SCCs: * SAB82532: Siemens SAB 82532 based serial communications controllers. * Z8530: Zilog 8530 based serial communications controllers. @@ -2763,15 +2761,15 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4&manpath=freebsd-relea * Boca BB1008 8-Port serial card (Modems _not_ supported) * Boca BB2016 16-Port serial card (Modems supported) -[i386] Comtrol Rocketport card (http://www.FreeBSD.org/cgi/man.cgi?query=rp&sektion=4&manpath=freebsd-release-ports[rp(4)] driver) +[i386] Comtrol Rocketport card (man:rp[4] driver) -[i386] Cyclades Cyclom-Y serial board (http://www.FreeBSD.org/cgi/man.cgi?query=cy&sektion=4&manpath=freebsd-release-ports[cy(4)] driver) +[i386] Cyclades Cyclom-Y serial board (man:cy[4] driver) [i386] STB 4 port card using shared IRQ [i386] DigiBoard intelligent serial cards (digi driver) -[amd64, i386] PCI-Based multi-port serial boards (http://www.FreeBSD.org/cgi/man.cgi?query=puc&sektion=4&manpath=freebsd-release-ports[puc(4)] driver) +[amd64, i386] PCI-Based multi-port serial boards (man:puc[4] driver) * [amd64, i386] Actiontech 56K PCI * [amd64, i386] Avlab Technology, PCI IO 2S and PCI IO 4S @@ -2796,90 +2794,84 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4&manpath=freebsd-relea * [amd64, i386] US Robotics (3Com) 3CP5609 modem * [amd64, i386] VScom PCI-400 and PCI-800 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=rc&sektion=4&manpath=freebsd-release-ports[rc(4)] driver provides support for the SDL Communications RISCom/8 boards. +[i386] The man:rc[4] driver provides support for the SDL Communications RISCom/8 boards. -[i386, amd64] Specialix SI/XIO/SX multiport serial cards, with both the older SIHOST2.x and the "enhanced" (transputer based, aka JET) host cards (ISA, EISA and PCI) are supported. Note that the newer SX+ PCI cards are not currently supported. (http://www.FreeBSD.org/cgi/man.cgi?query=si&sektion=4&manpath=freebsd-release-ports[si(4)] driver) +[i386, amd64] Specialix SI/XIO/SX multiport serial cards, with both the older SIHOST2.x and the "enhanced" (transputer based, aka JET) host cards (ISA, EISA and PCI) are supported. Note that the newer SX+ PCI cards are not currently supported. (man:si[4] driver) -[pc98] Internel serial interfaces (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] Internel serial interfaces (man:sio[4] driver) * PC-9801 on-board * PC-9821 2'nd CCU (flags 0x12000000) -[pc98] NEC PC-9861K, PC-9801-101 and Midori-Denshi MDC-926Rs (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] NEC PC-9861K, PC-9801-101 and Midori-Denshi MDC-926Rs (man:sio[4] driver) * COM2 (flags 0x01000000) * COM3 (flags 0x02000000) -[pc98] NEC PC-9801-120 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] NEC PC-9801-120 (man:sio[4] driver) -[.note] *Note*: + "flags 0x11000000" is necessary in kernel configuration. -[pc98] Microcore MC-16550, MC-16550II, MC-RS98 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] Microcore MC-16550, MC-16550II, MC-RS98 (man:sio[4] driver) -[.note] *Note*: + "flags 0x14000?01" is necessary in kernel configuration. -[pc98] Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 (man:sio[4] driver) -[.note] *Note*: + "flags 0x15000?01" is necessary in kernel configuration. -[pc98] Media Intelligent RSB-384 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] Media Intelligent RSB-384 (man:sio[4] driver) -[.note] *Note*: + "flags 0x16000001" is necessary in kernel configuration. -[pc98] I-O DATA RSA-98III (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] I-O DATA RSA-98III (man:sio[4] driver) -[.note] *Note*: + "flags 0x18000?01" is necessary in kernel configuration. -[pc98] Hayes ESP98 (http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=freebsd-release-ports[sio(4)] driver) +[pc98] Hayes ESP98 (man:sio[4] driver) -[.note] *Note*: + "options COM_ESP" and "flags 0x19000000" are necessary in kernel configuration. [[sound]] == Sound Devices -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ad1816&sektion=4&manpath=freebsd-release-ports[snd_ad1816(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_ad1816[4] driver supports the following sound cards: * Analog Devices AD1816 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_als4000&sektion=4&manpath=freebsd-release-ports[snd_als4000(4)] driver supports the following sound cards: +[i386] The man:snd_als4000[4] driver supports the following sound cards: * Avance Logic ALS4000 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_atiixp&sektion=4&manpath=freebsd-release-ports[snd_atiixp(4)] driver supports the following audio chipsets: +[i386,amd64] The man:snd_atiixp[4] driver supports the following audio chipsets: * ATI IXP 200 * ATI IXP 300 * ATI IXP 400 -[sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_audiocs&sektion=4&manpath=freebsd-release-ports[snd_audiocs(4)] driver supports the following audio devices: +[sparc64] The man:snd_audiocs[4] driver supports the following audio devices: * CS4231 on SBus based UltraSPARC * CS4231 on PCI/EBus based UltraSPARC -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_cmi&sektion=4&manpath=freebsd-release-ports[snd_cmi(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_cmi[4] driver supports the following sound cards: * CMedia CMI8338A * CMedia CMI8338B * CMedia CMI8738 * CMedia CMI8738B -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_cs4281&sektion=4&manpath=freebsd-release-ports[snd_cs4281(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_cs4281[4] driver supports the following sound cards: * Crystal Semiconductor CS4281 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_csa&sektion=4&manpath=freebsd-release-ports[snd_csa(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_csa[4] driver supports the following sound cards: * Crystal Semiconductor CS4280 * Crystal Semiconductor CS4610 @@ -2893,35 +2885,35 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4&manpath=freebsd-relea * Hercules Game Theatre XP * Turtle Beach Santa Cruz -Some onboard CS4610 chips are accompanied by the CS423x ISA codec instead of the CS4297 AC97 codec. Such configurations are not supported by the http://www.FreeBSD.org/cgi/man.cgi?query=snd_csa&sektion=4&manpath=freebsd-release-ports[snd_csa(4)] driver yet. +Some onboard CS4610 chips are accompanied by the CS423x ISA codec instead of the CS4297 AC97 codec. Such configurations are not supported by the man:snd_csa[4] driver yet. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ds1&sektion=4&manpath=freebsd-release-ports[snd_ds1(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_ds1[4] driver supports the following sound cards: * Yamaha DS-1 * Yamaha DS-1E -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10k1&sektion=4&manpath=freebsd-release-ports[snd_emu10k1(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_emu10k1[4] driver supports the following sound cards: * Creative SoundBlaster Live! (EMU10K1 Chipset) * Creative SoundBlaster Audigy (EMU10K2 Chipset) * Creative SoundBlaster Audigy 2 (EMU10K2 Chipset) * Creative SoundBlaster Audigy 2 (EMU10K3 Chipset) -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&%0Asektion=4&manpath=freebsd-release-ports[snd_emu10kx(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_emu10kx[4] driver supports the following sound cards: * Creative Sound Blaster Live! (EMU10K1 Chipset). Both PCM and MIDI interfaces are available. * Creative Sound Blaster Audigy (CA0100 and CA0101 Chipset). PCM and two MIDI interfaces available. * Creative Sound Blaster Audigy 2 and Creative Sound Blaster Audigy 4 (CA0102 Chipset). PCM support is limited to 48kHz/16 bit stereo (192kHz/24 bit part of this chipset is not supported). * Creative Sound Blaster Audigy 2 Value (CA0108 Chipset). PCM support is limited to 48kHz/16 bit stereo (192kHz/24 bit part of this chipset is not supported). There is no MIDI support for this card. -The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4&manpath=freebsd-release-ports[snd_emu10kx(4)] driver does _not_ support the following sound cards (although they have names similar to some supported ones): +The man:snd_emu10kx[4] driver does _not_ support the following sound cards (although they have names similar to some supported ones): * Creative Sound Blaster Live! 24-Bit, identified by FreeBSD as * Creative Sound Blaster Audigy LS / ES, identified by FreeBSD as * All other Creative sound cards with -DAT chipsets. * All Creative X-Fi series sound cards. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_envy24&sektion=4&manpath=freebsd-release-ports[snd_envy24(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_envy24[4] driver supports the following audio devices: * M-Audio Audiophile 2496 * M-Audio Delta Dio 2496 @@ -2929,7 +2921,7 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4&manpath=freeb Only analog playback is supported. Recording and other features of these cards are not supported. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_envy24ht&sektion=4&manpath=freebsd-release-ports[snd_envy24ht(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_envy24ht[4] driver supports the following audio devices: * Audiotrak Prodigy 7.1 * Audiotrak Prodigy 7.1 LT @@ -2947,7 +2939,7 @@ Only analog playback is supported. Recording and other features of these cards a Only analog playback is supported. Recording and other features of these cards are not supported. -[i386,sparc64,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_es137x&sektion=4&manpath=freebsd-release-ports[snd_es137x(4)] driver supports the following sound cards: +[i386,sparc64,amd64] The man:snd_es137x[4] driver supports the following sound cards: * Creative CT5880-A * Creative CT5880-C @@ -2961,29 +2953,29 @@ Only analog playback is supported. Recording and other features of these cards a * Ensoniq AudioPCI ES1373-B * Ensoniq AudioPCI ES1373-8 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ess&sektion=4&manpath=freebsd-release-ports[snd_ess(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_ess[4] driver supports the following sound cards: * Ensoniq ESS ISA PnP/non-PnP -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_fm801&sektion=4&manpath=freebsd-release-ports[snd_fm801(4)] driver supports audio devices based on the following chipset: +[i386,amd64] The man:snd_fm801[4] driver supports audio devices based on the following chipset: * Forte Media FM801 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?%0Aquery=snd_gusc&sektion=4&manpath=freebsd-release-ports[snd_gusc(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_gusc[4] driver supports the following sound cards: * Gravis UltraSound MAX * Gravis UltraSound PnP -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=freebsd-release-ports[snd_hda(4)] driver supports controllers having PCI class 4 (multimedia) and subclass 3 (HDA), compatible with Intel HDA specification. +[i386,amd64] The man:snd_hda[4] driver supports controllers having PCI class 4 (multimedia) and subclass 3 (HDA), compatible with Intel HDA specification. -The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=freebsd-release-ports[snd_hda(4)] driver supports more than two hundred different controllers and CODECs. There is no sense to list all of them here, as in most cases specific CODEC configuration and wiring are more important then type of the CODEC itself. +The man:snd_hda[4] driver supports more than two hundred different controllers and CODECs. There is no sense to list all of them here, as in most cases specific CODEC configuration and wiring are more important then type of the CODEC itself. -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hdspe&sektion=4&manpath=freebsd-release-ports[snd_hdspe(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_hdspe[4] driver supports the following audio devices: * RME HDSPe AIO * RME HDSPe RayDAT -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_ich&sektion=4&manpath=freebsd-release-ports[snd_ich(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_ich[4] driver supports the following audio devices: * AMD 768 * AMD 8111 @@ -3004,18 +2996,18 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=freebsd-r * NVIDIA nForce4 * SiS 7012 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_maestro&sektion=4&manpath=freebsd-release-ports[snd_maestro(4)] driver supports the following PCI sound cards: +[i386,amd64] The man:snd_maestro[4] driver supports the following PCI sound cards: * ESS Technology Maestro-1 * ESS Technology Maestro-2 * ESS Technology Maestro-2E -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_maestro3&sektion=4&manpath=freebsd-release-ports[snd_maestro3(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_maestro3[4] driver supports the following audio devices: * ESS Technology Allegro-1 * ESS Technology Maestro3 -[i386] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_mss&sektion=4&manpath=freebsd-release-ports[snd_mss(4)] driver supports the following audio devices: +[i386] The man:snd_mss[4] driver supports the following audio devices: * AD1845 * AD1848 @@ -3037,12 +3029,12 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=freebsd-r * Yamaha OPL-SA2 * Yamaha OPL-SA3 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_neomagic&sektion=4&manpath=freebsd-release-ports[snd_neomagic(4)] driver supports the following audio devices: +[i386,amd64] The man:snd_neomagic[4] driver supports the following audio devices: * NeoMagic 256AV * NeoMagic 256ZX -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_sbc&sektion=4&manpath=freebsd-release-ports[snd_sbc(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_sbc[4] driver supports the following sound cards: * Avance Asound 110 * Avance Logic ALS100+ @@ -3061,14 +3053,14 @@ The http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=freebsd-r * ESS ES1879 * ESS ES1888 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_solo&sektion=4&manpath=freebsd-release-ports[snd_solo(4)] driver supports the following sound cards: +[i386,amd64] The man:snd_solo[4] driver supports the following sound cards: * ESS Solo-1 (ES1938 Chipset) * ESS Solo-1E (ES1946 Chipset) Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) and/or snd_sbc(4). -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_spicds&sektion=4&manpath=freebsd-release-ports[snd_spicds(4)] driver supports the following codecs: +[i386,amd64] The man:snd_spicds[4] driver supports the following codecs: * AK4358 * AK4381 @@ -3077,14 +3069,14 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * AK4528 * WM8770 -[i386,amd64,sparc64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_t4dwave&sektion=4&manpath=freebsd-release-ports[snd_t4dwave(4)] driver supports the following audio devices: +[i386,amd64,sparc64] The man:snd_t4dwave[4] driver supports the following audio devices: * Acer Labs M5451 * SIS 7018 * Trident 4DWave DX * Trident 4DWave NX -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_via8233&sektion=4&manpath=freebsd-release-ports[snd_via8233(4)] driver supports the following audio chipsets: +[i386,amd64] The man:snd_via8233[4] driver supports the following audio chipsets: * VIA VT8233 * VIA VT8233A @@ -3093,11 +3085,11 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * VIA VT8237 * VIA VT8251 -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_via82c686&sektion=4&manpath=freebsd-release-ports[snd_via82c686(4)] driver supports audio devices based on the following chipset: +[i386,amd64] The man:snd_via82c686[4] driver supports audio devices based on the following chipset: * VIA 82C686A -[i386,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=snd_vibes&sektion=4&manpath=freebsd-release-ports[snd_vibes(4)] driver supports audio devices based on the following chipset: +[i386,amd64] The man:snd_vibes[4] driver supports audio devices based on the following chipset: * S3 SonicVibes @@ -3108,9 +3100,9 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a [pc98] NEC X-MATE, CanBe, ValueStar internal (mss driver) -[pc98] Creative Technologies SoundBlaster(98) (http://www.FreeBSD.org/cgi/man.cgi?query=sb&sektion=4&manpath=freebsd-release-ports[sb(4)] driver) +[pc98] Creative Technologies SoundBlaster(98) (man:sb[4] driver) -[pc98] I-O DATA CD-BOX (http://www.FreeBSD.org/cgi/man.cgi?query=sb&sektion=4&manpath=freebsd-release-ports[sb(4)] driver) +[pc98] I-O DATA CD-BOX (man:sb[4] driver) [pc98] MPU-401 and compatible interfaces (mpu driver) @@ -3119,7 +3111,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a [[camera]] == Camera and Video Capture Devices -[i386,pc98] The http://www.FreeBSD.org/cgi/man.cgi?query=bktr&sektion=4&manpath=freebsd-release-ports[bktr(4)] driver supports video capture cards based on the Brooktree Bt848/849/878/879 chips, as well as Pinnacle PCTV cards, including: +[i386,pc98] The man:bktr[4] driver supports video capture cards based on the Brooktree Bt848/849/878/879 chips, as well as Pinnacle PCTV cards, including: * AOpen VA1000 * AVerMedia AVerTV Studio @@ -3151,15 +3143,13 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a [amd64, i386, pc98] A range of USB peripherals are supported; devices known to work are listed in this section. Owing to the generic nature of most USB devices, with some exceptions any device of a given class will be supported, even if not explicitly listed here. -[.note] *Note*: + -[amd64, i386, pc98] USB Ethernet adapters can be found in the section listing link:#ethernet[Ethernet interfaces]. +[amd64, i386, pc98] USB Ethernet adapters can be found in the section listing <>. -[.note] *Note*: + -[amd64, i386, pc98] USB Bluetooth adapters can be found in link:#bluetooth[Bluetooth] section. +[amd64, i386, pc98] USB Bluetooth adapters can be found in <> section. -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=ohci&sektion=4&manpath=freebsd-release-ports[ohci(4)] driver supports all OHCI v1.0 compliant controllers including: +[i386,pc98,amd64,powerpc] The man:ohci[4] driver supports all OHCI v1.0 compliant controllers including: * AcerLabs M5237 (Aladdin-V) * AMD-756 @@ -3170,33 +3160,33 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * NVIDIA nForce3 * Sun PCIO-2 (RIO USB) -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=uhci&sektion=4&manpath=freebsd-release-ports[uhci(4)] driver supports all UHCI v1.1 compliant controllers including: +[i386,pc98,amd64,powerpc] The man:uhci[4] driver supports all UHCI v1.1 compliant controllers including: * Intel 82371AB/EB (PIIX4) * Intel 82371SB (PIIX3) * VIA 83C572 -[amd64, i386, pc98] USB 2.0 controllers using the EHCI interface (http://www.FreeBSD.org/cgi/man.cgi?query=ehci&sektion=4&manpath=freebsd-release-ports[ehci(4)] driver) +[amd64, i386, pc98] USB 2.0 controllers using the EHCI interface (man:ehci[4] driver) [amd64, i386, pc98] Hubs -[amd64, i386, pc98] Keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=ukbd&sektion=4&manpath=freebsd-release-ports[ukbd(4)] driver) +[amd64, i386, pc98] Keyboards (man:ukbd[4] driver) [amd64, i386, pc98] Miscellaneous * Assist Computer Systems PC Camera C-M1 * ActiveWire I/O Board * Creative Technology Video Blaster WebCam Plus -* D-Link DSB-R100 USB Radio (http://www.FreeBSD.org/cgi/man.cgi?query=ufm&sektion=4&manpath=freebsd-release-ports[ufm(4)] driver) +* D-Link DSB-R100 USB Radio (man:ufm[4] driver) * Mirunet AlphaCam Plus -[i386,pc98,amd64,powerpc] The following devices are supported by the http://www.FreeBSD.org/cgi/man.cgi?query=urio&sektion=4&manpath=freebsd-release-ports[urio(4)] driver: +[i386,pc98,amd64,powerpc] The following devices are supported by the man:urio[4] driver: * Diamond MultiMedia Rio 500 * Diamond MultiMedia Rio 600 * Diamond MultiMedia Rio 800 -[i386,pc98,amd64] Devices supported by the http://www.FreeBSD.org/cgi/man.cgi?query=umodem&sektion=4&manpath=freebsd-release-ports[umodem(4)] driver include: +[i386,pc98,amd64] Devices supported by the man:umodem[4] driver include: * 3Com 5605 * Curitel PC5740 Wireless Modem @@ -3209,9 +3199,9 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * Sony Ericsson W810i phone * Sonim XP5300 Force -[amd64, i386, pc98] Mice (http://www.FreeBSD.org/cgi/man.cgi?query=ums&sektion=4&manpath=freebsd-release-ports[ums(4)] driver) +[amd64, i386, pc98] Mice (man:ums[4] driver) -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=ulpt&sektion=4&manpath=freebsd-release-ports[ulpt(4)] driver provides support for USB printers and parallel printer conversion cables, including the following: +[i386,pc98,amd64,powerpc] The man:ulpt[4] driver provides support for USB printers and parallel printer conversion cables, including the following: * ATen parallel printer adapter * Belkin F5U002 parallel printer adapter @@ -3222,7 +3212,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * Oki Data MICROLINE ML660PS * Seiko Epson PM-900C, 880C, 820C, 730C -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ubsa&sektion=4&manpath=freebsd-release-ports[ubsa(4)] driver supports the following adapters: +[i386,pc98,amd64] The man:ubsa[4] driver supports the following adapters: * AnyData ADU-500A EV-DO modem * AnyData ADU-E100A (no EV-DO mode support) @@ -3232,9 +3222,9 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * GoHubs GoCOM232 * Peracom single port serial adapter -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ubser&sektion=4&manpath=freebsd-release-ports[ubser(4)] driver provides support for the BWCT console management serial adapters. +[i386,pc98,amd64] The man:ubser[4] driver provides support for the BWCT console management serial adapters. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=uftdi&sektion=4&manpath=freebsd-release-ports[uftdi(4)] driver supports the following adapters: +[i386,pc98,amd64] The man:uftdi[4] driver supports the following adapters: * B&B Electronics USB->RS422/485 adapter * Elexol USB MOD1 and USB MOD3 @@ -3244,7 +3234,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * Buffalo PC-OP-RS / Kurouto-shikou KURO-RS universal remote * Prologix GPIB-USB Controller -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=uplcom&sektion=4&manpath=freebsd-release-ports[uplcom(4)] driver supports the following devices and adapters: +[i386,pc98,amd64] The man:uplcom[4] driver supports the following devices and adapters: * ADLINK ND-6530 USB-Serial Adapter * Alcatel One Touch 535/735 Phone @@ -3303,7 +3293,7 @@ Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) a * YC-Cable USB-Serial Adapter * Zeagle N2iTion3 Diving Computer -The http://www.FreeBSD.org/cgi/man.cgi?query=umct&sektion=4&manpath=freebsd-release-ports[umct(4)] driver supports the following adapters: +The man:umct[4] driver supports the following adapters: Belkin F5U109 @@ -3315,7 +3305,7 @@ Magic Control Technology USB-232 Sitecom USB-232 -[i386,pc98,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=umass&sektion=4&manpath=freebsd-release-ports[umass(4)] driver supports USB Mass Storage devices, including: +[i386,pc98,amd64,powerpc] The man:umass[4] driver supports USB Mass Storage devices, including: * ADTEC Stick Drive AD-UST32M, 64M, 128M, 256M * Denno FireWire/USB2 Removable 2.5-inch HDD Case MIFU-25CB20 @@ -3369,9 +3359,9 @@ Among the supported digital cameras are: * Asahi Optical (PENTAX) Optio 230 & 330 -[amd64, i386, pc98] Audio Devices (http://www.FreeBSD.org/cgi/man.cgi?query=uaudio&sektion=4&manpath=freebsd-release-ports[uaudio(4)] driver) +[amd64, i386, pc98] Audio Devices (man:uaudio[4] driver) -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=uvisor&sektion=4&manpath=freebsd-release-ports[uvisor(4)] driver supports the following devices: +[i386,pc98,amd64] The man:uvisor[4] driver supports the following devices: * Aceeca Mez1000 RDA * Handspring Treo @@ -3398,7 +3388,7 @@ Among the supported digital cameras are: [[firewire]] == IEEE 1394 (Firewire) Devices -[i386,sparc64,amd64,powerpc] The http://www.FreeBSD.org/cgi/man.cgi?query=fwohci&sektion=4&manpath=freebsd-release-ports[fwohci(4)] driver provides support for PCI/CardBus FireWire interface cards. The driver supports the following IEEE 1394 OHCI chipsets: +[i386,sparc64,amd64,powerpc] The man:fwohci[4] driver provides support for PCI/CardBus FireWire interface cards. The driver supports the following IEEE 1394 OHCI chipsets: * Adaptec AHA-894x/AIC-5800 * Apple Pangea @@ -3430,14 +3420,14 @@ Among the supported digital cameras are: * Texas Instruments TSB82AA2 * VIA Fire II (VT6306) -[amd64, i386, sparc64] Serial Bus Protocol 2 (SBP-2) storage devices (http://www.FreeBSD.org/cgi/man.cgi?query=sbp&sektion=4&manpath=freebsd-release-ports[sbp(4)] driver) +[amd64, i386, sparc64] Serial Bus Protocol 2 (SBP-2) storage devices (man:sbp[4] driver) [[bluetooth]] == Bluetooth Devices -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ng_bt3c&sektion=4&manpath=freebsd-release-ports[ng_bt3c(4)] driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter. +[i386,pc98,amd64] The man:ng_bt3c[4] driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter. -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ng_ubt&sektion=4&manpath=freebsd-release-ports[ng_ubt(4)] driver supports all Bluetooth USB devices that conform with the Bluetooth specification v1.1, including: +[i386,pc98,amd64] The man:ng_ubt[4] driver supports all Bluetooth USB devices that conform with the Bluetooth specification v1.1, including: * 3Com 3CREB96 * AIPTEK BR0R02 @@ -3450,7 +3440,7 @@ Among the supported digital cameras are: [[crypto-accel]] == Cryptographic Accelerators -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=hifn&sektion=4&manpath=freebsd-release-ports[hifn(4)] driver supports various cards containing the Hifn 7751, 7951, 7811, 7955, and 7956 chipsets, such as: +[i386,pc98,amd64] The man:hifn[4] driver supports various cards containing the Hifn 7751, 7951, 7811, 7955, and 7956 chipsets, such as: * Invertex AEON * Hifn 7751 @@ -3460,12 +3450,12 @@ Among the supported digital cameras are: * Soekris Engineering vpn1201 and vpn1211 * Soekris Engineering vpn1401 and vpn1411 -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=safe&sektion=4&manpath=freebsd-release-ports[safe(4)] driver supports cards containing any of the following chips: +[i386,pc98,amd64] The man:safe[4] driver supports cards containing any of the following chips: * SafeNet 1141 * SafeNet 1741 -[i386,pc98,amd64] The http://www.FreeBSD.org/cgi/man.cgi?query=ubsec&sektion=4&manpath=freebsd-release-ports[ubsec(4)] driver supports cards containing any of the following chips: +[i386,pc98,amd64] The man:ubsec[4] driver supports cards containing any of the following chips: * Bluesteel 5501 * Bluesteel 5601 @@ -3486,39 +3476,37 @@ Among the supported digital cameras are: * MELCO IGM-PCM56K/IGM-PCM56KH * Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD terminal) -[amd64, i386, pc98] Floppy drives (http://www.FreeBSD.org/cgi/man.cgi?query=fdc&sektion=4&manpath=freebsd-release-ports[fdc(4)] driver) +[amd64, i386, pc98] Floppy drives (man:fdc[4] driver) -[amd64, i386] VGA-compatible video cards (http://www.FreeBSD.org/cgi/man.cgi?query=vga&sektion=4&manpath=freebsd-release-ports[vga(4)] driver) +[amd64, i386] VGA-compatible video cards (man:vga[4] driver) -[.note] *Note*: + Information regarding specific video cards and compatibility with Xorg can be found at `http://www.x.org/`. [amd64, i386, pc98] Keyboards including: -* [i386] AT-style keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=atkbd&sektion=4&manpath=freebsd-release-ports[atkbd(4)] driver) -* [amd64, i386] PS/2 keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=atkbd&sektion=4&manpath=freebsd-release-ports[atkbd(4)] driver) +* [i386] AT-style keyboards (man:atkbd[4] driver) +* [amd64, i386] PS/2 keyboards (man:atkbd[4] driver) * [pc98] Standard keyboards -* [amd64, i386, pc98] USB keyboards (http://www.FreeBSD.org/cgi/man.cgi?query=ukbd&sektion=4&manpath=freebsd-release-ports[ukbd(4)] driver) +* [amd64, i386, pc98] USB keyboards (man:ukbd[4] driver) [amd64, i386, pc98] Pointing devices including: -* [amd64, i386, pc98] Bus mice and compatible devices (http://www.FreeBSD.org/cgi/man.cgi?query=mse&sektion=4&manpath=freebsd-release-ports[mse(4)] driver) -* [amd64, i386] PS/2 mice and compatible devices, including many laptop pointing devices (http://www.FreeBSD.org/cgi/man.cgi?query=psm&sektion=4&manpath=freebsd-release-ports[psm(4)] driver) +* [amd64, i386, pc98] Bus mice and compatible devices (man:mse[4] driver) +* [amd64, i386] PS/2 mice and compatible devices, including many laptop pointing devices (man:psm[4] driver) * Serial mice and compatible devices -* [amd64, i386, pc98] USB mice (http://www.FreeBSD.org/cgi/man.cgi?query=ums&sektion=4&manpath=freebsd-release-ports[ums(4)] driver) +* [amd64, i386, pc98] USB mice (man:ums[4] driver) -[.note] *Note*: + -http://www.FreeBSD.org/cgi/man.cgi?query=moused&sektion=8&manpath=freebsd-release-ports[moused(8)] has more information on using pointing devices with FreeBSD. Information on using pointing devices with Xorg can be found at `http://www.x.org/`. +man:moused(8)] has more information on using pointing devices with FreeBSD. Information on using pointing devices with Xorg can be found at `http://www.x.org/`. -[amd64, i386] "PC standard" parallel ports (http://www.FreeBSD.org/cgi/man.cgi?query=ppc&sektion=4&manpath=freebsd-release-ports[ppc(4)] driver) +[amd64, i386] "PC standard" parallel ports (man:ppc[4] driver) -[pc98] "PC-9821 standard" parallel ports (http://www.FreeBSD.org/cgi/man.cgi?query=ppc&sektion=4&manpath=freebsd-release-ports[ppc(4)] driver) +[pc98] "PC-9821 standard" parallel ports (man:ppc[4] driver) -[i386, amd64] PC-compatible joysticks (http://www.FreeBSD.org/cgi/man.cgi?query=joy&sektion=4&manpath=freebsd-release-ports[joy(4)] driver) +[i386, amd64] PC-compatible joysticks (man:joy[4] driver) -[pc98] Joystick port of SoundBlaster(98) (http://www.FreeBSD.org/cgi/man.cgi?query=joy&sektion=4&manpath=freebsd-release-ports[joy(4)] driver) +[pc98] Joystick port of SoundBlaster(98) (man:joy[4] driver) [i386, pc98] PHS Data Communication Card/PCCARD