Make the HARDWARE section better suited to the upcoming auto generated
Hardware Notes: - Only include text related the device listings and hardware support in the HARDWARE section. - Make the HARDWARE section preamble text have a call to the Nm macro, so the driver name will appear in the Hardware Notes. - Add the manufacturer name to each item in the device list, where appropriate. - Clean trailing punctuation characters from the lists.
This commit is contained in:
parent
c79246f669
commit
5a41752f70
@ -41,8 +41,15 @@ driver provides support for the
|
||||
.Tn Arcnet
|
||||
.Tn ISA
|
||||
network adapters.
|
||||
.Pp
|
||||
This driver also has quirks preset in the
|
||||
.Xr device.hints 5
|
||||
file for card detection.
|
||||
.Sh HARDWARE
|
||||
This driver supports the following card models:
|
||||
The
|
||||
.Nm
|
||||
driver supports the following
|
||||
card models:
|
||||
.Pp
|
||||
.Bl -bullet -compact
|
||||
.It
|
||||
@ -52,12 +59,6 @@ SMC90c56
|
||||
.It
|
||||
SMC90c66 in '56 compatibility mode.
|
||||
.El
|
||||
.Pp
|
||||
The
|
||||
.Nm
|
||||
driver also has quirks preset in the
|
||||
.Xr device.hints 5
|
||||
file for card detection.
|
||||
.Sh IMPLEMENTATION NOTES
|
||||
When the
|
||||
.Va NOARP
|
||||
|
@ -58,53 +58,6 @@ adapters such as the 3c905-TX and 3c905B-TX are capable of 10 or
|
||||
100Mbps data rates in either full or half duplex and can be manually
|
||||
configured for any supported mode or automatically negotiate the highest
|
||||
possible mode with a link partner.
|
||||
.Sh HARDWARE
|
||||
The
|
||||
.Nm
|
||||
driver supports the following hardware:
|
||||
.Pp
|
||||
.Bl -bullet -compact
|
||||
.It
|
||||
3c900-TPO
|
||||
.It
|
||||
3c900-COMBO
|
||||
.It
|
||||
3c905-TX
|
||||
.It
|
||||
3c905-T4
|
||||
.It
|
||||
3c900B-TPO
|
||||
.It
|
||||
3c900B-TPC,
|
||||
.It
|
||||
3c900B-FL,
|
||||
.It
|
||||
3c900B-COMBO,
|
||||
.It
|
||||
3c905B-T4,
|
||||
.It
|
||||
3c905B-TX,
|
||||
.It
|
||||
3c905B-FX,
|
||||
.It
|
||||
3c905B-COMBO
|
||||
.It
|
||||
3c905C-TX;
|
||||
.It
|
||||
3c980, 3c980B, and 3c980C server adapters
|
||||
.It
|
||||
3cSOHO100-TX OfficeConnect adapters
|
||||
.It
|
||||
3c450 HomeConnect adapters
|
||||
.It
|
||||
3c555, 3c556 and 3c556B mini-PCI adapters
|
||||
.It
|
||||
3C3SH573BT, 3C575TX, 3CCFE575BT, 3CXFE575BT, 3CCFE575CT, 3CXFE575CT,
|
||||
3CCFEM656, 3CCFEM656B, and 3CCFEM656C, 3CXFEM656, 3CXFEM656B, and
|
||||
3CXFEM656C CardBus adapters
|
||||
.It
|
||||
3c905-TX, 3c905B-TX 3c905C-TX, and 3c920B-EMB embedded adapters
|
||||
.El
|
||||
.Pp
|
||||
The
|
||||
.Nm
|
||||
@ -161,6 +114,53 @@ Note that the 100baseTX media type is only available if supported
|
||||
by the adapter.
|
||||
For more information on configuring this device, see
|
||||
.Xr ifconfig 8 .
|
||||
.Sh HARDWARE
|
||||
The
|
||||
.Nm
|
||||
driver supports the following hardware:
|
||||
.Pp
|
||||
.Bl -bullet -compact
|
||||
.It
|
||||
3Com 3c900-TPO
|
||||
.It
|
||||
3Com 3c900-COMBO
|
||||
.It
|
||||
3Com 3c905-TX
|
||||
.It
|
||||
3Com 3c905-T4
|
||||
.It
|
||||
3Com 3c900B-TPO
|
||||
.It
|
||||
3Com 3c900B-TPC
|
||||
.It
|
||||
3Com 3c900B-FL
|
||||
.It
|
||||
3Com 3c900B-COMBO
|
||||
.It
|
||||
3Com 3c905B-T4
|
||||
.It
|
||||
3Com 3c905B-TX
|
||||
.It
|
||||
3Com 3c905B-FX
|
||||
.It
|
||||
3Com 3c905B-COMBO
|
||||
.It
|
||||
3Com 3c905C-TX
|
||||
.It
|
||||
3Com 3c980, 3c980B, and 3c980C server adapters
|
||||
.It
|
||||
3Com 3cSOHO100-TX OfficeConnect adapters
|
||||
.It
|
||||
3Com 3c450 HomeConnect adapters
|
||||
.It
|
||||
3Com 3c555, 3c556 and 3c556B mini-PCI adapters
|
||||
.It
|
||||
3Com 3C3SH573BT, 3C575TX, 3CCFE575BT, 3CXFE575BT, 3CCFE575CT, 3CXFE575CT,
|
||||
3CCFEM656, 3CCFEM656B, and 3CCFEM656C, 3CXFEM656, 3CXFEM656B, and
|
||||
3CXFEM656C CardBus adapters
|
||||
.It
|
||||
3Com 3c905-TX, 3c905B-TX 3c905C-TX, and 3c920B-EMB embedded adapters
|
||||
.El
|
||||
.Pp
|
||||
Both the 3C656 family of CardBus cards and the 3C556 family of MiniPCI
|
||||
cards have a built-in proprietary modem.
|
||||
|
Loading…
x
Reference in New Issue
Block a user