<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/kbd, branch release/4.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2000-05-28T12:48:22Z</updated>
<entry>
<title>MFC: do not sense ALKED in non K_XLATE modes since it never set</title>
<updated>2000-05-28T12:48:22Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2000-05-28T12:48:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=854a42b2c90e410c0cb31a7620ffda1c62361528'/>
<id>urn:sha1:854a42b2c90e410c0cb31a7620ffda1c62361528</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2000-03-31T12:52:06Z</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>2000-03-31T12:52:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=db5478aa9a1886b7fa5bbd070a24805b3bb1072b'/>
<id>urn:sha1:db5478aa9a1886b7fa5bbd070a24805b3bb1072b</id>
<content type='text'>
- Properly keep track of I/O port resources.
- Use bus_space_read/write() to access the ports.

atkbd_isa.c 1.8, atkbdc_isa.c 1.15, atkbd.c 1.26,
atkbdc.c 1.6, atkbcreg.h 1.6, atkbdreg.h 1.6,
pcvt_hdr.h 1.37, psm.c 1.24.
</content>
</entry>
<entry>
<title>MFC: add support for more mice (psm.c 1.24, i386/include/mouse.h 1.16,</title>
<updated>2000-03-21T14:44:12Z</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>2000-03-21T14:44:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f1819d1cc6034ca077d3d747bea090fb4890011a'/>
<id>urn:sha1:f1819d1cc6034ca077d3d747bea090fb4890011a</id>
<content type='text'>
alpha/include/mouse.h 1.17, atkbdcreg.h 1.5).
</content>
</entry>
<entry>
<title>MFC: Changed key assign for PC-98.</title>
<updated>2000-03-19T08:07:41Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2000-03-19T08:07:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c2e1ffd0a08304a6d671b91fb7c8a44529e2ca90'/>
<id>urn:sha1:c2e1ffd0a08304a6d671b91fb7c8a44529e2ca90</id>
<content type='text'>
</content>
</entry>
<entry>
<title>One more patch for the atkbd driver.  It will make sure that the</title>
<updated>2000-03-11T07:44:10Z</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>2000-03-11T07:44:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a68d00e3fed024f2b4e3d94064751315b0a9d453'/>
<id>urn:sha1:a68d00e3fed024f2b4e3d94064751315b0a9d453</id>
<content type='text'>
keyboard port and interrupt is enabled and the driver is attached even
when the keyboard itself is not present when the system is booting.
(This has been the behavior through out 2.X and 3.X, but is somehow
broken in 4.0.)

# I certainly don't recommend people to `hot-plug' the AT keyboard,
# because the interface isn't designed for hot-plugging and such act
# will often break the keyboard controller.  But, so many people want to
# do that anyway...

Approved by: jkh
</content>
</entry>
<entry>
<title>- Be slightly more cautious and try to make more sure the keyboard</title>
<updated>2000-02-11T01:22:30Z</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>2000-02-11T01:22:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=aec1fa1ca35a4ee67d1abeee35c095e7c769ed03'/>
<id>urn:sha1:aec1fa1ca35a4ee67d1abeee35c095e7c769ed03</id>
<content type='text'>
  input queue is emptied when initializing the keyboard controller.
- Remove an unnecessary `if' statement.

Approved by: jkh
</content>
</entry>
<entry>
<title>Use config's conditional compilation rather than using #ifdefs that make</title>
<updated>2000-01-29T15:08:56Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-01-29T15:08:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8f8e58794866a5a4439a329fdfbf1203064f4952'/>
<id>urn:sha1:8f8e58794866a5a4439a329fdfbf1203064f4952</id>
<content type='text'>
modular compilation harder.  I'm doing this because people seem to like
cut/pasting examples of bad practices in existing code.
</content>
</entry>
<entry>
<title>- Add some comment from bde on the keyboard interrupt.</title>
<updated>2000-01-20T13:32:53Z</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>2000-01-20T13:32:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7c6f57a384f21005955d61a2b386480b4009d3e4'/>
<id>urn:sha1:7c6f57a384f21005955d61a2b386480b4009d3e4</id>
<content type='text'>
- Fix obsolete comments.
</content>
</entry>
<entry>
<title>Rework shifta/ctla/alta key handling.  It appears that there was</title>
<updated>2000-01-11T13:39:05Z</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>2000-01-11T13:39:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7642cc829e3b89e15542e202c2890b48b4093345'/>
<id>urn:sha1:7642cc829e3b89e15542e202c2890b48b4093345</id>
<content type='text'>
misunderstanding between the PR originator and me.  I hope I got it
right this time.
</content>
</entry>
<entry>
<title>Obtain the initial key repeat rate setting via BIOS in i386 if</title>
<updated>2000-01-10T08:52:32Z</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>2000-01-10T08:52:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=56f5e27c4b8b7a6433d480b360670242aba10bc2'/>
<id>urn:sha1:56f5e27c4b8b7a6433d480b360670242aba10bc2</id>
<content type='text'>
possible.
</content>
</entry>
</feed>
