summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp/if_fxpreg.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r263957:yongari2014-04-141-1/+1
* Load entire EEPROM contents in device attach time and verifyyongari2012-03-281-0/+18
* Fix and implement missing parts of flow control support. This also removesmarius2010-11-261-1/+2
* Export hardware MAC statistics through sysctl node. Previouslyyongari2010-05-091-0/+8
* Add VLAN hardware tag insertion/stripping support. Tx/Rx checksumyongari2008-12-021-1/+2
* Add basic WOL support for 82550/82551/82558 and 82559 basedyongari2008-11-271-0/+1
* Implement TSO for 82550/82551 controllers.yongari2008-11-261-1/+1
* Whitespace fix.yongari2008-11-251-2/+2
* Be more conservative when enabling extended features. There are fxp(4)mux2005-04-221-1/+3
* Add a microcode to implement receive bundling for 82551 chipsets withmux2005-04-211-0/+1
* Cleanup: u_intXX_t -> uintX_t conversion.mux2005-03-061-67/+67
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* GCC 3.3 complains about anonymous structures in unions, somux2003-05-141-7/+7
* Fix the unaligned access problems that some people saw on alphamux2003-05-121-1/+1
* Revert the s/u_int/u_int8_t/ changes, we can't really use othermux2003-04-061-22/+22
* Correct the definition of the link_addr and rbd_addr fieldsmux2003-04-061-2/+2
* - Use __FXP_BITFIELDX macros to make the configuration bitfieldmux2003-04-051-81/+99
* Fix fxp(4), this changed shouldn't have crept in.mux2003-04-031-2/+2
* Remove all the bogus volatile qualifiers from the structs definitionsmux2003-04-031-144/+144
* Convert the fxp(4) driver to the busdma API.mux2003-04-021-14/+2
* As previously threatened, add TCP/IP checksum offload support towpaul2003-02-261-2/+80
* . Add structure definition for microcode download.jlemon2001-10-251-7/+23
* Systems based on the ICH2/ICH2-M chip from Intel have a defect wherejlemon2001-08-271-0/+1
* Use " |= " to enable special media handling for fxp with no MII, insteadjlemon2001-05-151-1/+1
* Add a few more register definitions.jlemon2001-05-121-0/+12
* Add some performance features to the fxp driver. If the chip is notjlemon2001-03-141-2/+5
* Convert the fxp driver to miibus, which involves ripping out the PHYjlemon2001-03-121-122/+51
* Add the PCI device ID for the on-board ethernet controllers on thewpaul2000-09-211-0/+1
* Added support for the i82559ER (10/100Mbps NIC for embedded applications).dg2000-06-181-0/+1
* Make the fxp driver work on alpha, rather than panic the machine on bootgallatin1999-09-301-2/+2
* Recognise the new 82559 chip id as used on the InBusiness 10/100 adapter.peter1999-09-061-1/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Define more registers and fix incorrect (but unused) register bit definitions.julian1999-02-111-10/+29
* Define more registers in the PHY unit and use them to report backjulian1999-02-111-5/+61
* Fixed pedantic semantics errors (bitfields not of type int, signed intbde1998-06-081-22/+22
* Added support for the 82553 and 'B' 82555 PHY.dg1998-03-031-1/+2
* Work around a bug in the 82557 NIC where the receiver will lock updg1997-09-291-7/+33
* Changes to support NetBSD and the new ifmedia extensions.dg1997-09-051-14/+21
* Added support for the Intel 82555 PHY chip which is being used on newerdg1997-06-131-6/+7
* Added support for newer cards that have the DP83840A PHY chip.dg1997-03-211-1/+10
* Fixed two deficiencies in the driver that have existed since it wasdg1997-03-171-1/+27
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Do "selective" reset rather than full reset...the manual specificallydg1997-02-041-0/+5
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Removed sections 3 and 4 from my copyright.dg1996-04-081-6/+1
* Increased the number of Tx segments from 13 to 29 to reduce the need todg1995-12-051-2/+2
* Device driver for Intel Pro/100 PCI Fast Ethernet controller.dg1995-11-281-0/+277
OpenPOWER on IntegriCloud