summaryrefslogtreecommitdiffstats
path: root/sys/mips/cavium
Commit message (Expand)AuthorAgeFilesLines
* 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
* Wrap some long lines and display board serial numbers at boot.jmallett2012-10-291-2/+8
* Use Simple Executive LED display routines, which correctly use the LED basejmallett2012-10-295-225/+15
* Add missing return that broke 8-bit CF support in refactoring in r222671.jmallett2012-10-271-0/+1
* Don't attach if the bootloader has not indicated that we're a PCI host. Thisjmallett2012-10-261-1/+3
* Inherit USB mode from RootHUB port where the USB device is connected.hselasky2012-10-011-4/+0
* The GPIO drivers were initialising their mutexes with type ofrpaulo2012-08-171-2/+1
* octeon_uart_class was removed some time ago everywhere but here.imp2012-06-281-3/+0
* Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.jmallett2012-03-291-1/+1
* Turn on messages from the Simple Executive codebase, what few there are.jmallett2012-03-291-0/+3
* Remap PMC interrupt for all coresgonzo2012-03-243-11/+12
* Add pseudo-device for handling PMC interrupts and link everythinggonzo2012-03-232-0/+145
* Setup fake MODINFO variables for octeon kernelgonzo2012-03-231-0/+2
* o) Don't keep drive parameters in a global, put them in the softc.jmallett2012-03-211-60/+52
* Disable the Simple Executive's error decoding/reporting code.jmallett2012-03-111-20/+0
* Merge the Cavium Octeon SDK 2.3.0 Simple Executive code and update FreeBSD tojmallett2012-03-1117-67/+255
* Fix promiscuous mode with if_octm:jmallett2012-03-111-11/+18
* When creating a handle for a subregion, be sure to actually math out the newjmallett2012-03-021-5/+4
* Unbreak SMP on stock Octeon systems -- copy the core_mask from bootinfo intojmallett2012-03-021-0/+1
* Revert part of old logic of assigning MAC addressess:gonzo2012-02-293-16/+34
* Refctor address assignment for Octeon's ethernet ports:gonzo2012-02-229-52/+71
* We use port_index field of struct octusb_qh to reference USB stategonzo2012-01-202-16/+25
* - Add better COP2 (crypto coprocessor) context handler for Octeon. Keepgonzo2012-01-064-86/+437
* - Octeon-SDK strictly requires multi_count to be zero forgonzo2012-01-031-1/+1
* - Properly set IRQ handlers for all USB portsgonzo2012-01-012-37/+47
* - struct clocktime sets different ranges for DOW and monthgonzo2011-12-311-10/+17
* - Pass proper endpoint number (without direction flag) togonzo2011-12-311-1/+1
* - Add generic GPIO driver for Cavium Octeon. At the moment pin definition isgonzo2011-12-283-0/+551
* - Initialize compact_flash_attribute_base_addr from bootinfo structuregonzo2011-12-241-0/+2
* - Set CF physical address base in sysinfo structuregonzo2011-12-231-0/+2
* Unbreak the OCTEON1 kernel build after r228483 removing the left overbz2011-12-171-1/+0
* Implement better support for USB controller suspend and resume.hselasky2011-12-143-25/+31
* - Copy base MAC address from bootinfo descriptor to sysinfo structgonzo2011-11-281-0/+2
* Rename device_delete_all_children() into device_delete_children().hselasky2011-11-221-1/+1
* - There's no need to overwrite the default device method with the defaultmarius2011-11-222-6/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Add default address for FLASH mapping on the boot bus.marcel2011-10-041-0/+5
* Remove octeon_bootinfo from all files except octeon_machdep.c.marcel2011-10-045-25/+10
* o Clean up some ID printfs, and put under bootverbosemarcel2011-10-041-8/+17
* Partially revert r224661:marcel2011-10-042-6/+5
* Make octeon_ap_boot 64 bits to handle MAXCPU up to 64.marcel2011-08-052-12/+26
* MFCattilio2011-06-041-137/+194
|\
| * Add support for True IDE mode to the Octeon CF driver. This mode isimp2011-06-041-137/+194
OpenPOWER on IntegriCloud