summaryrefslogtreecommitdiff
path: root/sys/dev/bfe
AgeCommit message (Expand)Author
2025-01-02bus_generic_detach: Delete children after detaching themJohn Baldwin
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-06Mechanically convert if_bfe(4) to IfAPIJustin Hibbits
2022-05-06bfe: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2022-03-28bfe(4): Fix a typo in a commentGordon Bergling
2022-02-26Fix "set but not used" in the bfe driver. Remove dead code.Scott Long
2021-12-10bfe: plug a set-but-not-unused varMateusz Guzik
2020-09-01bfe: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-10-21Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2018-09-26Reapply, with minor tweaks, r338025, from the original commit:Warner Losh
2018-08-19Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer
2018-08-19Remove unused and easy to misuse PNP macro parameterConrad Meyer
2018-07-08Add PNP info to PCI attachments of bfe driverWarner Losh
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-10-25Check m_getcl() return value.Gleb Smirnoff
2014-09-18Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-08-30Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff
2014-06-11Fix various NIC drivers to properly cleanup static DMA resources.John Baldwin
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-01-07ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo
2011-11-22- There's no need to overwrite the default device method with the defaultMarius Strobl
2011-05-03- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl
2010-10-15Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl
2009-06-26Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson
2008-08-22Add a new sysctl node 'dev.bfe.N.stats' that shows various MACPyun YongHyeon
2008-08-22Because bfe(4) knows interrupt mask value there is no need to readPyun YongHyeon
2008-08-22Remove bfe_link in softc and introduce two new flags to markPyun YongHyeon
2008-08-21 o Sort includes and add <endian.h> to support endianness.Pyun YongHyeon
2008-08-11Use device_set_desc() instead of device_set_desc_copy() as we don'tPyun YongHyeon
2008-08-11Partial back out r180952.Pyun YongHyeon
2008-07-29style(9) - space after keywords, don't indent case.Pyun YongHyeon
2008-07-29Cache PCI vendor/device ids to avoid unnecessary PCI configurationPyun YongHyeon
2008-07-29s/printf/device_printf/gPyun YongHyeon
2008-04-30Don't panic even if bus_dmamap_load(9) was failed. Just returnPyun YongHyeon
2008-01-29Fix link state handling in bfe(4).Pyun YongHyeon
2007-11-22Fix function prototype for device_shutdown method.Pyun YongHyeon
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-11-20Add suspend/resume support. Unlike many other NIC drivers,John Baldwin
2006-05-28Back out the BUS_DMA_ALLOCNOW change from rev 1.39. Scottl informed me thatMike Silbersack
2006-05-28Re-revert back to rev 1.8:Mike Silbersack
2006-05-281. Make sure that the TX and RX descriptor rings are 4096 byte aligned.Mike Silbersack
2006-05-16Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp