summaryrefslogtreecommitdiffstats
path: root/sys/mips/cavium
Commit message (Expand)AuthorAgeFilesLines
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-273-5/+7
* Fix typo (s/harware/hardware/)kevlo2015-12-251-1/+1
* Add domain support to PCI bus allocationzbb2015-09-161-1/+1
* Huge cleanup of random(4) code.markm2015-06-301-1/+2
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-222-2/+2
* Add support for the uart classes to set their default register shift value.andrew2015-04-111-1/+2
* Implement GPIO_GET_BUS() method for all GPIO drivers.loos2015-01-312-5/+21
* Replace spaces with tabs, this will easier future changes on softcloos2015-01-311-5/+5
* Clean up and fix the device detach routine and the failure path on GPIOloos2015-01-311-3/+8
* Add 64-bit DMA support in the XHCI controller driver.hselasky2015-01-051-0/+1
* Moves all the duplicate code to a single function.loos2014-11-181-9/+1
* Make the GPIO children attach to the first unit available and not only toloos2014-10-281-2/+3
* Mechanically convert to if_inc_counter().glebius2014-09-193-10/+10
* Migrate ie->ie_assign_cpu and associated code to use an int for CPU ratheradrian2014-09-171-5/+5
* Fix RTC clock writes on many Octeon boards.kan2014-09-141-4/+5
* Add delay to Octeon MDIO access routines.kan2014-09-141-0/+2
* Use define from if_var.h to access a field inside struct if_data,glebius2014-08-302-3/+3
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-4/+1
* Revert r267961, r267973:gjb2014-06-271-1/+4
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-4/+1
* Update NetBSD Foundation copyrights to 2-clause BSDemaste2014-03-181-7/+0
* Introduce grab and ungrab upcalls. When the kernel desires to grab theimp2014-01-191-0/+35
* Remove two redundantly repetitive assignments.imp2014-01-161-2/+0
* Add missing includes.jmallett2013-12-102-0/+3
* Remove the gross hack for the Octeon Simple Executive to the leastimp2013-11-061-0/+4
* Devices that rely on hints or identify routines for discovery need tonwhitehorn2013-10-295-5/+5
* - Provide necessary includes.glebius2013-10-2910-0/+10
* Snapshot. This passes the build test, but has not yet been finished or debugged.markm2013-10-041-6/+1
* Yarrow wants entropy estimations to be conservative; the usual ideamarkm2013-09-061-1/+1
* This file isn't derived from anything delivered by Berkeley, so removeimp2013-07-221-4/+0
* Use cvmx_mgmt_port_num_ports() instead of the inlined copy of aimp2013-05-022-16/+2
* Octeon 2 (6xxx) and newer CPUs don't use the clock CPU speed for itsimp2013-04-261-1/+1
* Fix undefined behaviour in several gpio_pin_setflags() routines (underdim2013-04-131-2/+2
* Merge from vmobj-rwlock branch:attilio2013-02-261-1/+0
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-053-3/+3
* Use bootverbose to control debug printfs from the Cavium Simple Executivejmallett2012-11-241-0/+18
* o) Add support for specifying a model of Octeon to target at compile-time,jmallett2012-11-241-10/+29
* Prevent hang on ATCA-7220 when transmitting packets < 60 bytes.jmallett2012-11-191-0/+13
* Remove redundant printf of SDK version which already appears earlier in boot.jmallett2012-11-191-2/+0
* Add basic support for the Radisys-specific PCI console mechanism found on thejmallett2012-11-191-11/+125
* o) Do boot descriptor parsing before console setup so that we can use a consolejmallett2012-11-191-79/+75
* Add preliminary Octeon PCI console support. Radisys-specific PCI consolejmallett2012-11-132-0/+124
* Don't disable PCIe just because the host is not a PCI host; the latter flagjmallett2012-11-011-4/+4
* Fix longstanding misprint.jmallett2012-10-311-1/+1
* If the CF physical base is 0, attach no CF devices. This fixes a warningjmallett2012-10-311-0/+2
* Actually check board type rather than using a specialized octeon_is_simulationjmallett2012-10-308-30/+9
* Remove oct_read64 and oct_write64 and use their equivalents from the Simplejmallett2012-10-302-145/+11
* Remove stale declarations.jmallett2012-10-301-3/+0
* Speed feature tests and initialize helper configuration that some CPUs require.jmallett2012-10-302-0/+7
* Add a sysctl to change the LED display.jmallett2012-10-291-0/+41
OpenPOWER on IntegriCloud