Date: Wed, 9 Aug 2006 00:05:54 +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/pccard pccard_cis.c Message-ID: <200608090005.k7905sBn067708@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608090005.k7905sBn067708>