Changeset f1d6866 in mainline for uspace/drv/bus/isa/isa.c
- Timestamp:
- 2011-09-18T21:22:59Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dcc44ca1
- Parents:
- 85ff862 (diff), 45a9cf4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/isa/isa.c
r85ff862 rf1d6866 405 405 static void fun_hw_res_alloc(isa_fun_t *fun) 406 406 { 407 fun->hw_resources.resources = 407 fun->hw_resources.resources = 408 408 (hw_resource_t *)malloc(sizeof(hw_resource_t) * ISA_MAX_HW_RES); 409 409 }
Note:
See TracChangeset
for help on using the changeset viewer.