<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/syscons/syscons.c, branch release/3.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1999-09-16T08:26:13+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-09-16T08:26:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5be28542797ac26e17de490f50e0830003596d38'/>
<id>5be28542797ac26e17de490f50e0830003596d38</id>
<content type='text'>
'RELENG_3_3_0_RELEASE'.

This commit was manufactured to restore the state of the 3.3-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_3_3_0_RELEASE'.

This commit was manufactured to restore the state of the 3.3-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</pre>
</div>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-29T16:33:42+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-29T16:33:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c4f617ca01b475bdf034553dfe123deeb1589899'/>
<id>c4f617ca01b475bdf034553dfe123deeb1589899</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: backport the revised VT switching code from -CURRENT (rev 1.307).</title>
<updated>1999-08-22T10:32:34+00:00</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>1999-08-22T10:32:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=50493055de709ff295763c3869ec3a51870f87c7'/>
<id>50493055de709ff295763c3869ec3a51870f87c7</id>
<content type='text'>
(The PR originator has been testing the code in his -STABLE box for some
time now and seen no problem.)

PR: kern/13002
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(The PR originator has been testing the code in his -STABLE box for some
time now and seen no problem.)

PR: kern/13002
</pre>
</div>
</content>
</entry>
<entry>
<title>I forgot this bit in the last MFC :-(</title>
<updated>1999-08-02T03:45:40+00:00</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>1999-08-02T03:45:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=74dc10dfa40eb5433a99fa880aa4cceb5a4a9d14'/>
<id>74dc10dfa40eb5433a99fa880aa4cceb5a4a9d14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: from rev 1.314.</title>
<updated>1999-07-22T12:45:50+00:00</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>1999-07-22T12:45:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=59eb5add2b304e43dfc1b020255efedfeb527b1a'/>
<id>59eb5add2b304e43dfc1b020255efedfeb527b1a</id>
<content type='text'>
- Clear relevant variables when the keyboard is not available.
- Do not touch the `tty' struct when it's not yet available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Clear relevant variables when the keyboard is not available.
- Do not touch the `tty' struct when it's not yet available.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Fill in tp-&gt;t_windowsize AFTER the call to (*linesw[tp-&gt;t_line].l_open)(),</title>
<updated>1999-06-29T17:32:29+00:00</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>1999-06-29T17:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=03fd6b5ad141924ed6fffcb5fc50e9acb424017f'/>
<id>03fd6b5ad141924ed6fffcb5fc50e9acb424017f</id>
<content type='text'>
rather than BEFORE the call.  Otherwise the structure will be `zero'ed out
by l_open, which actually is ttyopen(), if !TS_OPEN. (Rev.1.310)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rather than BEFORE the call.  Otherwise the structure will be `zero'ed out
by l_open, which actually is ttyopen(), if !TS_OPEN. (Rev.1.310)
</pre>
</div>
</content>
</entry>
<entry>
<title>YAMFC: merge updated keyboard driver code:</title>
<updated>1999-05-09T11:02:37+00:00</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>1999-05-09T11:02:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c7fbf8d17363780d75af52553f36229e61b592e3'/>
<id>c7fbf8d17363780d75af52553f36229e61b592e3</id>
<content type='text'>
- Refined internal interface in keyboard drivers so that:
  1. the side effect of device probe is kept minimal,
  2. polling mode function is added,
  3. and new ioctl and configuration options are added (see below).

- Added new ioctl: KDSETREPEAT
  Set keyboard typematic rate.  There has existed an ioctl command,
  KDSETRAD, for the same purpose.  However, KDSETRAD is dependent on
  the AT keyboard.  KDSETREPEAT provides more generic interface.
  KDSETRAD will still be supported in the atkbd driver.

- Added new configuration options:
  ATKBD_DFLT_KEYMAP
  Specify a keymap to be used as the default, built-in keymap.
  (There has been undocumented options, DKKEYMAP, UKKEYMAP, GRKEYMAP,
  SWKEYMAP, RUKEYMAP, ESKEYMAP, and ISKEYMAP to set the default keymap.
  These options are now gone for good.  The new option is more general.)

  KBD_DISABLE_KEYMAP_LOADING
  Don't allow the user to change the keymap.

- And other minor fixes and updates.

                merged files and revisions
---------------------------------------------------------------------
usr.sbin/kbdcontrol/kbdcontrol.c        1.22, 1.23, 1.24, 1.25
usr.sbin/vidcontrol/vidcontrol.c        1.27

sys/alpha/include/console.h             1.42, 1.43, 1.44

sys/dev/kbd/kbd.c                       1.4
sys/dev/kbd/kbdreg.h                    1.3
sys/dev/kbd/kbdtables.h                 1.45
sys/dev/kbd/atkbd.c                     1.5, 1.8
sys/dev/kbd/atkbdreg.h                  1.2

sys/dev/syscons/syscons.c               1.295, 1.296, 1.299

sys/dev/usb/ukbd.c                      1.9, 1.10, 1.11, 1.12, 1.13

sys/i386/conf/LINT                      1.565
sys/i386/conf/options.i386              1.109
sys/i386/conf/files.i386                1.228
sys/i386/include/console.h              1.45
sys/i386/isa/atkbd_isa.c                1.3
sys/i386/isa/pcvt/pcvt_kbd.c            1.28, 1.29

sys/isa/atkbd_isa.c                     1.2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Refined internal interface in keyboard drivers so that:
  1. the side effect of device probe is kept minimal,
  2. polling mode function is added,
  3. and new ioctl and configuration options are added (see below).

- Added new ioctl: KDSETREPEAT
  Set keyboard typematic rate.  There has existed an ioctl command,
  KDSETRAD, for the same purpose.  However, KDSETRAD is dependent on
  the AT keyboard.  KDSETREPEAT provides more generic interface.
  KDSETRAD will still be supported in the atkbd driver.

- Added new configuration options:
  ATKBD_DFLT_KEYMAP
  Specify a keymap to be used as the default, built-in keymap.
  (There has been undocumented options, DKKEYMAP, UKKEYMAP, GRKEYMAP,
  SWKEYMAP, RUKEYMAP, ESKEYMAP, and ISKEYMAP to set the default keymap.
  These options are now gone for good.  The new option is more general.)

  KBD_DISABLE_KEYMAP_LOADING
  Don't allow the user to change the keymap.

- And other minor fixes and updates.

                merged files and revisions
---------------------------------------------------------------------
usr.sbin/kbdcontrol/kbdcontrol.c        1.22, 1.23, 1.24, 1.25
usr.sbin/vidcontrol/vidcontrol.c        1.27

sys/alpha/include/console.h             1.42, 1.43, 1.44

sys/dev/kbd/kbd.c                       1.4
sys/dev/kbd/kbdreg.h                    1.3
sys/dev/kbd/kbdtables.h                 1.45
sys/dev/kbd/atkbd.c                     1.5, 1.8
sys/dev/kbd/atkbdreg.h                  1.2

sys/dev/syscons/syscons.c               1.295, 1.296, 1.299

sys/dev/usb/ukbd.c                      1.9, 1.10, 1.11, 1.12, 1.13

sys/i386/conf/LINT                      1.565
sys/i386/conf/options.i386              1.109
sys/i386/conf/files.i386                1.228
sys/i386/include/console.h              1.45
sys/i386/isa/atkbd_isa.c                1.3
sys/i386/isa/pcvt/pcvt_kbd.c            1.28, 1.29

sys/isa/atkbd_isa.c                     1.2
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>1999-02-07T03:03:29+00:00</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>1999-02-07T03:03:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1d4498286b83cf040024ab91da0ccdac26d9de2b'/>
<id>1d4498286b83cf040024ab91da0ccdac26d9de2b</id>
<content type='text'>
- Don't assume the line length in the video memory is always the same as
  the screen width.
- Store the current video mode information in the `video_adapter' struct.
- The size of the `v_offscreensize' field in the VESA mode information
  block is u_int16, not u_int8.

Oked by: jkh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Don't assume the line length in the video memory is always the same as
  the screen width.
- Store the current video mode information in the `video_adapter' struct.
- The size of the `v_offscreensize' field in the VESA mode information
  block is u_int16, not u_int8.

Oked by: jkh
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: pull down the splash screen when someone is about to read from</title>
<updated>1999-01-31T12:52:18+00:00</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>1999-01-31T12:52:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4e2a148719079958b5b1c9d3e4c1629d0ff68818'/>
<id>4e2a148719079958b5b1c9d3e4c1629d0ff68818</id>
<content type='text'>
the keyboard (rev 1.294).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the keyboard (rev 1.294).
</pre>
</div>
</content>
</entry>
<entry>
<title>syscons</title>
<updated>1999-01-19T11:31:22+00:00</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>1999-01-19T11:31:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f359876ff18247bbcb529c7e385c10e552315ad0'/>
<id>f359876ff18247bbcb529c7e385c10e552315ad0</id>
<content type='text'>
- Bring down the splash screen when a vty is opened for the first
  time.
- Make sure the splash screen/screen saver is stopped before
  switching vtys.
- Read and save initial values in the BIOS data area early.
  VESA BIOS may change BIOS data values when switching modes.
- Fix missing '&amp;' operator.
- Move ISA specific part of driver initialization to syscons_isa.c.

atkbd
- kbdtables.h is now in /sys/dev/kbd.

all
- Adjust for forthcoming alpha port.  Submitted by: dfr
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Bring down the splash screen when a vty is opened for the first
  time.
- Make sure the splash screen/screen saver is stopped before
  switching vtys.
- Read and save initial values in the BIOS data area early.
  VESA BIOS may change BIOS data values when switching modes.
- Fix missing '&amp;' operator.
- Move ISA specific part of driver initialization to syscons_isa.c.

atkbd
- kbdtables.h is now in /sys/dev/kbd.

all
- Adjust for forthcoming alpha port.  Submitted by: dfr
</pre>
</div>
</content>
</entry>
</feed>
