Here is the output of the command "lsmod" on the client.
Module Size Used by
sd_mod 16700 -- Live 0xf8828000
I also find something in the /proc/kallsyms: by "grep -i piix /proc/* " and "grep -i ahci /proc/*"
/proc/kallsyms: c01c3704 T acpi_processor_errata_piix4
/proc/kcore: ata_piix
/proc/kcore: drivers/scsi/ata_piix.c
/proc/kcore: <7>ata_piix version 1.03
/proc/kcore: <4>ata_piix combined mode detected
/proc/kcore: ata_piix.o
/proc/kcore: <7> ahci version 1.00
/proc/kcore: <3> ahci(%s): 32-bit DMA enable failed
/proc/kcore: <3> ahci(%s): 32-bit consistent DMA enable failed
/proc/kcore: <3> ahci(%s): 64-bit DMA enable failed
/proc/kcore: <3> ahci(%s): controller reset failed (0x%x)
/proc/kcore: <6> AHCI %02x%02x.%02x%02x %u slots %u ports % Gbps 0x%x impl %s mode
/proc/kcore: <6> ahci(%s) flags: %s%s%s%s%s....
/proc/kcore: ahci.o
I also looked at /usr/share/discover/pci.lst. I only found ata_piix (grep -i ata_piix pci.lst)
ata_piix
808624df ide ata_piix 82801EB (ICH5R) SATA (cc=RAID)
But could not find anything about ahci.
