summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/pcvt/pcvt_drv.c
Commit message (Expand)AuthorAgeFilesLines
* Part 3 of the pcvt/voxware revival.peter1999-01-011-0/+1641
* Pre 3.0 branch cleanup casualty #4: pcvtphk1998-12-271-1641/+0
* * Fix a couple of places in the device pager where an address wasdfr1998-11-081-1/+1
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-0/+2
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredbde1998-08-231-6/+7
* Changed %n to %r in devfs name format strings. %n has almost gone away.bde1998-07-151-1/+1
* Check for missing keyboard.jkh1998-07-031-0/+26
* This commit fixes various 64bit portability problems required fordfr1998-06-071-1/+1
* Staticize.eivind1998-02-091-2/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-0/+2
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-061-2/+3
* Update select -> poll in drivers.peter1997-09-141-1/+1
* #include <machine/stdarg.h> in the one place in pcvt that it is usedbde1997-07-201-0/+6
* Removed a stray semicolon.bde1997-07-201-1/+1
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-201-2/+3
* Use the same IOPL check as in syscons.bde1997-04-141-6/+9
* Fix the new (kbdio) keyboard layer to correctly work if PCVT_SCANSET == 2joerg1997-03-071-0/+8
* Move pcvt towards using kbdio (finally!).joerg1997-03-061-0/+47
* Don't claim the console when the driver is disabled. The getc/putcbde1996-10-091-1/+1
* Changed cncheckc() interface so that it is 8-bit clean - return -1bde1996-09-141-1/+1
* Updated #includes to 4.4Lite style.bde1996-09-101-1/+1
* Remove devconf, it never grew up to be of any use.phk1996-09-061-57/+0
* Fix two minor oddities introduced by my yesterday's patches:joerg1996-08-121-4/+12
* Fix many long-standing bugs and problems with pcvt, namely:joerg1996-08-101-4/+19
* Clean up -Wunused warnings. Also clean up a -Winline warning while here.gpalmer1996-06-121-40/+41
* Added DEVFS support to create ttyv* devicesscrappy1996-03-281-2/+19
* Get rid of two and a half printf in the kernel.phk1996-01-151-1/+1
* Removed my devsw access functions [un]register_cdev() andbde1995-12-141-4/+8
* Removed new alias d_size_t for d_psize_t.bde1995-12-101-3/+3
* Pass 3 of the great devsw changesjulian1995-12-081-1/+1
* Completed function declarations and/or added prototypes.bde1995-11-241-0/+2
* Don't allow mmapping the page after last video page.bde1995-10-141-1/+1
* Fix benign type mismatches in isa interrupt handlers. Many returned intbde1995-09-191-12/+8
* Make pcvt and syscons live in the same kernel. If both are enabled, thenbde1995-09-101-12/+25
* Eliminate the use of TS_TIMEOUT and ttstrt(). These are for handlingbde1995-07-311-15/+13
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-311-6/+2
* Move the inline code for waking up writers to a new functionbde1995-07-221-0/+4
* Obtained from: partly from an ancient patch of mine via 1.1.5bde1995-07-211-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-42/+42
* Fix benign type mismatches int console functions. dev_t was assumedbde1995-04-251-0/+18
* Update pcvt to 3.20 b24joerg1995-04-081-34/+17
* Correct a few minor things in pcvt:joerg1995-04-011-0/+58
* Update pcvt to 3.20b23joerg1995-04-011-2/+10
* Update to beta3.20/b22joerg1995-03-051-18/+71
* Bring pcvt console driver into the tree - now users can chose whicheverjkh1995-02-051-0/+1427
OpenPOWER on IntegriCloud