NetBSD-Bugs archive

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

PR/53066 CVS commit: src/sys/dev/usb



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

From: "Jaromir Dolecek" <jdolecek%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53066 CVS commit: src/sys/dev/usb
Date: Mon, 23 Apr 2018 19:55:00 +0000

 Module Name:	src
 Committed By:	jdolecek
 Date:		Mon Apr 23 19:55:00 UTC 2018
 
 Modified Files:
 	src/sys/dev/usb: xhci.c xhcireg.h
 
 Log Message:
 enable code to only trigger usb processing when EINT is set, to
 avoid misinterpreting shared interrupt for another device
 
 when clearing USBSTS, actually preserve the bits which spec requires to
 preserve, and actually clear bit 1, which should be actually always
 cleared to zero by spec
 
 also #ifdef XHCI_DEBUG some unnecessary register reads
 
 this should finally resolve PR kern/53066 also for Martin
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.89 -r1.90 src/sys/dev/usb/xhci.c
 cvs rdiff -u -r1.9 -r1.10 src/sys/dev/usb/xhcireg.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