Changeset 8da2c60 in mainline for uspace/drv/nic/e1k/e1k.c


Ignore:
Timestamp:
2012-01-27T19:12:45Z (12 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fe56c08a
Parents:
ea75ceb (diff), d81eaf94 (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/drv/nic/e1k/e1k.c

    rea75ceb r8da2c60  
    20572057        case E1000_82545:
    20582058        case E1000_82546:
    2059         case E1000_82572:
    20602059                e1000->info.eerd_start = 0x01;
    20612060                e1000->info.eerd_done = 0x10;
     
    20642063                break;
    20652064        case E1000_82547:
     2065        case E1000_82572:
    20662066        case E1000_80003ES2:
    20672067                e1000->info.eerd_start = 0x01;
Note: See TracChangeset for help on using the changeset viewer.