cvs commit: src/sys/dev/em if_em.c
Kip Macy
kmacy at FreeBSD.org
Thu Nov 23 00:52:53 UTC 2006
kmacy 2006-11-23 00:52:52 UTC
FreeBSD src repository
Modified files:
sys/dev/em if_em.c
Log:
Fix TSO support on sun4v
- incorporate csjp's fix for a mishandled endian conversion
- convert PAGE_SIZE to 4096 for PCIe adapter workaround (my page size is not 4k)
- implement em_read_pcie_cap_reg where we set the max read size on pcie to 4k (taken from mxge)
Reviewed by: scottl and jfvogel
Revision Changes Path
1.166 +25 -8 src/sys/dev/em/if_em.c
More information about the cvs-src
mailing list