aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fxp
Commit message (Expand)AuthorAgeFilesLines
* Set ifnet.baudrate for ethernet / FDDI interfaces too. MakesGary Palmer1996-06-011-1/+2
* Removed sections 3 and 4 from my copyright.David Greenman1996-04-082-12/+2
* Clean up Ethernet drivers:Garrett Wollman1996-02-061-10/+12
* The last part of the ether_sprint -> %6D change.Poul-Henning Kamp1996-01-261-3/+3
* Make PCI interrupt handlers return void like everybody else does.Stefan Eßer1996-01-231-7/+3
* This driver really is for the Pro/100B and not for the Pro/100 (and in factDavid Greenman1996-01-151-3/+3
* Reworked the stop/reset code to properly run-down allocated buffers andDavid Greenman1996-01-031-36/+75
* Added prototype for fxp_scb_wait() and fixed a bug where the wrong pointerDavid Greenman1995-12-181-2/+3
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-2/+2
* Increased the number of Tx segments from 13 to 29 to reduce the need toDavid Greenman1995-12-052-8/+34
* all:David Greenman1995-12-051-29/+23
* Fix minor bug that would cause the packet statistics updates to stopDavid Greenman1995-12-011-24/+75
* Device driver for Intel Pro/100 PCI Fast Ethernet controller.David Greenman1995-11-282-0/+1313