aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fxp/if_fxp.c
Commit message (Expand)AuthorAgeFilesLines
* dev: Use recently added improvements to PME# support to simplify driversJohn Baldwin2025-03-271-24/+10
* Remove now-redundant calls to device_delete_childJohn Baldwin2025-01-021-2/+0
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-281-5/+0
* IfAPI: Retire if_etherbpfmtap() and if_bpfmtap()Justin Hibbits2023-08-251-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-121-1/+1
* fxp: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-4/+1
* Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin2022-05-061-1/+1
* fxp: Mark sysctls with CTLFLAG_MPSAFE.Alexander Motin2021-12-101-2/+2
* fxp: Remove unneeded Giant from bus_dma_tag_create().Alexander Motin2021-12-101-8/+5
* fxp: plug set-but-not-used varsMateusz Guzik2021-12-091-2/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-10/+10
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-10/+20
* Remove a use of a negative array index from fxp(4).Mark Johnston2018-12-191-1/+1
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* Add PNP info to PCI attachment of fxp driverWarner Losh2018-07-081-0/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove unnecessary comparison.Pyun YongHyeon2017-04-141-12/+9
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-3/+3
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+1
* Add Intel vendor ID to the device table to make it more uniform soWarner Losh2014-12-241-56/+56
* - Remove empty wrappers ether_poll_[de]register_drv(). [1]Gleb Smirnoff2014-09-281-4/+4
* - Use if_inc_counter() to increment various counters.Gleb Smirnoff2014-09-181-7/+10
* It is actually possible to have if_t a typedef to non-void type,Gleb Smirnoff2014-08-311-9/+9
* Convert fxp(4) to use the driver API.Marcel Moolenaar2014-06-021-182/+175
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-1/+1
* Avoid unnecessary controller reinitialization by checking driverPyun YongHyeon2013-06-101-6/+20
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric2012-11-051-3/+3
* - Change the module order of these MAC drivers to be last so they areMarius Strobl2012-05-111-3/+4
* Remove unnecessary #if as the software workaround for PCI protocolPyun YongHyeon2012-03-281-8/+5
* Load entire EEPROM contents in device attach time and verifyPyun YongHyeon2012-03-281-23/+40
* Partially revert r223608 and selectively allow microcode loadingPyun YongHyeon2012-03-281-5/+17
* Do not change current media when driver is already running. IfPyun YongHyeon2012-03-191-3/+3
* Fix white space nits.Pyun YongHyeon2012-03-141-7/+7
* fxp(4) does not handle deferred dma map loading. TellPyun YongHyeon2012-03-141-3/+5
* Minor indenting divot...Warner Losh2012-01-251-1/+1
* TCP header size is represented by number of 32bits words.Pyun YongHyeon2011-12-191-1/+1
* Enable CPUSaver D102 E-step microcode loading for 82551 revisionPyun YongHyeon2011-06-271-0/+2
* Disable microcode loading for 82550 and 82550C controllers. LoadingPyun YongHyeon2011-06-271-0/+4
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-5/+3
* Normally fxp(4) does not receive bad frames but promiscuous modePyun YongHyeon2011-03-281-2/+2
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-3/+3
* - Allocate the DMA memory shared between the host and the controller asMarius Strobl2011-02-261-4/+4
* Fix a regression introduced in r215906. The change made in r215906Pyun YongHyeon2011-02-151-1/+3
* If RX lockup workaround is enabled, fxp(4) will periodically resetPyun YongHyeon2010-12-021-4/+6
* Fix and implement missing parts of flow control support. This also removesMarius Strobl2010-11-261-33/+72