summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorChristopher Pascoe <pascoe@cvs.openbsd.org>2005-03-06 05:18:35 +0000
committerChristopher Pascoe <pascoe@cvs.openbsd.org>2005-03-06 05:18:35 +0000
commit89b8e59019f0fbe874c8ceb791798dccbec89438 (patch)
tree0caf23626967612c25a9f8b0128e3a70437d8de5 /sys/dev
parent04f2e148f9f06a8ea3bd2c0b954595742017e3cf (diff)
Fix incorrect comment about interrupt threshold control level.
ok dlg@
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/ehci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c
index e678661acd4..82159709010 100644
--- a/sys/dev/usb/ehci.c
+++ b/sys/dev/usb/ehci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ehci.c,v 1.36 2005/03/06 05:12:00 pascoe Exp $ */
+/* $OpenBSD: ehci.c,v 1.37 2005/03/06 05:18:34 pascoe Exp $ */
/* $NetBSD: ehci.c,v 1.66 2004/06/30 03:11:56 mycroft Exp $ */
/*
@@ -495,7 +495,7 @@ ehci_init(ehci_softc_t *sc)
/* Turn on controller */
EOWRITE4(sc, EHCI_USBCMD,
- EHCI_CMD_ITC_2 | /* 8 microframes */
+ EHCI_CMD_ITC_2 | /* 2 microframes */
(EOREAD4(sc, EHCI_USBCMD) & EHCI_CMD_FLS_M) |
EHCI_CMD_ASE |
EHCI_CMD_PSE |