summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
Commit message (Expand)AuthorAgeFilesLines
* Changes to support NetBSD and the new ifmedia extensions.dg1997-09-053-243/+842
* Removed unused #includes.bde1997-08-021-13/+1
* Added support for the Seeq 80c24 PHY; does nothing except disable thedg1997-07-251-1/+7
* Minor optimization in fxp_intr.dg1997-06-161-5/+4
* Added support for the Intel 82555 PHY chip which is being used on newerdg1997-06-132-20/+25
* Check that the received packet length indicated by the card is at leastdg1997-04-231-1/+5
* Made a couple of minor optimizations that improve performance of thedg1997-03-251-5/+4
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includebde1997-03-241-2/+2
* Added support for newer cards that have the DP83840A PHY chip.dg1997-03-212-9/+46
* Fixed two deficiencies in the driver that have existed since it wasdg1997-03-172-23/+116
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-222-2/+2
* Changed several configuration options:dg1997-02-041-7/+7
* Do "selective" reset rather than full reset...the manual specificallydg1997-02-042-3/+8
* Don't include the short-frames counter in with the input errors. Thisdg1997-02-041-3/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-2/+2
* Use the new if_multiaddrs list for multicast addresses rather than thewollman1997-01-131-15/+5
* 1) Implement SIOCSIFMTU in ether_ioctl(), and change ether_ioctl's returndg1996-12-101-92/+15
* Fixed obsolete comment.dg1996-11-181-3/+2
* Removed nested include if <sys/socket.h> from <net/if.h> andbde1996-10-121-1/+2
* 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-082-12/+2
* 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-052-8/+34
* 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-282-0/+1313
OpenPOWER on IntegriCloud