summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorle <le@FreeBSD.org>2004-06-20 15:32:19 +0000
committerle <le@FreeBSD.org>2004-06-20 15:32:19 +0000
commitb4270222737075920906beecd1fa07c11dc87a36 (patch)
tree9febeb43660323a6dae7737e16b3457952f21d84
parenteb7afb3b32f4fc99a9b9c88a4f470b386df0bc3b (diff)
downloadFreeBSD-src-b4270222737075920906beecd1fa07c11dc87a36.zip
FreeBSD-src-b4270222737075920906beecd1fa07c11dc87a36.tar.gz
MFNetBSD 1.15, author: mycroft
Fix an unimportant typo.
-rw-r--r--sys/dev/usb/ehcireg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/ehcireg.h b/sys/dev/usb/ehcireg.h
index 3e86b6e..ed3fe64 100644
--- a/sys/dev/usb/ehcireg.h
+++ b/sys/dev/usb/ehcireg.h
@@ -1,4 +1,4 @@
-/* $NetBSD: ehcireg.h,v 1.13 2001/11/23 01:16:27 augustss Exp $ */
+/* $NetBSD: ehcireg.h,v 1.15 2004/06/12 16:02:42 mycroft Exp $ */
/* $FreeBSD$ */
/*
@@ -262,7 +262,7 @@ typedef struct {
#define EHCI_QH_GET_MPL(x) (((x) >> 16) & 0x7ff) /* max packet len */
#define EHCI_QH_SET_MPL(x) ((x) << 16)
#define EHCI_QG_MPLMASK 0x07ff0000
-#define EHCI_QH_GET_CTL(x) (((x) >> 26) & 0x01) /* control endpoint */
+#define EHCI_QH_GET_CTL(x) (((x) >> 27) & 0x01) /* control endpoint */
#define EHCI_QH_CTL 0x08000000
#define EHCI_QH_GET_NRL(x) (((x) >> 28) & 0x0f) /* NAK reload */
#define EHCI_QH_SET_NRL(x) ((x) << 28)
OpenPOWER on IntegriCloud