]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r219048, r219004, r218475 and r204632.
authorhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 3 Apr 2011 22:01:26 +0000 (22:01 +0000)
committerhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 3 Apr 2011 22:01:26 +0000 (22:01 +0000)
commit35adbf6467129ce7e64db8d9aa8cc1f524d12869
tree443875b8a24c051ebc8c8668fbc7e815f06c029a
parent1b12e09d0461d9700c3e0ba7be565ce8285fe21c
MFC r219048, r219004, r218475 and r204632.
- The NetBSD Foundation has granted permission to remove clause 3 and 4 from
  their software.
- use device_printf() instead of printf() to give more accurate warnings.
- use memcpy() instead of bcopy().
- add missing #if's for non-FreeBSD compilation.
- Add missing xhci(4) manual page.
- Minor update in some USB manual pages.
- Correct USB 3.0 wire-speed to 5.0Gbps

Approved by: thompsa (mentor)

git-svn-id: svn://svn.freebsd.org/base/stable/8@220308 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
30 files changed:
share/man/man4/Makefile
share/man/man4/ehci.4
share/man/man4/ohci.4
share/man/man4/snd_uaudio.4
share/man/man4/uhci.4
share/man/man4/usb.4
share/man/man4/xhci.4 [new file with mode: 0644]
sys/dev/usb/controller/ehci.h
sys/dev/usb/controller/ehci_pci.c
sys/dev/usb/controller/ohci.h
sys/dev/usb/controller/ohci_pci.c
sys/dev/usb/controller/ohcireg.h
sys/dev/usb/controller/uhci.h
sys/dev/usb/controller/uhci_pci.c
sys/dev/usb/controller/uhcireg.h
sys/dev/usb/controller/usb_controller.c
sys/dev/usb/input/uhid.c
sys/dev/usb/input/ukbd.c
sys/dev/usb/input/ums.c
sys/dev/usb/serial/uftdi.c
sys/dev/usb/serial/ugensa.c
sys/dev/usb/serial/uipaq.c
sys/dev/usb/serial/ulpt.c
sys/dev/usb/serial/uvisor.c
sys/dev/usb/template/usb_template.c
sys/dev/usb/usb_cdc.h
sys/dev/usb/usb_hid.c
sys/dev/usb/usb_transfer.c
sys/dev/usb/usbdevs
usr.sbin/usbconfig/dump.c