aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cas
Commit message (Expand)AuthorAgeFilesLines
* 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