aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Added third parameter to wdwait which contains the amount of time toNate Williams1994-02-111-29/+25
* Patch from John Dyson:David Greenman1994-02-102-6/+6
* Commented on what the mse0, mcd0, and lpt/lpa devices were used for.Nate Williams1994-02-093-6/+18
* From: Dave Matthews <dave@prlng.co.uk>David Greenman1994-02-082-4/+4
* Fixed bugs in stack grow code, and moved it back into a seperate functionDavid Greenman1994-02-087-519/+349
* Fixes from John Dyson to fix out-of-memory hangs and other problems (suchDavid Greenman1994-02-082-10/+22
* Tentative fdc patches...Andrew Moore1994-02-079-118/+87
* Change all siointr (expect in Vsio, of course) to comintr1Andrey A. Chernov1994-02-073-48/+27
* Fixed bug in probe that was causing it to always probe true.David Greenman1994-02-072-4/+4
* Add "wdx: not found" diagnostic missed in previous commitsAndrey A. Chernov1994-02-071-1/+2
* Remove the ft driver, it causes instant reboots during attatch, and thisRodney W. Grimes1994-02-073-6/+3
* Fixed calculation of physmem when the special MAXMEM kernel config overideDavid Greenman1994-02-072-4/+14
* Add floppy tape support (missed these when changing G*)Andrew Moore1994-02-074-16/+20
* Add floppy tape supportAndrew Moore1994-02-074-10/+14
* Add floppy tape driver - fd => fdcAndrew Moore1994-02-078-294/+2740
* Nuke bogus error messageDavid Greenman1994-02-071-4/+1
* Gee, seems like I have commited this fix at least 3 times :-)Rodney W. Grimes1994-02-071-2/+2
* From: Chris Wiener <cwiener@CRLABS.COM>David Greenman1994-02-073-6/+6
* At the suggestion of Bruce Evans, don't zero RTC diag register. Doing soDavid Greenman1994-02-065-15/+5
* Patches to allow the pcvt port to simply "drop in" with a minimum ofJordan K. Hubbard1994-02-062-2/+14
* Gunter Jung's fixes for the much-maligned lpt driverJordan K. Hubbard1994-02-061-48/+50
* Fixed up the compiler warnings.Andreas Schulz1994-02-061-10/+9
* 1) Proper fix for suspended output in multiport caseAndrey A. Chernov1994-02-063-18/+24
* Update for new format of cd_toc_entry that was changed in sys/cdio.h.Rodney W. Grimes1994-02-062-8/+8
* Increase the TIMEOUT value that keeps getting nuked to 300 mSEC, I set itRodney W. Grimes1994-02-061-2/+2
* Replaced certain character arrays in structures with msf_lba union.Steven Wallace1994-02-051-4/+15
* Fixed CDIOREADTOCENTRYS ioctl call so that it returns only the entriesSteven Wallace1994-02-051-9/+11
* Make the screen savers runtime switchable. Everybody wants aChristoph Robitschko1994-02-045-80/+195
* if_ep.c: removed netisr.h, fixed unconverted ep_ac, changed <> into ""David Greenman1994-02-037-73/+64
* Make BLANK_SAVER default to stop best saver war.Andrey A. Chernov1994-02-023-6/+6
* Fix error in multiport part:Andrey A. Chernov1994-02-023-15/+12
* Added 8003EB board type. Clue from Gerard J van der Grinten (gvdg@cdc.com)David Greenman1994-02-024-24/+16
* Added type code for 8003W.David Greenman1994-02-024-6/+18
* Minor cleanup. Decode state information better in the case of a fatalDavid Greenman1994-02-013-153/+210
* Moved paren in sgetc to where it belongs. (My fault, I must have wiped itNate Williams1994-02-013-6/+6
* Add missing arg to Debugger() call.Rich Murphey1994-02-013-9/+9
* Make old SNAKE_SAVER code compile with new syscons changes.Andrey A. Chernov1994-02-013-45/+45
* BLANK_SAVER syscons option addedAndrey A. Chernov1994-02-013-3/+6
* 1) Restore removed SNAKE_SAVER (Nate, WHY you do it?)Andrey A. Chernov1994-02-013-21/+213
* Bug fix from previous WINE commit. From Jeffrey Hsu.David Greenman1994-02-012-2/+10
* Russian keymap is broken after last commit (fixed)Andrey A. Chernov1994-02-013-33/+33
* Add FADE_SAVER option from new syscons.Andrey A. Chernov1994-02-013-3/+12
* Comment #define STAR_SAVER, it is configuration "options"Andrey A. Chernov1994-02-013-6/+6
* Added S'ren's Copyright to the file and sync up to version 1.3Nate Williams1994-02-011-2/+15
* From: sos@login.dkuug.dk (S|ren Schmidt)Nate Williams1994-02-018-1757/+1735
* Removed hack for older version of syscons (new version going in soon)Nate Williams1994-02-011-2/+2
* From: bde@kralizec.zeta.org.au (Bruce Evans)Nate Williams1994-02-011-424/+642
* Removed all uses of "USE_486_WRITE_PROTECT" and made this automatic.David Greenman1994-02-016-390/+363
* Added four pattern memory test routine that is done at startup.David Greenman1994-01-312-2/+4
* Added four pattern memory test routine that is done at startup.David Greenman1994-01-319-59/+228