summaryrefslogtreecommitdiff
path: root/sys/dev/cas
AgeCommit message (Expand)Author
2025-01-02Use bus_generic_detach to detach and delete child devices during detachJohn Baldwin
2024-09-03cas(4): Stop checking for failures from taskqueue_create_fast(M_WAITOK)Zhenlei Huang
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-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-01-31Mechanically convert if_cas(4) to IfAPIJustin Hibbits
2022-05-06cas: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2022-04-05cas: Mark work3 as unused: we apparently need to read it from hardware, but i...Warner Losh
2020-02-11Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff
2020-02-03Remove sparc64 kernel supportWarner Losh
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 attachment of cas 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
2017-10-09Shorten list of arguments to mbuf external storage freeing function.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-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
2013-04-17- Correct mispellings of the word necessaryGabor Kovesdan
2013-03-01- Move reporting of failures to disable RX/TX MAC under bootverbose as atMarius Strobl
2013-01-25- Check the return value of taskqueue_start_threads().Marius Strobl
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
2011-11-22- There's no need to overwrite the default device method with the defaultMarius Strobl
2011-07-13- Expand the scope of the lock in the interrupt routine to close races withMarius Strobl
2011-07-12Partially merge r223648, r223648 and r223949 from gem(4):Marius Strobl
2011-04-22Correct spelling in a comment.Marius Strobl
2010-11-22- Fix and enable support for flow control.Marius Strobl
2010-10-15Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl
2010-07-21KTR_CTx are long time aliased by existing classes so they can't serveAttilio Rao
2010-06-03Avoid possible NULL-dereferences.Marius Strobl
2010-05-03- Don't set CAS_PCS_DATAPATH to anything except CAS_PCS_DATAPATH_SERDESMarius Strobl
2009-06-26Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson
2009-06-25Don't use the preprocessor while inside function-like macroMarius Strobl
2009-06-24- Change this driver to do taskqueue(9) based TX and interruptMarius Strobl
2009-06-15Add cas(4), a driver for Sun Cassini/Cassini+ and National SemiconductorMarius Strobl