From owner-cvs-all Tue Oct 3 11:11:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A72537B503; Tue, 3 Oct 2000 11:11:38 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA78976; Tue, 3 Oct 2000 11:11:38 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200010031811.LAA78976@freefall.freebsd.org> From: Bill Paul Date: Tue, 3 Oct 2000 11:11:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_pcn.c if_pcnreg.h src/share/man/man4 pcn.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/10/03 11:11:37 PDT Modified files: sys/pci if_pcn.c if_pcnreg.h share/man/man4 pcn.4 Log: 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. Revision Changes Path 1.5 +11 -3 src/sys/pci/if_pcn.c 1.3 +2 -14 src/sys/pci/if_pcnreg.h 1.3 +3 -3 src/share/man/man4/pcn.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message