mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-26 15:26:43 +00:00
comment correction
This commit is contained in:
parent
606d0b4568
commit
b47ae16f90
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -2896,7 +2896,7 @@ class CHBACmdTable
|
||||||
#define ATA_WRITE_MULTI_EXT 0x39
|
#define ATA_WRITE_MULTI_EXT 0x39
|
||||||
#define ATA_WRITE_DMA_EXT 0x35
|
#define ATA_WRITE_DMA_EXT 0x35
|
||||||
#define ATA_IDENTIFY 0xEC
|
#define ATA_IDENTIFY 0xEC
|
||||||
#define ATA_IDENTIFY_PACKET 0xA1 // IDENTIFY PACKET DEVICE, mirror of ATA_PACKET for ATAPI
|
#define ATA_IDENTIFY_PACKET 0xA1 // IDENTIFY PACKET DEVICE, mirror of ATA_IDENTIFY for ATAPI
|
||||||
|
|
||||||
#define ATAS_ERR 0x01
|
#define ATAS_ERR 0x01
|
||||||
#define ATAS_DRQ 0x08
|
#define ATAS_DRQ 0x08
|
||||||
|
|
Loading…
Reference in a new issue