cvs commit: src/sys/dev/em if_em.c
John Baldwin
jhb at FreeBSD.org
Wed Nov 1 15:36:48 UTC 2006
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
More information about the cvs-src
mailing list