<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/syscons/syscons.h, branch release/4.6.1</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC: Add the resume method to keyboard drivers. Remove it</title>
<updated>2001-08-01T10:42:32+00:00</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>2001-08-01T10:42:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a6ffc8c406340bd14cf2c0e09d0e1aa81969a173'/>
<id>a6ffc8c406340bd14cf2c0e09d0e1aa81969a173</id>
<content type='text'>
from syscons.

atkbd_isa.c rev 1.9, ukbd.c rev 1.31, syscons.h rev 1.69,
syscons.c rev 1.364, syscons_isa.c rev 1.17.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
from syscons.

atkbd_isa.c rev 1.9, ukbd.c rev 1.31, syscons.h rev 1.69,
syscons.c rev 1.364, syscons_isa.c rev 1.17.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2001-07-28T12:51:48+00:00</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>2001-07-28T12:51:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=693b751341d104458e910078f7badd05711234cd'/>
<id>693b751341d104458e910078f7badd05711234cd</id>
<content type='text'>
syscons.c rev 1.365, 1.366
syscons.h rev 1.70
scmouse.c rev 1.25
scvgarndr.c rev 1.11
sctermvar.h rev 1.3
consio.h rev 1.10
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
syscons.c rev 1.365, 1.366
syscons.h rev 1.70
scmouse.c rev 1.25
scvgarndr.c rev 1.11
sctermvar.h rev 1.3
consio.h rev 1.10
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2001-07-16T05:21:24+00:00</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>2001-07-16T05:21:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8a3b34897083fc28742a10e9900a7511beaccd8e'/>
<id>8a3b34897083fc28742a10e9900a7511beaccd8e</id>
<content type='text'>
- syscons.c rev 1.361
Test "sc-&gt;kbd != NULL" rather than "sc != NULL" before
accessing the keyboard in scopen().

- syscons.c rev 1.363
If we are in DDB, don't switch to a vty in the VT_PROCESS mode.

- syscons.h rev 1.68, scvtb.c rev 1.8
Don't free buffers we didn't allocate.

- scmouse.c rev 1.24
Quit the ioctl MOUSE_GETINFO as soon as we have gathered necessary
information.  There is no need to stick around any longer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- syscons.c rev 1.361
Test "sc-&gt;kbd != NULL" rather than "sc != NULL" before
accessing the keyboard in scopen().

- syscons.c rev 1.363
If we are in DDB, don't switch to a vty in the VT_PROCESS mode.

- syscons.h rev 1.68, scvtb.c rev 1.8
Don't free buffers we didn't allocate.

- scmouse.c rev 1.24
Quit the ioctl MOUSE_GETINFO as soon as we have gathered necessary
information.  There is no need to stick around any longer.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2001-06-11T09:05:40+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2001-06-11T09:05:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ab5dd80707fb0269d19aad21657204aa3e13549e'/>
<id>ab5dd80707fb0269d19aad21657204aa3e13549e</id>
<content type='text'>
  Make the beep duration independent of HZ.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Make the beep duration independent of HZ.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2000-04-03T13:03:54+00:00</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>2000-04-03T13:03:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a8486f709443e8e491e17d28f92367f3e7e389c6'/>
<id>a8486f709443e8e491e17d28f92367f3e7e389c6</id>
<content type='text'>
- Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.
- Fix non-destructive, underline text cursor.
- Unbreak LINT.

They correspond to:
syscons_isa.c 1.12, scmouse.c 1.13, scvgarndr.c 1.7,
scvidctl.c 1.20, syscons.c 1.337, 1.338, syscons.h 1.61, 1.62.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.
- Fix non-destructive, underline text cursor.
- Unbreak LINT.

They correspond to:
syscons_isa.c 1.12, scmouse.c 1.13, scvgarndr.c 1.7,
scvidctl.c 1.20, syscons.c 1.337, 1.338, syscons.h 1.61, 1.62.
</pre>
</div>
</content>
</entry>
<entry>
<title>Unconditionally define sc_paste().</title>
<updated>2000-01-20T13:23:03+00:00</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>2000-01-20T13:23:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e17b116645b4cd45facbd3d34b028b33b6bc25f3'/>
<id>e17b116645b4cd45facbd3d34b028b33b6bc25f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix wrong usage of FONT_NONE.  It was not meant to be set in</title>
<updated>2000-01-20T13:21:47+00:00</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>2000-01-20T13:21:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=acdf858c9b85df29f3deb661cedf06e68c6ea1bd'/>
<id>acdf858c9b85df29f3deb661cedf06e68c6ea1bd</id>
<content type='text'>
scp-&gt;font_size in the first place.  It is redundant now and is
removed.

Found by: bde
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
scp-&gt;font_size in the first place.  It is redundant now and is
removed.

Found by: bde
</pre>
</div>
</content>
</entry>
<entry>
<title>This is the 3rd stage of syscons code reorganization.</title>
<updated>2000-01-15T15:25:43+00:00</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>2000-01-15T15:25:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2b944ee2b959e9b29fd72dcbf87aad8ad5537bc4'/>
<id>2b944ee2b959e9b29fd72dcbf87aad8ad5537bc4</id>
<content type='text'>
- Split terminal emulation code from the main part of the driver so
that we can have alternative terminal emulator modules if we like in
the future.  (We are not quite there yet, though.)

- Put sysmouse related code in a separate file, thus, simplifying the
main part of the driver.

As some files are added to the source tree, you need to run config(8)
before you compile a new kernel next time.

You shouldn't see any functional change by this commit; this is only
internal code reorganization.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Split terminal emulation code from the main part of the driver so
that we can have alternative terminal emulator modules if we like in
the future.  (We are not quite there yet, though.)

- Put sysmouse related code in a separate file, thus, simplifying the
main part of the driver.

As some files are added to the source tree, you need to run config(8)
before you compile a new kernel next time.

You shouldn't see any functional change by this commit; this is only
internal code reorganization.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the mouse cursor char code configurable via the CONS_MOUSECTL</title>
<updated>2000-01-12T12:30:33+00:00</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>2000-01-12T12:30:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e2f29c6e438443c3f3def83dbb72effb94f16d94'/>
<id>e2f29c6e438443c3f3def83dbb72effb94f16d94</id>
<content type='text'>
ioctl.

By popular demand.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ioctl.

By popular demand.
</pre>
</div>
</content>
</entry>
<entry>
<title>This patch clears the way for removing a number of tty related</title>
<updated>1999-09-25T16:21:39+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1999-09-25T16:21:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ae8e1d08d7bf92c79a987fb2a6a4526fbb8415f6'/>
<id>ae8e1d08d7bf92c79a987fb2a6a4526fbb8415f6</id>
<content type='text'>
fields in struct cdevsw:

        d_stop          moved to struct tty.
        d_reset         already unused.
        d_devtotty      linkage now provided by dev_t-&gt;si_tty.

These fields will be removed from struct cdevsw together with
d_params and d_maxio Real Soon Now.

The changes in this patch consist of:

        initialize dev-&gt;si_tty in *_open()
        initialize tty-&gt;t_stop
        remove devtotty functions
        rename ttpoll to ttypoll
        a few adjustments to these changes in the generic code
        a bump of __FreeBSD_version
        add a couple of FreeBSD tags
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fields in struct cdevsw:

        d_stop          moved to struct tty.
        d_reset         already unused.
        d_devtotty      linkage now provided by dev_t-&gt;si_tty.

These fields will be removed from struct cdevsw together with
d_params and d_maxio Real Soon Now.

The changes in this patch consist of:

        initialize dev-&gt;si_tty in *_open()
        initialize tty-&gt;t_stop
        remove devtotty functions
        rename ttpoll to ttypoll
        a few adjustments to these changes in the generic code
        a bump of __FreeBSD_version
        add a couple of FreeBSD tags
</pre>
</div>
</content>
</entry>
</feed>
