aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* Fix select().Bruce Evans1995-10-121-59/+25
* I have applied my last changes correcting the bug in dgbselect() to itJordan K. Hubbard1995-10-042-102/+46
* Fix benign type mismatches in isa interrupt handlers. Many returned intBruce Evans1995-09-191-3/+7
* Fix benign type mismatches in devsw functions. 82 out of 299 devswBruce Evans1995-09-085-35/+47
* Finish bringing this driver up to rev 2.2 - now compiles without warnings.Jordan K. Hubbard1995-09-041-6/+19
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countJohn Dyson1995-09-042-10/+56
* Bring the Digiboard driver (ALPHA version) into -current. IncludesJordan K. Hubbard1995-09-034-0/+3120
* Use tsleep() instead of ttysleep() to wait for carrier since a generationBruce Evans1995-07-311-4/+48
* Obtained from: partly from ancient patches of mine via 1.1.5Bruce Evans1995-07-311-4/+16
* Obtained from: partly from ancient patches of mine via 1.1.5Bruce Evans1995-07-221-3/+14
* Move the inline code for waking up writers to a new functionBruce Evans1995-07-221-11/+9
* Obtained from: partly from ancient patches by ache and me via 1.1.5Bruce Evans1995-07-211-3/+19
* Obtained from: partly from an ancient patch of mine via 1.1.5Bruce Evans1995-07-211-4/+7
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalBruce Evans1995-07-161-3/+7
* Remove trailing whitespace.Rodney W. Grimes1995-05-3013-36/+47
* Fix -Wformat warnings from LINT kernel.Rodney W. Grimes1995-05-112-6/+17
* Changes to get rid of ufslk2 hangs when doing read/write to/fromJohn Dyson1995-04-243-11/+25
* John Aycock's BSD copyrighted sequencer assembler and sequencer code. ThisJustin T. Gibbs1995-04-153-170/+240
* More code optimizations. Use a slightly different approach to decideJustin T. Gibbs1995-04-091-76/+28
* Off by one error in -MSG-START+0 was just Justin being tired -- revert toJustin T. Gibbs1995-04-011-6/+5
* Major overhaul of the aic7xxx driver:Justin T. Gibbs1995-03-312-86/+116
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-289-29/+97
* Removed redundant newlines that were in some panic strings.David Greenman1995-03-191-3/+6
* Make the aic7xxx assembler take quoted strings as a single token.Justin T. Gibbs1995-03-172-9/+26
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-162-2/+5
* Be careful to maintain the bits in SBLKCTL that are reserved.Justin T. Gibbs1995-03-071-6/+5
* Removed obsolete vtrace() remnants.David Greenman1995-03-042-18/+8
* Incorporate bde's code-review comments.Paul Traina1995-02-281-12/+11
* (a) remove the pointer to each driver's tty structure array from cdevswPaul Traina1995-02-251-3/+20
* Add tagged queueing support to the aic7xxx sequencer code.Justin T. Gibbs1995-02-221-66/+96
* Fix a few bogons introduced when config lost the 3 char limitation.Jordan K. Hubbard1995-02-161-3/+6
* Fix a few more nits. Should compile better now! :_)Jordan K. Hubbard1995-02-152-17/+30
* Fix up include paths, nuke some warnings.Jordan K. Hubbard1995-02-156-19/+87
* Julian E. says the code is out of date, but I can at least make theJordan K. Hubbard1995-02-141-4/+13
* An ISDN driver that supports the EDSS1 and the 1TR6 ISDN interfaces.Jordan K. Hubbard1995-02-1413-0/+5940
* Get scdreg.h from new location.Jordan K. Hubbard1995-02-141-2/+2
* Remove duplicate functions.Jordan K. Hubbard1995-02-092-128/+2
* Commit Gary's diffs for adding xcdplayer support to the Sony CDROM driver.Jordan K. Hubbard1995-02-064-6/+286
* Have version number track CSV version number. No other change.Justin T. Gibbs1995-02-031-2/+2
* Fix the include path to scdreg.h.Poul-Henning Kamp1995-01-302-4/+4
* Second version of this driver.Jordan K. Hubbard1995-01-294-1780/+1528
* Nuke out a printf that otherwise spews crap at probe() time. A no-no.Jordan K. Hubbard1995-01-282-2/+2
* Look for scdreg.h in the right place. Whoops.Jordan K. Hubbard1995-01-282-2/+2
* Add the soundblaster CDROM driver back in, but this time under the GPLJordan K. Hubbard1995-01-284-0/+3448
* aic7xxx.c:Justin T. Gibbs1995-01-222-97/+60
* At $Ids to all files. Have the sequencer use DMA to tranfer its SCBJustin T. Gibbs1995-01-162-109/+128
* Full support for 294x and Wide devices. Fixed month old bug in the SCSIJustin T. Gibbs1995-01-131-81/+173
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-092-8/+10
* Update the sequencer code to handle both channels of Twin channel devices.Justin T. Gibbs1994-12-312-108/+288
* Use the same current time throughout ITIMES(). I want all currentBruce Evans1994-12-272-14/+30