aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Don't fiddle with RTS if RTS flow control is off. This gives applicationsBruce Evans1996-11-133-51/+79
* Oops I forgot to add the official id for this card.John Hay1996-11-131-2/+3
* Add support for header type == 1 devices (PCI 2.1 compatible PCI to PCIStefan Eßer1996-11-122-4/+10
* Fix PCI to PCI bridge register bit field masks.Stefan Eßer1996-11-122-36/+11
* 1. Avoid a race in scclose(). tty.c has kludges so that the race isSøren Schmidt1996-11-111-5/+15
* Removed 'XT_KEYBOARD' option from syscons. Document new-style way ofNate Williams1996-11-111-4/+1
* Fixed pessimized (short) i/o port type.Bruce Evans1996-11-111-2/+2
* Make snake 3.0-CURRENT here.Jordan K. Hubbard1996-11-111-2/+2
* Fix two problems with SCB Paging.Justin T. Gibbs1996-11-112-36/+29
* Allow us to enable the 'XT_KEYBOARD' code using a configuration flag.Nate Williams1996-11-102-8/+20
* Put the packet error printf inside #ifdef DIAGNOSTIC.David Greenman1996-11-101-1/+3
* A little 80 column cleanup.Justin T. Gibbs1996-11-051-15/+28
* index_untagged_scb should rely solely on the argument passed in SINDEX andJustin T. Gibbs1996-11-051-3/+3
* New vx driver for:Guido van Rooij1996-11-044-0/+1861
* Fix the hanging keyboard problem under Xaccel. Apprently we are loosingSøren Schmidt1996-11-041-29/+44
* Fix the broken EOF handling in the floppy driver. The most obviousJoerg Wunsch1996-11-021-28/+36
* add in CONSPEED option which controls console serial port speedPaul Traina1996-11-022-6/+13
* if_sr.c corrupted the global variable `ticks'.John Hay1996-10-314-40/+18
* More merge and update.Satoshi Asami1996-10-301-2/+141
* Add support for the SDL RISCom N2pci cards. Bring in the enhancementsJohn Hay1996-10-294-1583/+4364
* Remove some unnecessary code in the interrupt handler.John Hay1996-10-282-24/+30
* A #define really don't need a ; at the end.John Hay1996-10-281-2/+2
* In data_phase_reinit when I converted the code to use bcopy, I should haveJustin T. Gibbs1996-10-281-3/+3
* Fix problems dealing with non-tagged devices when SCB paging is enabled.Justin T. Gibbs1996-10-282-48/+53
* Use the calibrated/adjustable i8254 frequency `timer_freq' instead ofSøren Schmidt1996-10-261-23/+30
* Use macros from timmerreg.h instead of private ones.Bruce Evans1996-10-251-28/+7
* Go back to using DMA to get SCBs down to the adapter.Justin T. Gibbs1996-10-252-354/+483
* Remove SC_KBD_PROBE_WORKS option and replace it with a simple run-time flagPaul Traina1996-10-233-8/+12
* Add support for ioctl() accesses to PCI config space registers.Stefan Eßer1996-10-222-4/+167
* Changed mouse functionality a bit, now the pointer disappears ifSøren Schmidt1996-10-182-17/+39
* This patch attempts to make the pccard probe in if_ed.c work withNate Williams1996-10-171-96/+24
* Corrected the setting of winsize on open().Søren Schmidt1996-10-151-5/+10
* Updated #includes to 4.4lite style.Bruce Evans1996-10-153-6/+7
* Fixed a bug that got introduced when I changed the CY16_RESET andDavid Greenman1996-10-142-6/+6
* Make this compile again for the CyDebug case.David Greenman1996-10-142-12/+14
* pci_map_mem() did a too restrictive check on the mapping type:Stefan Eßer1996-10-141-2/+4
* Change DEVFS device naming convention for cuac*, ttyc*.David Greenman1996-10-132-14/+26
* Changes to add support for the PCI version of the Cyclades Cyclom-YDavid Greenman1996-10-134-270/+467
* Removed nested include if <sys/socket.h> from <net/if.h> andBruce Evans1996-10-122-2/+4
* Staticized. Things exported by linker sets should always be static.Bruce Evans1996-10-121-2/+2
* Implement the RFC 1650 MIB.Garrett Wollman1996-10-111-6/+64
* Implement the 802.3 MIB in a way that uses the generic interfaceGarrett Wollman1996-10-101-3/+17
* Don't claim the console when the driver is disabled. The getc/putcBruce Evans1996-10-091-2/+2
* Fix padding of short packets (PR#1701).Garrett Wollman1996-10-071-12/+10
* Advanced Systems Inc. SCSI Controller driver and ISA/VL front end.Justin T. Gibbs1996-10-075-0/+2816
* Bring aic7xxx driver bug fixes from 'SCSI' into current.Justin T. Gibbs1996-10-062-164/+71
* Oops, missed a chunk in that last commit.David Greenman1996-10-042-6/+6
* Implemented a more sophisticated mechanism for finding the chip iobaseDavid Greenman1996-10-043-124/+144
* scresume erroneously used before declared. Move the functionJordan K. Hubbard1996-10-031-10/+10
* Fixed the userconfig problem (and one with ddb as well).Søren Schmidt1996-10-021-153/+157