Changes in uspace/drv/nic/rtl8139/driver.c [fafb8e5:8d9217d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified uspace/drv/nic/rtl8139/driver.c ¶
rfafb8e5 r8d9217d 42 42 #include <stdio.h> 43 43 #include <str.h> 44 #include <pcapdump_iface.h> 44 45 45 46 #include "defs.h" … … 1313 1314 } 1314 1315 1316 rc = ddf_fun_add_to_category(fun, "pcap"); 1317 if (rc != EOK) { 1318 ddf_msg(LVL_ERROR, "Failed adding function to category pcap"); 1319 goto err_fun_bind; 1320 } 1321 1315 1322 ddf_msg(LVL_NOTE, "The %s device has been successfully initialized.", 1316 1323 ddf_dev_get_name(dev));
Note:
See TracChangeset
for help on using the changeset viewer.