CVSROOT: /cvs Module name: src Changes by: ch...@cvs.openbsd.org 2012/10/20 10:12:22
Modified files: sys/dev/pci : if_vr.c if_vrreg.h Log message: Implement transmit DMA segments. The descriptor usage is from FreeBSD, which contradicts the datasheet (but actually works). Also, use a segment (instead of a new mbuf and data copy) to zero-pad small packets, modeled after if_myx. ok sthen@, gerhard@, henning@