diff options
author | joe <joe@FreeBSD.org> | 2002-04-07 18:06:34 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2002-04-07 18:06:34 +0000 |
commit | 9815f9833b0d74bf50f87bc0c7ab2225d3659622 (patch) | |
tree | 4a39661b660d207939605e8ee2127d2a2b7a544b /sys/dev/usb/uhcireg.h | |
parent | 944817ec342094827161ef3272e349a42a0f4010 (diff) | |
download | FreeBSD-src-9815f9833b0d74bf50f87bc0c7ab2225d3659622.zip FreeBSD-src-9815f9833b0d74bf50f87bc0c7ab2225d3659622.tar.gz |
MFNetBSD: uhcireg.h (1.15), uhcivar.h (1.33)
date: 2002/02/11 11:41:30; author: augustss;
Switch to new abort mechanism.
Diffstat (limited to 'sys/dev/usb/uhcireg.h')
-rw-r--r-- | sys/dev/usb/uhcireg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/uhcireg.h b/sys/dev/usb/uhcireg.h index 38f1ebd..367e648 100644 --- a/sys/dev/usb/uhcireg.h +++ b/sys/dev/usb/uhcireg.h @@ -1,4 +1,4 @@ -/* $NetBSD: uhcireg.h,v 1.14 2001/08/06 15:15:08 augustss Exp $ */ +/* $NetBSD: uhcireg.h,v 1.15 2002/02/11 11:41:30 augustss Exp $ */ /* $FreeBSD$ */ /* @@ -75,6 +75,7 @@ #define UHCI_STS_HSE 0x0008 #define UHCI_STS_HCPE 0x0010 #define UHCI_STS_HCH 0x0020 +#define UHCI_STS_ALLINTRS 0x003f #define UHCI_INTR 0x04 #define UHCI_INTR_TOCRCIE 0x0001 |