No longer scans the whole /dev/disk tree, but only the "ide", "scsi", and
"virtual" subtrees in it (no more parallel, ... scanning). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4645 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
4e91b25740
commit
3e64cf641c
@ -71,7 +71,9 @@ status_t
|
||||
platform_get_boot_devices(struct stage2_args *args, struct list *list)
|
||||
{
|
||||
add_device("/boot/home/test-file-device", list);
|
||||
recursive_add_device("/dev/disk", list);
|
||||
recursive_add_device("/dev/disk/ide", list);
|
||||
recursive_add_device("/dev/disk/scsi", list);
|
||||
recursive_add_device("/dev/disk/virtual", list);
|
||||
|
||||
return B_OK;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user