summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Update to new screen update method.sos1995-03-302-4/+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
* CVS:bde1995-03-282-8/+8
* 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-288-9/+31
* 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
* Forward-declare kern_devconf for use in a prototype. Some driversbde1995-03-251-1/+3
* Fix the path to scdreg.h.bde1995-03-251-2/+5
* Bring in the new non-GPL'd driver from Mikael Hybsch. This version isjkh1995-03-242-0/+1688
* aha1742.c:gibbs1995-03-231-2/+1
* Patches from Serge Babkin to fix interrupt handling bugs.dg1995-03-232-8/+28
* Restore my changes to initialize the kdc_shutdown routine pointer. Stefandg1995-03-231-4/+5
* Completely new PCI code:se1995-03-213-568/+1114
* Cosmetic changes.se1995-03-211-6/+6
* Removed redundant newlines that were in some panic strings.dg1995-03-191-2/+2
* Make the aic7xxx assembler take quoted strings as a single token.gibbs1995-03-174-17/+70
* Added a new field to the pci_device struct called pd_shutdown to specifydg1995-03-173-7/+29
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-164-9/+23
* Prepare for shared interrupts (required by the new PCI code that addsse1995-03-161-2/+6
* Finally get rid of this bothering ``biodone: buffer already done''joerg1995-03-121-3/+12
* A substantial change to the way this works. Not the "TEST_LABELING" isphk1995-03-111-126/+139
* Be careful to maintain the bits in SBLKCTL that are reserved.gibbs1995-03-071-6/+5
* Fake the geometry to be 32 sectors * 64 heads * (vn->sc_size / 2048)bde1995-03-041-13/+6
* Fix flag bugs with RUKEYMAPache1995-03-031-3/+3
* Minor update to syscons.sos1995-03-033-57/+60
* Speed up PCI attach code by ommiting test if its result is ignored anyway.se1995-03-021-13/+15
* Missed a reference to numvnd.phk1995-03-021-1/+1
* Less bogus allocation of softc to avoid races.phk1995-03-011-30/+17
* Workaround IXOFF bug when output queue is full && RTS control is onache1995-02-281-2/+6
* Incorporate bde's code-review comments.pst1995-02-285-46/+6
* sameugen1995-02-271-8/+73
* First try to add support for PCI-PCI bridge chips (written for these1995-02-272-23/+90
* Doubled 'maxwait' to 200 (240us).dg1995-02-261-3/+3
* 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-256-157/+164
* Deal with systems, that lack a fully decoded PCI configuration space.se1995-02-251-2/+22
* Remove YF comments.bde1995-02-251-2/+2
* Spell "guaranteed" correctly.dg1995-02-251-2/+2
OpenPOWER on IntegriCloud