| 969 | } |
| 970 | |
| 971 | static 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 | |
| 976 | static void do_process_rw_command (struct ide_hdf *ide) |
| 977 | { |
no outgoing calls
no test coverage detected