From owner-cvs-all Wed Sep 15 0:19:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E8E114BCA; Wed, 15 Sep 1999 00:19:35 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA09812; Wed, 15 Sep 1999 00:19:35 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199909150719.AAA09812@freefall.freebsd.org> From: Bill Paul Date: Wed, 15 Sep 1999 00:19:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xl.c if_xlreg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/09/15 00:19:34 PDT Modified files: sys/pci if_xl.c if_xlreg.h Log: 3Com has produced their own Linux driver for the 3c90x/3c90xB series cards. It's GPL'ed of course, but looking over it tonight I learned of Yet Another Fast EtherLink XL Adapter: the 3c980C server adapter. This is basically an updated version of the 3c980 that uses the Tornado ASIC instead of the earlier Hurricane ASIC. The only change here is to add the new PCI device ID (0x9805) and corresponding table entries. Revision Changes Path 1.56 +10 -5 src/sys/pci/if_xl.c 1.22 +2 -1 src/sys/pci/if_xlreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message