From owner-cvs-all Sat Apr 10 11:47:13 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 BF7F214EC6; Sat, 10 Apr 1999 11:47:06 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA46134; Sat, 10 Apr 1999 11:44:54 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199904101844.LAA46134@freefall.freebsd.org> From: Bill Paul Date: Sat, 10 Apr 1999 11:44:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_pn.c if_pnreg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/04/10 11:44:54 PDT Modified files: sys/pci if_pn.c if_pnreg.h Log: Finally add support for the older 82c168 PNIC chip with the built-in transceiver. Thanks to Brian Walenze for donating a NIC with this chip on it (LinkSys didn't really sell that many of them and they're not in production anymore). The driver now distinguishes between the 82c168 and 82c169 when probing. If no MII transceiver is detected, it switches over to using the internal one. Revision Changes Path 1.11 +259 -35 src/sys/pci/if_pn.c 1.7 +55 -3 src/sys/pci/if_pnreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message