Date: Sat, 9 Aug 2003 18:41:35 -0700 (PDT) From: Bill Paul <wpaul@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_rl.c if_rlreg.h Message-ID: <200308100141.h7A1fZ3n072070@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308100141.h7A1fZ3n072070>