cvs commit: src/sys/dev/usb ohci.c ohci_pci.c ohcivar.h
Takeshi Shibagaki
shiba at FreeBSD.org
Mon Dec 22 07:18:48 PST 2003
shiba 2003/12/22 07:18:46 PST
FreeBSD src repository
Modified files:
sys/dev/usb ohci.c ohci_pci.c ohcivar.h
Log:
Enable support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWN
methods for USB devices in the same way of uhci driver. But this change
is not complete because some ohci controlers are not initialized completely.
So "kernel: usb0: 1 scheduling overruns" interrupt will generate many times.
This change will be same one in PR kern/60099.
Discussed on [bsd-nomads:16737] - [bsd-nomads:16746].
Revision Changes Path
1.140 +2 -12 src/sys/dev/usb/ohci.c
1.38 +40 -0 src/sys/dev/usb/ohci_pci.c
1.36 +3 -0 src/sys/dev/usb/ohcivar.h
More information about the cvs-src
mailing list