andre 2006-09-21 19:14:51 UTC
FreeBSD src repository
Modified files:
sys/dev/em if_em.c
Log:
Move the initialization of the hardware capabilities in em_init_locked()
before em_setup_transmit_structures() as it needs this information to
properly set up TSO parameters.
Reviewed by: jfv
Revision Changes Path
1.147 +12 -8 src/sys/dev/em/if_em.c