http://bugs.winehq.com/show_bug.cgi?id=693
*** shadow/693 Thu May 16 20:16:12 2002 --- shadow/693.tmp.2140 Thu May 16 20:16:12 2002 *************** *** 0 **** --- 1,29 ---- + +============================================================================+ + | CD device access doesn't work for IDE SCSI emulation (major 11) | + +----------------------------------------------------------------------------+ + | Bug #: 693 Product: Wine | + | Status: UNCONFIRMED Version: 20020509 | + | Resolution: Platform: | + | Severity: normal OS/Version: All | + | Priority: P1 Component: wine-kernel | + +----------------------------------------------------------------------------+ + | Assigned To: wine-bugs@winehq.com | + | Reported By: vberon@mecano.gme.usherb.ca | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | Milestone: TargetMilestone: --- | + | URL: | + +============================================================================+ + | DESCRIPTION | + At the launch of any Windows program (or Winelib program), I get the following + error message: + + fixme:cdrom:CDROM_GetIdeInterface major 11 not supported + + My CD devices are /dev/scd0 and /dev/scd1, major 11 minor {0,1}, as I use the + IDE SCSI emulation layer in Linux. + + The function CDROM_GetIdeInterface in dlls/ntdll/cdrom.c doesn't find the + correct interface (as it's not really identified as a IDE CD). + + Could somebeody look into it? \ No newline at end of file