]> git.proxmox.com Git - grub2.git/commit
Support explicit user claim that a device is BIOS-visible.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 13 Sep 2010 11:09:58 +0000 (13:09 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 13 Sep 2010 11:09:58 +0000 (13:09 +0200)
commitcf9827de73597be19869a6cdab1153baeb9af797
tree134f1407675d59c374a930d66648e76545d21ae2
parent53f0eb1f6491784396e77769eededcec1ee77064
Support explicit user claim that a device is BIOS-visible.

* grub-core/kern/emu/getroot.c (grub_util_get_dev_abstraction):
Return GRUB_DEV_ABSTRACTION_NONE if device is in device.map.
* grub-core/kern/emu/hostdisk.c
(convert_system_partition_to_system_disk): Support mdX.
(find_system_device): New parameter add. All users updated.
(grub_util_biosdisk_is_present): New function.
* include/grub/emu/hostdisk.h (grub_util_biosdisk_is_present): New
proto.
ChangeLog
grub-core/kern/emu/getroot.c
grub-core/kern/emu/hostdisk.c
include/grub/emu/hostdisk.h