summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Fix races in scstart(). q_to_b() wasn't called at spltty(), so therebde1995-07-112-28/+14
* Speed up the inner loop of ansi_put() by a few percent.bde1995-07-111-2/+10
* Release summary: (detailed descriptions in Edit History in matcd.c)jkh1995-07-113-68/+150
* Multiplex the soft tty interrupt some more to support the cy driver.bde1995-07-051-1/+5
* Fix error logging:bde1995-07-051-4/+10
* Rewrite:bde1995-07-053-1328/+2388
* Protected entire epioctl routine with splimp(). In this case, it is betterdg1995-07-051-1/+6
* First pass cleanup of this driver. This pass does not include the sequencergibbs1995-07-041-5/+5
* The PCI config mechanism 1 test failed for the Intel Aries.se1995-06-301-2/+2
* Fight with hanging modems continued:ache1995-06-281-1/+8
* PCI configuration mechanism now determined by a method, that doesn'tse1995-06-281-15/+17
* The BT scsi driver has recently had a message changed - it could bejoerg1995-06-251-3/+3
* Reduce timeout frequency from `hz' to 0 if no ports are open or to 1 ifbde1995-06-251-142/+236
* Add an option to the psm driver to skip the parts of the probe which breakdfr1995-06-221-0/+2
* Use ifr_mtu for the mtu value rather than ifr_metric.dg1995-06-221-4/+4
* Change interface type...IFT_SLIP -> IFT_PARA.dg1995-06-211-2/+2
* 1. Supporting fast sync value displayin latest firmware.amurai1995-06-191-7/+13
* Next version, many bugs fixedache1995-06-143-407/+527
* Convert to ANSI C: change #endif THING to #endif /* THING */.bde1995-06-141-59/+57
* Don't convert \n to \r\n in pccnputc(). This is the responsibility ofbde1995-06-141-7/+3
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-114-9/+22
* Remove trailing whitespace.rgrimes1995-05-30103-2302/+2302
* Increased delay after reset to 10ms. Suggested by several people, the lastdg1995-05-271-2/+2
* Enclosed is a patch for if_ze.c which will allow it to operate withdg1995-05-241-2/+7
* Fixed problem with "char" cursor..sos1995-05-211-2/+6
* Make the "information" slice printfs if(bootverbose).phk1995-05-181-10/+13
* Changed read_csr and write_csr to static so that they don't clashdg1995-05-171-2/+2
* Changes to support the "new" bad144. Adds a "BADSCAN" ioctl and support.dg1995-05-161-4/+15
* After carefully reading three reference documents, and analyzingdg1995-05-141-4/+4
* "1 easy fix in 10 excrutiating steps"jkh1995-05-131-2/+2
* Only use card's soft-configured irq if no irq was specified in the kerneldg1995-05-121-5/+7
* RISCom/8 driverache1995-05-123-0/+1682
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-116-18/+20
* Add variable `idelayed' and macros setdelayed() and schedsofttty()bde1995-05-111-1/+7
* Move conflicts flag to the end.jkh1995-05-111-2/+2
* Pass me the pointed chapeau - this typo somehow got through my testing.jkh1995-05-111-2/+2
* Remove all vestiges of the ALLOW_CONFLICT_FOO evil and replace it withjkh1995-05-112-13/+12
* Submitted by: wpaul (with 2 lines moved by rgrimes)rgrimes1995-05-102-3/+37
* Fix -Wformat warnings, still need to do something about %b and pointerrgrimes1995-05-095-16/+18
* Rewrite the MCD_TRACE macro to be a varargs macro so that the extraneousrgrimes1995-05-091-18/+25
* Cleanup to the INET part of lpt.c.phk1995-05-091-108/+152
* Correction, Jim Lowe is the author... Getting code to work right is farpst1995-05-081-1/+1
* Update copyright notice to properly reflect that this was original workpst1995-05-081-1/+2
* Fix numerous bugs in wdsize().bde1995-05-081-15/+7
* Add hook for pstat -tache1995-05-071-1/+3
* Fix style inconsistencies in the last few commits.bde1995-05-071-30/+28
* Submitted by: john@physiol.su.oz.au (John Mackin)bde1995-05-071-28/+32
* Major cleanup up SunOS/VAT driver emulation code, added a BSD style copyrightpst1995-05-073-123/+193
* Restructured the floppy tape probe.joerg1995-05-062-18/+25
* Check for 0 before dividing by it. Patch from Paul Traina, modifieddg1995-05-051-2/+10
OpenPOWER on IntegriCloud