so some sata devices show up in lspci under the ide device class,
authorAaron Klingaman <alk@cs.princeton.edu>
Sat, 28 May 2005 01:20:56 +0000 (01:20 +0000)
committerAaron Klingaman <alk@cs.princeton.edu>
Sat, 28 May 2005 01:20:56 +0000 (01:20 +0000)
commite77677bc3720a1733b679399c355abfd4dc58f46
treec6d8aa021079a17c2fe49ea687be8a4a44794306
parent351a32e29bd307fedc5292d950da4a210d9d8a9e
so some sata devices show up in lspci under the ide device class,
and some show up in the scsi device class. for the pitt nodes, its the
former. this fix works by assuming that if an ide pci device matches
a loadable module, then its sata, because the ide modules are built in.
it will then show up in /etc/modprobe.conf under a scsi_hostadapter
alias.
source/systeminfo.py