Module Name: src Committed By: jdolecek Date: Mon Jun 11 19:13:38 UTC 2018
Modified Files: src/sys/dev/pci: if_msk.c if_mskvar.h Log Message: adopt tx/rx buffer size computation from OpenBSD rev. 1.51 to fix "random" msk failures the crucial fix is that the start/end adresses are computed and written to hw registers in number of octets (i.e. size / sizeof(u_int64_t)), as that is actually what the hardware expects fixes PR kern/36454 (which had fix which highlighted the trouble), and seems likely to also fix kern/35711 and port-i386/42514 To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/dev/pci/if_msk.c cvs rdiff -u -r1.12 -r1.13 src/sys/dev/pci/if_mskvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.