summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some warning cleanups. There were some needless casts that also causedpeter1996-09-271-15/+12
* Fixed a bug with the management of the pointer to the first TxCB in thedg1996-09-221-49/+38
* Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:bde1996-09-213-17/+17
* Fixed a bug in the receive buffer allocation code that resulted in adg1996-09-201-5/+14
* Add back shutdown support, this time using the at_shutdown() mechanism.dg1996-09-201-14/+11
* When the devconf stuff was ripped out of the kernel, the ripper neglecteddg1996-09-201-18/+17
* Implemented a better, dynamic, mechanism for adjusting the transmitdg1996-09-191-2/+19
OpenPOWER on IntegriCloud