summaryrefslogtreecommitdiffstats
path: root/loader2/moduleinfo.h
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-01-22 05:45:50 +0000
committerJeremy Katz <katzj@redhat.com>2003-01-22 05:45:50 +0000
commit092ad7f2d37e5c4316015c58103cb19627fe283d (patch)
tree686118c0359f74f29510c18752aa39cf9ebdffec /loader2/moduleinfo.h
parent9cce5eff16ce47217379a38122def1f1ab819158 (diff)
downloadanaconda-092ad7f2d37e5c4316015c58103cb19627fe283d.tar.gz
anaconda-092ad7f2d37e5c4316015c58103cb19627fe283d.tar.xz
anaconda-092ad7f2d37e5c4316015c58103cb19627fe283d.zip
add driver_ide. properly do else instead of just ifs
Diffstat (limited to 'loader2/moduleinfo.h')
-rw-r--r--loader2/moduleinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/moduleinfo.h b/loader2/moduleinfo.h
index 50179352e..becee0e74 100644
--- a/loader2/moduleinfo.h
+++ b/loader2/moduleinfo.h
@@ -2,7 +2,7 @@
#define MODULEINFO_H
enum driverMajor { DRIVER_NONE = 0, DRIVER_SCSI, DRIVER_NET, DRIVER_CDROM,
- DRIVER_PCMCIA, DRIVER_FS, DRIVER_OTHER = 1000};
+ DRIVER_PCMCIA, DRIVER_FS, DRIVER_IDE, DRIVER_OTHER = 1000};
enum driverMinor { DRIVER_MINOR_NONE = 0, DRIVER_MINOR_ETHERNET,
DRIVER_MINOR_PLIP, DRIVER_MINOR_TR };