Index: uspace/srv/drivers/isa/isa.c
===================================================================
--- uspace/srv/drivers/isa/isa.c	(revision 892e4e14ef67efd76b37d0d3c42015d6069227d6)
+++ uspace/srv/drivers/isa/isa.c	(revision cd31ed8b97988bc09a03c684868267a386ad4de4)
@@ -79,5 +79,5 @@
 int main(int argc, char *argv[])
 {
-	printf(NAME ": HelenOS root device driver\n");	
+	printf(NAME ": HelenOS ISA bus driver\n");	
 	return driver_main(&isa_driver);
 }
Index: uspace/srv/drivers/rootia32/rootia32.c
===================================================================
--- uspace/srv/drivers/rootia32/rootia32.c	(revision 892e4e14ef67efd76b37d0d3c42015d6069227d6)
+++ uspace/srv/drivers/rootia32/rootia32.c	(revision cd31ed8b97988bc09a03c684868267a386ad4de4)
@@ -193,5 +193,5 @@
 int main(int argc, char *argv[])
 {
-	printf(NAME ": HelenOS root device driver\n");	
+	printf(NAME ": HelenOS rootia32 device driver\n");	
 	root_ia32_init();
 	return driver_main(&rootia32_driver);
