Commit 44d3fd42 authored by Rafael Kitover's avatar Rafael Kitover Committed by Alexandre Julliard

Minor fix for ide-scsi cdroms.

parent 0984b347
......@@ -137,6 +137,7 @@ static int CDROM_GetIdeInterface(int dev, int* iface, int* device)
case IDE5_MAJOR: *iface = 5; break;
case IDE6_MAJOR: *iface = 6; break;
case IDE7_MAJOR: *iface = 7; break;
case SCSI_CDROM_MAJOR: *iface = 11; break;
default:
FIXME("CD-ROM device with major ID %d not supported\n", major(st.st_rdev));
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment