From owner-cvs-all Mon Aug 19 9:54:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 803E037B401; Mon, 19 Aug 2002 09:54:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 319E743E65; Mon, 19 Aug 2002 09:54:27 -0700 (PDT) (envelope-from ambrisko@FreeBSD.org) Received: from freefall.freebsd.org (ambrisko@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JGsRJU091084; Mon, 19 Aug 2002 09:54:27 -0700 (PDT) (envelope-from ambrisko@freefall.freebsd.org) Received: (from ambrisko@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JGsRXu091083; Mon, 19 Aug 2002 09:54:27 -0700 (PDT) Message-Id: <200208191654.g7JGsRXu091083@freefall.freebsd.org> From: Doug Ambrisko Date: Mon, 19 Aug 2002 09:54:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_ste.c if_stereg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ambrisko 2002/08/19 09:54:26 PDT Modified files: sys/pci if_ste.c if_stereg.h Log: Don't read the PCI config space during mii operations. Instead save whether or not we have to limit the PHY detection in the softc structure. Then just check the flag. Suggested by: jdp Reviewed by: jdp MFC after: 3 days Revision Changes Path 1.35 +8 -3 src/sys/pci/if_ste.c 1.10 +1 -0 src/sys/pci/if_stereg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message