Changeset cd31ed8 in mainline
- Timestamp:
- 2010-04-14T21:24:51Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c1a8ae52
- Parents:
- 892e4e1
- Location:
- uspace/srv/drivers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/drivers/isa/isa.c
r892e4e1 rcd31ed8 79 79 int main(int argc, char *argv[]) 80 80 { 81 printf(NAME ": HelenOS root devicedriver\n");81 printf(NAME ": HelenOS ISA bus driver\n"); 82 82 return driver_main(&isa_driver); 83 83 } -
uspace/srv/drivers/rootia32/rootia32.c
r892e4e1 rcd31ed8 193 193 int main(int argc, char *argv[]) 194 194 { 195 printf(NAME ": HelenOS root device driver\n");195 printf(NAME ": HelenOS rootia32 device driver\n"); 196 196 root_ia32_init(); 197 197 return driver_main(&rootia32_driver);
Note:
See TracChangeset
for help on using the changeset viewer.