aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/kbd
Commit message (Collapse)AuthorAgeFilesLines
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* More merge and update.Satoshi Asami1996-10-301-2/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | (1) deleted #if 0 pc98/pc98/mse.c (2) hold per-unit I/O ports in ed_softc pc98/pc98/if_ed.c pc98/pc98/if_ed98.h (3) merge more files by segregating changes into headers. new file (moved from pc98/pc98): i386/isa/aic_98.h deleted: well, it's already in the commit message so I won't repeat the long list here ;) Submitted by: The FreeBSD(98) Development Team Notes: svn path=/head/; revision=19269
* Change RUKEYMAP sligtlyAndrey A. Chernov1996-01-251-3/+3
| | | | Notes: svn path=/head/; revision=13632
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-8/+8
| | | | Notes: svn path=/head/; revision=12724
* Change fkey 63 from ^[[K to ^[[~.Søren Schmidt1995-03-281-2/+2
| | | | | | | Submitted by: ache Notes: svn path=/head/; revision=7452
* Give backspace to the people (again)Søren Schmidt1995-03-271-6/+6
| | | | | | | | | | | Now the keymaps are as follows: "backspace / <-" ^H "grey del" ^? (0x7f) "numpad , del" ^? (, if numlocked) Notes: svn path=/head/; revision=7420
* Fix flag bugs with RUKEYMAPAndrey A. Chernov1995-03-031-3/+3
| | | | Notes: svn path=/head/; revision=6868
* Minor update to syscons.Søren Schmidt1995-03-031-43/+43
| | | | | | | | | | Let "grey delete" be a function key (default is 0x7f) Fix the xor cursor again.. Made the backspace key generate del as default Made CTRL-space generate nul as default. Notes: svn path=/head/; revision=6851
* Reviewed by:Søren Schmidt1995-01-301-14/+14
| | | | | | | | Submitted by: Obtained from: Notes: svn path=/head/; revision=6044
* Third round in syscons update.Søren Schmidt1995-01-281-46/+48
| | | | | | | | | | | | | | | | | Display update method changed, now allways write in memory buffer, then periodically update physical display. Speed improvements (now > 5 times faster than the old syscons). History now circular buffer, with changeable size. History scroll by up/down line, up/down page, home and end. Backtab proberly implemented. Now space for 96 function keys, 63 allocated standard, default now SCO/SYSV compat again as in the old days. New keyboard definition files ~share/syscons/keymaps/* Misc fixes for old "hacks" that broke SCO/SYSV compat. More that I forgot before writing this... Notes: svn path=/head/; revision=5994
* Use NUM_FKEYS instead of hardcoded 65 for fkey_tab sizeAndrey A. Chernov1995-01-261-2/+2
| | | | Notes: svn path=/head/; revision=5935
* Get rid of overloaded Keypad 5, now F(65)Andrey A. Chernov1995-01-261-8/+8
| | | | Notes: svn path=/head/; revision=5933
* Rewrite fkey_tab to produce unique sequences for all fkeysAndrey A. Chernov1995-01-261-14/+20
| | | | | | | Get rid of overloaded fkeys Notes: svn path=/head/; revision=5931
* Implement Delete key properly, needed by ncursesAndrey A. Chernov1995-01-261-12/+12
| | | | Notes: svn path=/head/; revision=5924
* Changes to allow keypad 5 produce \E[E like SCO/ANSI term doesAndrey A. Chernov1994-12-311-12/+12
| | | | Notes: svn path=/head/; revision=5308
* More intelligent BackTab fix using BTAB special key (unused before)Andrey A. Chernov1994-11-191-8/+8
| | | | Notes: svn path=/head/; revision=4685
* Fix all keymaps to bring BackTab to life.Andrey A. Chernov1994-11-191-6/+6
| | | | Notes: svn path=/head/; revision=4684
* Added support for the MicroSoft Natural keyboardSøren Schmidt1994-11-171-12/+31
| | | | | | | | Add support for ws_xpixel & ws_ypixel in winsize. Submitted by: Natural support suggested by Kaleb Keithley (kaleb@x.org) Notes: svn path=/head/; revision=4573
* Laptop Advanced Power Management support by HOSOKAWA Tatsumi.David Greenman1994-10-011-2/+2
| | | | | | | Submitted by: HOSOKAWA Tatsumi Notes: svn path=/head/; revision=3258
* Changed header slightly.Søren Schmidt1994-09-291-14/+25
| | | | Notes: svn path=/head/; revision=3186
* From 1.1.5:David Greenman1994-09-211-3/+3
| | | | | | | | >date: 1994/05/27 01:09:16; author: ache; state: Exp; lines: +3 -3 >Russian keymap: Ctrl-Alt-Del with NumLock on fixed Notes: svn path=/head/; revision=2953
* Updated swedish keymap.Søren Schmidt1994-04-261-18/+18
| | | | Notes: svn path=/head/; revision=1417
* Russian keymap is broken after last commit (fixed)Andrey A. Chernov1994-02-011-11/+11
| | | | | | | Nate, please, be more careful next time. Notes: svn path=/head/; revision=1065
* From: sos@login.dkuug.dk (S|ren Schmidt)Nate Williams1994-02-011-31/+32
| | | | | | | | | | | | | | | | | | | | | | | Subject: syscons-1.3 Date: Sat, 29 Jan 94 23:33:50 MET But here is the (hopefully) final syscons-1.3.... .... I've changed sgetc so it works as the pccons parallel (it now uses a scgetc internally). [ There were a couple changes that Bruce Evans sent me that were applied to this version along with some changes that S'ren didn't incorporate into the final version. There will be only minor changes if anything from this version to his final release. ] Notes: svn path=/head/; revision=1061
* Add Ctrl-Altr-Esc DBG key to RUKEYMAP (russian keymap)Andrey A. Chernov1994-01-241-3/+3
| | | | Notes: svn path=/head/; revision=1009
* Changed the default syscons keymap to have <CTL-ALT-ESC> enter theNate Williams1994-01-181-4/+4
| | | | | | | debugger and <CTL-ALT-DEL> call the reboot command. Notes: svn path=/head/; revision=983
* Russian keymap (RUKEYMAP) changes:Andrey A. Chernov1993-11-041-11/+11
| | | | | | | | | New syscons keys added: NEXT, DBG, RBT AltGr Shift removed from right Alt Shift state on -,+ keys exchanged Notes: svn path=/head/; revision=699
* Put back the $Id$ stringsRodney W. Grimes1993-10-281-0/+2
| | | | Notes: svn path=/head/; revision=679
* This is syscons version 1.1Jordan K. Hubbard1993-10-281-148/+146
| | | | Notes: svn path=/head/; revision=677
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-0/+2
| | | | | | | minor cleanup. Added $Id$ to files that did not have any version info, etc Notes: svn path=/head/; revision=619
* >From: paul@u.tvt.se (Paul Pries)Rodney W. Grimes1993-09-151-4/+4
| | | | | | | | | | | | | | >Subject: Bad bug in kbdtables.h [FreeBSD] I found a bug in /sys/i386/isa/kbdtables.h which contain the different keyboard layouts for syscons. This regards all tables exept the Danish and US. When compiling the kernel with any other keymapping than Danish or none at all (US), you get an error that 'key_map' is undefined. This is because there is a typo in the name of the struct containing the tables, keymap intead of key_map. Notes: svn path=/head/; revision=470
* Updated syscons to 0.2b - please test this! It won't be in the ALPHAJordan K. Hubbard1993-07-301-6/+597
| | | | | | | release, but it's still worth testing. Notes: svn path=/head/; revision=210
* Added necessary files for syscons (may move font include later, but for nowJordan K. Hubbard1993-07-261-0/+265
it's easier to leave there since I don't feel like breaking anything). Notes: svn path=/head/; revision=192