diff options
author | Matt Wilson <msw@redhat.com> | 2000-06-06 05:37:55 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-06-06 05:37:55 +0000 |
commit | 85a249e7d3e88bb525398796983f81aab8390270 (patch) | |
tree | c97dc3967af14a2ac2c0be8bc8af60fa96079ed5 /edd/edd.c | |
parent | 0b539394e894f1ffc9db0b8837d2899382b27ae2 (diff) | |
download | anaconda-85a249e7d3e88bb525398796983f81aab8390270.tar.gz anaconda-85a249e7d3e88bb525398796983f81aab8390270.tar.xz anaconda-85a249e7d3e88bb525398796983f81aab8390270.zip |
disable edd detectionanaconda-6-9-0-tag
Diffstat (limited to 'edd/edd.c')
-rw-r--r-- | edd/edd.c | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -55,6 +55,8 @@ edd_get_parameters (EDDCapability *ec) struct LRMI_regs regs; EDDParameters *ep, *ret; + return NULL; + if (edd_lrmi_init() == EDD_ERROR) { return NULL; } @@ -105,7 +107,9 @@ EDDCapability * edd_supported(int drive) { struct LRMI_regs regs; - + + return NULL; + if (edd_lrmi_init() == EDD_ERROR) { return NULL; } |