NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/36454 CVS commit: src/sys/dev/pci



The following reply was made to PR kern/36454; it has been noted by GNATS.

From: "Jaromir Dolecek" <jdolecek%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/36454 CVS commit: src/sys/dev/pci
Date: Mon, 11 Jun 2018 19:13:38 +0000

 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.
 


Home | Main Index | Thread Index | Old Index