aboutsummaryrefslogtreecommitdiff
path: root/src/boot.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2008-03-01 13:34:04 -0500
committerKevin O'Connor <kevin@koconnor.net>2008-03-01 13:34:04 -0500
commit15aee2e806cfca315835ecc7a2239e289eb36724 (patch)
tree1613a694d5ef01083ac775e33e55aa47fe0fd1d0 /src/boot.c
parent596cf60bedeec1a325e4849bb6635254e0bf2d86 (diff)
downloadseabios-hppa-15aee2e806cfca315835ecc7a2239e289eb36724.zip
seabios-hppa-15aee2e806cfca315835ecc7a2239e289eb36724.tar.gz
seabios-hppa-15aee2e806cfca315835ecc7a2239e289eb36724.tar.bz2
Make disk access work.
Several bug fixes. Move ata_detect from disk.c to ata.c.
Diffstat (limited to 'src/boot.c')
-rw-r--r--src/boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot.c b/src/boot.c
index 867b2fe..8595b7f 100644
--- a/src/boot.c
+++ b/src/boot.c
@@ -9,7 +9,7 @@
#include "biosvar.h" // struct bregs
#include "config.h" // CONFIG_*
#include "cmos.h" // inb_cmos
-#include "disk.h" // ata_detect
+#include "ata.h" // ata_detect
//--------------------------------------------------------------------------
// print_boot_device