aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fxp
Commit message (Expand)AuthorAgeFilesLines
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
* Use the new if_multiaddrs list for multicast addresses rather than theGarrett Wollman1997-01-131-15/+5
* 1) Implement SIOCSIFMTU in ether_ioctl(), and change ether_ioctl's returnDavid Greenman1996-12-101-92/+15
* Fixed obsolete comment.David Greenman1996-11-181-3/+2
* Removed nested include if <sys/socket.h> from <net/if.h> andBruce Evans1996-10-121-1/+2
* Backed out one of my "performance optimizations" as it results in sometimesDavid Greenman1996-09-291-9/+13
* Fixed a bug with the management of the pointer to the first TxCB in theDavid Greenman1996-09-221-49/+38
* Fixed a bug in the receive buffer allocation code that resulted in aDavid Greenman1996-09-201-5/+14
* 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
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-7/+5
* 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