From e7ee2eda4badef6ee361f089768064ae737169ed Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 6 Mar 2017 12:25:20 +0000 Subject: [block] Centralise "san-drive" setting The concept of the SAN drive number is meaningful only in a BIOS environment, where it represents the INT13 drive number (0x80 for the first hard disk). We retain this concept in a UEFI environment to allow for a simple way for iPXE commands to refer to SAN drives. Centralise the concept of the default drive number, since it is shared between all supported environments. Signed-off-by: Michael Brown --- src/interface/efi/efi_block.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/interface') diff --git a/src/interface/efi/efi_block.c b/src/interface/efi/efi_block.c index ab230943..ee26b37d 100644 --- a/src/interface/efi/efi_block.c +++ b/src/interface/efi/efi_block.c @@ -1055,7 +1055,6 @@ static int efi_block_boot ( unsigned int drive ) { return rc; } -PROVIDE_SANBOOT_INLINE ( efi, san_default_drive ); PROVIDE_SANBOOT ( efi, san_hook, efi_block_hook ); PROVIDE_SANBOOT ( efi, san_unhook, efi_block_unhook ); PROVIDE_SANBOOT ( efi, san_describe, efi_block_describe ); -- cgit v1.2.3-55-g7522