diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2009-09-13 10:46:57 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2009-09-13 10:46:57 -0400 |
commit | 40f5b5aa1ecb189353e79009f49276193b3a87e9 (patch) | |
tree | 68db17faa1caaedd502eec0d61783720e195cb18 /src/util.h | |
parent | 36c93a5e97931eedab98350d12d8a5ee7d8872bb (diff) | |
download | seabios-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |