summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pcireg.h
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-04-23 15:51:36 +0000
committerdes <des@FreeBSD.org>2003-04-23 15:51:36 +0000
commit649f6ec0945c4a0c39561f0e2233bdb491d76093 (patch)
treef59d4baf85a7a8e7fd13beedfd6066672b677b00 /sys/dev/pci/pcireg.h
parentf639676edeb7027a09e858b414c0a7faf63c4b68 (diff)
downloadFreeBSD-src-649f6ec0945c4a0c39561f0e2233bdb491d76093.zip
FreeBSD-src-649f6ec0945c4a0c39561f0e2233bdb491d76093.tar.gz
Add constants for USB programming interfaces. These are already defined
(with other names) in the USB driver sources, but I felt that pcireg.h should have a complete list - at least of classes and interfaces that we know about and use.
Diffstat (limited to 'sys/dev/pci/pcireg.h')
-rw-r--r--sys/dev/pci/pcireg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/pci/pcireg.h b/sys/dev/pci/pcireg.h
index b1a45dd..049f391 100644
--- a/sys/dev/pci/pcireg.h
+++ b/sys/dev/pci/pcireg.h
@@ -239,6 +239,9 @@
#define PCIS_SERIALBUS_ACCESS 0x01
#define PCIS_SERIALBUS_SSA 0x02
#define PCIS_SERIALBUS_USB 0x03
+#define PCIP_SERIALBUS_USB_UHCI 0x00
+#define PCIP_SERIALBUS_USB_OHCI 0x10
+#define PCIP_SERIALBUS_USB_EHCI 0x20
#define PCIS_SERIALBUS_FC 0x04
#define PCIS_SERIALBUS_SMBUS 0x05
OpenPOWER on IntegriCloud