Changeset cd31ed8 in mainline


Ignore:
Timestamp:
2010-04-14T21:24:51Z (14 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c1a8ae52
Parents:
892e4e1
Message:

minor changes

Location:
uspace/srv/drivers
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/drivers/isa/isa.c

    r892e4e1 rcd31ed8  
    7979int main(int argc, char *argv[])
    8080{
    81         printf(NAME ": HelenOS root device driver\n"); 
     81        printf(NAME ": HelenOS ISA bus driver\n");     
    8282        return driver_main(&isa_driver);
    8383}
  • uspace/srv/drivers/rootia32/rootia32.c

    r892e4e1 rcd31ed8  
    193193int main(int argc, char *argv[])
    194194{
    195         printf(NAME ": HelenOS root device driver\n"); 
     195        printf(NAME ": HelenOS rootia32 device driver\n");     
    196196        root_ia32_init();
    197197        return driver_main(&rootia32_driver);
Note: See TracChangeset for help on using the changeset viewer.