From owner-cvs-all Thu Jul 22 11:12: 9 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 3E43B14DE0; Thu, 22 Jul 1999 11:12:07 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA48221; Thu, 22 Jul 1999 11:10:21 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199907221810.LAA48221@freefall.freebsd.org> From: Bill Paul Date: Thu, 22 Jul 1999 11:10:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xl.c if_tl.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/07/22 11:10:21 PDT Modified files: sys/pci if_xl.c if_tl.c Log: Well, it seems that loading a PCI driver module after the system has been booted works too -- very neat. However I don't want the system to stop for 5 seconds when the MII autoprobe is triggered in the xl and tl drivers since that's lame. Instead, only use the hard delay when we've been cold booted. If not, use the timeout mechanism instead. (The SysKonnect driver doesn't use the same autonegotiation scheme, so no change is required there.) Revision Changes Path 1.47 +8 -2 src/sys/pci/if_xl.c 1.36 +4 -1 src/sys/pci/if_tl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message