aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cas
Commit message (Expand)AuthorAgeFilesLines
* MFC: r243857 (partial)Marius Strobl2013-03-091-5/+5
* MFC: r247579Marius Strobl2013-03-081-4/+10
* MFC: r245923Marius Strobl2013-01-281-4/+13
* MFC r242625:Dimitry Andric2012-11-121-1/+1
* MFC r226173, r227843, r227848 and r227908:Hans Petter Selasky2011-12-311-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