<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/modules/uart, branch release/5.2.1_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.1_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.1_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-02-23T15:32:56Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-02-23T15:32:56Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-02-23T15:32:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=84a7b99b4e02a260bf7ff9b540032f4cb7bc612a'/>
<id>urn:sha1:84a7b99b4e02a260bf7ff9b540032f4cb7bc612a</id>
<content type='text'>
'RELENG_5_2_1_RELEASE'.

This commit was manufactured to restore the state of the 5.2.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Only build the ebus driver on sparc64. It includes a header directly</title>
<updated>2003-09-17T03:00:08Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2003-09-17T03:00:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8225548ebf2675ce79910d8e59e8aaae9e4cbf9e'/>
<id>urn:sha1:8225548ebf2675ce79910d8e59e8aaae9e4cbf9e</id>
<content type='text'>
from the sparc64 subtree, which breaks building non-sparc64 platforms
in the event the sparc64 subtree does not exist.
The problem is specific to the module, because non-module builds are
affected by the presence or absence of "device ebus" in the kernel
configuration.

PR: kern/56869
</content>
</entry>
<entry>
<title>Sort: build uart_bus_pccard.c before uart_bus_pci.c.</title>
<updated>2003-09-15T04:53:11Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2003-09-15T04:53:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=991e61c93431514383df8e1cf7df3b677c25e7b7'/>
<id>urn:sha1:991e61c93431514383df8e1cf7df3b677c25e7b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add uart pccard bus attachment,based on sio_pccard.c .</title>
<updated>2003-09-14T16:21:06Z</updated>
<author>
<name>Takanori Watanabe</name>
<email>takawata@FreeBSD.org</email>
</author>
<published>2003-09-14T16:21:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a9f6e997b51c9e85c1b980e6b5965c3994051be5'/>
<id>urn:sha1:a9f6e997b51c9e85c1b980e6b5965c3994051be5</id>
<content type='text'>
Wrote at: Hakone.
Powered by: Warner Losh's scotch whisky.
Tested by: nork
</content>
</entry>
<entry>
<title>Now that PC98 has it's own MD file, use uart_cpu_${MACHINE}.c and</title>
<updated>2003-09-07T06:50:08Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2003-09-07T06:50:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=763d340b434660533137d5d6894748388736a72e'/>
<id>urn:sha1:763d340b434660533137d5d6894748388736a72e</id>
<content type='text'>
not uart_cpu_${MACHINE_ARCH}.c.
</content>
</entry>
<entry>
<title>add i8251</title>
<updated>2003-09-07T05:00:32Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-09-07T05:00:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=080684ba71215a4dcc2f911ec99276fe1027f12a'/>
<id>urn:sha1:080684ba71215a4dcc2f911ec99276fe1027f12a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hook-up the uart(4) driver to the build. For a detailed description</title>
<updated>2003-09-06T23:23:26Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2003-09-06T23:23:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2bec1c89190f800f9c3ed608e4e9dc4f3c2e3df2'/>
<id>urn:sha1:2bec1c89190f800f9c3ed608e4e9dc4f3c2e3df2</id>
<content type='text'>
of what uart(4) is and/or is not see the initial commit log of one
of the files in sys/dev/uart (or see share/man/man4/uart.4).

Note that currently pc98 shares the MD file with i386. This needs
to change when pc98 support is fleshed-out to properly support the
various UARTs. A good example is sparc64 in this respect.

We build uart(4) as a module on all platforms. This may break
the ppc port. That depends on whether they do actually build
modules.

To use uart(4) on alpha, one must use the NO_SIO option.
</content>
</entry>
</feed>
