1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/sys/dev/vr
Poul-Henning Kamp 1c04bd82a5 Improve the if_vr driver ever so slightly.
The 6105M and 6102 does not have the DWORD alignment problem, so
don't m_defrag() every packet in the transmit path for those.

More stringent usage of tx-descriptor ring and its flags.

Tested on 6102 and 6105M, other chips may also be able to run
without the m_defrag() but I have neither hardware nor docs to
find out.

Sponsored by:	Soekris Engineering
2007-04-17 12:23:57 +00:00
..
if_vr.c Improve the if_vr driver ever so slightly. 2007-04-17 12:23:57 +00:00
if_vrreg.h Improve the if_vr driver ever so slightly. 2007-04-17 12:23:57 +00:00