From owner-cvs-all Sun Aug 30 15:24:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA15944 for cvs-all-outgoing; Sun, 30 Aug 1998 15:24:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA15939; Sun, 30 Aug 1998 15:24:24 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA01656; Sun, 30 Aug 1998 15:24:19 -0700 (PDT) Date: Sun, 30 Aug 1998 15:24:19 -0700 (PDT) Message-Id: <199808302224.PAA01656@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_xl.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/08/30 15:24:18 PDT Modified files: sys/pci if_xl.c Log: Change the autonegotiation waiting period from 3 seconds to 5. This delay controls how long the driver waits for autonegotiation to complete after setting the 'autoneg restart bit' in a PHY. In some cases, it seems 3 seconds is not long enough: with 3c905-TX cards (external PHY), you sometimes see 'autoneg not complete; no carrier' errors due to the timeout being too short. (3c905B adapters seem to be happy with 3 seconds though.) Revision Changes Path 1.6 +3 -3 src/sys/pci/if_xl.c