Re: [PATCH] kernel32: Populate HKLM\HARDWARE\DEVICEMAP\Scsi on Mac OS.

2011-03-31 Thread Alexandre Julliard
Charles Davis writes: > All right. > > Do you want me to rip out the old Linux /proc/ide and /proc/scsi parsing > code, or do you want to move that over to mountmgr, too? It needs to be redone the proper way in mountmgr, matching the devices we get from HAL. -- Alexandre Julliard julli...@wine

Re: [PATCH] kernel32: Populate HKLM\HARDWARE\DEVICEMAP\Scsi on Mac OS.

2011-03-31 Thread Charles Davis
On 3/30/11 2:53 AM, Alexandre Julliard wrote: > Charles Davis writes: >> How do you propose to do that? The way this is done on Linux, it's >> probably fine to just build up/tear down an entry for each device that >> HAL/udev detects, but DiskArbitration only handles disks (and not other >> types

Re: [PATCH] kernel32: Populate HKLM\HARDWARE\DEVICEMAP\Scsi on Mac OS.

2011-03-30 Thread Alexandre Julliard
Charles Davis writes: > OK. > > How do you propose to do that? The way this is done on Linux, it's > probably fine to just build up/tear down an entry for each device that > HAL/udev detects, but DiskArbitration only handles disks (and not other > types of SCSI devices) on Mac. I don't think we

Re: [PATCH] kernel32: Populate HKLM\HARDWARE\DEVICEMAP\Scsi on Mac OS.

2011-03-29 Thread Charles Davis
On 3/29/11 4:34 AM, Alexandre Julliard wrote: > Charles Davis writes: > >> From: Charles Davis >> >> --- >> dlls/kernel32/Makefile.in |2 +- >> dlls/kernel32/oldconfig.c | 157 >> +++- >> 2 files changed, 154 insertions(+), 5 deletions(-) > > This

Re: [PATCH] kernel32: Populate HKLM\HARDWARE\DEVICEMAP\Scsi on Mac OS.

2011-03-29 Thread Alexandre Julliard
Charles Davis writes: > From: Charles Davis > > --- > dlls/kernel32/Makefile.in |2 +- > dlls/kernel32/oldconfig.c | 157 +++- > 2 files changed, 154 insertions(+), 5 deletions(-) This code needs to be moved to the mountmgr first. -- Alexandre Jul