MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / ide_execute_drive_diagnostics

Function ide_execute_drive_diagnostics

src/ide.cpp:643–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

641}
642
643static void ide_execute_drive_diagnostics (struct ide_hdf *ide, bool irq)
644{
645 reset_device (ide, irq, false);
646 if (irq)
647 ide_interrupt (ide);
648 else
649 ide->regs.ide_status &= ~IDE_STATUS_BSY;
650}
651
652static void ide_initialize_drive_parameters (struct ide_hdf *ide)
653{

Callers 1

ide_do_commandFunction · 0.85

Calls 2

reset_deviceFunction · 0.85
ide_interruptFunction · 0.85

Tested by

no test coverage detected