freebsd-dev/sys/dev/pccard
Warner Losh 9500ad1d7d 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.
2006-08-09 00:05:54 +00:00
..
card_if.m Remove OLDCARD vestiges from here 2005-09-25 01:39:04 +00:00
pccard_cis_quirks.c Fix build. 2005-09-20 10:25:51 +00:00
pccard_cis.c Thomas Wintergerst reports that when this tsleep went away, certain 2006-08-09 00:05:54 +00:00
pccard_cis.h
pccard_device.c Don't confuse the tuple code and the tuple length. Ooops. Since most 2005-09-21 20:08:24 +00:00
pccard.c When pccard_safe_quote is passed NULL for src, it shouldn't panic. 2006-04-27 20:47:13 +00:00
pccarddevs Fix a few cis entries that were separated with spaces, not with commas. 2006-07-14 04:39:29 +00:00
pccardreg.h
pccardvar.h Fix comment 2005-09-25 01:38:02 +00:00
pccardvarp.h Mempage should be 1024 not 4096. This fixes the multiple 16-bit cards 2005-10-16 03:58:06 +00:00
power_if.m