Changes in uspace/drv/isa/isa.c [7e752b2:032e0bb] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/isa/isa.c

    r7e752b2 r032e0bb  
    493493        /* Add child devices. */
    494494        add_legacy_children(dev);
    495         printf(NAME ": finished the enumeration of legacy devices\n");
     495        printf(NAME ": finished the enumeration of legacy devices\n",
     496            dev->handle);
    496497
    497498        return EOK;
Note: See TracChangeset for help on using the changeset viewer.