[Bug 7304] no PCI irq, Cardbus support disabled
bugzilla-daemon at bugzilla.kernel.org
bugzilla-daemon at bugzilla.kernel.org
Fri Mar 26 17:23:45 EDT 2010
https://bugzilla.kernel.org/show_bug.cgi?id=7304
--- Comment #85 from Thomas Nemeth <nemeth.thomas at gmail.com> 2010-03-26 21:23:40 ---
(In reply to comment #82)
> This is with both
> socket->cb_irq = 11;
> dev->irq = 11;
> ?
Yes.
thomas at cixi:exether$ grep "= 11;"
linux-2.6.34-rc2/drivers/pcmcia/yenta_socket.c
socket->cb_irq = 11;
dev->irq = 11;
> What's the cbdump output of each socket, with the card inserted? (I'm asking
> as one bit which should be set to 0 is set to 1 in the last cbdump output,
> and that confuses me)
Here is the diff between the two dumps (hope this helps):
thomas at cixi:~$ diff cbdump-2.6.34-rc2-slitaz-nonworkingslot
cbdump-2.6.34-rc2-slitaz-workingslot
--- cbdump-2.6.34-rc2-slitaz-nonworkingslot 2010-03-26 22:15:39.000000000
+0100
+++ cbdump-2.6.34-rc2-slitaz-workingslot 2010-03-26 22:15:40.000000000
+0100
@@ -12,20 +12,20 @@
IO Limit 0 [30] : 0x000018fc
IO Base 1 [34] : 0x00001c00
IO Limit 1 [38] : 0x00001cfc
- Bridge control [3e] : 0x0500
+ Bridge control [3e] : 0x0580
Subsystem vendor ID [40] : 0x1179
Subsystem device ID [42] : 0x0001
Legacy mode base [44] : 0x0001
-- cardbus registers
CB_SOCKET_EVENT [00] : 0x00000000
CB_SOCKET_MASK [04] : 0x00000006
- CB_SOCKET_STATE [08] : 0x30000828
+ CB_SOCKET_STATE [08] : 0x30000007
CB_SOCKET_FORCE [0c] : 0x00000000
- CB_SOCKET_CONTROL [10] : 0x00000033
+ CB_SOCKET_CONTROL [10] : 0x00000000
CB_SOCKET_POWER [20] : 0x00000000
-- exca registers
I365_IDENT [00] : 0x83
- I365_STATUS [01] : 0x8e
+ I365_STATUS [01] : 0xb2
I365_POWER [02] : 0x40
I365_INTCTL [03] : 0x40
I365_CSC [04] : 0x00
@@ -73,20 +73,20 @@
IO Limit 0 [30] : 0x000010fc
IO Base 1 [34] : 0x00001400
IO Limit 1 [38] : 0x000014fc
- Bridge control [3e] : 0x0580
+ Bridge control [3e] : 0x0500
Subsystem vendor ID [40] : 0x1179
Subsystem device ID [42] : 0x0001
Legacy mode base [44] : 0x0001
-- cardbus registers
CB_SOCKET_EVENT [00] : 0x00000000
CB_SOCKET_MASK [04] : 0x00000006
- CB_SOCKET_STATE [08] : 0x30000087
+ CB_SOCKET_STATE [08] : 0x30000828
CB_SOCKET_FORCE [0c] : 0x00000000
- CB_SOCKET_CONTROL [10] : 0x00000000
+ CB_SOCKET_CONTROL [10] : 0x00000033
CB_SOCKET_POWER [20] : 0x00000000
-- exca registers
I365_IDENT [00] : 0x83
- I365_STATUS [01] : 0xb2
+ I365_STATUS [01] : 0x8e
I365_POWER [02] : 0x40
I365_INTCTL [03] : 0x40
I365_CSC [04] : 0x00
thomas at cixi:~$
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the linux-pcmcia
mailing list