Ignore:
Timestamp:
Feb 23, 2021, 10:10:11 PM (4 years ago)
Author:
David Azarewicz
Message:

Add 64/48 bit LBA support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/ata.h

    r205 r207  
    492492extern int v_ata_cmd(AD_INFO *ai, int port, int device, int slot, int cmd, va_list va);
    493493extern void ata_cmd_to_fis(u8 *fis, ATA_CMD *cmd, int device);
    494 extern USHORT ata_get_sg_indx(IORB_EXECUTEIO *io);
    495494extern void ata_max_sg_cnt(IORB_EXECUTEIO *io, USHORT sg_indx, USHORT sg_max, USHORT *sg_cnt, USHORT *sector_cnt);
    496 
    497495extern int ata_get_geometry(IORBH FAR16DATA *iorb, IORBH *pIorb, int slot);
    498496extern void ata_get_geometry_pp(IORBH FAR16DATA *vIorb, IORBH *pIorb);
     
    508506extern void ata_execute_ata_pp(IORBH FAR16DATA *vIorb, IORBH *pIorb);
    509507extern int ata_req_sense(IORBH FAR16DATA *vIorb, IORBH *pIorb, int slot);
    510 
    511508extern char *ata_dev_name(u16 *id_buf);
    512509
Note: See TracChangeset for help on using the changeset viewer.