summaryrefslogtreecommitdiffstats
path: root/isys
diff options
context:
space:
mode:
Diffstat (limited to 'isys')
-rw-r--r--isys/isys.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/isys/isys.py b/isys/isys.py
index d3c3e446a..fe9e4e273 100644
--- a/isys/isys.py
+++ b/isys/isys.py
@@ -312,6 +312,8 @@ def hardDriveDict():
# the only raid devs like this are ide, so only worry about them
if not dev.startswith("hd"):
continue
+ # PJFIX right now, just don't do raid magic here at all
+ continue
ret = _isys.hasIdeRaidMagic(dev)
if ret is None:
continue