summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/pcvt/pcvt_drv.c
Commit message (Expand)AuthorAgeFilesLines
* have pcvt's non-console probe and attach routines called again in casehm2000-07-151-1/+12
* No-op change. Remove #if NVT > 0 in files that are 'optional vt' andpeter2000-06-101-5/+0
* Convert pcvt to use the newbus driver framework, options COMPAT_OLDISAhm2000-04-161-144/+127
* Substantially cleanup of the pcvt kernel part. This cleanup doeshm2000-03-261-871/+124
* Add a new mechanism, cndbctl(), to tell the console driver thatyokota2000-01-111-1/+2
* Implement scrollback for pcvt based on code submitted byhm1999-12-301-30/+9
* - Remove cdevsw_add().yokota1999-10-061-4/+5
* Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-281-26/+2
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* This patch clears the way for removing a number of tty relatedphk1999-09-251-12/+6
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-20/+0
* Keyboard allocation/deallocation fix.yokota1999-06-291-32/+68
* The second phase of syscons reorganization.yokota1999-06-221-1/+8
* Simplify cdevsw registration.phk1999-05-311-5/+1
* This commit should be a extensive NO-OP:phk1999-05-301-6/+20
* Suser() simplification:phk1999-04-271-2/+2
* Make pcvt compile and run again after find_display() is gone as part ofhm1999-04-201-101/+15
* Staticize.eivind1999-04-111-1/+1
* Use suser() to check for super user rather than examining cr_uid directly.phk1999-01-301-1/+1
* Fix various breakage after the recent keyboard driver change.yokota1999-01-141-12/+12
* The first stage of console driver reorganization: activate newyokota1999-01-111-51/+111
* Remove a hard-coded table of kernel console I/O functions exportedyokota1999-01-071-5/+13
* 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
OpenPOWER on IntegriCloud