Integrated ESDI doesn't need an external ROM
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user