Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 03/05/2005 14:37:15
Module Name: src
Committed By: jdolecek
Date: Sat Mar 5 14:37:15 UTC 2005
Modified Files:
src/sys/dev/pci: if_vge.c
Log Message:
modify vge_m_defrag() to support > MCLBYTES chains, by allocating appropriate
number of mbuf clusters; also don't free the original mbuf chain
simplify vge_encap() and make error reporting more consistent
normalize vge_start() (including use of IFQ_* macros), and handle the case
when the input mbuf chain is defragmented
JUMBO packets seem to work fine now
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/dev/pci/if_vge.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.