aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for the SDL RISCom N2pci cards. Bring in the enhancementsJohn Hay1996-10-294-1623/+4404
* 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-356/+485
* 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-154/+158
* Fixed the "missing updates" reported by ache.Søren Schmidt1996-10-011-29/+37
* #ifdef another instance of toggle_splash_screen() which Soren missed.Jordan K. Hubbard1996-10-011-1/+5
* Dont make splash screen the default :)Søren Schmidt1996-09-301-2/+1
* Fix a couble of nasties regarding mouse pointer and differentSøren Schmidt1996-09-302-103/+180
* Work around UMC8669F and Startech UART bugs by not writing to theBruce Evans1996-09-301-11/+36
* Backed out one of my "performance optimizations" as it results in sometimesDavid Greenman1996-09-291-9/+13
* Some warning cleanups. There were some needless casts that also causedPeter Wemm1996-09-271-15/+12
* Fixed a bug with the management of the pointer to the first TxCB in theDavid Greenman1996-09-221-49/+38
* Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:Bruce Evans1996-09-213-17/+17
* Fixed a bug in the receive buffer allocation code that resulted in aDavid Greenman1996-09-201-5/+14
* Add back shutdown support, this time using the at_shutdown() mechanism.David Greenman1996-09-201-14/+11
* When the devconf stuff was ripped out of the kernel, the ripper neglectedDavid Greenman1996-09-201-18/+17
* Implemented a better, dynamic, mechanism for adjusting the transmitDavid Greenman1996-09-191-2/+19
* Increased transmit threshold to 1024 bytes to fix a problem with underrunsDavid Greenman1996-09-181-2/+2
* Updated driver to a newer version from Matt Thomas, preserving our localDavid Greenman1996-09-181-476/+667
* Changed cncheckc() interface so that it is 8-bit clean - return -1Bruce Evans1996-09-142-4/+9
* Removed another devconf leftover. A fat devconf support function wasBruce Evans1996-09-141-61/+28
* Another round of merge/update.Satoshi Asami1996-09-121-2/+15
* Removed more devconf leftovers.Bruce Evans1996-09-103-42/+4