summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove SC_KBD_PROBE_WORKS option and replace it with a simple run-time flagpst1996-10-233-8/+12
* Add support for ioctl() accesses to PCI config space registers.se1996-10-222-4/+167
* Changed mouse functionality a bit, now the pointer disappears ifsos1996-10-182-17/+39
* This patch attempts to make the pccard probe in if_ed.c work withnate1996-10-171-96/+24
* Corrected the setting of winsize on open().sos1996-10-151-5/+10
* Updated #includes to 4.4lite style.bde1996-10-153-6/+7
* Fixed a bug that got introduced when I changed the CY16_RESET anddg1996-10-142-6/+6
* Make this compile again for the CyDebug case.dg1996-10-142-12/+14
* pci_map_mem() did a too restrictive check on the mapping type:se1996-10-141-2/+4
* Change DEVFS device naming convention for cuac*, ttyc*.dg1996-10-132-14/+26
* Changes to add support for the PCI version of the Cyclades Cyclom-Ydg1996-10-134-270/+467
* Removed nested include if <sys/socket.h> from <net/if.h> andbde1996-10-122-2/+4
* Staticized. Things exported by linker sets should always be static.bde1996-10-121-2/+2
* Implement the RFC 1650 MIB.wollman1996-10-111-6/+64
* Implement the 802.3 MIB in a way that uses the generic interfacewollman1996-10-101-3/+17
* Don't claim the console when the driver is disabled. The getc/putcbde1996-10-091-2/+2
* Fix padding of short packets (PR#1701).wollman1996-10-071-12/+10
* This commit was generated by cvs2svn to compensate for changes in r18781,gibbs1996-10-074-0/+2580
|\
| * Advanced Systems Inc. SCSI Controller driver and ISA/VL front end.gibbs1996-10-074-0/+2580
* Advanced Systems Inc. SCSI Controller driver and ISA/VL front end.gibbs1996-10-071-0/+236
* Bring aic7xxx driver bug fixes from 'SCSI' into current.gibbs1996-10-062-164/+71
* Oops, missed a chunk in that last commit.dg1996-10-042-6/+6
* Implemented a more sophisticated mechanism for finding the chip iobasedg1996-10-043-124/+144
* scresume erroneously used before declared. Move the functionjkh1996-10-031-10/+10
* Fixed the userconfig problem (and one with ddb as well).sos1996-10-021-154/+158
* Fixed the "missing updates" reported by ache.sos1996-10-011-29/+37
* #ifdef another instance of toggle_splash_screen() which Soren missed.jkh1996-10-011-1/+5
* Dont make splash screen the default :)sos1996-09-301-2/+1
* Fix a couble of nasties regarding mouse pointer and differentsos1996-09-302-103/+180
* Work around UMC8669F and Startech UART bugs by not writing to thebde1996-09-301-11/+36
* Backed out one of my "performance optimizations" as it results in sometimesdg1996-09-291-9/+13
OpenPOWER on IntegriCloud