summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Subject: Panic - can't mount route (Soren's changes)nate1993-11-231-2/+2
* Changed return(-1) in switch_scr to return(EINVAL), because -1 ischmr1993-11-231-2/+2
* Stop gap measure until we can get Bruce's driver debugged.nate1993-11-221-70/+101
* * Revision 2.14 1993/11/22 10:55:30 davidgdg1993-11-222-55/+147
* added 5us delay before checking BUSY flag to conform to ATA spec -dg1993-11-191-2/+17
* New version of scsi code from Julianrgrimes1993-11-185-3866/+3487
* Fix attach message, make separate line for itache1993-11-171-1/+3
* Fixed comments that start within a comment, so code compiles cleanly withwollman1993-11-175-9/+8
* If netmask == 0, new value changed from 0x8000 to 0x10000ache1993-11-171-4/+2
* timeout+sleep changed to tsleepache1993-11-151-45/+53
* if netmask == 0, then the loopback code can do some reallyache1993-11-141-1/+8
* New sio driver from Bruce.ache1993-11-141-195/+211
* First steps in rewriting locore.s, and making info usefuldg1993-11-131-7/+15
* Fixed minor bug in M[LSN] interpretation, added octave-tracking.ache1993-11-091-40/+68
* Applied David Greenman's hack to disable IRQ conflict checkingalm1993-11-091-1/+3
* Change from David Greenman to return properly unsigned irq.jkh1993-11-091-1/+1
* Add missing read flush code to siostopache1993-11-081-1/+5
* Get rid of WFJ's use of sleep() for more user-friendly tsleep().wollman1993-11-071-2/+2
* Made all header files idempotent and moved incorrect common data fromwollman1993-11-075-5/+23
* DST offset calculation removed, it is wrong in any case.ache1993-11-041-11/+1
* Russian keymap (RUKEYMAP) changes:ache1993-11-041-11/+11
* Restored comments that were removed from npx.c using # commentpaul1993-11-031-5/+5
* Removed comments from within asm block.paul1993-11-031-5/+5
* Now that STAR_SAVER and SNAKE_SAVER are kernel options, add codejkh1993-10-311-3/+3
* Fixed bug where syscons.c wouldn't compile if DDB was enabled.jkh1993-10-311-5/+2
* Update to latest Linux sound driver 2.0jkh1993-10-2928-132/+655
* Put back the $Id$ stringsrgrimes1993-10-283-8/+11
* This is syscons version 1.1jkh1993-10-283-382/+477
* Fix for 1542C support, it turns out that the 0x8 extended bios flag is onlyrgrimes1993-10-281-8/+8
* From: Amancio Hasty Jr <hasty@netcom.com>jkh1993-10-241-0/+3
* Removed #define ISDEBUG from top of file, should be config optionpaul1993-10-241-2/+2
* Moved allocation of memory into is_attach so that malloc getspaul1993-10-242-76/+102
* Enable mpu401 driver.jkh1993-10-231-1/+1
* Fixed up to at least compile (can't test) properly for FreeBSDjkh1993-10-231-0/+12
* Made kernel printf's more closely follow standard BSD convention.jkh1993-10-235-6/+6
* This is the Linux generic soundcard driver, version 1.0c. Supportsjkh1993-10-2346-0/+15667
* * Revision 2.11 1993/10/23 04:21:03 davidgdg1993-10-231-9/+31
* This is my patched version of a busmouse driver originally by Rick Macklemnate1993-10-191-0/+493
* Free malloc'ed memory when resetting card.paul1993-10-181-36/+59
* >From: Julian Elischer <julian@jules.dialix.oz.au>rgrimes1993-10-181-2/+2
* Patch from stever@csuohio.edu (Steve Ratliff) to make FAT_CURSOR workjkh1993-10-181-3/+4
* 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-161-1/+2
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-1628-151/+81
* Disable the aha_set_speed code since it breaks more than it fixes.rgrimes1993-10-161-1/+9
* * Revision 2.8 1993/10/15 10:59:56 davidgdg1993-10-151-10/+21
* Add detection code for what model of AHA154X/Z we are running on,rgrimes1993-10-151-4/+66
* Disassociate DTR and RTS. They were coupled together and shouldn't havedg1993-10-141-7/+7
* 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
OpenPOWER on IntegriCloud