PERFORCE change 154536 for review
Sam Leffler
sam at FreeBSD.org
Thu Dec 11 17:09:36 PST 2008
http://perforce.freebsd.org/chv.cgi?CH=154536
Change 154536 by sam at sam_ebb on 2008/12/12 01:08:52
add QTD status bit defs for %b
Affected files ...
.. //depot/projects/vap/sys/dev/usb/ehcireg.h#8 edit
Differences ...
==== //depot/projects/vap/sys/dev/usb/ehcireg.h#8 (text+ko) ====
@@ -288,6 +288,9 @@
} ehci_qtd_t;
#define EHCI_QTD_ALIGN 32
+#define EHCI_QTD_STATUS_BITS \
+ "\20\10ACTIVE\7HALTED\6BUFERR\5BABBLE\4XACTERR\3MISSED\2SPLIT\1PING"
+
/* Queue Head */
typedef struct {
ehci_link_t qh_link;
More information about the p4-projects
mailing list