freebsd-dev/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 Eliminate the need for pccard_common.c by moving the function inline 2002-07-17 05:20:43 +00:00
devlist2h.awk Move from using PCCARD_ symbols gereated from this file to using PCMCIA_ 2001-11-11 20:15:06 +00:00
files.pccard
Makefile.pccarddevs We do not, and hopefully never will, use the static pccard device table. 2001-01-07 03:58:57 +00:00
pccard_cis_quirks.c Boot verbosify printing the CIS, since we don't normally need to do that. 2002-02-09 21:34:06 +00:00
pccard_cis.c Improve support of MFC cards (Multi-function cards). This commit 2002-03-29 08:05:39 +00:00
pccard.c More in the continuing saga of phk vs his strange serial card. 2002-09-04 06:53:37 +00:00
pccarddevs MFOpenBSD: 2002-07-17 04:01:57 +00:00
pccarddevs.h regen from pccarddevs 1.33 2002-07-17 04:02:52 +00:00
pccardreg.h
pccardvar.h Eliminate the need for pccard_common.c by moving the function inline 2002-07-17 05:20:43 +00:00
power_if.m Include <sys/bus.h>, which is needed after Doug's latest object changes. 2000-04-16 06:04:13 +00:00