RFC: ntdll: Implement CDROM_GetInterfaceInfo() on Mac OS (try 2)

Alexandre Julliard julliard at winehq.org
Fri Oct 23 03:57:33 CDT 2009


Charles Davis <cdavis at mymail.mines.edu> writes:

> OK, so let me see if I have all this straight: you want me to implement
> some wine-specific IOCTLs in mountmgr that return the SCSI address and
> anything else I can think of tha belongs in mountmgr. You also say that,
> if necessary, I should pass an FD from mountmgr back to the caller
> (ntdll) via a UNIX-domain socket, but that I don't have to for this
> particular IOCTL. You also want me to move getting the parent device
> into mountmgr (where I think it belongs, frankly), which is an instance
> where I'd need to pass an FD back to ntdll. Do I have all this right?

Not entirely right, no. First there wouldn't be wine-specific ioctl,
it's just the standard Windows ioctls that would be implemented by the
corresponding NT device. Second you wouldn't pass an fd back to ntdll,
you'd pass it to the server, or have the server open the file.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list