Date: Thu, 23 Nov 2006 00:52:52 +0000 (UTC) From: Kip Macy <kmacy@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/em if_em.c Message-ID: <200611230052.kAN0qqhg019162@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611230052.kAN0qqhg019162>