Integrated ESDI doesn't need an external ROM

This commit is contained in:
Akamaki
2025-02-15 16:58:11 +09:00
parent db056e0b66
commit 75ccfc6e2d
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ static const struct {
{ &xtide_acculogic_device }, { &xtide_acculogic_device },
{ &xtide_device }, { &xtide_device },
{ &esdi_ps2_device }, { &esdi_ps2_device },
{ &esdi_integrated_device }, { &esdi_integrated_device },
{ &ide_pci_device }, { &ide_pci_device },
{ &ide_pci_2ch_device }, { &ide_pci_2ch_device },
{ &ide_vlb_device }, { &ide_vlb_device },

View File

@@ -1514,7 +1514,7 @@ esdi_integrated_device = {
.init = esdi_init, .init = esdi_init,
.close = esdi_close, .close = esdi_close,
.reset = esdi_reset, .reset = esdi_reset,
.available = esdi_available, .available = NULL, /* The Disk BIOS is included in the System ROM */
.speed_changed = NULL, .speed_changed = NULL,
.force_redraw = NULL, .force_redraw = NULL,
.config = esdi_integrated_config .config = esdi_integrated_config