summaryrefslogtreecommitdiffstats
path: root/command-stubs
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2006-08-09 18:07:41 +0000
committerPeter Jones <pjones@redhat.com>2006-08-09 18:07:41 +0000
commitc5b8981d553a42dfb87242b44484e8c7428b90dc (patch)
tree9959d40e84224548514ab4306a54d77952aab05f /command-stubs
parentce195954e3aa9c35b43a04b4780ca0de6634a88e (diff)
downloadanaconda-c5b8981d553a42dfb87242b44484e8c7428b90dc.tar.gz
anaconda-c5b8981d553a42dfb87242b44484e8c7428b90dc.tar.xz
anaconda-c5b8981d553a42dfb87242b44484e8c7428b90dc.zip
- add support for CLASS_ATA and CLASS_SATA
Diffstat (limited to 'command-stubs')
-rwxr-xr-xcommand-stubs/kudzu-probe-stub3
1 files changed, 3 insertions, 0 deletions
diff --git a/command-stubs/kudzu-probe-stub b/command-stubs/kudzu-probe-stub
index f122992db..0650e0f59 100755
--- a/command-stubs/kudzu-probe-stub
+++ b/command-stubs/kudzu-probe-stub
@@ -51,6 +51,9 @@ printResults(doScan(CLASS_NETWORK, BUS_UNSPEC, PROBE_ALL))
print "Scanning for SCSI Controllers"
printResults(doScan(CLASS_SCSI, BUS_PCI, PROBE_ALL))
+print "Scanning for SATA Controllers"
+printResults(doScan(CLASS_SATA, BUS_PCI, PROBE_ALL))
+
print "Scanning for PCMCIA Controllers"
printResults(doScan(CLASS_SOCKET, BUS_PCI, PROBE_ALL))