summaryrefslogtreecommitdiffstats
path: root/sys/dev/cas
Commit message (Expand)AuthorAgeFilesLines
* Give (*ext_free) an int return value allowing for very sophisticatedandre2013-08-251-3/+4
* Add an mbuf pointer parameter to (*ext_free) to give the externalandre2013-08-241-2/+2
* - Correct mispellings of the word necessarygabor2013-04-171-1/+1
* - Move reporting of failures to disable RX/TX MAC under bootverbose as atmarius2013-03-011-4/+10
* - Check the return value of taskqueue_start_threads().marius2013-01-251-4/+13
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-5/+5
* Remove duplicate const specifiers in many drivers (I hope I got all ofdim2012-11-051-1/+1
* - 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