16 lines
321 B
Diff
16 lines
321 B
Diff
|
--- interface/scan_devices.c
|
||
|
+++ interface/scan_devices.c
|
||
|
@@ -177,6 +177,12 @@
|
||
|
case IDE1_MAJOR:
|
||
|
case IDE2_MAJOR:
|
||
|
case IDE3_MAJOR:
|
||
|
+ case IDE4_MAJOR:
|
||
|
+ case IDE5_MAJOR:
|
||
|
+ case IDE6_MAJOR:
|
||
|
+ case IDE7_MAJOR:
|
||
|
+ case IDE8_MAJOR:
|
||
|
+ case IDE9_MAJOR:
|
||
|
/* Yay, ATAPI... */
|
||
|
/* Ping for CDROM-ness */
|
||
|
|