summaryrefslogtreecommitdiff
path: root/sys/dev/lge
AgeCommit message (Expand)Author
2025-01-02bus_generic_detach: Delete children after detaching themJohn Baldwin
2024-07-26Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-02-12lge: ansifyMateusz Guzik
2023-02-06Mechanically convert lge(4) to IfAPIJustin Hibbits
2022-05-06lge: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2019-10-21Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2017-10-09Shorten list of arguments to mbuf external storage freeing function.Gleb Smirnoff
2017-05-17Remove register keyword from sys/ and ANSIfy prototypesEd Maste
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2014-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-07-11All mbuf external free functions never fail, so let them be void.Gleb Smirnoff
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2013-08-25Give (*ext_free) an int return value allowing for very sophisticatedAndre Oppermann
2013-08-24Add an mbuf pointer parameter to (*ext_free) to give the externalAndre Oppermann
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-11-05Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric
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-10-17Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.Pyun YongHyeon
2011-10-11- Remove unused remnants of MII bitbang'ing.Marius Strobl
2011-05-03- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl
2010-10-15Converted the remainder of the NIC drivers to use the mii_attach()Marius Strobl
2009-11-19- Hook into the existing stat timer to drive the transmit watchdog insteadJohn Baldwin
2009-06-26Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson
2009-05-12Remove unused variable.Christian Brueffer
2008-03-05Plug memory leak in jumbo buffer allocation failure path.Pyun YongHyeon
2008-02-01Give MEXTADD() another argument to make both void pointers to thePoul-Henning Kamp
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-09-15- Consistently use if_printf() only in interface methods: if_start(),Gleb Smirnoff
2006-05-16Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp
2006-05-12Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin
2006-02-14Do not touch ifp->if_baudrate in miibus aware drivers.Gleb Smirnoff
2005-11-23Add locking and mark MPSAFE:John Baldwin
2005-11-11- Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov
2005-10-22Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntaxWarner Losh
2005-10-03- Use if_printf() and device_printf() and axe lge_unit from the softc.John Baldwin
2005-09-19Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh
2005-08-09Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson
2005-08-03Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson
2005-06-10Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis
2005-05-29Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi
2005-03-05Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh