aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/cavium
Commit message (Expand)AuthorAgeFilesLines
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-2/+2
* Don't assume that bio_cmd is a bitfield.Warner Losh2016-03-101-21/+22
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-222-2/+0
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-273-5/+7
* Fix typo (s/harware/hardware/)Kevin Lo2015-12-251-1/+1
* Add domain support to PCI bus allocationZbigniew Bodek2015-09-161-1/+1
* Huge cleanup of random(4) code.Mark Murray2015-06-301-1/+2
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-222-2/+2
* Add support for the uart classes to set their default register shift value.Andrew Turner2015-04-111-1/+2
* Implement GPIO_GET_BUS() method for all GPIO drivers.Luiz Otavio O Souza2015-01-312-5/+21
* Replace spaces with tabs, this will easier future changes on softcLuiz Otavio O Souza2015-01-311-5/+5
* Clean up and fix the device detach routine and the failure path on GPIOLuiz Otavio O Souza2015-01-311-3/+8
* Add 64-bit DMA support in the XHCI controller driver.Hans Petter Selasky2015-01-051-0/+1
* Moves all the duplicate code to a single function.Luiz Otavio O Souza2014-11-181-9/+1
* Make the GPIO children attach to the first unit available and not only toLuiz Otavio O Souza2014-10-281-2/+3
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-193-10/+10
* Migrate ie->ie_assign_cpu and associated code to use an int for CPU ratherAdrian Chadd2014-09-171-5/+5
* Fix RTC clock writes on many Octeon boards.Alexander Kabaev2014-09-141-4/+5
* Add delay to Octeon MDIO access routines.Alexander Kabaev2014-09-141-0/+2
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-302-3/+3
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-4/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+4
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-4/+1
* Update NetBSD Foundation copyrights to 2-clause BSDEd Maste2014-03-181-7/+0
* Introduce grab and ungrab upcalls. When the kernel desires to grab theWarner Losh2014-01-191-0/+35
* Remove two redundantly repetitive assignments.Warner Losh2014-01-161-2/+0
* Add missing includes.Juli Mallett2013-12-102-0/+3
* Remove the gross hack for the Octeon Simple Executive to the leastWarner Losh2013-11-061-0/+4
* Devices that rely on hints or identify routines for discovery need toNathan Whitehorn2013-10-295-5/+5
* - Provide necessary includes.Gleb Smirnoff2013-10-2910-0/+10
* Snapshot. This passes the build test, but has not yet been finished or debugged.Mark Murray2013-10-041-6/+1
* Yarrow wants entropy estimations to be conservative; the usual ideaMark Murray2013-09-061-1/+1
* This file isn't derived from anything delivered by Berkeley, so removeWarner Losh2013-07-221-4/+0
* Use cvmx_mgmt_port_num_ports() instead of the inlined copy of aWarner Losh2013-05-022-16/+2
* Octeon 2 (6xxx) and newer CPUs don't use the clock CPU speed for itsWarner Losh2013-04-261-1/+1
* Fix undefined behaviour in several gpio_pin_setflags() routines (underDimitry Andric2013-04-131-2/+2
* Merge from vmobj-rwlock branch:Attilio Rao2013-02-261-1/+0
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-053-3/+3
* Use bootverbose to control debug printfs from the Cavium Simple ExecutiveJuli Mallett2012-11-241-0/+18
* o) Add support for specifying a model of Octeon to target at compile-time,Juli Mallett2012-11-241-10/+29
* Prevent hang on ATCA-7220 when transmitting packets < 60 bytes.Juli Mallett2012-11-191-0/+13
* Remove redundant printf of SDK version which already appears earlier in boot.Juli Mallett2012-11-191-2/+0
* Add basic support for the Radisys-specific PCI console mechanism found on theJuli Mallett2012-11-191-10/+124
* o) Do boot descriptor parsing before console setup so that we can use a consoleJuli Mallett2012-11-191-78/+74
* Add preliminary Octeon PCI console support. Radisys-specific PCI consoleJuli Mallett2012-11-132-0/+124
* Don't disable PCIe just because the host is not a PCI host; the latter flagJuli Mallett2012-11-011-4/+4
* Fix longstanding misprint.Juli Mallett2012-10-311-1/+1
* If the CF physical base is 0, attach no CF devices. This fixes a warningJuli Mallett2012-10-311-0/+2
* Actually check board type rather than using a specialized octeon_is_simulationJuli Mallett2012-10-308-30/+9
* Remove oct_read64 and oct_write64 and use their equivalents from the SimpleJuli Mallett2012-10-302-145/+11