Changeset 10f479ae in mainline
- Timestamp:
- 2011-01-28T15:45:40Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a8e96683
- Parents:
- d93ff502
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci/main.c
rd93ff502 r10f479ae 59 59 60 60 // TODO: get this value out of pci driver 61 uhci_init(device, (void*)0xc020); 62 63 return EOK; 61 return uhci_init(device, (void*)0xc020); 64 62 } 65 63
Note:
See TracChangeset
for help on using the changeset viewer.