diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2004-10-06 17:33:54 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2004-10-06 17:33:54 +0000 |
commit | 02fa3b2743b3f37381b6af4ee4362422b9011c8b (patch) | |
tree | c3bcc53e5ee909406558c116ac331bf05c5b561f /src/pc80/Config.lb | |
parent | 4fa89208a16e1e2052fff315c76f8f3f07459571 (diff) | |
download | coreboot-02fa3b2743b3f37381b6af4ee4362422b9011c8b.tar.xz |
epia-m support
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1655 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/pc80/Config.lb')
-rw-r--r-- | src/pc80/Config.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pc80/Config.lb b/src/pc80/Config.lb index 1261abf3f8..fb00418249 100644 --- a/src/pc80/Config.lb +++ b/src/pc80/Config.lb @@ -3,7 +3,7 @@ uses CONFIG_LEGACY_VGABIOS object mc146818rtc.o object isa-dma.o -#object i8259.o CONFIG_I8259 +object i8259.o #object udelay_timer2.o CONFIG_UDELAY_TIMER2 #object beep.o CONFIG_BEEP #object vga_load_regs.o VIDEO_CONSOLE |