summaryrefslogtreecommitdiffstats
path: root/sys/arch/octeon/dev/cn30xxpow.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Drop cn30xxpow_intr_establish(), cn30xxpow_intr() and some othervisa2017-12-051-133/+1
* Move the packet input work requesting inside if_cnmac.c. This removesvisa2017-11-181-36/+1
* Set the core's own group mask when scheduling work, to receive workvisa2017-11-051-2/+3
* Handle failure.visa2017-11-051-3/+4
* slight cleanupvisa2017-11-051-22/+3
* Remove unmaintained debug code.visa2017-11-051-449/+1
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* Remove unused POW status functions. Makes clang happier.visa2017-04-301-89/+1
* Use the synciobdma instruction instead of the sync instruction forvisa2016-07-101-2/+2
* Do not use CKSEG0 to quickly map physical addresses, but XKPHYS, for we aremiod2014-08-111-5/+5
* Remove evcnt and %b format strings relying upon SEIL extensions. This givesmiod2014-08-111-229/+25
* De-static so that my ddb backtrace get closer to reality.miod2014-08-111-30/+29
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-03-291-2/+2
* as discussed with uebayasi@ we should only use the "sync" instruction on octeon,jasper2013-06-011-2/+2
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-3/+1
* Ethernet driver merged from IIJ's contribution code.syuu2011-06-161-0/+1079