<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/ic, branch release/11.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2018-03-29T02:50:57Z</updated>
<entry>
<title>Revert r330897:</title>
<updated>2018-03-29T02:50:57Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-29T02:50:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4ab2e064d7950be84256d671a7ae93f87cc6aa36'/>
<id>urn:sha1:4ab2e064d7950be84256d671a7ae93f87cc6aa36</id>
<content type='text'>
This was intended to be a non-functional change. It wasn't. The commit
message was thus wrong. In addition it broke arm, and merged crypto
related code.

Revert with prejudice.

This revert skips files touched in r316370 since that commit was since
MFCed. This revert also skips files that require $FreeBSD$ property
changes.

Thank you to those who helped me get out of this mess including but not
limited to gonzo, kevans, rgrimes.

Requested by: gjb (re)
</content>
</entry>
<entry>
<title>Partial merge of the SPDX changes</title>
<updated>2018-03-14T03:19:51Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-14T03:19:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=be5d0b9566b13fdf8cabebb63334cbec12bfc409'/>
<id>urn:sha1:be5d0b9566b13fdf8cabebb63334cbec12bfc409</id>
<content type='text'>
These changes are incomplete but are making it difficult
to determine what other changes can/should be merged.

No objections from:	pfg
</content>
</entry>
<entry>
<title>sys/dev: minor spelling fixes.</title>
<updated>2016-05-03T03:41:25Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2016-05-03T03:41:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=453130d9bfc1c6d68b366dfcb041689d69f81295'/>
<id>urn:sha1:453130d9bfc1c6d68b366dfcb041689d69f81295</id>
<content type='text'>
Most affect comments, very few have user-visible effects.
</content>
</entry>
<entry>
<title>- Add support for Advantech PCI-1602 Rev. B1 and PCI-1603 cards. [1]</title>
<updated>2016-01-10T18:11:23Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2016-01-10T18:11:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3deebd539b0a4a8cc136dc9adedf22ab84a9bc19'/>
<id>urn:sha1:3deebd539b0a4a8cc136dc9adedf22ab84a9bc19</id>
<content type='text'>
- Add a description of Advantech PCI-1602 Rev. A boards. [1]
- Properly set up REG_ACR also for PCI-1602 Rev. A based on what the
  Advantech-supplied Linux driver does.
- Additionally use the macros of &lt;dev/ic/ns16550.h&gt; to replace existing
  magic values and get rid of trivial comments.
- Fix the style of some comments.

PR:		205359 [1]
Submitted by:	Jan Mikkelsen (original patch) [1]
</content>
</entry>
<entry>
<title>This should have been GC'd 6 years ago when ar(4) was removed.</title>
<updated>2015-02-17T05:07:38Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2015-02-17T05:07:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=80bd9c96829b6414191cd040d89158bcf4522f6b'/>
<id>urn:sha1:80bd9c96829b6414191cd040d89158bcf4522f6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Wait for DesignWare UART transfers completion before accessing line control</title>
<updated>2013-10-26T17:24:59Z</updated>
<author>
<name>Zbigniew Bodek</name>
<email>zbb@FreeBSD.org</email>
</author>
<published>2013-10-26T17:24:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=49e368ac48885954a96af27b73834f034c8dd01b'/>
<id>urn:sha1:49e368ac48885954a96af27b73834f034c8dd01b</id>
<content type='text'>
When using DW UART with BUSY detection it is necessary to wait
until all serial transfers are finished before manipulating the
line control. LCR will not be affected when UART is busy.
In addition, if Divisor Latch Access Bit is being set in order to
modify UART divisors:
1. We will get BUSY interrupt if interrupts are enabled.
2. Because LCR will not be affected the THR and (even worse) IER
   contents will be corrupted. This will lead to console hang.

Approved by:	cognet (mentor)
</content>
</entry>
<entry>
<title>Add support for A10 uart.</title>
<updated>2013-03-01T01:42:31Z</updated>
<author>
<name>Ganbold Tsagaankhuu</name>
<email>ganbold@FreeBSD.org</email>
</author>
<published>2013-03-01T01:42:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ac4adddf040f1010f08e284f71e1bb2f92b4d43a'/>
<id>urn:sha1:ac4adddf040f1010f08e284f71e1bb2f92b4d43a</id>
<content type='text'>
A10 uart is derived from Synopsys DesignWare uart and requires
to read Uart Status Register when IIR_BUSY has detected.
Also this change includes FDT check, where it checks device
specific properties defined in dts and sets the busy_detect variable.
broken_txfifo is also needed to be set in order to make it work for
A10 uart case.

Reviewed by: marcel@
Approved by: gonzo@
</content>
</entry>
<entry>
<title>Merge from projects/mips to head by hand:</title>
<updated>2010-01-11T04:13:06Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2010-01-11T04:13:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=18f323353c3aa8b0add9ea0e1b434f9229621394'/>
<id>urn:sha1:18f323353c3aa8b0add9ea0e1b434f9229621394</id>
<content type='text'>
Defintions for cavium uart (do they belong here?)
</content>
</entry>
<entry>
<title>add %b formats for various registers</title>
<updated>2009-06-21T19:17:22Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2009-06-21T19:17:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=04ddfac3390b5b7fc9d57edf2ad2b7fb5c3e692c'/>
<id>urn:sha1:04ddfac3390b5b7fc9d57edf2ad2b7fb5c3e692c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Cleanup i8251 related defines.</title>
<updated>2008-09-07T04:35:04Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2008-09-07T04:35:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ebd2b744768169ad575024ce4c1033833a220c6d'/>
<id>urn:sha1:ebd2b744768169ad575024ce4c1033833a220c6d</id>
<content type='text'>
- Move i8255 related defines into a separate file.
</content>
</entry>
</feed>
