aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Restored comments that were removed from npx.c using # commentPaul Richards1993-11-033-15/+15
* Added the option FAT_CURSOR into the GENERIC kernel descriptions forAndreas Schulz1993-11-035-8/+10
* Fixed the reason for wx.c not working. I forgot to keep all the table entriesNate Williams1993-11-031-2/+3
* Added wx driver supportNate Williams1993-11-031-1/+3
* Removed comments from within asm block.Paul Richards1993-11-033-15/+15
* Modified the "rude stack hack" that it only applies to addresses withinChristoph Robitschko1993-11-013-6/+12
* Added FAT_CURSOR and STAR_SAVER settings.Jordan K. Hubbard1993-10-311-1/+3
* Add example entries for syscons screen savers and cursor shape.Jordan K. Hubbard1993-10-313-3/+12
* Now that STAR_SAVER and SNAKE_SAVER are kernel options, add codeJordan K. Hubbard1993-10-313-9/+9
* Fixed bug where syscons.c wouldn't compile if DDB was enabled.Jordan K. Hubbard1993-10-313-15/+6
* Whoops, the algorithm I last used was messed up - I left off parans, andDavid Greenman1993-10-292-4/+4
* Change filesystem buffer cache size calculation to be less for 4MBDavid Greenman1993-10-292-4/+4
* Update to latest Linux sound driver 2.0Jordan K. Hubbard1993-10-2928-132/+655
* Put back the $Id$ stringsRodney W. Grimes1993-10-287-22/+23
* Put back the $Id$ stringRodney W. Grimes1993-10-282-0/+4
* This is syscons version 1.1Jordan K. Hubbard1993-10-289-1204/+1507
* Fix for 1542C support, it turns out that the 0x8 extended bios flag is onlyRodney W. Grimes1993-10-281-8/+8
* Added character 21 to conf.c table for future ps/2 mouse driver. ThisNate Williams1993-10-261-4/+15
* Bad kludge to work around the alternative wd driver problemsNate Williams1993-10-261-1/+2
* Added alternative wd driver (called wx due to device name limitations)Nate Williams1993-10-262-2/+4
* Added ps/2 mouse driver file to finish off what Jordan started beforeNate Williams1993-10-262-2/+4
* From: Amancio Hasty Jr <hasty@netcom.com>Jordan K. Hubbard1993-10-241-0/+3
* Removed #define ISDEBUG from top of file, should be config optionPaul Richards1993-10-241-2/+2
* Moved allocation of memory into is_attach so that malloc getsPaul Richards1993-10-242-76/+102
* Needed to bump symtab space even more (to 102452).Jordan K. Hubbard1993-10-233-6/+6
* Enable mpu401 driver.Jordan K. Hubbard1993-10-231-1/+1
* Enabled all sound drivers by default.Jordan K. Hubbard1993-10-233-18/+18
* Fixed up to at least compile (can't test) properly for FreeBSDJordan K. Hubbard1993-10-231-0/+12
* Moved sound driver from major 21 to major 30Jordan K. Hubbard1993-10-231-6/+9
* Removed comments from LINT file, left small example for SoundBlasterJordan K. Hubbard1993-10-233-48/+15
* Made kernel printf's more closely follow standard BSD convention.Jordan K. Hubbard1993-10-235-6/+6
* Put the sound stuff in alpabetic order.Rodney W. Grimes1993-10-232-22/+22
* This is the Linux generic soundcard driver, version 1.0c. SupportsJordan K. Hubbard1993-10-2346-0/+15667
* Soundcard driver include file (/usr/include/machine/soundcard.h)Jordan K. Hubbard1993-10-232-0/+1474
* New soundcard driver at major device 21Jordan K. Hubbard1993-10-231-4/+17
* Add config + files information for new Linux soundcard driverJordan K. Hubbard1993-10-235-5/+108
* Removed un-necessary dependencies for assym.sNate Williams1993-10-233-12/+6
* Reverted back to older version of ./genassym, instead of ./genassym.oNate Williams1993-10-233-18/+24
* * Revision 2.11 1993/10/23 04:21:03 davidgDavid Greenman1993-10-232-18/+62
* >From: "Andrew A. Chernov, Black Mage" <ache@astral.msk.su>Rodney W. Grimes1993-10-201-2/+2
* Updated LINT to have the mse0 config lineNate Williams1993-10-193-6/+6
* This is my patched version of a busmouse driver originally by Rick MacklemNate Williams1993-10-192-0/+986
* Add ie0 to standard kernels, this is the ATT starlan/ethernet driverRodney W. Grimes1993-10-193-3/+6
* Free malloc'ed memory when resetting card.Paul Richards1993-10-181-36/+59
* Correct config line for ie0 per Garrett Wollman.Rodney W. Grimes1993-10-183-6/+6
* >From: Julian Elischer <julian@jules.dialix.oz.au>Rodney W. Grimes1993-10-182-4/+4
* Yank out Christoph Robitschko's hack for the hanging console problem asDavid Greenman1993-10-182-50/+4
* Patch from stever@csuohio.edu (Steve Ratliff) to make FAT_CURSOR workJordan K. Hubbard1993-10-183-9/+12
* Modified memory allocation to use malloc rather than a static array.Paul Richards1993-10-171-11/+18
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-1634-1122/+76