<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/netgraph/bluetooth/drivers, branch release/5.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-06-27T16:51:01Z</updated>
<entry>
<title>MFp4: Last references to dev/usb/usbdevs.h converted.</title>
<updated>2004-06-27T16:51:01Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2004-06-27T16:51:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=107af8f9ebdd622f01c4963a24f5df9d1a2caade'/>
<id>urn:sha1:107af8f9ebdd622f01c4963a24f5df9d1a2caade</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Catch up with usbd_get_string_desc() change.</title>
<updated>2004-06-26T13:24:29Z</updated>
<author>
<name>Lukas Ertl</name>
<email>le@FreeBSD.org</email>
</author>
<published>2004-06-26T13:24:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f3617a33961e8c8ee43b1cac38a0654c9302f053'/>
<id>urn:sha1:f3617a33961e8c8ee43b1cac38a0654c9302f053</id>
<content type='text'>
Spotted by:  Tai-hwa Liang &lt;avatar@mmlab.cse.yzu.edu.tw&gt;
</content>
</entry>
<entry>
<title>Fix line discipline switching issues: If opening a new ldisc fails,</title>
<updated>2004-06-26T08:44:04Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2004-06-26T08:44:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4776c074260ab7883d22d32f70147c5304feba43'/>
<id>urn:sha1:4776c074260ab7883d22d32f70147c5304feba43</id>
<content type='text'>
we have to revert to TTYDISC which we know will successfully open
rather than try the previous ldisc which might also fail to open.

Do not let ldisc implementations muck about with -&gt;t_line, and remove
code which checks for reopens, it should never happen.

Move ldisc-&gt;l_hotchar to tty-&gt;t_hotchar and have ldisc implementation
initialize it in their open routines.  Reset to zero when we enter
TTYDISC.  ("no" should really be -1 since zero could be a valid
hotchar for certain old european mainframe protocols.)
</content>
</entry>
<entry>
<title>Second half of the dev_t cleanup.</title>
<updated>2004-06-17T17:16:53Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2004-06-17T17:16:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f3732fd15b5a493a090a0453f937a78949c65f7d'/>
<id>urn:sha1:f3732fd15b5a493a090a0453f937a78949c65f7d</id>
<content type='text'>
The big lines are:
	NODEV -&gt; NULL
	NOUDEV -&gt; NODEV
	udev_t -&gt; dev_t
	udev2dev() -&gt; findcdev()

Various minor adjustments including handling of userland access to kernel
space struct cdev etc.
</content>
</entry>
<entry>
<title>Do the dreaded s/dev_t/struct cdev */</title>
<updated>2004-06-16T09:47:26Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2004-06-16T09:47:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=89c9c53da05197f657dfe8e0bdda6941a2e9a0d4'/>
<id>urn:sha1:89c9c53da05197f657dfe8e0bdda6941a2e9a0d4</id>
<content type='text'>
Bump __FreeBSD_version accordingly.
</content>
</entry>
<entry>
<title>add missing #include &lt;sys/module.h&gt;</title>
<updated>2004-05-30T20:27:19Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2004-05-30T20:27:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5dba30f15ae1cec2dcdc19be3f3efa0331755f42'/>
<id>urn:sha1:5dba30f15ae1cec2dcdc19be3f3efa0331755f42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Missed these in the last commit.</title>
<updated>2004-05-29T07:16:49Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2004-05-29T07:16:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3eb483729e9089d374f01cbfb4d96c67a72262b4'/>
<id>urn:sha1:3eb483729e9089d374f01cbfb4d96c67a72262b4</id>
<content type='text'>
Change to C99 structure initialisation for the type method structure.
</content>
</entry>
<entry>
<title>Move to generating pccarddevs.h on the fly, both for the kernel and</title>
<updated>2004-05-26T00:53:10Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2004-05-26T00:53:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dba6dd177bdee890cf445fbe21a5dccefd5de18e'/>
<id>urn:sha1:dba6dd177bdee890cf445fbe21a5dccefd5de18e</id>
<content type='text'>
the modules.

Also generate usbdevs.h automatically now, but a non-kernel file is
stopping that at the moment.
</content>
</entry>
<entry>
<title>Address few style issues pointed out by bde</title>
<updated>2004-04-27T16:38:15Z</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2004-04-27T16:38:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b84b10f92fe9e702a9f39d4c6b5c4ce70669fa25'/>
<id>urn:sha1:b84b10f92fe9e702a9f39d4c6b5c4ce70669fa25</id>
<content type='text'>
Reviewed by:	bde, ru
</content>
</entry>
<entry>
<title>Make sure Bluetooth stuff can be compiled on amd64</title>
<updated>2004-04-09T23:01:42Z</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2004-04-09T23:01:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4ae439a31633c0ded87bf778d8595f7da36dbc8a'/>
<id>urn:sha1:4ae439a31633c0ded87bf778d8595f7da36dbc8a</id>
<content type='text'>
Submitted by:	ps
</content>
</entry>
</feed>
