freebsd-nq/sys/dev/pccard
Warner Losh 912f17daa2 More in the continuing saga of phk vs his strange serial card.
In this installment, we learn that it is bad to access registers that
are only defined for mfc cards in the interrupt handler when we do not
in fact have a mfc card.  For MFC cards, we'll only call the ISR if
the this card interrupted bit is set.  For non mfc cards (which are
basically 90% of pccards in use), we always call the ISR and avoid
touching the suspect registers.  We always pacify the bit in the MFC
case on the off chance that will help in the itnerrupt handler not
being registed.
2002-09-04 06:53:37 +00:00
..
card_if.m
devlist2h.awk
files.pccard
Makefile.pccarddevs
pccard_cis_quirks.c
pccard_cis.c
pccard.c More in the continuing saga of phk vs his strange serial card. 2002-09-04 06:53:37 +00:00
pccarddevs
pccarddevs.h
pccardreg.h
pccardvar.h
power_if.m