From owner-cvs-all Fri Jan 7 22:52:40 2000 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 2F9E11514A; Fri, 7 Jan 2000 22:52:38 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA59006; Fri, 7 Jan 2000 22:52:38 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Message-Id: <200001080652.WAA59006@freefall.freebsd.org> From: Bill Paul Date: Fri, 7 Jan 2000 22:52:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb if_aue.c if_auereg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 2000/01/07 22:52:37 PST Modified files: sys/dev/usb if_aue.c if_auereg.h Log: Be a bit more discriminating when trying to decide when to screen out certain PHY addresses in aue_miibus_readreg(). Not all adapters based on the Pegasus chip may have their PHYs wired for the same MII bus addresses: the logic that I used for my ADMtek eval board might not apply to other adapters, so make sure to only use it if this is really an ADMtek eval board (check the vendor/device ID). This will hopefully make the LinkSys USB100TX adapter work correctly. Revision Changes Path 1.3 +22 -9 src/sys/dev/usb/if_aue.c 1.2 +2 -1 src/sys/dev/usb/if_auereg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message