Changeset f712a85 in mainline


Ignore:
Timestamp:
2018-04-12T16:54:19Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8ebe212
Parents:
36470ce8
git-author:
Jakub Jermar <jakub@…> (2018-04-12 16:46:47)
git-committer:
Jakub Jermar <jakub@…> (2018-04-12 16:54:19)
Message:

rtl8139: Add a note about the hardcoded address

File:
1 edited

Legend:

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

    r36470ce8 rf712a85  
    201201            ddf_dev_parent_sess_get(nic_get_ddf_dev(rtl8139->nic_data));
    202202
     203        // XXX: According to the RTL8139C(L) Rev.1.4 datasheet, the entire PCI
     204        // Power Management data structure is located at a fixed address 0x50 so
     205        // that PME_Status and PME_En find themselves at address 0x55. It would
     206        // be more flexible though to locate the data structure by searching
     207        // the PCI function's capability list.
    203208        if (bit_val) {
    204209                uint8_t pmen;
Note: See TracChangeset for help on using the changeset viewer.