Changeset 221 for trunk/hal/x86_64


Ignore:
Timestamp:
Jul 17, 2017, 2:18:01 PM (7 years ago)
Author:
max@…
Message:

use panic instead

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/drivers/ioc_ata.c

    r220 r221  
    152152        ret = ata_wait();
    153153        if (ret == -1)
    154                 x86_printf("-> unable to identify ATA\n");
     154                x86_panic("-> unable to identify ATA\n");
    155155
    156156        for (idx = 0; idx < 256; idx++) {
Note: See TracChangeset for help on using the changeset viewer.