summaryrefslogtreecommitdiffstats
path: root/sys/dev
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
* Fix error logging:bde1995-07-051-4/+10
* Rewrite:bde1995-07-054-2568/+4554
* Protected entire epioctl routine with splimp(). In this case, it is betterdg1995-07-051-1/+6
* Change SCB_LIST_NULL to 0xff from 0x10 to allow for 255 commands. Thisgibbs1995-07-041-7/+8
* Fight with hanging modems continued:ache1995-06-281-1/+8
* Change message "not supported" to "no driver assigned", becausese1995-06-281-2/+2
* Failure of the consistency checks for BIOS assigned mappings of bussesse1995-06-281-6/+16
* Fixed bug that was fixed in 1.28.2.1/1.29 a little differently; thedg1995-06-281-4/+5
* Reduce timeout frequency from `hz' to 0 if no ports are open or to 1 ifbde1995-06-251-142/+236
* Next version, many bugs fixedache1995-06-143-407/+527
* 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-112-5/+5
* Remove trailing whitespace.rgrimes1995-05-3032-543/+543
* Remove trailing whitespace.rgrimes1995-05-305-26/+26
* Increased delay after reset to 10ms. Suggested by several people, the lastdg1995-05-271-2/+2
* Fixed bugs in multicast address handling (flag was set in wrong register,dg1995-05-261-266/+427
* There are two serious bugs in if_de.c. The first should not matterdg1995-05-221-3/+4
* Fixed bug in bpf/multicast support that caused multicast packets to getdg1995-05-221-7/+5
* Fixed problem with "char" cursor..sos1995-05-211-2/+6
* Changed read_csr and write_csr to static so that they don't clashdg1995-05-171-2/+2
* Fixes to the aic7xxx sequencer code and device driver from Justin Gibbs:dg1995-05-171-11/+41
* Changed relase number in snake_saver.c from 2.1 to 2.0.5sos1995-05-161-2/+2
* After carefully reading three reference documents, and analyzingdg1995-05-141-4/+4
* 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-112-4/+4
* Fix -Wformat warnings, still need to do something about %b and pointerrgrimes1995-05-092-8/+8
* Rewrite the MCD_TRACE macro to be a varargs macro so that the extraneousrgrimes1995-05-091-18/+25
* Add hook for pstat -tache1995-05-071-1/+3
* Restructured the floppy tape probe.joerg1995-05-061-6/+2
* Fixed mbuf leak and panic that occurred when packets got too memorydg1995-05-051-99/+313
* Check for 0 before dividing by it. Patch from Paul Traina, modifieddg1995-05-051-2/+10
* Kill bogus duplicated code that resulted in an editing screwup of minedg1995-05-041-24/+1
* bzero the malloced pci_devconf structure. This should fix the problem withdg1995-05-041-1/+2
* Change dsioctl() interface to allow DIOCSYNCSLICEINFO to update the caller'sbde1995-04-301-2/+3
* (Sorry about prev. blank message - I realised I needed a change too late).gpalmer1995-04-281-1/+1
* *** empty log message ***gpalmer1995-04-281-1/+1
* Added nsccons variable for use by pstatsos1995-04-281-1/+2
* Restructure the arbitration loop to allow for reselections that win out overgibbs1995-04-271-95/+104
* Added mark_all() call so that screen is proberly updatedsos1995-04-251-1/+2
* Added `fe' device drive r for Fujitsu MB86960A family.wollman1995-04-233-0/+3150
* Move declarations of console functions to cons.h (they should bebde1995-04-231-12/+5
* Correct the type of the `c' arg to pccnputc().bde1995-04-232-11/+10
* files for the eisa specific autoconfiguration..julian1995-04-232-0/+242
* Reviewed by: no-one yet, but non-intrusivejulian1995-04-201-1/+29
* Escentially a rewrite by John Dyson. This is disgusting, and John agrees,dg1995-04-191-164/+127
* Matt says that no pre-2.3 pass boards were supposed to ship, but I certainlyjkh1995-04-181-3/+3
* Changed minimum supported rev of DC21040 to pass 2.2.dg1995-04-171-3/+3
OpenPOWER on IntegriCloud