Changeset d81eaf94 in mainline for uspace/drv/nic/e1k/e1k.c


Ignore:
Timestamp:
2012-01-27T14:57:52Z (12 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8da2c60, 9970a5a
Parents:
790d6d1
Message:

Intel 82572 uses actually the alternative method to access the EEPROM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/nic/e1k/e1k.c

    r790d6d1 rd81eaf94  
    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.