Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jul 2001 13:55:45 -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
Message-ID:  <200107272055.f6RKtjo32471@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       2001/07/27 13:55:45 PDT

  Modified files:
    sys/pci              if_xl.c 
  Log:
  Pacify users who get all bent out of shape when they see the "xl%d: command
  never completed" message. The RX reset takes longer complete than it
  used to, a lot longer in fact than xl_wait() is prepared to wait.
  When we do the RX reset in xl_reset(), this cases xl_wait() to time out
  and whine. We wait a little extra time now after the RX reset, which
  should silence the warning.
  
  Thanks to obrien for finally getting me a box with a NIC that
  causes this problem for me to tinker with.
  
  Revision  Changes    Path
  1.96      +9 -4      src/sys/pci/if_xl.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?200107272055.f6RKtjo32471>