summaryrefslogtreecommitdiff
path: root/sys/dev/fxp
Commit message (Expand)AuthorAgeFilesLines
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-141-49/+2
* Added support for cards and on-motherboard NICs that use an SEEPROMDavid Greenman2000-03-282-1/+78
* Make the fxp driver work on alpha, rather than panic the machine on bootAndrew Gallatin1999-09-303-30/+19
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-12/+0
* Tweak these for what I hope is the last time: change the DRIVER_MODULE()Bill Paul1999-09-221-1/+1
* Un-do the changes to the DRIVER_MODULE() declarations in these drivers.Bill Paul1999-09-201-1/+1
* Change the name we register with DRIVER_MODULE() to include the leadingDavid E. O'Brien1999-09-201-1/+1
* Recognise the new 82559 chip id as used on the InBusiness 10/100 adapter.Peter Wemm1999-09-062-1/+7
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-8/+8
* Fix two warnings.Peter Wemm1999-05-091-1/+5
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-3/+3
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-162-59/+132
* Turn on PCI bus mastering in driver attach routineWes Peters1999-03-201-1/+10
* MF22... add bridging support to the device drivers. Without thisLuigi Rizzo1999-03-171-18/+43
* Improved reporting of autodetected speed and duplex.Julian Elischer1999-02-121-21/+48
* Define more registers and fix incorrect (but unused) register bit definitions.Julian Elischer1999-02-111-10/+29
* Define more registers in the PHY unit and use them to report backJulian Elischer1999-02-112-9/+82
* Fix warnings related to -Wall -Wcast-qualMatthew Dillon1999-01-281-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-3/+3
* 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
* Reordered fxp_softc for optimal cacheline behavior.David Greenman1998-08-021-8/+10
* Killed unused variable/assignment.David Greenman1998-08-021-2/+1
* Fixed pedantic semantics errors (bitfields not of type int, signed intBruce Evans1998-06-081-22/+22
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* 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-032-2/+15
* 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
* Shuffle things a bit for better cacheline behavior.David Greenman1997-11-291-6/+6
* 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-293-57/+198
* Update for new callout interface.Justin T. Gibbs1997-09-212-4/+6
* Changes to support NetBSD and the new ifmedia extensions.David Greenman1997-09-053-243/+842
* 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-132-20/+25