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

Function getidemode

src/ide.cpp:971–974  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

969}
970
971static const TCHAR *getidemode(struct ide_hdf *ide)
972{
973 return ide->lba48 ? (ide->lba48cmd ? _T("lba48") : _T("lba48*")) : ((ide->regs.ide_select & 0x40) ? _T("lba") : _T("chs"));
974}
975
976static void do_process_rw_command (struct ide_hdf *ide)
977{

Callers 3

do_process_rw_commandFunction · 0.85
ide_read_sectorsFunction · 0.85
ide_write_sectorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected