summaryrefslogtreecommitdiff
path: root/sys/pci/if_fxp.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.1.0_cvscvs2svn1999-02-161-1/+1
* pci_device pd_probe function changed from returning char * to returningMatthew Dillon1998-12-141-3/+3
* Defer rundown (m_freem) of completed transmit buffers for no longerDavid Greenman1998-10-221-1/+22
* Clear out transmit descriptor memory in fxp_attach when it's malloced.David Greenman1998-10-111-1/+2
* Fixed mbuf leak in fxp_stop().David Greenman1998-10-101-5/+9
* Implemented a more sophisticated mechanism for handling transmitterDavid Greenman1998-08-041-45/+103
* Added 82555B support for media status.David Greenman1998-08-021-1/+2
* Killed unused variable/assignment.David Greenman1998-08-021-2/+1
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-3/+3
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-6/+6
* Added support for the 82553 and 'B' 82555 PHY.David Greenman1998-03-031-1/+13
* Removed unused #includes.Bruce Evans1998-02-201-7/+1
* Staticize.Eivind Eklund1998-02-091-8/+8
* Make INET a proper option.Eivind Eklund1998-01-081-2/+5
* Removed unused #includes.Bruce Evans1997-10-281-2/+1
* Rewrote fxp_start() for better clarity and efficiency.David Greenman1997-10-231-101/+101
* Fixed a bug where input packets were counted twice - messing up theDavid Greenman1997-10-171-2/+1
* Killed a gratuitous assignment in a NetBSD case.David Greenman1997-09-301-5/+1
* Two changes which should make the system less suseptible to receiverDavid Greenman1997-09-301-29/+29
* Work around a bug in the 82557 NIC where the receiver will lock upDavid Greenman1997-09-291-49/+160
* Update for new callout interface.Justin T. Gibbs1997-09-211-3/+4
* Changes to support NetBSD and the new ifmedia extensions.David Greenman1997-09-051-229/+714
* Removed unused #includes.Bruce Evans1997-08-021-13/+1
* Added support for the Seeq 80c24 PHY; does nothing except disable theDavid Greenman1997-07-251-1/+7
* Minor optimization in fxp_intr.David Greenman1997-06-161-5/+4
* Added support for the Intel 82555 PHY chip which is being used on newerDavid Greenman1997-06-131-14/+18
* Check that the received packet length indicated by the card is at leastDavid Greenman1997-04-231-1/+5
* Made a couple of minor optimizations that improve performance of theDavid Greenman1997-03-251-5/+4
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includeBruce Evans1997-03-241-2/+2
* Added support for newer cards that have the DP83840A PHY chip.David Greenman1997-03-211-8/+36
* Fixed two deficiencies in the driver that have existed since it wasDavid Greenman1997-03-171-22/+89
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Changed several configuration options:David Greenman1997-02-041-7/+7
* Do "selective" reset rather than full reset...the manual specificallyDavid Greenman1997-02-041-3/+3
* Don't include the short-frames counter in with the input errors. ThisDavid Greenman1997-02-041-3/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* 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-081-6/+1
* Clean up Ethernet drivers:Garrett Wollman1996-02-061-10/+12