<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/sys/alpha/tlsb, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2006-05-11T22:25:28Z</updated>
<entry>
<title>First pass at removing Alpha kernel support.</title>
<updated>2006-05-11T22:25:28Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2006-05-11T22:25:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=67ab9fd759b279032e61486b28c4ad9b76885671'/>
<id>urn:sha1:67ab9fd759b279032e61486b28c4ad9b76885671</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make ttyconsolemode() call ttsetwater() so that drivers don't have to.</title>
<updated>2005-10-16T20:58:22Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2005-10-16T20:58:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=7423b2b40caffd32e1237f5db09c510733dbaf66'/>
<id>urn:sha1:7423b2b40caffd32e1237f5db09c510733dbaf66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace __RMAN_RESOURCE_VISIBLE with calls to public entry points</title>
<updated>2005-09-25T20:12:30Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2005-09-25T20:12:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=39f718f3ca4af9036da3d049392f8de021f85b7f'/>
<id>urn:sha1:39f718f3ca4af9036da3d049392f8de021f85b7f</id>
<content type='text'>
in rman module.
</content>
</entry>
<entry>
<title>Relocate direct map specs into struct alpha_chipset.</title>
<updated>2005-09-19T13:50:07Z</updated>
<author>
<name>Bernd Walter</name>
<email>ticso@FreeBSD.org</email>
</author>
<published>2005-09-19T13:50:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=0444d5b59a48454e2ad3389c1f078e680c630f24'/>
<id>urn:sha1:0444d5b59a48454e2ad3389c1f078e680c630f24</id>
<content type='text'>
Prepare for PCI Scatter-Gather map.
Panic if driver tries alpha_XXX_dmamap() out of range.
</content>
</entry>
<entry>
<title>Begin all license/copyright comments with /*- or #-</title>
<updated>2005-01-05T20:05:52Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-05T20:05:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f44fc746fb98516d63b1c2010f72013c8b3abb55'/>
<id>urn:sha1:f44fc746fb98516d63b1c2010f72013c8b3abb55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add new function ttyinitmode() which sets our systemwide default</title>
<updated>2004-10-18T21:51:27Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2004-10-18T21:51:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=95bc56897714a12b8e95c92dd8e1a70f1154162d'/>
<id>urn:sha1:95bc56897714a12b8e95c92dd8e1a70f1154162d</id>
<content type='text'>
modes on a tty structure.

Both the ".init" and the current settings are initialized allowing
the function to be used both at attach and open time.

The function takes an argument to decide if echoing should be enabled.
Echoing should not be enabled for regular physical serial ports
unless they are consoles, in which case they should be configured
by ttyconsolemode() instead.

Use the new function throughout.
</content>
</entry>
<entry>
<title>Allocate tty at attach time instead of open time.</title>
<updated>2004-09-17T11:04:57Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2004-09-17T11:04:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=216d5bb52843ec87122bef8f2f5c808f52a1a162'/>
<id>urn:sha1:216d5bb52843ec87122bef8f2f5c808f52a1a162</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Preparation commit for the tty cleanups that will follow in the near</title>
<updated>2004-07-15T20:47:41Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2004-07-15T20:47:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=672c05d49c9565187ba43fd37c632fd5960c04b5'/>
<id>urn:sha1:672c05d49c9565187ba43fd37c632fd5960c04b5</id>
<content type='text'>
future:

rename ttyopen() -&gt; tty_open() and ttyclose() -&gt; tty_close().

We need the ttyopen() and ttyclose() for the new generic cdevsw
functions for tty devices in order to have consistent naming.
</content>
</entry>
<entry>
<title>Update for the KDB framework:</title>
<updated>2004-07-10T20:50:19Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2004-07-10T20:50:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=65eceb95f89003f17b27c44c0e3ba2714867b94b'/>
<id>urn:sha1:65eceb95f89003f17b27c44c0e3ba2714867b94b</id>
<content type='text'>
o  Remove inclusion of opt_ddb.h.
o  Call kdb_enter() instead of Debugger().
o  Make debugging code conditional upon KDB.
</content>
</entry>
<entry>
<title>Catch up with __RMAN_RESOURCE_VISIBLE enough to get GENERIC to build</title>
<updated>2004-07-01T15:07:27Z</updated>
<author>
<name>Andrew Gallatin</name>
<email>gallatin@FreeBSD.org</email>
</author>
<published>2004-07-01T15:07:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=5fd93b771bd4997afa7d6e28e91b8a46ee973863'/>
<id>urn:sha1:5fd93b771bd4997afa7d6e28e91b8a46ee973863</id>
<content type='text'>
</content>
</entry>
</feed>
