http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8110f9b
)
Will be replaced with a block-device implementation.
author
Michael Brown
<mcb30@etherboot.org>
Wed, 24 May 2006 13:52:46 +0000
(13:52 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Wed, 24 May 2006 13:52:46 +0000
(13:52 +0000)
src/arch/i386/drivers/bus/bios_disks.c
patch
|
blob
|
history
diff --git
a/src/arch/i386/drivers/bus/bios_disks.c
b/src/arch/i386/drivers/bus/bios_disks.c
index
1de304b
..
99c8957
100644
(file)
--- 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