summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmel <mmel@FreeBSD.org>2016-01-30 08:27:09 +0000
committermmel <mmel@FreeBSD.org>2016-01-30 08:27:09 +0000
commit6cb9984dc34009f750e4664d2f30ec554261b666 (patch)
treea1c81eeed426638d47c6773c5326ea9b1fbaa2c3
parentbbdaec0dbdbe131584f37ac48279de6eaa673980 (diff)
downloadFreeBSD-src-6cb9984dc34009f750e4664d2f30ec554261b666.zip
FreeBSD-src-6cb9984dc34009f750e4664d2f30ec554261b666.tar.gz
EHCI: Correct address of EHCI_USBMODE_LPM register is 0xC8, not 0xA8.
-rw-r--r--sys/dev/usb/controller/ehcireg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/controller/ehcireg.h b/sys/dev/usb/controller/ehcireg.h
index 1bfda90..2394b2c 100644
--- a/sys/dev/usb/controller/ehcireg.h
+++ b/sys/dev/usb/controller/ehcireg.h
@@ -167,7 +167,7 @@
* bits are equal
*/
#define EHCI_USBMODE_NOLPM 0x68 /* RW USB Device mode reg (no LPM) */
-#define EHCI_USBMODE_LPM 0xA8 /* RW USB Device mode reg (LPM) */
+#define EHCI_USBMODE_LPM 0xC8 /* RW USB Device mode reg (LPM) */
#define EHCI_UM_CM 0x00000003 /* R/WO Controller Mode */
#define EHCI_UM_CM_IDLE 0x0 /* Idle */
#define EHCI_UM_CM_HOST 0x3 /* Host Controller */
OpenPOWER on IntegriCloud