Date: Wed, 1 Nov 2006 15:36:47 +0000 (UTC) From: John Baldwin <jhb@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: <200611011536.kA1FalvE063654@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2006-11-01 15:36:47 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Fix botch in last commit (I tested on 6.x which doesn't have TSO): - Test the mac_type rather than if_hwassist (since ifp doesn't exist yet) to determine if the adapter supports TSO and thus to change the sizes for the bus_dma tag. Reviewed by: glebius Revision Changes Path 1.161 +2 -5 src/sys/dev/em/if_em.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611011536.kA1FalvE063654>