diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2013-02-10 00:35:01 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2013-02-12 21:05:05 -0500 |
commit | 3a735baa31f6014e205a4892dc2ab95dc81af797 (patch) | |
tree | 5e0147590e0ee7e536b746d8278358daf5ede4f8 /src/post.c | |
parent | 9f08c905aedd43fc2e5c70511f0c68500ed31748 (diff) | |
download | seabios-3a735baa31f6014e205a4892dc2ab95dc81af797.tar.gz |
The mathcp setup touches the PIC and thus move to the "setup" phase.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/post.c')
-rw-r--r-- | src/post.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,6 @@ interface_init(void) bda_init(); // Other interfaces - mathcp_init(); boot_init(); bios32_init(); pmm_init(); @@ -157,6 +156,7 @@ platform_hardware_setup(void) // Init base pc hardware. pic_setup(); + mathcp_setup(); timer_setup(); // Initialize pci |