summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Fixed problem with "char" cursor..sos1995-05-211-2/+6
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-111-2/+2
* Add variable `idelayed' and macros setdelayed() and schedsofttty()bde1995-05-111-1/+7
* Fix -Wformat warnings, still need to do something about %b and pointerrgrimes1995-05-091-3/+3
* Add hook for pstat -tache1995-05-071-1/+3
* Restructured the floppy tape probe.joerg1995-05-061-6/+2
* Added nsccons variable for use by pstatsos1995-04-281-1/+2
* Added mark_all() call so that screen is proberly updatedsos1995-04-251-1/+2
* Move declarations of console functions to cons.h (they should bebde1995-04-231-12/+5
* Correct the type of the `c' arg to pccnputc().bde1995-04-232-11/+10
* Reviewed by: no-one yet, but non-intrusivejulian1995-04-201-1/+29
* Fix initializations of kdc_state for serial consoles.bde1995-04-151-33/+38
* Forgot two things in yesterday's massive devconf update:wollman1995-04-131-6/+4
* Move setcompat code to another place, initial/locked devicesache1995-04-131-14/+12
* Comment out ttcompat via COMPAT_SUNOS tooache1995-04-131-11/+15
* ttsetcompat is a '#ifdef COMPAT_43' feature.phk1995-04-121-1/+5
* Add a class field to devconf and mst drivers.wollman1995-04-123-38/+81
* Call new ttsetcompat() function for proper workingache1995-04-111-1/+9
* Correct recalibrate/seek code at attach time so that we do not getrgrimes1995-04-061-4/+11
* Fixes to the hardware cursor emulation.sos1995-04-042-56/+80
* Move unit structure member down to optimize com->state per Bruceache1995-04-041-19/+19
* Allow serial console BREAK to DDBache1995-04-031-3/+13
* Back out changes related to locked bits until more elegantache1995-04-021-85/+7
* Fix error:ache1995-04-021-7/+83
* Move SET_BYPASS macro to function per Bruce suggestion.ache1995-04-021-20/+29
* Move setting BYPASS state to macro, use it in several times,ache1995-04-011-16/+18
* Adjust TS_CAN_BYPASS_L_RINT state after l_open(), t_lineache1995-04-011-1/+3
* Fix count in mark_for_update() for insert-char(s) and delete-char(s).bde1995-04-011-4/+4
* Use new TS_CAN_BYPASS_L_RINT state to avoid complex testache1995-04-011-23/+23
* Check for never opened or closed device before testingache1995-04-011-3/+6
* Emulate hw cursor closely, and get start&end scanlines from BIOS.sos1995-03-302-19/+27
* Optimized the way physical screen updates are done. Now onlysos1995-03-292-51/+133
* Fix serial error recording using new TTY_BI & TTY_OEache1995-03-291-11/+7
* Remove TTY_OE & TTY_BI definitions to allow translation,ache1995-03-291-3/+1
* Change fkey 63 from ^[[K to ^[[~.sos1995-03-281-2/+2
* Move discard check up and do it only for error statusache1995-03-281-23/+21
* Don't useache1995-03-281-3/+2
* Forget to add LSR_FE to discard (see prev commit)ache1995-03-281-2/+2
* Several fixes to help "raw" tty mode work correctly withache1995-03-281-5/+32
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-3/+3
* Raw ttyinput test was incomplete,ache1995-03-281-2/+2
* Fix break recording for ttyinputache1995-03-281-2/+4
* Give backspace to the people (again)sos1995-03-271-6/+6
* Terminate all probe/diagnostic/error messages correctly with a \n.rgrimes1995-03-261-27/+26
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-163-12/+25
* Finally get rid of this bothering ``biodone: buffer already done''joerg1995-03-121-3/+12
* Fix flag bugs with RUKEYMAPache1995-03-031-3/+3
* Minor update to syscons.sos1995-03-033-57/+60
* Workaround IXOFF bug when output queue is full && RTS control is onache1995-02-281-2/+6
* Incorporate bde's code-review comments.pst1995-02-283-24/+4
OpenPOWER on IntegriCloud