Changeset cd31ed8 in mainline for uspace/srv/drivers/isa/isa.c


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

File:
1 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}
Note: See TracChangeset for help on using the changeset viewer.