aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bfe
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* Mechanically convert if_bfe(4) to IfAPIJustin Hibbits2023-02-062-66/+65
* bfe: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin2022-05-061-1/+1
* bfe(4): Fix a typo in a commentGordon Bergling2022-03-281-1/+1
* Fix "set but not used" in the bfe driver. Remove dead code.Scott Long2022-02-261-2/+1
* bfe: plug a set-but-not-unused varMateusz Guzik2021-12-101-2/+4
* bfe: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-5/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+2
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-11/+12
* 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 attachments of bfe driverWarner Losh2018-07-081-0/+2
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* Check m_getcl() return value.Gleb Smirnoff2016-10-251-0/+2
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-181-9/+9
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* Fix various NIC drivers to properly cleanup static DMA resources.John Baldwin2014-06-111-6/+6
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-2/+2
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-071-1/+0
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-5/+1
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-6/+3
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-8/+5
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* Add a new sysctl node 'dev.bfe.N.stats' that shows various MACPyun YongHyeon2008-08-222-53/+300
* Because bfe(4) knows interrupt mask value there is no need to readPyun YongHyeon2008-08-221-6/+4
* Remove bfe_link in softc and introduce two new flags to markPyun YongHyeon2008-08-222-12/+21
* o Sort includes and add <endian.h> to support endianness.Pyun YongHyeon2008-08-212-371/+495
* Use device_set_desc() instead of device_set_desc_copy() as we don'tPyun YongHyeon2008-08-111-1/+1
* Partial back out r180952.Pyun YongHyeon2008-08-111-4/+2
* style(9) - space after keywords, don't indent case.Pyun YongHyeon2008-07-291-64/+63
* Cache PCI vendor/device ids to avoid unnecessary PCI configurationPyun YongHyeon2008-07-291-7/+4
* s/printf/device_printf/gPyun YongHyeon2008-07-292-23/+19
* Don't panic even if bus_dmamap_load(9) was failed. Just returnPyun YongHyeon2008-04-301-3/+11
* Fix link state handling in bfe(4).Pyun YongHyeon2008-01-292-48/+88
* Fix function prototype for device_shutdown method.Pyun YongHyeon2007-11-221-3/+4
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Add suspend/resume support. Unlike many other NIC drivers,John Baldwin2006-11-201-0/+38
* Back out the BUS_DMA_ALLOCNOW change from rev 1.39. Scottl informed me thatMike Silbersack2006-05-281-3/+3
* Re-revert back to rev 1.8:Mike Silbersack2006-05-281-2/+2
* 1. Make sure that the TX and RX descriptor rings are 4096 byte aligned.Mike Silbersack2006-05-281-6/+21
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Revert if_bfereg.h rev 1.8; restore the RX and TX list sizes to 511.Mike Silbersack2006-05-111-2/+2
* Fix three more bugs in bfe:Mike Silbersack2006-05-042-17/+22