linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PCI1410 Interrupt Problems
@ 2003-08-03 20:15 Jochen Friedrich
  2003-08-03 21:23 ` Russell King
  0 siblings, 1 reply; 10+ messages in thread
From: Jochen Friedrich @ 2003-08-03 20:15 UTC (permalink / raw)
  To: Linux Kernel; +Cc: dahinds

Hi,

when using this PCI Cardbus bridge, i got an interrupt assigned to the
card by the BIOS, but no interrupts were ever delivered, at all. So no
insert/remove events have been handled and devices couldn't generate
interrupts, as well:

02:0a.0 Class 0607: 104c:ac50 (rev 01)
02:0a.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 01)
        Flags: bus master, medium devsel, latency 168, IRQ 9
        Memory at 14000000 (32-bit, non-prefetchable) [size=4K]
        Bus: primary=02, secondary=03, subordinate=06, sec-latency=176
        Memory window 0: 14400000-147ff000 (prefetchable)
        Memory window 1: 14800000-14bff000
        I/O window 0: 00004000-000040ff
        I/O window 1: 00004400-000044ff
        16-bit legacy interface ports at 0001

It looks like the designers of this card "forgot" to put a sane
configuration of the Multifunction Routing Register (0x8C) in their
EEPROM. After setting up the INTA output pin of the PCI1410, the device
started to work like a charm :-)

This i added to yenta_config_init():

config_writew(socket, 0x8C, 0x02);

I'm not sure if this will help with all of these devices of if it even
makes problems on others. But it might be an idea to add a config option
for this hack...

Thanks,
--jochen


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2003-08-12  8:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-03 20:15 PCI1410 Interrupt Problems Jochen Friedrich
2003-08-03 21:23 ` Russell King
2003-08-03 21:52   ` Jochen Friedrich
2003-08-06 23:09     ` Russell King
2003-08-08  5:40       ` Jochen Friedrich
2003-08-08  8:51         ` Russell King
2003-08-08 17:09           ` Jochen Friedrich
2003-08-11 18:33       ` Jochen Friedrich
2003-08-11 19:00         ` David Hinds
2003-08-12  8:59           ` Russell King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).