summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix the broken support for monochrome VGA's.sos1996-12-071-3/+22
* Fixed handling of modem status changes. Only the most common case ofbde1996-12-052-16/+46
* Re-enable reselections as the first thing after we see a bus free. We seemgibbs1996-12-031-10/+8
* PR kern/2141:phk1996-12-031-1/+2
* Some imporvemnets to the vx driver.guido1996-12-021-57/+81
* Some imporvemnets to the vx driver.guido1996-12-021-1/+1
* Alot of fixes from kazu:sos1996-12-011-18/+53
* Cosmetic code cleanup from Matt's latest driver.rgrimes1996-12-011-279/+313
* Fixed input of BREAKs when IGNPAR is set and IGNBRK is not set. BREAKsbde1996-11-301-27/+32
* Reset h/w fifos (if any) in siostop(). Now ttyflush() works fairly wellbde1996-11-301-3/+9
* Fixed sloppy clearing of TS_BUSY. Don't clear it until the transmitterbde1996-11-301-3/+33
* Throw away input if CREAD is not set. POSIX requires no characters to bebde1996-11-301-2/+3
* Cleaned up CONSPEED changes. `comdefaultrate' gives the defaultbde1996-11-301-8/+6
* Conditionally enable the busfree interrupt to catch unexpected busfrees.gibbs1996-11-222-56/+29
* Fix ifconfig link flag handlingguido1996-11-211-3/+6
* Change the way Automatic PIO is performed in the mesgin and mesgout phases.gibbs1996-11-211-27/+18
* Fix UserConfig w/syscons.nate1996-11-191-2/+2
* Fixed obsolete comment.dg1996-11-181-3/+2
* Assert that we have seen an identify or have not disconneccted since thegibbs1996-11-162-12/+17
* Patches from driver author in PR#2010.wollman1996-11-151-91/+349
* Fix RFC 1650 stats... should have read the doco more carefully.wollman1996-11-151-4/+1
* Only poll the keyboard if the data left in the buffer is from thesos1996-11-151-5/+5
* Finally a start at sharing the kdb controller routines betweensos1996-11-141-106/+75
* Don't fiddle with RTS if RTS flow control is off. This gives applicationsbde1996-11-133-51/+79
* Oops I forgot to add the official id for this card.jhay1996-11-131-2/+3
* Add support for header type == 1 devices (PCI 2.1 compatible PCI to PCIse1996-11-122-4/+10
* Fix PCI to PCI bridge register bit field masks.se1996-11-122-36/+11
* 1. Avoid a race in scclose(). tty.c has kludges so that the race issos1996-11-111-5/+15
* Removed 'XT_KEYBOARD' option from syscons. Document new-style way ofnate1996-11-111-4/+1
* Fixed pessimized (short) i/o port type.bde1996-11-111-2/+2
* Make snake 3.0-CURRENT here.jkh1996-11-111-2/+2
* Fix two problems with SCB Paging.gibbs1996-11-112-36/+29
* Allow us to enable the 'XT_KEYBOARD' code using a configuration flag.nate1996-11-102-8/+20
* Put the packet error printf inside #ifdef DIAGNOSTIC.dg1996-11-101-1/+3
* A little 80 column cleanup.gibbs1996-11-051-15/+28
* index_untagged_scb should rely solely on the argument passed in SINDEX andgibbs1996-11-051-3/+3
* New vx driver for:guido1996-11-044-0/+1861
* Fix the hanging keyboard problem under Xaccel. Apprently we are loosingsos1996-11-041-29/+44
* Fix the broken EOF handling in the floppy driver. The most obviousjoerg1996-11-021-28/+36
* add in CONSPEED option which controls console serial port speedpst1996-11-022-6/+13
* if_sr.c corrupted the global variable `ticks'.jhay1996-10-314-40/+18
* More merge and update.asami1996-10-301-2/+141
* Add support for the SDL RISCom N2pci cards. Bring in the enhancementsjhay1996-10-294-1623/+4404
* Remove some unnecessary code in the interrupt handler.jhay1996-10-282-24/+30
* A #define really don't need a ; at the end.jhay1996-10-281-2/+2
* In data_phase_reinit when I converted the code to use bcopy, I should havegibbs1996-10-281-3/+3
* Fix problems dealing with non-tagged devices when SCB paging is enabled.gibbs1996-10-282-48/+53
* Use the calibrated/adjustable i8254 frequency `timer_freq' instead ofsos1996-10-261-23/+30
* Use macros from timmerreg.h instead of private ones.bde1996-10-251-28/+7
* Go back to using DMA to get SCBs down to the adapter.gibbs1996-10-252-356/+485
OpenPOWER on IntegriCloud