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
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
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
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
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