summaryrefslogtreecommitdiffstats
path: root/command-stubs
diff options
context:
space:
mode:
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))