diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2000-09-21 20:43:15 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2000-09-21 20:43:15 +0000 |
| commit | 44ac6718564ca1422f6a6e7b1febac7f9385dd5d (patch) | |
| tree | 5991edc3ce511e056ab0995a1f6a45688789843c | |
| parent | e3c457130c050e7423781e075b1f0876ea595c03 (diff) | |
Notes
| -rw-r--r-- | share/man/man4/pcn.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/pcn.4 b/share/man/man4/pcn.4 index a9bd9969be9d..e61bdf2d9d88 100644 --- a/share/man/man4/pcn.4 +++ b/share/man/man4/pcn.4 @@ -49,10 +49,10 @@ ethernet controller chips. .Pp The PCnet/PCI chips include a 100Mbps ethernet MAC and support both a serial and MII-compliant transceiver interface. -They use a bus master DMA and a scatter/gather -descriptor scheme. The AMD chips provide a mechanism for zero-copy -receive, providing good performance in server environments. Receive -address filtering is provided using a single perfect filter entry +They use a bus master DMA and a scatter/gather descriptor scheme. +The AMD chips provide a mechanism for zero-copy receive, +providing good performance in server environments. +Receive address filtering is provided using a single perfect filter entry for the station address and a 64-bit multicast hash table. .Pp The |
