|
@@ -226,25 +226,25 @@ done:
|
|
|
|
|
|
if (dev) {
|
|
|
if (old_dev) {
|
|
|
- con_printf("[ABC] Unregistered device %s from devsel %u\n",
|
|
|
+ con_printf("abcio: Unregistered device %s from devsel %u\n",
|
|
|
old_dev->name, devsel);
|
|
|
}
|
|
|
if (old_devsel < DEVSEL_NONE) {
|
|
|
if (devsel == old_devsel) {
|
|
|
/* Print nothing */
|
|
|
} else if (devsel < DEVSEL_NONE) {
|
|
|
- con_printf("[ABC] Moved device %s from devsel %u to %u\n",
|
|
|
+ con_printf("abcio: Moved device %s from devsel %u to %u\n",
|
|
|
dev->name, old_devsel, devsel);
|
|
|
} else {
|
|
|
- con_printf("[ABC] Unregistered device %s from devsel %u\n",
|
|
|
+ con_printf("abcio: Unregistered device %s from devsel %u\n",
|
|
|
dev->name, old_devsel);
|
|
|
}
|
|
|
} else {
|
|
|
if (devsel < DEVSEL_NONE) {
|
|
|
- con_printf("[ABC] Registered device %s on devsel %u\n",
|
|
|
+ con_printf("abcio: Registered device %s on devsel %u\n",
|
|
|
dev->name, devsel);
|
|
|
} else {
|
|
|
- con_printf("[ABC] Device %s is disabled\n", dev->name);
|
|
|
+ con_printf("abcio: Device %s is disabled\n", dev->name);
|
|
|
}
|
|
|
}
|
|
|
}
|