]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r215649,r215764,r215802,r215804,r215810,r215812,r216091,r216267,r218165,r220301...
authorhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 28 Apr 2011 16:18:30 +0000 (16:18 +0000)
committerhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 28 Apr 2011 16:18:30 +0000 (16:18 +0000)
commit7944ce5745aaff515c0962c40357c087bfc00a3e
treeed502b0f47dc6650209364b09b63fc9d0a46f13d
parent8922eacce93579f4c9d6f08b6bf228d5f13c2ed8
MFC r215649,r215764,r215802,r215804,r215810,r215812,r216091,r216267,r218165,r220301,r215651,r215803,r216138,r218010,r217558,r220312,r220314,r215846 and r216268.
Backport USB PF and usbdump from head to 8-stable.

Approved by: thompsa

git-svn-id: svn://svn.freebsd.org/base/stable/8@221174 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
15 files changed:
sbin/ifconfig/ifconfig.c
sys/conf/files
sys/dev/usb/controller/usb_controller.c
sys/dev/usb/usb_bus.h
sys/dev/usb/usb_freebsd.h
sys/dev/usb/usb_pf.c [new file with mode: 0644]
sys/dev/usb/usb_pf.h [new file with mode: 0644]
sys/dev/usb/usb_transfer.c
sys/dev/usb/usbdi.h
sys/modules/usb/usb/Makefile
sys/net/if.h
usr.sbin/Makefile
usr.sbin/usbdump/Makefile [new file with mode: 0644]
usr.sbin/usbdump/usbdump.8 [new file with mode: 0644]
usr.sbin/usbdump/usbdump.c [new file with mode: 0644]