Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Dec 2001 10:23:45 -0800 (PST)
From:      Bill Paul <wpaul@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_dc.c
Message-ID:  <200112191823.fBJINjd40554@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       2001/12/19 10:23:45 PST

  Modified files:
    sys/pci              if_dc.c 
  Log:
  Fix the "conexant chips don't work in full duplexmode" problem. According
  to Phil Kernick:
  
  "The problem is that in full duplex mode, the Conexant chip always reports a
  carrier lost error, even when the frame is successfully sent.  So, if we
  have a Conexant chip, then ignore carrier lost when in full duplex
  mode."
  
  Since the Xircom chips seem to have the same issue and since we already
  have a workaround for this, just expand the workaround test to also
  check for DC_IS_CONEXANT().
  
  Revision  Changes    Path
  1.67      +8 -4      src/sys/pci/if_dc.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?200112191823.fBJINjd40554>