diff options
Diffstat (limited to 'miscutils/hdparm.c')
-rw-r--r-- | miscutils/hdparm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/hdparm.c b/miscutils/hdparm.c index 5c1f6d54a..de5d68a04 100644 --- a/miscutils/hdparm.c +++ b/miscutils/hdparm.c | |||
@@ -59,7 +59,7 @@ | |||
59 | #define ADV_PIO_MODES 64 /* advanced PIO modes supported */ | 59 | #define ADV_PIO_MODES 64 /* advanced PIO modes supported */ |
60 | /* multiword DMA xfer cycle time: */ | 60 | /* multiword DMA xfer cycle time: */ |
61 | #define DMA_TIME_MIN 65 /* - minimum */ | 61 | #define DMA_TIME_MIN 65 /* - minimum */ |
62 | #define DMA_TIME_NORM 66 /* - manufacturer's recommended */ | 62 | #define DMA_TIME_NORM 66 /* - manufacturer's recommended */ |
63 | /* minimum PIO xfer cycle time: */ | 63 | /* minimum PIO xfer cycle time: */ |
64 | #define PIO_NO_FLOW 67 /* - without flow control */ | 64 | #define PIO_NO_FLOW 67 /* - without flow control */ |
65 | #define PIO_FLOW 68 /* - with IORDY flow control */ | 65 | #define PIO_FLOW 68 /* - with IORDY flow control */ |
@@ -82,7 +82,7 @@ | |||
82 | #define ENH_ERASE_TIME 90 /* - enhanced */ | 82 | #define ENH_ERASE_TIME 90 /* - enhanced */ |
83 | #define ADV_PWR 91 /* current advanced power management level | 83 | #define ADV_PWR 91 /* current advanced power management level |
84 | in low byte, 0x40 in high byte. */ | 84 | in low byte, 0x40 in high byte. */ |
85 | #define PSWD_CODE 92 /* master password revision code */ | 85 | #define PSWD_CODE 92 /* master password revision code */ |
86 | #define HWRST_RSLT 93 /* hardware reset result */ | 86 | #define HWRST_RSLT 93 /* hardware reset result */ |
87 | #define ACOUSTIC 94 /* acoustic mgmt values ( >= ATA-6) */ | 87 | #define ACOUSTIC 94 /* acoustic mgmt values ( >= ATA-6) */ |
88 | #define LBA_LSB 100 /* LBA: maximum. Currently only 48 */ | 88 | #define LBA_LSB 100 /* LBA: maximum. Currently only 48 */ |