summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa/pccons.c
AgeCommit message (Collapse)Author
1997-11-06oopsTheo de Raadt
1997-11-05flush tty queue when entering/exiting X; cgd & meTheo de Raadt
1997-03-03Add a little ioctl at 4am to set the screen blanking.Jason Downs
1996-12-29add some comments to some things we removed to get also more brokenThomas Graichen
keyboards working
1996-12-20add missing #ifdef COMPAT_10Thomas Graichen
1996-12-05Implement a few more escape sequences that BSD/OS has defined for pccons;Thorsten Lockert
fixes NetBSD PR 2947. Note that some of the new sequences are accepted but ignored
1996-10-16the Wall thing, you knowTheo de Raadt
1996-09-23use <dev/ic/mc6845.h> for CRTC registers definitions.Michael Shalayeff
1996-09-06remove keyboard randomness supply.Michael Shalayeff
not needed w/ adition of tty randomness.
1996-09-01distinguish between left/right shift keys for X; from Mathieu.Herrb@mipnet.frTheo de Raadt
1996-09-01change keymap_t to pccons_keymap_t in pcconsTheo de Raadt
1996-08-29rnd -> randomTheo de Raadt
1996-08-28kill keyboard randomness; it causes random problemsTheo de Raadt
1996-08-27do not lose in 2 cases; from graichenTheo de Raadt
1996-08-10Support entropy generation for keyboard generation; already done for PCVTThorsten Lockert
1996-07-19Got rid of blinking square in the screen saver (it prevented fancy monitorsdm
from going into power-saving mode).
1996-07-16pcvt/pccons too fast for some kbds; netbsd pr#2631; mike.long@analog.comTheo de Raadt
1996-06-25Implement save/restore cursor position; new curses uses itThorsten Lockert
1996-06-16leave code out if not XSERVER; netbsd pr#2528; mike.long@analog.comTheo de Raadt
1996-06-16init properly incaseof COMCONSOLE; netbsd pr#2510; enami@ba2.so-net.or.jpTheo de Raadt
1996-06-10tty_attach()Theo de Raadt
1996-05-25syncTheo de Raadt
1996-05-10simple cleanupTheo de Raadt
1996-05-09shift-tab does tab, not some confusing gobbledygookTheo de Raadt
1996-05-07sync with 0504; prototype changesTheo de Raadt
1996-04-24This is no longer donatate data for rnd device.Michael Shalayeff
1996-04-24Reorder includes.Michael Shalayeff
1996-04-22add ioctls to change keymap encoding, screen saver and partial latin1 outputhannken
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-18Merge of NetBSD 960317Niklas Hallqvist
1996-03-29Initial commit of random source driver.Michael Shalayeff
1996-03-20Fix back wrong patches.Michael Shalayeff
1996-03-19Merging w/ NetBSD 021796.Michael Shalayeff
speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so).
1996-02-20Pass device name to interrupt establish routines so it can be recorded inThorsten Lockert
the device interrupt chain structures (isa, pci) Move interrupt chain structure definition to <machine/psl.h> so vmstat can get at it (i386) Remove hack to count interrupts the old way (i386)
1995-12-27from netbsd:Theo de Raadt
The IST_* and IPL_* constants are not bus-specific; don't treat them as such.
1995-10-18initial import of NetBSD treeTheo de Raadt