summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* John Aycock's BSD copyrighted sequencer assembler and sequencer code. Thisgibbs1995-04-155-402/+542
* 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
* Various changes from Matt Thomas to improve media selection and fixdg1995-04-131-98/+228
* ttsetcompat is a '#ifdef COMPAT_43' feature.phk1995-04-121-1/+5
* Add a class field to devconf and mst drivers.wollman1995-04-1210-85/+146
* Call new ttsetcompat() function for proper workingache1995-04-111-1/+9
* Performance enhancements and a redesign of the transmitter code.jkh1995-04-102-2/+25
* More code optimizations. Use a slightly different approach to decidegibbs1995-04-091-76/+28
* From Matt Thomas: Added support for 100Mb cards (such as the DEC DE-500-XAdg1995-04-091-134/+321
* Correct recalibrate/seek code at attach time so that we do not getrgrimes1995-04-061-4/+11
* Correct the watchdog routine.jkh1995-04-051-1/+26
* 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
* Off by one error in -MSG-START+0 was just Justin being tired -- revert togibbs1995-04-011-6/+5
* 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
* Major overhaul of the aic7xxx driver:gibbs1995-03-314-90/+126
* * Promiscuous mode added and interrupt logic slightly changedjkh1995-03-312-50/+189
* 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
OpenPOWER on IntegriCloud