Changeset e2a6b72 in mainline for uspace/drv/nic/rtl8139/driver.c


Ignore:
Timestamp:
2012-10-15T16:28:58Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
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.
Message:

Merge mainline and io improvements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/nic/rtl8139/driver.c

    r7eb49f4 re2a6b72  
    3434#include <align.h>
    3535#include <byteorder.h>
    36 #include <libarch/ddi.h>
    3736#include <libarch/barrier.h>
    3837
     
    21872186                &rtl8139_driver_ops, &rtl8139_dev_ops, &rtl8139_nic_iface);
    21882187
    2189         ddf_log_init(NAME, LVL_ERROR);
     2188        ddf_log_init(NAME);
    21902189        ddf_msg(LVL_NOTE, "HelenOS RTL8139 driver started");
    21912190        return ddf_driver_main(&rtl8139_driver);
Note: See TracChangeset for help on using the changeset viewer.