diff options
author | n_hibma <n_hibma@FreeBSD.org> | 1999-01-31 16:22:35 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 1999-01-31 16:22:35 +0000 |
commit | 5c397459c198861c639428a336b5655c5eb226e3 (patch) | |
tree | 19965fbcd2a357125937c4ffe778a6c36d6d2a2d /sys | |
parent | df82621cf2553e79e2eceb868b0cb1bc9a0933a4 (diff) | |
download | FreeBSD-src-5c397459c198861c639428a336b5655c5eb226e3.zip FreeBSD-src-5c397459c198861c639428a336b5655c5eb226e3.tar.gz |
Added UHCI_LEGSUP to uhcireg.h
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/uhcireg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/uhcireg.h b/sys/dev/usb/uhcireg.h index 646f640..a384590 100644 --- a/sys/dev/usb/uhcireg.h +++ b/sys/dev/usb/uhcireg.h @@ -102,6 +102,8 @@ #define UHCI_PORTSC_OCIC 0x0800 #define UHCI_PORTSC_SUSP 0x1000 +#define UHCI_LEGSUP 0xC0 + #define UHCI_FRAMELIST_COUNT 1024 #define UHCI_FRAMELIST_ALIGN 4096 |