Comment 72 for bug 116996

Revision history for this message
klmonz (klaus-monz) wrote : ata_piix and piix claims

cleaned bug description,
moved the lines into here in case somebody is searching for the commands

in the debian bug record a simple verification can be found
1) find pci device codes for IDE and SATA controllers with
lspci -nn
part of the output on my machine:
...
00:1f.1 IDE interface [0101]: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller [8086:24db] (rev 02)
00:1f.2 IDE interface [0101]: Intel Corporation 82801EB (ICH5) SATA Controller [8086:24d1] (rev 02)
....

2) search for SATA device codes in modules.pcimap for both kernels:
on my machine:
kernel 2.6.20-16:
klaus@dagobert:/lib/modules/2.6.20-16-generic$ grep "24d1" modules.pcimap
piix 0x00008086 0x000024d1 0xffffffff 0xffffffff 0x00000000 0x00000000 0x0
ata_piix 0x00008086 0x000024d1 0xffffffff 0xffffffff 0x00000000 0x00000000 0x0

kernel 2.6.20-15
klaus@dagobert:/lib/modules/2.6.20-15-generic$ grep "24d1" modules.pcimap
ata_piix 0x00008086 0x000024d1 0xffffffff 0xffffffff 0x00000000 0x00000000 0x0