summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2013-06-02 12:00:16 +0000
committerhselasky <hselasky@FreeBSD.org>2013-06-02 12:00:16 +0000
commit91382e18a7e4197bd281ac538c624c01d4b339d6 (patch)
tree2006a24f68cfcbc58ca49d11027725c40bf43f24 /sys/dev
parent28fdbc94a368f9f022357cbf6afdd0ef06fa87a8 (diff)
downloadFreeBSD-src-91382e18a7e4197bd281ac538c624c01d4b339d6.zip
FreeBSD-src-91382e18a7e4197bd281ac538c624c01d4b339d6.tar.gz
Use the correct constant for 8000 IRQ/s.
MFC after: 1 week
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/controller/xhcireg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/controller/xhcireg.h b/sys/dev/usb/controller/xhcireg.h
index a130f65..85d989a 100644
--- a/sys/dev/usb/controller/xhcireg.h
+++ b/sys/dev/usb/controller/xhcireg.h
@@ -166,7 +166,7 @@
#define XHCI_IMOD_IVAL_SET(x) (((x) & 0xFFFF) << 0) /* 250ns unit */
#define XHCI_IMOD_ICNT_GET(x) (((x) >> 16) & 0xFFFF) /* 250ns unit */
#define XHCI_IMOD_ICNT_SET(x) (((x) & 0xFFFF) << 16) /* 250ns unit */
-#define XHCI_IMOD_DEFAULT 0x000001F4U /* 8000 IRQ/second */
+#define XHCI_IMOD_DEFAULT 0x000003E8U /* 8000 IRQ/second */
#define XHCI_ERSTSZ(n) (0x0028 + (0x20 * (n))) /* XHCI event ring segment table size */
#define XHCI_ERSTS_GET(x) ((x) & 0xFFFF)
#define XHCI_ERSTS_SET(x) ((x) & 0xFFFF)
OpenPOWER on IntegriCloud