Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jul 2010 15:55:30 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 181320 for review
Message-ID:  <201007221555.o6MFtU2U074567@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@181320?ac=10

Change 181320 by hselasky@hselasky_laptop001 on 2010/07/22 15:55:14

	
	USB controller:
		- the beginning XHCI support (USB 3.0)
		- patch by: hselasky @

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/controller/ehcireg.h#4 edit
.. //depot/projects/usb/src/sys/dev/usb/controller/xhci.c#1 add
.. //depot/projects/usb/src/sys/dev/usb/controller/xhci.h#1 add
.. //depot/projects/usb/src/sys/dev/usb/controller/xhci_pci.c#1 add
.. //depot/projects/usb/src/sys/dev/usb/controller/xhcireg.h#1 add

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/controller/ehcireg.h#4 (text+ko) ====

@@ -55,7 +55,7 @@
 
 /* EHCI capability registers */
 #define	EHCI_CAPLENGTH		0x00	/* RO Capability register length field */
-/* reserved			0x01 */
+#define	EHCI_RESERVED		0x01	/* Reserved register */
 #define	EHCI_HCIVERSION		0x02	/* RO Interface version number */
 #define	EHCI_HCSPARAMS		0x04	/* RO Structural parameters */
 #define	EHCI_HCS_DEBUGPORT(x)	(((x) >> 20) & 0xf)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007221555.o6MFtU2U074567>