aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cas
Commit message (Expand)AuthorAgeFilesLines
* Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff2020-02-111-1/+4
* Remove sparc64 kernel supportWarner Losh2020-02-031-8/+4
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-18/+16
* 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 cas driverWarner Losh2018-07-081-4/+6
* 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-273-0/+6
* Shorten list of arguments to mbuf external storage freeing function.Gleb Smirnoff2017-10-092-49/+8
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-181-16/+16
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* All mbuf external free functions never fail, so let them be void.Gleb Smirnoff2014-07-111-4/+3
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Give (*ext_free) an int return value allowing for very sophisticatedAndre Oppermann2013-08-251-3/+4
* Add an mbuf pointer parameter to (*ext_free) to give the externalAndre Oppermann2013-08-241-2/+2
* - Correct mispellings of the word necessaryGabor Kovesdan2013-04-171-1/+1
* - Move reporting of failures to disable RX/TX MAC under bootverbose as atMarius Strobl2013-03-011-4/+10
* - Check the return value of taskqueue_start_threads().Marius Strobl2013-01-251-4/+13
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-5/+5
* Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric2012-11-051-1/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-5/+1
* - Expand the scope of the lock in the interrupt routine to close races withMarius Strobl2011-07-131-22/+25
* Partially merge r223648, r223648 and r223949 from gem(4):Marius Strobl2011-07-122-46/+42
* Correct spelling in a comment.Marius Strobl2011-04-221-1/+1
* - Fix and enable support for flow control.Marius Strobl2010-11-221-21/+18
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-152-28/+11
* KTR_CTx are long time aliased by existing classes so they can't serveAttilio Rao2010-07-211-1/+1
* Avoid possible NULL-dereferences.Marius Strobl2010-06-031-19/+27
* - Don't set CAS_PCS_DATAPATH to anything except CAS_PCS_DATAPATH_SERDESMarius Strobl2010-05-032-70/+174
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* Don't use the preprocessor while inside function-like macroMarius Strobl2009-06-251-12/+18
* - Change this driver to do taskqueue(9) based TX and interruptMarius Strobl2009-06-242-57/+136
* Add cas(4), a driver for Sun Cassini/Cassini+ and National SemiconductorMarius Strobl2009-06-153-0/+4034