PCI IDE Controller: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
→‎Errors: Corrected some listings
→‎Status: Fixed a typo
Line 94:
#define ATA_SR_DRQ 0x08 // Data request ready
#define ATA_SR_CORR 0x04 // Corrected data
#define ATA_SR_IDX 0x02 // InlexIndex
#define ATA_SR_ERR 0x01 // Error
</source>