Changes in uspace/drv/isa/isa.c [7e752b2:032e0bb] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/isa/isa.c
r7e752b2 r032e0bb 493 493 /* Add child devices. */ 494 494 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); 496 497 497 498 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.