<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/uart/uart_dev_pl011.c, branch release/10.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F10.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F10.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2013-04-01T00:44:20Z</updated>
<entry>
<title>Fix low-level uart drivers that set their fifo sizes in the softc too late.</title>
<updated>2013-04-01T00:44:20Z</updated>
<author>
<name>Ian Lepore</name>
<email>ian@FreeBSD.org</email>
</author>
<published>2013-04-01T00:44:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4d7abca0576b034bbe0c4ac8d723ff15d36f4323'/>
<id>urn:sha1:4d7abca0576b034bbe0c4ac8d723ff15d36f4323</id>
<content type='text'>
uart(4) allocates send and receiver buffers in attach() before it calls
the low-level driver's attach routine.  Many low-level drivers set the
fifo sizes in their attach routine, which is too late.  Other drivers set
them in the probe() routine, so that they're available when uart(4)
allocates buffers.  This fixes the ones that were setting the values too
late by moving the code to probe().
</content>
</entry>
<entry>
<title>Separate interrupts enable/disable logic from setting port parameters.</title>
<updated>2012-10-30T01:52:49Z</updated>
<author>
<name>Oleksandr Tymoshenko</name>
<email>gonzo@FreeBSD.org</email>
</author>
<published>2012-10-30T01:52:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a0eae699c9abec10d158f26916fe7edcdd7f443f'/>
<id>urn:sha1:a0eae699c9abec10d158f26916fe7edcdd7f443f</id>
<content type='text'>
Otherwise setting baud rate in TTY mode effectively disables TX/RX
interrupts and renders port unusable.
</content>
</entry>
<entry>
<title>Add PrimeCell UART (PL011) driver</title>
<updated>2012-08-30T20:31:53Z</updated>
<author>
<name>Oleksandr Tymoshenko</name>
<email>gonzo@FreeBSD.org</email>
</author>
<published>2012-08-30T20:31:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f70f23cc3e76477e7bf1fb8c2c81249c2163b680'/>
<id>urn:sha1:f70f23cc3e76477e7bf1fb8c2c81249c2163b680</id>
<content type='text'>
Obtained from:	Semihalf
</content>
</entry>
</feed>
