cvs commit: src/sys/pci if_rl.c if_rlreg.h
Bill Paul
wpaul at FreeBSD.org
Sat Aug 9 18:41:37 PDT 2003
wpaul 2003/08/09 18:41:35 PDT
FreeBSD src repository
Modified files:
sys/pci if_rl.c if_rlreg.h
Log:
- Update some comments regarding hardware details of the 8169 and
note the existence of the 8169S and 8110S components. (The 8169
is just a MAC, the 8169S and 8110S contain both a MAC and PHY.)
- Properly handle list and buffer addresses as 64-bit. The RX and
TX DMA list addresses should be bus_addr_t's. Added RL_ADDR_HI()
and RL_ADDR_LO() macros to obtain values for writing into chip
registers.
- Set a slightly different TIMERINT value for 8169 NICs for improved
performance.
- Change left out of previous commit log: added some additional
hardware rev codes for other 10/100 chips and for the 8169S/8110S
'rev C' gigE MACs.
Revision Changes Path
1.108 +54 -37 src/sys/pci/if_rl.c
1.31 +6 -3 src/sys/pci/if_rlreg.h
More information about the cvs-src
mailing list