summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--isys/probe.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/isys/probe.c b/isys/probe.c
index 2b9fc7cfd..530a2f134 100644
--- a/isys/probe.c
+++ b/isys/probe.c
@@ -549,10 +549,10 @@ TODO:
it will complain !
*/
if (!deviceKnown(devices, ctl)) {
- newDevice.name = strdup(ctl);
- newDevice.model = strdup("I2O Block Device");
- newDevice.class = CLASS_HD;
- addDevice(devices, newDevice);
+/* newDevice.name = strdup(ctl); */
+/* newDevice.model = strdup("I2O Block Device"); */
+/* newDevice.class = CLASS_HD; */
+/* addDevice(devices, newDevice); */
}
return 0;
}