Re: Keyboard is frozen on boot of 2.3.41

From: T. C. Raymond (raymot@rpi.edu)
Date: Sun Jan 30 2000 - 16:20:07 EST


Just a theory, no idea if it's related.  Since about 2.3.40-pre4 I have had problems with my cardbus controller.  It's seems that the changes to yenta_probe_irq would 1. report incorrect IRQ's and 2. render my pcmcia network card unusable.  I have an IBM thinpad 600E, which I believe has a TI PCI1251 cardbus controller.  Normally, this controller is on IRQ11, however, the new probe routine reports about six different IRQ's.  In addition, the following line causes a "lockup" of the controller:
   cb_writel(socket, CB_SOCKET_FORCE, CB_FCARDSTS);
If I comment out this line and return a mask of cb_irq, the problem still persists until I physically eject the card in the socket, reinsert it and reboot.  The card is the notorious ibm etherjet aka xircom cbe network adapter.   Additionally, on boot, the following is reported when the problem is encountered:
   Socket status: 30000020
and the following is reported when the above fix is made and all works well:
   Socket status: 30000920

I don't know if any of this is related.  I don't experience keyboard lockups.  However, from what I can gather, the lockups occured at approximately the same kernel revision and are related to the yenta driver.

Please cc: me with any replies.

Tim Raymond
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Jan 31 2000 - 21:00:26 EST