<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/si, branch release/6.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F6.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F6.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2005-11-03T00:35:26Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-11-03T00:35:26Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>urn:sha1:3640cb54210edbb7edbf1b12ef0127ecfcea967d</id>
<content type='text'>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</content>
</entry>
<entry>
<title>Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY in</title>
<updated>2005-03-01T08:58:06Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-03-01T08:58:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d2b677bb1ad8b7b83a1a54d988de291088d165a5'/>
<id>urn:sha1:d2b677bb1ad8b7b83a1a54d988de291088d165a5</id>
<content type='text'>
preference to some random negative number to allow other drivers a
bite at the apple.
</content>
</entry>
<entry>
<title>Start each of the license/copyright comments with /*-, minor shuffle of lines</title>
<updated>2005-01-06T01:43:34Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-06T01:43:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=098ca2bda93c701c5331d4e6aace072495b4caaa'/>
<id>urn:sha1:098ca2bda93c701c5331d4e6aace072495b4caaa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add #ifdef _KERNEL which allows sicontrol(8) to include this file</title>
<updated>2004-10-02T18:49:29Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2004-10-02T18:49:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=80e6a01a9aa34d60124c82b7cab1420b8b731426'/>
<id>urn:sha1:80e6a01a9aa34d60124c82b7cab1420b8b731426</id>
<content type='text'>
from userland to get the debugging definitions.
</content>
</entry>
<entry>
<title>Use generic device/tty adaptation code.</title>
<updated>2004-10-02T16:56:08Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2004-10-02T16:56:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=aefadae38eb1c55576ec3e02cbbaa137b94ac66a'/>
<id>urn:sha1:aefadae38eb1c55576ec3e02cbbaa137b94ac66a</id>
<content type='text'>
New device names are "{tty|cua}A$(card)$(port)[.init|.lock]"

Put a portname in the port structure if SI_DEBUG is defined to avoid
need to inspect minor number to construct name..

Constify some strings.

Remove duplicated DBG_ #defines.
</content>
</entry>
<entry>
<title>Use ttyalloc() instead of ttymalloc(NULL)</title>
<updated>2004-09-17T07:28:07Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2004-09-17T07:28:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a45b36ad47f136b8684645299cf35a19f2e26303'/>
<id>urn:sha1:a45b36ad47f136b8684645299cf35a19f2e26303</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid casts as lvalues.</title>
<updated>2004-07-28T06:21:53Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2004-07-28T06:21:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=eec256de797ad952d7431e420d2367722d8cbf38'/>
<id>urn:sha1:eec256de797ad952d7431e420d2367722d8cbf38</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/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>Introduce ttygone() which indicates that the hardware is detached.</title>
<updated>2004-07-11T15:18:39Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2004-07-11T15:18:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=911dbd84c7f3eecf13decfa4289ac34893cbfb62'/>
<id>urn:sha1:911dbd84c7f3eecf13decfa4289ac34893cbfb62</id>
<content type='text'>
Move dtrwait logic to the generic TTY level.
</content>
</entry>
<entry>
<title>Pick the hotchar out of the tty structure instead of caching private</title>
<updated>2004-06-26T09:20:07Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2004-06-26T09:20:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cb9ea5f4cbd32931cd4444df5024abfd9d66194b'/>
<id>urn:sha1:cb9ea5f4cbd32931cd4444df5024abfd9d66194b</id>
<content type='text'>
copies.

No current line disciplines have a dynamically changing hotchar, and
expecting to receive anything sensible during a change in ldisc is
insane so no locking of the hotchar field is necessary.
</content>
</entry>
</feed>
