Changes in uspace/drv/nic/rtl8169/driver.c [09ab0a9a:fafb8e5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/rtl8169/driver.c
r09ab0a9a rfafb8e5 1038 1038 assert(icall); 1039 1039 1040 uint16_t isr = (uint16_t) IPC_GET_ARG2(*icall) & INT_KNOWN;1040 uint16_t isr = (uint16_t) ipc_get_arg2(icall) & INT_KNOWN; 1041 1041 nic_t *nic_data = nic_get_from_ddf_dev(dev); 1042 1042 rtl8169_t *rtl8169 = nic_get_specific(nic_data);
Note:
See TracChangeset
for help on using the changeset viewer.