Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jul 1999 11:10:21 -0700 (PDT)
From:      Bill Paul <wpaul@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_xl.c if_tl.c
Message-ID:  <199907221810.LAA48221@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907221810.LAA48221>