Changeset ad896eb in mainline
- Timestamp:
- 2018-05-13T18:29:06Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f134413
- Parents:
- 11b285d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified uspace/drv/nic/rtl8139/driver.c ¶
r11b285d rad896eb 1144 1144 1145 1145 err_rx_alloc: 1146 dmamem_unmap_anonymous( &rtl8139->tx_buff_virt);1146 dmamem_unmap_anonymous(rtl8139->tx_buff_virt); 1147 1147 err_tx_alloc: 1148 1148 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.