summaryrefslogtreecommitdiffstats
path: root/src/arch
diff options
context:
space:
mode:
authorMichael Brown2006-05-24 15:52:46 +0200
committerMichael Brown2006-05-24 15:52:46 +0200
commit52125e158cc4502ce7bd250c3d8be932361d6ed8 (patch)
treeec5929cef63cbea768e468fae44e507eb7db3751 /src/arch
parentUpdated to REAL_CODE() (diff)
downloadipxe-52125e158cc4502ce7bd250c3d8be932361d6ed8.tar.gz
ipxe-52125e158cc4502ce7bd250c3d8be932361d6ed8.tar.xz
ipxe-52125e158cc4502ce7bd250c3d8be932361d6ed8.zip
Will be replaced with a block-device implementation.
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/i386/drivers/bus/bios_disks.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/arch/i386/drivers/bus/bios_disks.c b/src/arch/i386/drivers/bus/bios_disks.c
index 1de304b46..99c8957d3 100644
--- a/src/arch/i386/drivers/bus/bios_disks.c
+++ b/src/arch/i386/drivers/bus/bios_disks.c
@@ -3,6 +3,9 @@
#include "disk.h"
#include "bios_disks.h"
+#warning "This file is obsolete"
+#if 0
+
#define CF ( 1 << 0 )
#define BIOS_DISK_NONE 0
@@ -197,3 +200,5 @@ void bios_disk_fill_disk ( struct disk *disk __unused,
struct bios_disk_device *bios_disk __unused ) {
}
+
+#endif