Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/nick-nhusb]: src/sys/dev/usb Fix UHCI_INTR_SPIE defines that was broken ...



details:   https://anonhg.NetBSD.org/src/rev/142e6c6c391e
branches:  nick-nhusb
changeset: 334468:142e6c6c391e
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Apr 03 08:08:27 2016 +0000

description:
Fix UHCI_INTR_SPIE defines that was broken in the __BIT conversion

diffstat:

 sys/dev/usb/uhcireg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1900d578baf8 -r 142e6c6c391e sys/dev/usb/uhcireg.h
--- a/sys/dev/usb/uhcireg.h     Fri Apr 01 15:13:45 2016 +0000
+++ b/sys/dev/usb/uhcireg.h     Sun Apr 03 08:08:27 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uhcireg.h,v 1.19.66.5 2016/03/25 17:44:00 skrll Exp $  */
+/*     $NetBSD: uhcireg.h,v 1.19.66.6 2016/04/03 08:08:27 skrll Exp $  */
 /*     $FreeBSD: src/sys/dev/usb/uhcireg.h,v 1.12 1999/11/17 22:33:42 n_hibma Exp $ */
 
 /*
@@ -84,7 +84,7 @@
 #define  UHCI_INTR_TOCRCIE     __BIT(0)
 #define  UHCI_INTR_RIE         __BIT(1)
 #define  UHCI_INTR_IOCE                __BIT(2)
-#define  UHCI_INTR_SPIE                __BIT(2)
+#define  UHCI_INTR_SPIE                __BIT(3)
 
 #define UHCI_FRNUM             0x06
 #define  UHCI_FRNUM_MASK       __BITS(9,0)



Home | Main Index | Thread Index | Old Index