Date: Sat, 20 Dec 2008 03:02:32 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf files options src/sys/dev/usb ehci.c ehci_ddb.c ehci_pci.c ehcireg.h ehcivar.h usbdi.h Message-ID: <200812200303.mBK33ZLR030521@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2008-12-20 03:02:32 UTC FreeBSD src repository Modified files: sys/conf files options sys/dev/usb ehci.c ehci_pci.c ehcireg.h ehcivar.h usbdi.h Added files: sys/dev/usb ehci_ddb.c Log: SVN rev 186351 on 2008-12-20 03:02:32Z by sam Merge usb changes for Gateworks Cambria boards: o add support to byte swap EHCI descriptor contents; the IXP435 has dual-EHCI controllers integral but descriptor contents are in big-endian format; this support is configured with the USB_EHCI_BIG_ENDIAN_DESC option and enabled with EHCI_SCFLG_BIGEDESC o clean up EHCI USBMODE register setup during init; add #defines for bit values o split debug support out into a new file and enable use through ddb o while here remove a bunch of lingering netbsd-isms Reviewed by: imp Revision Changes Path 1.1357 +1 -0 src/sys/conf/files 1.652 +1 -0 src/sys/conf/options 1.68 +165 -357 src/sys/dev/usb/ehci.c 1.1 +255 -0 src/sys/dev/usb/ehci_ddb.c (new) 1.37 +3 -1 src/sys/dev/usb/ehci_pci.c 1.11 +12 -0 src/sys/dev/usb/ehcireg.h 1.21 +67 -15 src/sys/dev/usb/ehcivar.h 1.66 +2 -1 src/sys/dev/usb/usbdi.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812200303.mBK33ZLR030521>