K 10 svn:author V 3 imp K 8 svn:date V 27 2002-09-04T06:53:37.000000Z K 7 svn:log V 560 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. END