CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2013/01/24 19:56:41
Modified files: sys/dev/pci : if_myx.c Log message: we go to a lot of effort to post the first tx descriptor last, but we really should be trying to post everything except the flags field in the first tx descriptor. this shuffles things around so the rest of that first txd is posted as part of the "everything else" before its flags field.