diff options
author | simon <simon@FreeBSD.org> | 2004-09-12 19:46:33 +0000 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2004-09-12 19:46:33 +0000 |
commit | f09a556ba024c69d610ba73bcfd729029b4ddbf6 (patch) | |
tree | a63881a1204871cafa06a5dd72bb848e8fedb774 /release | |
parent | 645bb609229e743b26aa33728d6845fa5efed24d (diff) | |
download | FreeBSD-src-f09a556ba024c69d610ba73bcfd729029b4ddbf6.zip FreeBSD-src-f09a556ba024c69d610ba73bcfd729029b4ddbf6.tar.gz |
- Auto generate device listings for the fwohci(4), hifh(4), safe(4),
and ubsec(4) drivers.
MFC after: 3 days
Diffstat (limited to 'release')
-rw-r--r-- | release/doc/en_US.ISO8859-1/hardware/article.sgml | 21 | ||||
-rw-r--r-- | release/doc/en_US.ISO8859-1/hardware/common/dev.sgml | 21 |
2 files changed, 8 insertions, 34 deletions
diff --git a/release/doc/en_US.ISO8859-1/hardware/article.sgml b/release/doc/en_US.ISO8859-1/hardware/article.sgml index 132c413..faf8e7d 100644 --- a/release/doc/en_US.ISO8859-1/hardware/article.sgml +++ b/release/doc/en_US.ISO8859-1/hardware/article.sgml @@ -1311,9 +1311,7 @@ <sect2 id="firewire"> <title>IEEE 1394 (Firewire) Devices</title> - <para arch="i386,sparc64,amd64">Host Controllers (&man.fwohci.4; - driver) - </para> + &hwlist.fwohci; <para arch="i386,sparc64,amd64">Serial Bus Protocol 2 (SBP-2) storage devices (&man.sbp.4; driver)</para> @@ -1356,22 +1354,11 @@ <sect2 id="crypto-accel"> <title>Cryptographic Accelerators</title> - <para arch="i386,pc98,amd64">Accelerators based on - the Hifn 7751, 7811, or 7951 chipsets (&man.hifn.4; driver) - </para> - - <para arch="i386,pc98,amd64">Accelerators based on the SafeNet - 1141 or 1741 cryptographic accelerator chipsets (&man.safe.4; - driver)</para> - - <para arch="i386,pc98,amd64">Accelerators based on - the Bluesteel 5501 or 5601 chipsets (&man.ubsec.4; - driver)</para> + &hwlist.hifn; - <para arch="i386,pc98,amd64">Accelerators based on - the Broadcom BCM5801, BCM5802, BCM5805, BCM5820, BCM 5821, - BCM5822 chipsets (&man.ubsec.4; driver)</para> + &hwlist.safe; + &hwlist.ubsec; </sect2> <sect2 id="misc"> diff --git a/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml b/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml index 132c413..faf8e7d 100644 --- a/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml +++ b/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml @@ -1311,9 +1311,7 @@ <sect2 id="firewire"> <title>IEEE 1394 (Firewire) Devices</title> - <para arch="i386,sparc64,amd64">Host Controllers (&man.fwohci.4; - driver) - </para> + &hwlist.fwohci; <para arch="i386,sparc64,amd64">Serial Bus Protocol 2 (SBP-2) storage devices (&man.sbp.4; driver)</para> @@ -1356,22 +1354,11 @@ <sect2 id="crypto-accel"> <title>Cryptographic Accelerators</title> - <para arch="i386,pc98,amd64">Accelerators based on - the Hifn 7751, 7811, or 7951 chipsets (&man.hifn.4; driver) - </para> - - <para arch="i386,pc98,amd64">Accelerators based on the SafeNet - 1141 or 1741 cryptographic accelerator chipsets (&man.safe.4; - driver)</para> - - <para arch="i386,pc98,amd64">Accelerators based on - the Bluesteel 5501 or 5601 chipsets (&man.ubsec.4; - driver)</para> + &hwlist.hifn; - <para arch="i386,pc98,amd64">Accelerators based on - the Broadcom BCM5801, BCM5802, BCM5805, BCM5820, BCM 5821, - BCM5822 chipsets (&man.ubsec.4; driver)</para> + &hwlist.safe; + &hwlist.ubsec; </sect2> <sect2 id="misc"> |