[PATCH 1/2] mountmgr: Populate HKLM\HARDWARE\DEVICEMAP\Scsi here instead of in kernel32.

Charles Davis cdavis at mymail.mines.edu
Thu Apr 21 08:27:46 CDT 2011


On 4/21/11 4:21 AM, Alexandre Julliard wrote:
> Charles Davis <cdavis at mymail.mines.edu> writes:
> 
>> On 4/20/11 9:43 AM, Alexandre Julliard wrote:
>>> It doesn't seem to work here, I don't get any devices.
>> Funny. It works fine on both my 32-bit and 64-bit VMs. Clearly my setup
>> is broken :).
>>
>> By any chance, do you not have any SCSI generic (sg<x>) files in /dev/?
> 
> I don't, I have only hd and sd devices.
That explains it. The patch used the SCSI generic entries on Linux,
which aren't present if that support hasn't been compiled in/loaded.
I'll rework the patch so it isn't so dependent on them.

Chip




More information about the wine-devel mailing list