aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Kernel components of Matrox Meteor driver.Jordan K. Hubbard1995-08-281-0/+138
* Add SIOCGIFADDR ioctl so rarpd actually works with the if_ep interface.Guido van Rooij1995-08-281-1/+10
* Remove extra arg from the call to ds_crc().Bruce Evans1995-08-251-2/+2
* Andrew McRae's pcmcia/pccard code, the kernel part.Poul-Henning Kamp1995-08-241-1/+119
* Fix some outstanding bugs in the DCD modem control..Peter Wemm1995-08-221-115/+93
* add a new Debug mode.. "DBG_OPTIM" - for observing the L_RINT bypassPeter Wemm1995-08-221-2/+2
* Added missing semi-colon in the XT_KEYBOARD code. W/out it the codeNate Williams1995-08-161-2/+2
* Make everything except the unsupported network sources compile cleanlyBruce Evans1995-08-162-3/+2
* Increase the DELAY_GETREPLY to 5000000. Not dangerous, this isJoerg Wunsch1995-08-151-2/+2
* Slight change to the location of the default termios flags to make themPeter Wemm1995-08-131-7/+17
* Next round of cleanups. Some more debugging hooks added, si_softc definitionPeter Wemm1995-08-132-122/+75
* Disable fifos in sioclose(). Closes PR 576.Bruce Evans1995-08-131-1/+9
* Remove a deliberate #warning.. It's not polite, because I listed the thePeter Wemm1995-08-101-5/+1
* Bring in my long-overdue version of the Specialix driver.Peter Wemm1995-08-093-0/+2879
* Fixed a problem that malloc(..,..,M_NOWAIT) was being called without checkingJohn Dyson1995-08-081-6/+6
* Clean up the mesgin code to make it easier to read with proceedure lablesJustin T. Gibbs1995-08-061-55/+49
* Total rewrite of the dataphase sections of the sequencer. This was doneJustin T. Gibbs1995-08-051-237/+171
* Fix two race conditions.Justin T. Gibbs1995-08-051-9/+8
* Allow any speed from 0..76800Andrey A. Chernov1995-08-022-28/+8
* Sleep on a better address to wait for output to drain out of theBruce Evans1995-07-311-2/+3
* Obtained from: partly from ancient patches of mine via 1.1.5Bruce Evans1995-07-311-3/+2
* Improve input flow control.Bruce Evans1995-07-314-94/+22
* Pause the sequencer when message only requests complete. This allows theJustin T. Gibbs1995-07-311-2/+8
* Initialize "name" to quiet compiler.David Greenman1995-07-291-2/+2
* Don't let IXOFF or ECHONL stop the setting of TS_CAN_BYPASS_L_RINT. IXOFFBruce Evans1995-07-294-29/+21
* Always wake up writers after clearing TS_BUSY. This will soon beBruce Evans1995-07-294-56/+16
* Fixed bug where a bogus packet length could cause a panic if the lengthDavid Greenman1995-07-281-3/+5
* Add a few vendor IDs.Stefan Eßer1995-07-271-8/+21
* Get rid of references to the linker supplied set length field.Stefan Eßer1995-07-271-15/+15
* Change memcmp() to bcmp(). memcmp() isn't declared or implementedBruce Evans1995-07-251-5/+5
* Obtained from: partly from ancient patches of mine via 1.1.5Bruce Evans1995-07-224-28/+12
* Move the inline code for waking up writers to a new functionBruce Evans1995-07-225-64/+9
* Obtained from: partly from ancient patches of mine via 1.1.5Bruce Evans1995-07-213-33/+3
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalBruce Evans1995-07-161-2/+1
* Fix races in scstart(). q_to_b() wasn't called at spltty(), so thereBruce Evans1995-07-112-28/+14
* Speed up the inner loop of ansi_put() by a few percent.Bruce Evans1995-07-111-2/+10
* Fix error logging:Bruce Evans1995-07-051-4/+10
* Rewrite:Bruce Evans1995-07-054-2520/+4506
* Protected entire epioctl routine with splimp(). In this case, it is betterDavid Greenman1995-07-051-1/+6
* Change SCB_LIST_NULL to 0xff from 0x10 to allow for 255 commands. ThisJustin T. Gibbs1995-07-041-7/+8
* Fight with hanging modems continued:Andrey A. Chernov1995-06-281-1/+8
* Change message "not supported" to "no driver assigned", becauseStefan Eßer1995-06-281-2/+2
* Failure of the consistency checks for BIOS assigned mappings of bussesStefan Eßer1995-06-281-6/+16
* Fixed bug that was fixed in 1.28.2.1/1.29 a little differently; theDavid Greenman1995-06-281-4/+5
* Reduce timeout frequency from `hz' to 0 if no ports are open or to 1 ifBruce Evans1995-06-251-142/+236
* Next version, many bugs fixedAndrey A. Chernov1995-06-143-404/+524
* Don't convert \n to \r\n in pccnputc(). This is the responsibility ofBruce Evans1995-06-141-7/+3
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-112-5/+5
* Remove trailing whitespace.Rodney W. Grimes1995-05-3032-543/+543
* Remove trailing whitespace.Rodney W. Grimes1995-05-305-26/+26