summaryrefslogtreecommitdiffstats
path: root/sys/dev/cas
Commit message (Expand)AuthorAgeFilesLines
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-5/+1
* - Expand the scope of the lock in the interrupt routine to close races withmarius2011-07-131-22/+25
* Partially merge r223648, r223648 and r223949 from gem(4):marius2011-07-122-46/+42
* Correct spelling in a comment.marius2011-04-221-1/+1
* - Fix and enable support for flow control.marius2010-11-221-21/+18
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-152-28/+11
* KTR_CTx are long time aliased by existing classes so they can't serveattilio2010-07-211-1/+1
* Avoid possible NULL-dereferences.marius2010-06-031-19/+27
* - Don't set CAS_PCS_DATAPATH to anything except CAS_PCS_DATAPATH_SERDESmarius2010-05-032-70/+174
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* Don't use the preprocessor while inside function-like macromarius2009-06-251-12/+18
* - Change this driver to do taskqueue(9) based TX and interruptmarius2009-06-242-57/+136
* Add cas(4), a driver for Sun Cassini/Cassini+ and National Semiconductormarius2009-06-153-0/+4034
OpenPOWER on IntegriCloud