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

2008-07-09 Thread Warner Losh
imp 2008-07-09 16:47:55 UTC FreeBSD src repository Modified files: sys/dev/cs if_cs.c if_csreg.h Log: SVN rev 180388 on 2008-07-09 16:47:55Z by imp Improve the EEPROM parsing, based on finding a datasheet that describes it in detail. When setting media,

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

2008-06-06 Thread Warner Losh
imp 2008-06-06 17:27:19 UTC FreeBSD src repository Modified files: sys/dev/cs if_cs.c Log: SVN rev 179621 on 2008-06-06 17:27:19Z by imp Tweak a comment and a constant to restore old 30ms upper bound. cs_readreg takes ~2us not ~1us to run. Revision Chan

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

2008-06-06 Thread Warner Losh
imp 2008-06-06 17:22:07 UTC FreeBSD src repository Modified files: sys/dev/cs if_cs.c Log: SVN rev 179620 on 2008-06-06 17:22:07Z by imp o Remove unused cs_debug tunable. I think I added it and then nothing with it. Bad imp. Removing us dips us under 10,

cvs commit: src/sys/dev/cs if_cs.c if_cs_isa.c if_cs_pccard.c if_csvar.h

2008-06-05 Thread Warner Losh
imp 2008-06-06 05:25:24 UTC FreeBSD src repository Modified files: sys/dev/cs if_cs.c if_cs_isa.c if_cs_pccard.c if_csvar.h Log: SVN rev 179597 on 2008-06-06 05:25:24Z by imp Minor clean up to shave about 1.5k off the size of the drive

cvs commit: src/sys/dev/cs if_cs.c if_cs_isa.c if_cs_pccard.c if_csreg.h if_csvar.h

2008-06-05 Thread Warner Losh
imp 2008-06-06 04:56:27 UTC FreeBSD src repository Modified files: sys/dev/cs if_cs.c if_cs_isa.c if_cs_pccard.c if_csreg.h if_csvar.h Log: SVN rev 179591 on 2008-06-06 04:56:27Z by imp Remove unused fields in softc. If they are ever

cvs commit: src/sys/dev/cs if_cs.c if_cs_isa.c if_cs_pccard.c if_csvar.h

2008-06-05 Thread John Baldwin
jhb 2008-06-05 14:49:51 UTC FreeBSD src repository Modified files: sys/dev/cs if_cs.c if_cs_isa.c if_cs_pccard.c if_csvar.h Log: SVN rev 179560 on 2008-06-05 14:49:35Z by jhb Make the cs(4) driver MPSAFE: - Add a mutex to the softc t

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

2008-06-04 Thread Warner Losh
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 t

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

2008-06-03 Thread Warner Losh
imp 2008-06-04 06:07:29 UTC FreeBSD src repository Modified files: sys/dev/cs if_cs.c Log: SVN rev 179532 on 2008-06-04 06:07:13Z by imp o Improve the probe code dealing with interrupts. o When forced to be 10baseT, don't require that the 10baseT interface

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

2008-06-02 Thread Warner Losh
imp 2008-06-03 05:47:42 UTC FreeBSD src repository Modified files: sys/dev/cs if_cs.c Log: SVN rev 179507 on 2008-06-03 05:47:28Z by imp Correct logic error that would prevent cs pccards from working on systems where the CardBus bridge was connected to a APIC

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

2006-03-10 Thread Philip Paeps
philip 2006-03-10 23:50:53 UTC FreeBSD src repository Modified files: sys/dev/cs if_cs.c Log: Fix multicast support for cs89x0 chips. Just setting the RX_MULTCAST_ACCEPT flag isn't enough - the filter needs to be set up too, or no multicast frames are accepted.