summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa
AgeCommit message (Collapse)Author
1996-08-19virtual terimals' name become ttyC*shawn
1996-08-17pcvt virtual terminal is now ttyC*shawn
1996-08-17do not reset/disable for fails on some laptops; rees@umich.edu from someone elseTheo de Raadt
1996-08-16someone send me an i386 assembler bookTheo de Raadt
1996-08-16spin processing ast events before going back to userland; my fixTheo de Raadt
1996-08-10Support entropy generation for keyboard generation; already done for PCVTThorsten Lockert
1996-08-07correct b_resid handling; pointed out by banshee@gabriella.abattoir.comTheo de Raadt
1996-08-01 [Ctrl]+8 emits 9 on a kernel with PCVT; netbsd pr#2666; ↵Theo de Raadt
tacha@tera.fukui-med.ac.jp
1996-07-28pccom and com are now mutually exclusive; pccom moves to major 8, theJason Downs
same as com. Also various function renaming and such so that multiport drivers should now be able to link with pccom. pccomvar.h is no longer needed.
1996-07-27jtk; One more fix as pointed out by enami tsugutomo <enami@ba2.so-net.or.jp>:Theo de Raadt
check slen before accessing cp[1] in GETNUM macro. fix PRs 219, 2295, 2612: speaker bugs on i386 port: remove overruns due to faulty bounds checking; repair faulty octave limiting.
1996-07-20add KOI-8 cyrillic fontsMichael Shalayeff
1996-07-19Got rid of blinking square in the screen saver (it prevented fancy monitorsdm
from going into power-saving mode).
1996-07-18make pcvt recognize most S3 adapters up to dateshawn
1996-07-17nextbsd pr#2637 (and 2638): add cirrus gd5434.Jason Downs
1996-07-16pcvt/pccons too fast for some kbds; netbsd pr#2631; mike.long@analog.comTheo de Raadt
1996-07-07Integrate the i386 specific com driver from Onno van der Linden,Jason Downs
<onno@simplex.nl>, as a seperate driver. This is the OpenBSD com.c, with his changes integrated and the functions renamed. This driver should work with pcmcia, but hasn't been tested. It will not work the multiport boards. Simply switch 'com' to 'pccom' in your conf and change the major number of your devices in order to use this.
1996-06-30add natm intr.chuck
1996-06-25Implement save/restore cursor position; new curses uses itThorsten Lockert
1996-06-22Move struct intrhand to <machine/psl.h> [again] so user-level programs canThorsten Lockert
get at it.
1996-06-20fdformat support:Jason Downs
patches taken from jtk's dosemu for NetBSD 1.1 and updated for the current driver. Some of the code is based an older FreeBSD version of the driver.
1996-06-16pcvt doesn not recognize IBM Thinkpad keyboards; netbsd pr#2468; jhawk@mit.eduTheo de Raadt
1996-06-16leave code out if not XSERVER; netbsd pr#2528; mike.long@analog.comTheo de Raadt
1996-06-16init properly incaseof COMCONSOLE; netbsd pr#2510; enami@ba2.so-net.or.jpTheo de Raadt
1996-06-11includes target for pcvt include fileTheo de Raadt
1996-06-11no need for a keycap database backupTheo de Raadt
1996-06-10syncTheo de Raadt
1996-06-10tty_attach()Theo de Raadt
1996-06-09support MTIOCTOP's MTOFFL to mean "eject"Theo de Raadt
1996-06-03missed from last commit.Michael Shalayeff
1996-06-03put all this stuff in /usr/sbin.Michael Shalayeff
include fed, it's now working w/ new curses.
1996-06-03fix remote install.Michael Shalayeff
1996-06-01all ports have dk_establish()Theo de Raadt
1996-05-28fix pccons/pcvt messupTheo de Raadt
1996-05-27make buildTheo de Raadt
1996-05-25syncTheo de Raadt
1996-05-10simple cleanupTheo de Raadt
1996-05-09shift-tab does tab, not some confusing gobbledygookTheo de Raadt
1996-05-07fix that fillw's stuff again.Michael Shalayeff
1996-05-07fillw is in machine/cpu.h now.Michael Shalayeff
1996-05-07sync with 0504; prototype changesTheo de Raadt
1996-05-01we don't need ia_iosize setting, since no isa_attach_argsMichael Shalayeff
stuff passed.
1996-04-30add IPX support.Michael Shalayeff
from now IPX fully attached to the system, but only for i386. other platforms need the same additions.
1996-04-24This is no longer donatate data for rnd device.Michael Shalayeff
1996-04-24Reorder includes.Michael Shalayeff
1996-04-23fix last sync (that was because of rcs bug, at least theo said so ;)Michael Shalayeff
1996-04-22add ioctls to change keymap encoding, screen saver and partial latin1 outputhannken
1996-04-22Update aha.c to use bounce buffers, fix typos in isadma.c, update bounce buffershannken
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-19Fix intrstray a bit again.Michael Shalayeff
1996-04-18Merge of NetBSD 960317Niklas Hallqvist