summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace all remaining instances of `i386/include' by `machine' and fixbde1995-02-261-4/+6
* Don't confuse the frequency with the wavelength in DELAY() args. 960 cpsbde1995-02-261-40/+24
* Declare all the args of Fdopen() and fdclose().bde1995-02-261-15/+14
* (a) remove the pointer to each driver's tty structure array from cdevswpst1995-02-253-33/+82
* Revive input flow control, some ideas from iverson@leonheart.comache1995-02-241-9/+13
* Put the joystick status in a struct {int x, y, b1, b2;} rather than in ajmz1995-02-221-6/+6
* Next syscons update (given up on numbering :)sos1995-02-222-2872/+2667
* This is the latest version of the APM stuff from HOSOKAWA, I have lookedphk1995-02-171-1/+32
* Fixed cursor xor problem...sos1995-02-141-3/+3
* Fixed the bug that caused the cursor to disappear undersos1995-02-071-13/+17
* Fixed the annoing bug that caused writes to /dev/console to go tosos1995-02-051-29/+34
* Allow all characters except "real" control chars.sos1995-02-031-52/+59
* Syscons bug fix: tab now right (thanks bruce!)sos1995-02-011-293/+319
* Reviewed by:sos1995-01-302-47/+61
* Add parentheses around macros!jmz1995-01-291-2/+2
* Third round in syscons update.sos1995-01-282-515/+415
* Do not recompute TIMER0's maximum count, since it is in timer0_max_count.jmz1995-01-281-11/+8
* Back out my previous change and disable the floppy tape controller againjkh1995-01-271-1/+4
* Use NUM_FKEYS instead of hardcoded 65 for fkey_tab sizeache1995-01-261-2/+2
* Get rid of overloaded Keypad 5, now F(65)ache1995-01-261-8/+8
* Get rid of overloaded Back tab, now F(64)ache1995-01-261-2/+2
* Rewrite fkey_tab to produce unique sequences for all fkeysache1995-01-261-14/+20
* Implement Delete key properly, needed by ncursesache1995-01-261-12/+12
* o Restore removed hardware cursor support and make it _default_ache1995-01-261-51/+120
* Changed address of the game controller to 0x201 (was 0x200)jmz1995-01-251-0/+209
* Second round in syscons update:sos1995-01-201-286/+499
* Submitted by: Bill Paul (wpaul@ctr.columbia.edu)wpaul1995-01-202-13/+26
* Submitted by: Bruce Evansats1995-01-191-30/+9
* Enable floppy-tape controller by default again. Flags no longer has anyjkh1995-01-171-5/+2
* Oops, forgot one change when DDB is defined.sos1995-01-131-2/+2
OpenPOWER on IntegriCloud