cognet 2005-11-24 15:13:47 UTC
FreeBSD src repository
Modified files:
sys/dev/em if_em.c
Log:
Remember the bus_dmamap_t where we loaded the mbuf, and sync this map instead
of tx_buffer->map, or we could end up syncing the wrong map.
Revision Changes Path
1.90 +3 -1 src/sys/dev/em/if_em.c