git: 354915f83a - main - Use manpage asciidoctor extension in 10.x and 11.x releases

Sergio Carlavilla Delgado carlavilla at FreeBSD.org
Wed Feb 3 21:43:47 UTC 2021


The branch main has been updated by carlavilla:

URL: https://cgit.FreeBSD.org/doc/commit/?id=354915f83a41f599636b00e941a1ec83de4040a7

commit 354915f83a41f599636b00e941a1ec83de4040a7
Author:     Sergio Carlavilla Delgado <carlavilla at FreeBSD.org>
AuthorDate: 2021-02-03 21:41:47 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla at FreeBSD.org>
CommitDate: 2021-02-03 21:43:07 +0000

    Use manpage asciidoctor extension in 10.x and 11.x releases
    
    PR:             253171
    Submitted by:   wosch@
---
 website/content/en/releases/10.0R/hardware.adoc | 534 +++++++++----------
 website/content/en/releases/10.1R/hardware.adoc | 582 ++++++++++-----------
 website/content/en/releases/10.2R/hardware.adoc | 631 +++++++++++-----------
 website/content/en/releases/10.3R/hardware.adoc | 624 +++++++++++-----------
 website/content/en/releases/10.4R/hardware.adoc | 665 ++++++++++++------------
 website/content/en/releases/11.0R/hardware.adoc | 558 ++++++++++----------
 website/content/en/releases/11.1R/hardware.adoc | 578 ++++++++++----------
 website/content/en/releases/11.2R/hardware.adoc | 580 ++++++++++-----------
 website/content/en/releases/11.3R/hardware.adoc | 596 +++++++++++----------
 website/content/en/releases/11.4R/hardware.adoc | 596 +++++++++++----------
 10 files changed, 2907 insertions(+), 3037 deletions(-)

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:
*** 19037 LINES SKIPPED ***


More information about the dev-commits-doc-all mailing list