Re: [PATCH 1/2] mountmgr: Populate HKLM\HARDWARE\DEVICEMAP\Scsi here instead of in kernel32.
Charles Davis <cdavis(a)mymail.mines.edu> writes:
--- dlls/kernel32/Makefile.in | 1 - dlls/kernel32/oldconfig.c | 404 ------------------------------------------ dlls/kernel32/process.c | 3 - dlls/mountmgr.sys/hal.c | 116 ++++++++++++ dlls/mountmgr.sys/mountmgr.c | 138 ++++++++++++++ dlls/mountmgr.sys/mountmgr.h | 3 + 6 files changed, 257 insertions(+), 408 deletions(-) delete mode 100644 dlls/kernel32/oldconfig.c
It doesn't seem to work here, I don't get any devices. -- Alexandre Julliard julliard(a)winehq.org
On 4/20/11 9:43 AM, Alexandre Julliard wrote:
Charles Davis <cdavis(a)mymail.mines.edu> writes:
--- dlls/kernel32/Makefile.in | 1 - dlls/kernel32/oldconfig.c | 404 ------------------------------------------ dlls/kernel32/process.c | 3 - dlls/mountmgr.sys/hal.c | 116 ++++++++++++ dlls/mountmgr.sys/mountmgr.c | 138 ++++++++++++++ dlls/mountmgr.sys/mountmgr.h | 3 + 6 files changed, 257 insertions(+), 408 deletions(-) delete mode 100644 dlls/kernel32/oldconfig.c
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/? Chip
Charles Davis <cdavis(a)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. -- Alexandre Julliard julliard(a)winehq.org
On 4/21/11 4:21 AM, Alexandre Julliard wrote:
Charles Davis <cdavis(a)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
participants (2)
-
Alexandre Julliard -
Charles Davis