diff options
author | wpaul <wpaul@FreeBSD.org> | 2000-10-03 18:11:36 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 2000-10-03 18:11:36 +0000 |
commit | c9ba51721d535762e8575c00ae2fa0ffe7d9d6c9 (patch) | |
tree | c7a12088b11f66126cb6cd480d10395266b21adb /share/man/man4 | |
parent | dddf40beaa3d682895e990fc971e648e654774fb (diff) | |
download | FreeBSD-src-c9ba51721d535762e8575c00ae2fa0ffe7d9d6c9.zip FreeBSD-src-c9ba51721d535762e8575c00ae2fa0ffe7d9d6c9.tar.gz |
Add support for the AMD Am79c976 PCnet/PRO controller chip. For now
this just involves adding the chip ID to the supported list: the PCnet/PRO
is compatible with the PCnet/FAST+ and friends and should "just work"
with this driver.
Also try to handle mbuf allocation failures in the receive handler
more gracefully.
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/pcn.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/pcn.4 b/share/man/man4/pcn.4 index e61bdf2..f80023c 100644 --- a/share/man/man4/pcn.4 +++ b/share/man/man4/pcn.4 @@ -44,8 +44,8 @@ The .Nm driver provides support for PCI ethernet adapters and embedded -controllers based on the AMD PCnet/FAST, PCnet/FAST+ and PCnet/Home -ethernet controller chips. +controllers based on the AMD PCnet/FAST, PCnet/FAST+, PCnet/PRO +and PCnet/Home ethernet controller chips. .Pp The PCnet/PCI chips include a 100Mbps ethernet MAC and support both a serial and MII-compliant transceiver interface. |