diff options
author | Matt Wilson <msw@redhat.com> | 2001-01-24 07:37:09 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-01-24 07:37:09 +0000 |
commit | 60b679ef35c6f6316cf8134bf09f6661eef7521b (patch) | |
tree | c37abe4d7791701ebbda44f1fc8a1811b4dea2d9 /isys | |
parent | 4b455479e1030fe9c288d55fec691349b956ade8 (diff) | |
download | anaconda-60b679ef35c6f6316cf8134bf09f6661eef7521b.tar.gz anaconda-60b679ef35c6f6316cf8134bf09f6661eef7521b.tar.xz anaconda-60b679ef35c6f6316cf8134bf09f6661eef7521b.zip |
don't actually use i2o
Diffstat (limited to 'isys')
-rw-r--r-- | isys/probe.c | 8 |
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; } |