From 291d69d7fd618d11fdcae010af319094cdf4d973 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 31 Jul 2007 14:05:03 +0100 Subject: Added support for draft version of the AoE Boot Firmware Table. --- src/usr/aoeboot.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/usr') diff --git a/src/usr/aoeboot.c b/src/usr/aoeboot.c index 1ed4ce49..ffc17a1c 100644 --- a/src/usr/aoeboot.c +++ b/src/usr/aoeboot.c @@ -6,6 +6,7 @@ #include #include #include +#include #include #include @@ -82,6 +83,8 @@ int aoeboot ( const char *root_path ) { boot_info.slot = aoe->minor; copy_to_real ( 0x40, 0xf0, &boot_info, sizeof ( boot_info ) ); + abft_fill_data ( aoe ); + drive.drive = find_global_dhcp_num_option ( DHCP_EB_BIOS_DRIVE ); drive.blockdev = &ata.blockdev; -- cgit v1.2.3-55-g7522