summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/pcvt/pcvt_hdr.h
Commit message (Expand)AuthorAgeFilesLines
* Send the pcvt(4) driver off to retirement.phk2006-05-171-1102/+0
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andru2005-12-051-3/+0
* - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) sourcemarius2005-06-101-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Update for the KDB framework:marcel2004-07-101-0/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-3/+3
* Use ttymalloc() instead of ttyregister().phk2004-06-041-3/+1
* Add missing #include <sys/module.h>phk2004-05-301-0/+1
* Eliminate global cons_unavailable flag and replace it by the statuskan2004-02-051-0/+2
* Changed the data types of three index variables, two of themrobert2003-07-271-3/+3
* Unbreak pcvt, it suffered from common variables. Whoever added thejoerg2002-01-271-8/+14
* KSE Milestone 2julian2001-09-121-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-7/+9
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-1/+2
* Provide keyboard entropy harvesting for PCVT users.markm2000-09-101-0/+1
* Remove old entropy-harvesting hooks; this is going to be re-engineeredmarkm2000-06-251-1/+0
* * Use sys/sys/random.h rather than a i386 specific one.obrien2000-04-241-1/+1
* Convert pcvt to use the newbus driver framework, options COMPAT_OLDISAhm2000-04-161-8/+5
* pcvt cleanup.hm2000-03-281-2/+2
* Substantially cleanup of the pcvt kernel part. This cleanup doeshm2000-03-261-453/+130
* - Properly keep track of I/O port resources.yokota2000-03-191-0/+2
* Implement scrollback for pcvt based on code submitted byhm1999-12-301-24/+16
* Lose explict initialization of mouse to {0}; this gave a warning, and theeivind1999-12-211-2/+2
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-1/+1
* Updated a comment (Crtat is no longer bogusly shared with syscons).bde1999-05-121-2/+0
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-1/+1
* The first stage of console driver reorganization: activate newyokota1999-01-111-11/+21
* Part 3 of the pcvt/voxware revival.peter1999-01-011-0/+1418
* Pre 3.0 branch cleanup casualty #4: pcvtphk1998-12-271-1418/+0
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-0/+1
* Make all the documented (in pcvt(4)) options supported options. Whilejoerg1997-10-181-0/+3
* #include <machine/stdarg.h> in the one place in pcvt that it is usedbde1997-07-201-6/+0
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-201-12/+4
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-1/+0
* Fix a bogon in pcvt that caused a characterset designation to not takejoerg1997-03-071-5/+5
* Move pcvt towards using kbdio (finally!).joerg1997-03-061-0/+16
* Updated #includes to 4.4Lite style.bde1996-09-101-2/+2
* Remove devconf, it never grew up to be of any use.phk1996-09-061-4/+0
* Fix many long-standing bugs and problems with pcvt, namely:joerg1996-08-101-6/+6
* Oops, include opt_pcvt_hdr.h before the key value in it is used.bde1996-04-131-2/+2
* Moved AUTO_EOI_[12] and most sio and pcvt options out of the makefile.bde1996-04-111-0/+2
* Moved vm includes out of centralized headers again.bde1995-12-101-3/+0
* Untangled the vm.h include file spaghetti.dg1995-12-071-0/+3
* Replaced #includes of <sys/user.h> by less gross headers, usuallybde1995-12-061-4/+2
* Add /dev/random hooks to the key input routines for pcvt. This allowsmarkm1995-11-121-1/+3
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up thebde1995-11-041-2/+0
* Always declare vga_move_charset(). It doesn't depend on option XSERVER.bde1995-11-041-2/+0
* Fix benign type mismatches in isa interrupt handlers. Many returned intbde1995-09-191-1/+1
* Make pcvt and syscons live in the same kernel. If both are enabled, thenbde1995-09-101-13/+5
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-291-5/+5
OpenPOWER on IntegriCloud