mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Add support for floppy boot on Sparc32
git-svn-id: svn://coreboot.org/openbios/openbios-devel@425 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -443,7 +443,7 @@ int ebus_config_cb(const pci_config_t *config)
|
||||
{
|
||||
#ifdef CONFIG_DRIVER_EBUS
|
||||
#ifdef CONFIG_DRIVER_FLOPPY
|
||||
ob_floppy_init(config->path, "fdthree");
|
||||
ob_floppy_init(config->path, "fdthree", 0x3f0ULL, 0);
|
||||
#endif
|
||||
#ifdef CONFIG_DRIVER_PC_SERIAL
|
||||
ob_pc_serial_init(config->path, "su", arch->io_base, 0x3f8ULL, 0);
|
||||
|
||||
Reference in New Issue
Block a user