On 7/30/11 1:05 PM, Jared D. McNeill wrote:
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.
This fixes DDB-with-USB-keyboard on my macppc box, too! Thanks! +j