<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/usb/usb_process.c, branch release/8.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2011-02-16T16:18:46Z</updated>
<entry>
<title>Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.</title>
<updated>2011-02-16T16:18:46Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2011-02-16T16:18:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dec99dafe5763ba1db6950342aa80a634169c083'/>
<id>urn:sha1:dec99dafe5763ba1db6950342aa80a634169c083</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 8.2-RELEASE image.
</content>
</entry>
<entry>
<title>MFC r209062: fix a few cases where a string is passed via format</title>
<updated>2010-07-08T20:38:48Z</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2010-07-08T20:38:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ba87e6b3b905f37c9dd0f0be93bbb52f045d85cd'/>
<id>urn:sha1:ba87e6b3b905f37c9dd0f0be93bbb52f045d85cd</id>
<content type='text'>
argument instead of via %s

Note:	no MFC to stable/7
</content>
</entry>
<entry>
<title>MFC r199816</title>
<updated>2009-12-09T22:42:40Z</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-12-09T22:42:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c1b5138fc1170e57442a3430ba06b67ff66e9620'/>
<id>urn:sha1:c1b5138fc1170e57442a3430ba06b67ff66e9620</id>
<content type='text'>
 Remove overuse of exclamation marks in kernel printfs, there mere fact a
 message has been printed is enough to get someones attention. Also remove the
 line number for DPRINTF/DPRINTFN, it already prints the funtion name and a
 unique message.
</content>
</entry>
<entry>
<title>MFC r199675</title>
<updated>2009-12-09T22:39:09Z</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-12-09T22:39:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c7838bf992f923309131a3939ee2e4c3d3448903'/>
<id>urn:sha1:c7838bf992f923309131a3939ee2e4c3d3448903</id>
<content type='text'>
 Provide tunables for some of the usb sysctls that affect boot behaviour.

Submitted by:	Andriy Gapon
</content>
</entry>
<entry>
<title>MFC: r196489,196498</title>
<updated>2009-09-02T02:12:07Z</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2009-09-02T02:12:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=42a66b539d9dcae9eba23f5b1e5b7e1412b9a103'/>
<id>urn:sha1:42a66b539d9dcae9eba23f5b1e5b7e1412b9a103</id>
<content type='text'>
Critical USB bugfixes for 8.0

Approved by:    re
</content>
</entry>
<entry>
<title>MFC r196547</title>
<updated>2009-08-29T15:42:06Z</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-08-29T15:42:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=59fa5c955f9580a017801be916f92a3d22c385da'/>
<id>urn:sha1:59fa5c955f9580a017801be916f92a3d22c385da</id>
<content type='text'>
 It is possible for all the kthreads to exit (hci modules unloaded) which in
 turn ends our usb process. This means the proc pointer becomes invalid and will
 panic if a new kthread is added. Count the number of threads and clear the proc
 pointer on the last one.

Approved by:	re (kib)
</content>
</entry>
<entry>
<title>MFC r196274</title>
<updated>2009-08-16T14:17:47Z</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-08-16T14:17:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a8ff174941028d99dfdba40b14e2ea60e3e1899d'/>
<id>urn:sha1:a8ff174941028d99dfdba40b14e2ea60e3e1899d</id>
<content type='text'>
 Change the usb workers from kernel processes to threads, this is mostly a
 cosmetic change to reduce cruft in the proc table.

 Also change the idle wait message to `-` like how taskqueues are.

 Reviewed by:	julian
 Approved by:	re (kib)
</content>
</entry>
<entry>
<title>- Make struct usb_xfer opaque so that drivers can not access the internals</title>
<updated>2009-06-23T02:19:59Z</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-06-23T02:19:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ed6d949afdbe3f25e6ef640881d8a0a72d7b7aa8'/>
<id>urn:sha1:ed6d949afdbe3f25e6ef640881d8a0a72d7b7aa8</id>
<content type='text'>
- Reduce the number of headers needed for a usb driver, the common case is just   usb.h and usbdi.h
</content>
</entry>
<entry>
<title>s/usb2_/usb_|usbd_/ on all function names for the USB stack.</title>
<updated>2009-06-15T01:02:43Z</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-06-15T01:02:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a593f6b8de8b956bd0dd22f74805ede942e3d6a9'/>
<id>urn:sha1:a593f6b8de8b956bd0dd22f74805ede942e3d6a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove usb2_cv_* and just use the kernel condvar implementation, it was needed</title>
<updated>2009-06-15T00:33:18Z</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-06-15T00:33:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8437751d864a6b02bef3a914b6dac1bcfb968794'/>
<id>urn:sha1:8437751d864a6b02bef3a914b6dac1bcfb968794</id>
<content type='text'>
earlier since condition variables didnt work with Giant but this was fixed 10
months ago.
</content>
</entry>
</feed>
