Re: [PATCH] kernel32: Populate HKLM\HARDWARE\DEVICEMAP\Scsi on Mac OS.
Charles Davis <cdavis(a)mymail.mines.edu> writes:
From: Charles Davis <cdavis(a)mines.edu>
--- 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 Julliard julliard(a)winehq.org
On 3/29/11 4:34 AM, Alexandre Julliard wrote:
Charles Davis <cdavis(a)mymail.mines.edu> writes:
From: Charles Davis <cdavis(a)mines.edu>
--- 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. 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. Chip
Charles Davis <cdavis(a)mymail.mines.edu> 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 care about other types of devices at this point. -- Alexandre Julliard julliard(a)winehq.org
On 3/30/11 2:53 AM, Alexandre Julliard wrote:
Charles Davis <cdavis(a)mymail.mines.edu> 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 of SCSI devices) on Mac.
I don't think we care about other types of devices at this point. 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? Chip
Charles Davis <cdavis(a)mymail.mines.edu> 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 julliard(a)winehq.org
participants (2)
-
Alexandre Julliard -
Charles Davis