Changeset fcae007 in mainline for uspace/lib/c/generic/device/nic.c


Ignore:
Timestamp:
2012-01-22T13:23:21Z (12 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
08cc26b
Parents:
d9bbe45 (diff), 10a5479d (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 with mainline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/device/nic.c

    rd9bbe45 rfcae007  
    345345 * it can never force the NIC to advertise unsupported modes.
    346346 *
    347  * The allowed modes are defined in "net/eth_phys.h" in the C library.
     347 * The allowed modes are defined in "nic/eth_phys.h" in the C library.
    348348 *
    349349 * @param[in] dev_sess
     
    382382/** Probe current state of auto-negotiation.
    383383 *
    384  * Modes are defined in the "net/eth_phys.h" in the C library.
     384 * Modes are defined in the "nic/eth_phys.h" in the C library.
    385385 *
    386386 * @param[in]  dev_sess
Note: See TracChangeset for help on using the changeset viewer.