CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2015/03/20 04:41:15
Modified files: sys/dev/pci : if_ix.c Log message: Re-apply -r1.115 that got accidentally reverted and brought to my attention and fix re-tested by Kapetanakis Giannis. Thanks a lot! Original commit message: When setting up advanced TX descriptor use m_getptr to locate the IP or IPv6 header instead of assuming contiguousness of the target buffer across Ethernet and IP/IPv6 headers. Tested by Kapetanakis Giannis <bilias at edu ! physics ! uoc ! gr>, thanks! Problem analysis and initial diff by dlg@.