summaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.0cvs2svn1997-03-1712-6186/+0
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1997-03-1611-0/+5501
* Somehow this file had its Id changed to FreeBSD.Justin T. Gibbs1997-03-012-2/+2
* Sync with current.Justin T. Gibbs1997-02-281-39/+28
* Sync with current.Justin T. Gibbs1997-02-252-8/+19
* Enlarge the message out buffer from 6 to 8 bytes. Now that sync and wideJustin T. Gibbs1997-02-182-18/+11
* Sync with current. Clear up data overrun problems.Justin T. Gibbs1997-02-122-52/+56
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1997-02-064-0/+3412
* Sync with current.Justin T. Gibbs1997-02-031-7/+4
* Sync with Justin's latest.Jordan K. Hubbard1997-01-302-120/+108
* YAMFC (if_vx is always in promiscous mode)Poul-Henning Kamp1997-01-281-15/+12
* Fix CCD for bounced devices.John Dyson1997-01-101-1/+3
* YAMFCPoul-Henning Kamp1996-12-031-57/+81
* YAMFCPoul-Henning Kamp1996-11-251-3/+6
* Mega-merge from -currentPoul-Henning Kamp1996-11-122-36/+29
* Remove advansys driver from 2.2Poul-Henning Kamp1996-11-094-2593/+0
* Merge from -currentPoul-Henning Kamp1996-11-091-15/+28
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1996-11-092-0/+1528
* Merge list from HEAD as requested by Justin.Jordan K. Hubbard1996-11-091-3/+3
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1996-11-0277-64213/+0
* 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