Date: Thu, 5 Jun 2008 05:51:19 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/cs if_cs.c Message-ID: <200806050551.m555pZdd036944@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806050551.m555pZdd036944>