Changeset 221
- Timestamp:
- Jul 17, 2017, 2:18:01 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/drivers/ioc_ata.c
r220 r221 152 152 ret = ata_wait(); 153 153 if (ret == -1) 154 x86_p rintf("-> unable to identify ATA\n");154 x86_panic("-> unable to identify ATA\n"); 155 155 156 156 for (idx = 0; idx < 256; idx++) {
Note: See TracChangeset
for help on using the changeset viewer.