Changeset e2a6b72 in mainline for uspace/drv/nic/rtl8139/driver.c
- Timestamp:
- 2012-10-15T16:28:58Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b3ab8f7
- Parents:
- 7eb49f4 (diff), c4c2406 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/drv/nic/rtl8139/driver.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/rtl8139/driver.c
r7eb49f4 re2a6b72 34 34 #include <align.h> 35 35 #include <byteorder.h> 36 #include <libarch/ddi.h>37 36 #include <libarch/barrier.h> 38 37 … … 2187 2186 &rtl8139_driver_ops, &rtl8139_dev_ops, &rtl8139_nic_iface); 2188 2187 2189 ddf_log_init(NAME , LVL_ERROR);2188 ddf_log_init(NAME); 2190 2189 ddf_msg(LVL_NOTE, "HelenOS RTL8139 driver started"); 2191 2190 return ddf_driver_main(&rtl8139_driver);
Note:
See TracChangeset
for help on using the changeset viewer.
