aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/cavium
Commit message (Expand)AuthorAgeFilesLines
* 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-11/+125
* o) Do boot descriptor parsing before console setup so that we can use a consoleJuli Mallett2012-11-191-79/+75
* 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
* Remove stale declarations.Juli Mallett2012-10-301-3/+0
* Speed feature tests and initialize helper configuration that some CPUs require.Juli Mallett2012-10-302-0/+7
* Add a sysctl to change the LED display.Juli Mallett2012-10-291-0/+41
* Wrap some long lines and display board serial numbers at boot.Juli Mallett2012-10-291-2/+8
* Use Simple Executive LED display routines, which correctly use the LED baseJuli Mallett2012-10-295-225/+15
* Add missing return that broke 8-bit CF support in refactoring in r222671.Juli Mallett2012-10-271-0/+1
* Don't attach if the bootloader has not indicated that we're a PCI host. ThisJuli Mallett2012-10-261-1/+3
* Inherit USB mode from RootHUB port where the USB device is connected.Hans Petter Selasky2012-10-011-4/+0
* The GPIO drivers were initialising their mutexes with type ofRui Paulo2012-08-171-2/+1
* octeon_uart_class was removed some time ago everywhere but here.Warner Losh2012-06-281-3/+0
* Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.Juli Mallett2012-03-291-1/+1
* Turn on messages from the Simple Executive codebase, what few there are.Juli Mallett2012-03-291-0/+3
* Remap PMC interrupt for all coresOleksandr Tymoshenko2012-03-243-11/+12
* Add pseudo-device for handling PMC interrupts and link everythingOleksandr Tymoshenko2012-03-232-0/+145
* Setup fake MODINFO variables for octeon kernelOleksandr Tymoshenko2012-03-231-0/+2
* o) Don't keep drive parameters in a global, put them in the softc.Juli Mallett2012-03-211-60/+52
* Disable the Simple Executive's error decoding/reporting code.Juli Mallett2012-03-111-20/+0
* Merge the Cavium Octeon SDK 2.3.0 Simple Executive code and update FreeBSD toJuli Mallett2012-03-1117-67/+255
* Fix promiscuous mode with if_octm:Juli Mallett2012-03-111-11/+18
* When creating a handle for a subregion, be sure to actually math out the newJuli Mallett2012-03-021-5/+4