linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Missing cardbus label in /proc/interrupts
@ 2003-08-15 23:18 Paul Dickson
  2003-08-27 10:06 ` Paul Dickson
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Dickson @ 2003-08-15 23:18 UTC (permalink / raw)
  To: linux-kernel

Seen in 2.6.0-test3's /proc/interrupts:

           CPU0       
  0:  179268180          XT-PIC  timer
  1:      36175          XT-PIC  i8042
  2:          0          XT-PIC  cascade
  3:       1248          XT-PIC  ide2
  5:     820479          XT-PIC  ESS Maestro 2
  8:          1          XT-PIC  rtc
 11:    3548209          XT-PIC  uhci-hcd, , , eth0
 14:     518106          XT-PIC  ide0
 15:     714841          XT-PIC  ide1
NMI:          0 
ERR:      18176

The cardbus devices aren't listed.  I'm using the network card in one and
the CF card is readable in the other.  This is probably a trivial bug.

[root@violet 16:08:54 root]# lspci -v
  ...
00:04.0 CardBus bridge: Texas Instruments PCI1220 (rev 02)
        Subsystem: Dell Computer Corporation: Unknown device 0085
        Flags: bus master, medium devsel, latency 168, IRQ 11
        Memory at 10000000 (32-bit, non-prefetchable) [size=4K]
        Bus: primary=00, secondary=02, subordinate=05, sec-latency=176
        Memory window 0: 10400000-107ff000 (prefetchable)
        Memory window 1: 10800000-10bff000
        I/O window 0: 00001000-000010ff
        I/O window 1: 00001400-000014ff
        16-bit legacy interface ports at 0001
 
00:04.1 CardBus bridge: Texas Instruments PCI1220 (rev 02)
        Subsystem: Dell Computer Corporation: Unknown device 0085
        Flags: bus master, medium devsel, latency 168, IRQ 11
        Memory at 10001000 (32-bit, non-prefetchable) [size=4K]
        Bus: primary=00, secondary=06, subordinate=09, sec-latency=176
        Memory window 0: 10c00000-10fff000 (prefetchable)
        Memory window 1: 11000000-113ff000
        I/O window 0: 00001800-000018ff
        I/O window 1: 00001c00-00001cff
        16-bit legacy interface ports at 0001
  ...

I noticed this after several card insertions, so I rebooted the system,
but this seems to be constant.

	-Paul


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

* Re: Missing cardbus label in /proc/interrupts
  2003-08-15 23:18 Missing cardbus label in /proc/interrupts Paul Dickson
@ 2003-08-27 10:06 ` Paul Dickson
  2003-09-06 21:44   ` Russell King
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Dickson @ 2003-08-27 10:06 UTC (permalink / raw)
  To: linux-kernel

On Fri, 15 Aug 2003 16:18:19 -0700, Paul Dickson wrote:

> Seen in 2.6.0-test3's /proc/interrupts:
> 
>            CPU0       
>   0:  179268180          XT-PIC  timer
>   1:      36175          XT-PIC  i8042
>   2:          0          XT-PIC  cascade
>   3:       1248          XT-PIC  ide2
>   5:     820479          XT-PIC  ESS Maestro 2
>   8:          1          XT-PIC  rtc
>  11:    3548209          XT-PIC  uhci-hcd, , , eth0
>  14:     518106          XT-PIC  ide0
>  15:     714841          XT-PIC  ide1
> NMI:          0 
> ERR:      18176
> 
> The cardbus devices aren't listed.  I'm using the network card in one and
> the CF card is readable in the other.  This is probably a trivial bug.
> 
> [root@violet 16:08:54 root]# lspci -v
>   ...
> 00:04.0 CardBus bridge: Texas Instruments PCI1220 (rev 02)
>         Subsystem: Dell Computer Corporation: Unknown device 0085
>         Flags: bus master, medium devsel, latency 168, IRQ 11
>         Memory at 10000000 (32-bit, non-prefetchable) [size=4K]
>         Bus: primary=00, secondary=02, subordinate=05, sec-latency=176
>         Memory window 0: 10400000-107ff000 (prefetchable)
>         Memory window 1: 10800000-10bff000
>         I/O window 0: 00001000-000010ff
>         I/O window 1: 00001400-000014ff
>         16-bit legacy interface ports at 0001
>  
> 00:04.1 CardBus bridge: Texas Instruments PCI1220 (rev 02)
>         Subsystem: Dell Computer Corporation: Unknown device 0085
>         Flags: bus master, medium devsel, latency 168, IRQ 11
>         Memory at 10001000 (32-bit, non-prefetchable) [size=4K]
>         Bus: primary=00, secondary=06, subordinate=09, sec-latency=176
>         Memory window 0: 10c00000-10fff000 (prefetchable)
>         Memory window 1: 11000000-113ff000
>         I/O window 0: 00001800-000018ff
>         I/O window 1: 00001c00-00001cff
>         16-bit legacy interface ports at 0001
>   ...

In 2.6.0-test4, /proc/interrupts:

 11:     195758          XT-PIC  uhci-hcd, 0000:00:04.0, 0000:00:04.1, eth0

The labels are no longer missing, but is this the ultimate designation for
a cardbus bridge?

	-Paul


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

* Re: Missing cardbus label in /proc/interrupts
  2003-08-27 10:06 ` Paul Dickson
@ 2003-09-06 21:44   ` Russell King
  0 siblings, 0 replies; 3+ messages in thread
From: Russell King @ 2003-09-06 21:44 UTC (permalink / raw)
  To: Paul Dickson; +Cc: linux-kernel

On Wed, Aug 27, 2003 at 03:06:23AM -0700, Paul Dickson wrote:
> In 2.6.0-test4, /proc/interrupts:
> 
>  11:     195758          XT-PIC  uhci-hcd, 0000:00:04.0, 0000:00:04.1, eth0
> 
> The labels are no longer missing, but is this the ultimate designation for
> a cardbus bridge?

This should be fixed in 2.6.0-test4-bkcurr as of tonight (they're now
called "yenta".)

-- 
Russell King (rmk@arm.linux.org.uk)	http://www.arm.linux.org.uk/personal/
Linux kernel maintainer of:
  2.6 ARM Linux   - http://www.arm.linux.org.uk/
  2.6 PCMCIA      - http://pcmcia.arm.linux.org.uk/
  2.6 Serial core

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

end of thread, other threads:[~2003-09-06 21:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-15 23:18 Missing cardbus label in /proc/interrupts Paul Dickson
2003-08-27 10:06 ` Paul Dickson
2003-09-06 21:44   ` 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).