summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
Commit message (Expand)AuthorAgeFilesLines
* pci_device pd_probe function changed from returning char * to returningdillon1998-12-141-3/+3
* Defer rundown (m_freem) of completed transmit buffers for no longerdg1998-10-221-1/+22
* Clear out transmit descriptor memory in fxp_attach when it's malloced.dg1998-10-111-1/+2
* Fixed mbuf leak in fxp_stop().dg1998-10-101-5/+9
* Implemented a more sophisticated mechanism for handling transmitterdg1998-08-041-45/+103
* Added 82555B support for media status.dg1998-08-021-1/+2
* Reordered fxp_softc for optimal cacheline behavior.dg1998-08-021-8/+10
* Killed unused variable/assignment.dg1998-08-021-2/+1
* Fixed pedantic semantics errors (bitfields not of type int, signed intbde1998-06-081-22/+22
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-3/+3
* Support compiling with `gcc -ansi'.bde1998-04-151-6/+6
* Added support for the 82553 and 'B' 82555 PHY.dg1998-03-032-2/+15
* Removed unused #includes.bde1998-02-201-7/+1
* Staticize.eivind1998-02-091-8/+8
* Make INET a proper option.eivind1998-01-081-2/+5
* Shuffle things a bit for better cacheline behavior.dg1997-11-291-6/+6
* Removed unused #includes.bde1997-10-281-2/+1
* Rewrote fxp_start() for better clarity and efficiency.dg1997-10-231-101/+101
* Fixed a bug where input packets were counted twice - messing up thedg1997-10-171-2/+1
* Killed a gratuitous assignment in a NetBSD case.dg1997-09-301-5/+1
* Two changes which should make the system less suseptible to receiverdg1997-09-301-29/+29
* Work around a bug in the 82557 NIC where the receiver will lock updg1997-09-293-57/+198
* Update for new callout interface.gibbs1997-09-212-4/+6
* 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
OpenPOWER on IntegriCloud