Searched hist:102923 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/pccard/
H A Dpccard.cdiff 102923 Wed Sep 04 04:53:37 MDT 2002 imp 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.

Completed in 118 milliseconds