cvs commit: src/sys/dev/pccard pccard_cis.c
Warner Losh
imp at FreeBSD.org
Wed Aug 9 00:05:55 UTC 2006
imp 2006-08-09 00:05:54 UTC
FreeBSD src repository
Modified files:
sys/dev/pccard pccard_cis.c
Log:
Thomas Wintergerst reports that when this tsleep went away, certain
cards stopped working. Specifically the AVM B1 PCMCIA Card no longer
detected. Its CIS chain read back as all FF's. Putting the delay
back solves those problems. I've opted to put in a much shorter delay
because as far as I can tell, no delay is really needed here. We'll
see how well this works in practice.
Revision Changes Path
1.39 +10 -0 src/sys/dev/pccard/pccard_cis.c
More information about the cvs-src
mailing list