summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add config + files information for new Linux soundcard driverjkh1993-10-235-5/+108
* Removed un-necessary dependencies for assym.snate1993-10-233-12/+6
* Reverted back to older version of ./genassym, instead of ./genassym.onate1993-10-233-18/+24
* * Revision 2.11 1993/10/23 04:21:03 davidgdg1993-10-232-18/+62
* >From: "Andrew A. Chernov, Black Mage" <ache@astral.msk.su>rgrimes1993-10-201-2/+2
* Updated LINT to have the mse0 config linenate1993-10-193-6/+6
* This is my patched version of a busmouse driver originally by Rick Macklemnate1993-10-192-0/+986
* Add ie0 to standard kernels, this is the ATT starlan/ethernet driverrgrimes1993-10-193-3/+6
* Free malloc'ed memory when resetting card.paul1993-10-181-36/+59
* Correct config line for ie0 per Garrett Wollman.rgrimes1993-10-183-6/+6
* >From: Julian Elischer <julian@jules.dialix.oz.au>rgrimes1993-10-182-4/+4
* Yank out Christoph Robitschko's hack for the hanging console problem asdg1993-10-182-50/+4
* Patch from stever@csuohio.edu (Steve Ratliff) to make FAT_CURSOR workjkh1993-10-183-9/+12
* Modified memory allocation to use malloc rather than a static array.paul1993-10-171-11/+18
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-1634-1122/+76
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-166-17/+15
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-1624-617/+49
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-1/+1
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-1647-197/+94
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-1622-232/+46
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-1654-332/+142
* Add:rgrimes1993-10-163-3/+6
* Disable the aha_set_speed code since it breaks more than it fixes.rgrimes1993-10-161-1/+9
* Enable mcd0 (Mistumi CDROM) since we now have load space for itrgrimes1993-10-151-2/+2
* Dont just mask the Megabyte, we need all the bits below too,rgrimes1993-10-152-16/+26
* * Revision 2.8 1993/10/15 10:59:56 davidgdg1993-10-152-20/+42
* genassym.c:rgrimes1993-10-1514-306/+192
* param.h:rgrimes1993-10-155-53/+36
* Add detection code for what model of AHA154X/Z we are running on,rgrimes1993-10-151-4/+66
* Moved wt0 (Wangtek/Archive tape driver) to be with the rest of thergrimes1993-10-141-3/+4
* >From David Greenmanrgrimes1993-10-142-16/+12
* Remove machdep.c from files.i386 and put machdep.o in the SYSTEM_OBJSrgrimes1993-10-145-37/+23
* Move the wt0 (archive/wangtek tape driver) so that it is with thergrimes1993-10-141-3/+4
* Disassociate DTR and RTS. They were coupled together and shouldn't havedg1993-10-143-21/+21
* Surround printf for uha_init board not responding printf with #ifdef UHADEBUG,rgrimes1993-10-141-4/+7
* Increase the DELAY that supposedly makes the Bustek 545 work fromrgrimes1993-10-131-2/+2
* ALL:rgrimes1993-10-135-365/+397
* Removed hack that did the R_SHIFT of unsigned numbers, no longer needrgrimes1993-10-133-123/+99
* Add Page Table Directory Indexes (NKPDE, KPTDI, PTDPTDI, APTDPTDI) torgrimes1993-10-122-2/+10
* KPTDI_LAST renamed to KPTDIrgrimes1993-10-124-10/+10
* Eliminate definition of I386_PAGE_SIZE and use NBPG insteadrgrimes1993-10-122-46/+58
* Eliminate definition of I386_PAGE_SIZE and use NBPG insteadrgrimes1993-10-122-32/+30
* Fixed PHYSTOKV, addition operator on pointers is the wrong thing to dorgrimes1993-10-121-2/+2
* Remove erronous definitions of PHYSTOKV, correct one is in param.h now.rgrimes1993-10-125-10/+5
* Add PHYSTOKV used in scsi drivers with a correct definition based onrgrimes1993-10-121-35/+40
* Use KERNBASE for locating stuff in kernel virtual memory, not hard codedrgrimes1993-10-123-9/+9
* i82586 support file for Garrett Wollmans ie driverrgrimes1993-10-122-0/+650
* > Gcc2 generates memcpy calls when doing some structure copying in thergrimes1993-10-124-0/+3646
* incorporated patches from Marc Frajola (marc@escargot.rain.com) todg1993-10-123-6/+12
* Add ie0 (ATT ether net driver) and mcd0 (Mitsumi cd rom driver)rgrimes1993-10-123-3/+9
OpenPOWER on IntegriCloud