Changeset 9f0fb84 in mainline for uspace/drv/nic/e1k/e1k.h


Ignore:
Timestamp:
2012-01-05T16:11:00Z (12 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7852625
Parents:
77c2b02
Message:

resurrect older e1000 adapters

File:
1 edited

Legend:

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

    r77c2b02 r9f0fb84  
    8484/** E1000 boards */
    8585typedef enum {
     86        E1000_82540,
    8687        E1000_82541,
    8788        E1000_82541REV2,
     89        E1000_82545,
     90        E1000_82546,
    8891        E1000_82547,
    8992        E1000_82572,
Note: See TracChangeset for help on using the changeset viewer.