cvs commit: src/sys/dev/cs if_cs.c

Warner Losh imp at FreeBSD.org
Thu Jun 5 05:51:35 UTC 2008


imp         2008-06-05 05:51:35 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/cs           if_cs.c 
  Log:
  SVN rev 179553 on 2008-06-05 05:51:19Z by imp
  
  Fix the media auto code by breaking it :-).  Auto now just means 'use
  10BaseT' since it required 10BaseT to have carrier to switch to it.
  This chip makes it hard to do proper auto, so we don't do it.  We
  can't test carrier on things easily.
  
  Don't insist on carrier when we set the media.  Don't report failures.
  Remove a 1s! delay that appears to not be needed.
  
  With these patches, and John Baldwin's patches, I'm able to pass
  packets on my IBM EtherJet card again.
  
  Revision  Changes    Path
  1.48      +8 -19     src/sys/dev/cs/if_cs.c


More information about the cvs-src mailing list