From c9ba51721d535762e8575c00ae2fa0ffe7d9d6c9 Mon Sep 17 00:00:00 2001 From: wpaul Date: Tue, 3 Oct 2000 18:11:36 +0000 Subject: 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. --- share/man/man4/pcn.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') 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. -- cgit v1.1