Charles Davis cdavis@mymail.mines.edu writes:
From: Charles Davis cdavis@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.
On 3/29/11 4:34 AM, Alexandre Julliard wrote:
Charles Davis cdavis@mymail.mines.edu writes:
From: Charles Davis cdavis@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@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.
On 3/30/11 2:53 AM, Alexandre Julliard wrote:
Charles Davis cdavis@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@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.