aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fxp/if_fxpvar.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add Intel vendor ID to the device table to make it more uniform soWarner Losh2014-12-241-1/+2
* Convert fxp(4) to use the driver API.Marcel Moolenaar2014-06-021-1/+1
* Load entire EEPROM contents in device attach time and verifyPyun YongHyeon2012-03-281-0/+1
* Partially revert r223608 and selectively allow microcode loadingPyun YongHyeon2012-03-281-0/+1
* Fix and implement missing parts of flow control support. This also removesMarius Strobl2010-11-261-1/+0
* - Sprinkle const on tables.Marius Strobl2010-11-231-2/+2
* Export hardware MAC statistics through sysctl node. PreviouslyPyun YongHyeon2010-05-091-0/+25
* For ICH based fxp(4) controllers treat them as 82559 compatibles.Pyun YongHyeon2009-06-211-0/+8
* Overhaul fxp(4) multicast filter programming. fxp(4) hardwares doPyun YongHyeon2009-06-211-2/+1
* Don't blindly enable Rx lock-up workaround. Newer chips do not needPyun YongHyeon2009-06-211-0/+1
* Introduce Rx mbuf dma tag and use it in Rx path. Previously it usedPyun YongHyeon2009-06-211-1/+2
* Add basic WOL support for 82550/82551/82558 and 82559 basedPyun YongHyeon2008-11-271-0/+2
* Implement TSO for 82550/82551 controllers.Pyun YongHyeon2008-11-261-0/+6
* Implement Rx checksum offload for 82559 or later controllers.Pyun YongHyeon2008-11-261-0/+1
* - Allow fxp_encap() enqueue failed transmissions and setPyun YongHyeon2008-11-251-0/+1
* Whitespace fix.Pyun YongHyeon2008-11-251-6/+6
* - Instead of if_watchdog/if_timer interface use our own timerGleb Smirnoff2006-11-301-0/+1
* Convert fxp(4) to use the new bus_alloc_resources() API, it simplifiesMaxime Henrion2005-09-271-18/+8
* - Use callout_init_mtx() to close a small race between callout_stop() andJohn Baldwin2005-08-081-12/+0
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-3/+1
* The PCI bus code saves/restores these config registers now.Warner Losh2005-06-051-5/+0
* - Encapsulate the code responsible for initializing a new TX descriptorMaxime Henrion2005-03-071-0/+1
* Cleanup: u_intXX_t -> uintX_t conversion.Maxime Henrion2005-03-061-11/+11
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Abstract the locking in fxp(4) a bit more by using macros forMaxime Henrion2004-06-021-2/+4
* Use the device sysctl tree instead of rolling our own. Some of theMaxime Henrion2004-06-021-2/+2
* Teach fxp(4) to control VLAN_MTU in the hardware.Yaroslav Tykhiy2004-05-251-0/+1
* Remove unused FXP_UNIT() macro.Brooks Davis2003-10-301-2/+0
* change timeout to be MPSAFESam Leffler2003-09-051-1/+1
* Get rid of the redundant 'gone' field, and overload suspend instead.Warner Losh2003-04-301-2/+1
* Fix 5 bugs:Warner Losh2003-04-291-0/+1
* Make fxp(4) INTR_MPSAFE (but do not enable MPSAFE just yet):Nate Lawson2003-04-251-0/+3
* Convert the fxp(4) driver to the busdma API.Maxime Henrion2003-04-021-9/+54
* As previously threatened, add TCP/IP checksum offload support toBill Paul2003-02-261-0/+3
* Properly fix the occassional random crash issue that revision 1.142Ian Dowse2002-11-071-0/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Device Polling code for -current.Luigi Rizzo2001-12-141-0/+4
* . Add structure elements for sysctl.Jonathan Lemon2001-10-251-3/+23
* Add workaround for embedded NICs, in particular, the 815E boards.Jonathan Lemon2001-05-171-0/+2
* Add some performance features to the fxp driver. If the chip is notJonathan Lemon2001-03-141-0/+3
* Convert the fxp driver to miibus, which involves ripping out the PHYJonathan Lemon2001-03-121-6/+64
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-2/+2
* Allow fxp to configure in I/O space if the user wants it and specifiesMatt Jacob2001-01-231-0/+2
* Removed NetBSD support, which bit-rotted long ago.David Greenman2000-09-181-30/+3
* Added support for APM suspend/resume.David Greenman2000-09-171-0/+6
* Add locking to make able to run without the Giant lock being held. ThisChuck Paterson2000-09-171-0/+7
* Added support for cards and on-motherboard NICs that use an SEEPROMDavid Greenman2000-03-281-0/+1