summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_fxp.c
Commit message (Expand)AuthorAgeFilesLines
* Backed out one of my "performance optimizations" as it results in sometimesdg1996-09-291-9/+13
* Fixed a bug with the management of the pointer to the first TxCB in thedg1996-09-221-49/+38
* Fixed a bug in the receive buffer allocation code that resulted in adg1996-09-201-5/+14
* 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
* Increased transmit threshold to 1024 bytes to fix a problem with underrunsdg1996-09-181-2/+2
* Remove devconf, it never grew up to be of any use.phk1996-09-061-7/+5
* Set ifnet.baudrate for ethernet / FDDI interfaces too. Makesgpalmer1996-06-011-1/+2
* Removed sections 3 and 4 from my copyright.dg1996-04-081-6/+1
* Clean up Ethernet drivers:wollman1996-02-061-10/+12
* The last part of the ether_sprint -> %6D change.phk1996-01-261-3/+3
* Make PCI interrupt handlers return void like everybody else does.se1996-01-231-7/+3
* This driver really is for the Pro/100B and not for the Pro/100 (and in factdg1996-01-151-3/+3
* Reworked the stop/reset code to properly run-down allocated buffers anddg1996-01-031-36/+75
* Added prototype for fxp_scb_wait() and fixed a bug where the wrong pointerdg1995-12-181-2/+3
* Untangled the vm.h include file spaghetti.dg1995-12-071-2/+2
* Increased the number of Tx segments from 13 to 29 to reduce the need todg1995-12-051-6/+32
* all:dg1995-12-051-29/+23
* Fix minor bug that would cause the packet statistics updates to stopdg1995-12-011-24/+75
* Device driver for Intel Pro/100 PCI Fast Ethernet controller.dg1995-11-281-0/+1036
OpenPOWER on IntegriCloud