aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2009-09-13 10:46:57 -0400
committerKevin O'Connor <kevin@koconnor.net>2009-09-13 10:46:57 -0400
commit40f5b5aa1ecb189353e79009f49276193b3a87e9 (patch)
tree68db17faa1caaedd502eec0d61783720e195cb18 /src/util.h
parent36c93a5e97931eedab98350d12d8a5ee7d8872bb (diff)
downloadseabios-40f5b5aa1ecb189353e79009f49276193b3a87e9.tar.gz
Do PCI initialization before vga init.
The VGA init could depend on the PCI init.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index a8f75a3c..c18fbbaa 100644
--- a/src/util.h
+++ b/src/util.h
@@ -205,7 +205,7 @@ void make_bios_writable();
void make_bios_readonly();
// pciinit.c
-void pci_bios_setup(void);
+void pci_setup(void);
// smm.c
void smm_init();