summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_fxp.c
Commit message (Expand)AuthorAgeFilesLines
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-49/+2
* Added support for cards and on-motherboard NICs that use an SEEPROMdg2000-03-281-1/+77
* Make the fxp driver work on alpha, rather than panic the machine on bootgallatin1999-09-301-10/+15
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-12/+0
* Tweak these for what I hope is the last time: change the DRIVER_MODULE()wpaul1999-09-221-1/+1
* Un-do the changes to the DRIVER_MODULE() declarations in these drivers.wpaul1999-09-201-1/+1
* Change the name we register with DRIVER_MODULE() to include the leadingobrien1999-09-201-1/+1
* Recognise the new 82559 chip id as used on the InBusiness 10/100 adapter.peter1999-09-061-0/+5
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Rename bpfilter to bpf.des1999-07-061-8/+8
* Fix two warnings.peter1999-05-091-1/+5
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-3/+3
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-58/+128
* Turn on PCI bus mastering in driver attach routinewes1999-03-201-1/+10
* MF22... add bridging support to the device drivers. Without thisluigi1999-03-171-18/+43
* Improved reporting of autodetected speed and duplex.julian1999-02-121-21/+48
* Define more registers in the PHY unit and use them to report backjulian1999-02-111-4/+21
* Fix warnings related to -Wall -Wcast-qualdillon1999-01-281-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-3/+3
* 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
* Killed unused variable/assignment.dg1998-08-021-2/+1
* 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-031-1/+13
* Removed unused #includes.bde1998-02-201-7/+1
* Staticize.eivind1998-02-091-8/+8
* Make INET a proper option.eivind1998-01-081-2/+5
* 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-291-49/+160
* Update for new callout interface.gibbs1997-09-211-3/+4
* Changes to support NetBSD and the new ifmedia extensions.dg1997-09-051-229/+714
* 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-131-14/+18
* 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-211-8/+36
* Fixed two deficiencies in the driver that have existed since it wasdg1997-03-171-22/+89
OpenPOWER on IntegriCloud