Add EBUS bridge, refactor PC serial and keyboard, generalize floppy

git-svn-id: svn://coreboot.org/openbios/openbios-devel@377 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Blue Swirl
2009-01-10 11:37:34 +00:00
parent 0c3877f095
commit 91a9c7865a
15 changed files with 508 additions and 398 deletions

View File

@@ -48,7 +48,7 @@ arch_init( void )
ob_ide_init("/pci/isa", 0x1f0, 0x3f4, 0x170, 0x374);
#endif
#ifdef CONFIG_DRIVER_FLOPPY
ob_floppy_init();
ob_floppy_init("/isa", "floppy0");
#endif
#ifdef CONFIG_XBOX
init_video(phys_to_virt(0x3C00000), 640, 480, 32, 2560);