Changeset f712a85 in mainline
- Timestamp:
- 2018-04-12T16:54:19Z (7 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/rtl8139/driver.c
r36470ce8 rf712a85 201 201 ddf_dev_parent_sess_get(nic_get_ddf_dev(rtl8139->nic_data)); 202 202 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. 203 208 if (bit_val) { 204 209 uint8_t pmen;
Note:
See TracChangeset
for help on using the changeset viewer.