Changeset 84a1a54 in mainline for uspace/drv/nic
- Timestamp:
- 2018-01-04T20:47:53Z (8 years ago)
- Children:
- facacc71
- Parents:
- cde999a
- Location:
- uspace/drv/nic
- Files:
-
- 2 edited
-
rtl8139/driver.c (modified) (1 diff)
-
rtl8169/driver.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/rtl8139/driver.c
rcde999a r84a1a54 2145 2145 int rc = nic_driver_init(NAME); 2146 2146 if (rc != EOK) 2147 return rc;2147 return EXIT_RC(rc); 2148 2148 2149 2149 nic_driver_implement(&rtl8139_driver_ops, &rtl8139_dev_ops, -
uspace/drv/nic/rtl8169/driver.c
rcde999a r84a1a54 1210 1210 int rc = nic_driver_init(NAME); 1211 1211 if (rc != EOK) 1212 return rc;1212 return EXIT_RC(rc); 1213 1213 nic_driver_implement( 1214 1214 &rtl8169_driver_ops, &rtl8169_dev_ops, &rtl8169_nic_iface);
Note:
See TracChangeset
for help on using the changeset viewer.
