Changes in uspace/drv/nic/rtl8139/driver.c [fafb8e5:09ab0a9a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/rtl8139/driver.c
rfafb8e5 r09ab0a9a 827 827 assert(icall); 828 828 829 uint16_t isr = (uint16_t) ipc_get_arg2(icall);829 uint16_t isr = (uint16_t) IPC_GET_ARG2(*icall); 830 830 nic_t *nic_data = nic_get_from_ddf_dev(dev); 831 831 rtl8139_t *rtl8139 = nic_get_specific(nic_data);
Note:
See TracChangeset
for help on using the changeset viewer.