NetBSD-Bugs archive

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

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



The following reply was made to PR port-i386/18818; it has been noted by GNATS.

From: "Jared D. McNeill" <jmcneill%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/18818 CVS commit: src/sys/dev/usb
Date: Sat, 30 Jul 2011 20:05:37 +0000

 Module Name:   src
 Committed By:  jmcneill
 Date:          Sat Jul 30 20:05:36 UTC 2011
 
 Modified Files:
        src/sys/dev/usb: ohci.c usbdi.c
 
 Log Message:
 PR# port-i386/18818: cannot enter ddb with usb keyboard
 
 - ohci: when polling, make sure sc_eintrs has the OHCI_WDH flag set
   otherwise ohci_intr1 won't actually read data
 - usbdi: kick the host controller by calling its soft_intr callback when
   switching out of polling mode too
 
 DDB with a USB keyboard works for me now with ohci.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.216 -r1.217 src/sys/dev/usb/ohci.c
 cvs rdiff -u -r1.132 -r1.133 src/sys/dev/usb/usbdi.c
 
 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