summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Sleep on a better address to wait for output to drain out of thebde1995-07-311-2/+3
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-311-3/+2
* Improve input flow control.bde1995-07-314-94/+22
* Pause the sequencer when message only requests complete. This allows thegibbs1995-07-311-2/+8
* Initialize "name" to quiet compiler.dg1995-07-291-2/+2
* Don't let IXOFF or ECHONL stop the setting of TS_CAN_BYPASS_L_RINT. IXOFFbde1995-07-294-29/+21
* Always wake up writers after clearing TS_BUSY. This will soon bebde1995-07-294-56/+16
* Fixed bug where a bogus packet length could cause a panic if the lengthdg1995-07-281-3/+5
* Add a few vendor IDs.se1995-07-271-8/+21
* Get rid of references to the linker supplied set length field.se1995-07-271-15/+15
* Change memcmp() to bcmp(). memcmp() isn't declared or implementedbde1995-07-251-5/+5
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-224-28/+12
* Move the inline code for waking up writers to a new functionbde1995-07-225-64/+9
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-213-33/+3
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalbde1995-07-161-2/+1
* 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
OpenPOWER on IntegriCloud