Comment 60 for bug 82680

Revision history for this message
Vincenzo Ciancia (vincenzo-ml) wrote :

This is strange:

lspci -v gives:

03:0b.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD)
        Subsystem: Toshiba America Info Systems Unknown device 0001
        Flags: medium devsel, IRQ 19
        Memory at 58005000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [44] Power Management version 2

03:0b.3 Generic system peripheral [0805]: Texas Instruments PCIxx12 SDA Standard Compliant SD Host Controller (prog-if 01)
        Subsystem: Toshiba America Info Systems Unknown device 0001
        Flags: bus master, medium devsel, latency 64, IRQ 19
        Memory at 58006800 (32-bit, non-prefetchable) [size=256]
        Capabilities: [80] Power Management version 2

which is different than yours, but lspci -nv gives

03:0b.2 0180: 104c:803b
        Subsystem: 1179:0001
        Flags: medium devsel, IRQ 19
        Memory at 58005000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [44] Power Management version 2

03:0b.3 0805: 104c:803c (prog-if 01)
        Subsystem: 1179:0001
        Flags: bus master, medium devsel, latency 64, IRQ 19
        Memory at 58006800 (32-bit, non-prefetchable) [size=256]
        Capabilities: [80] Power Management version 2

Notice that the PCI id of the first device is the same as yours.