summaryrefslogtreecommitdiffstats
path: root/sys/mips/cavium
Commit message (Expand)AuthorAgeFilesLines
* o) Add MIPS_COP_0_EXC_PC accessors to <machine/cpufunc.h>.jmallett2011-01-041-83/+99
* o) Unmask Central Interrupt Unit interrupts on APs, too.jmallett2011-01-041-4/+5
* When allocating memory from bootmem for the kernel to use, try to leave aboutjmallett2010-12-281-0/+8
* o) Add support for the Lanner MR-321X/MR-325, which is just a modified MR-320.jmallett2010-12-161-0/+1
* - dump_avail layout should be sequence of [start, end)gonzo2010-12-091-4/+2
* - Populate dump_avail with proper values from phys_availgonzo2010-12-091-1/+9
* Add interrupt describing and binding to CIU.jmallett2010-12-011-1/+115
* Run all poll requests through a single function that can either do the genericjmallett2010-11-307-63/+43
* Display some Octeon 2 features and a feature for distinguishing between PCIejmallett2010-11-301-0/+3
* Don't free the work queue entry that we're using to hold the scatter-gatherjmallett2010-11-291-4/+8
* Merge Cavium Octeon SDK 2.0 Simple Executive; this brings some fixes and newjmallett2010-11-284-21/+69
* - Add watchdog driver for Cavium Octeon. At the moment onlygonzo2010-11-283-0/+308
* o) Remove some commented out or unimplemented code.jmallett2010-11-289-364/+89
* Remove unused and broken code to implement POW send and POW-only devices; ajmallett2010-11-285-232/+5
* Use if_transmit to avoid ifq locking in transmit path.jmallett2010-11-271-26/+15
* Remove the 'machine mips' from DEFAULTS. Put the proper 'machine mipsimp2010-11-131-0/+2
* Don't attach the PCI bus driver if the board we're being run on has PCIe. Thejmallett2010-11-031-0/+2
* Declare the CF GEOM class so that g_modevent will get called, the class willjmallett2010-11-021-0/+2
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-6/+6
* Keep polling at 50hz as long as link state is changing.jmallett2010-10-131-3/+15
* o) Make it possible to attach a PHY directly to an octe device rather thanjmallett2010-10-137-47/+811
* o) Allow devices to override the MDIO read and write functions presented tojmallett2010-10-028-1/+231
* Rather than shifting offsets by three, set register offset to 3. All ourjmallett2010-10-023-16/+15
* Remove extra cpu setting and commented-out devices, some of which don't exist.jmallett2010-10-021-12/+0
* Give devices lots of time to settle around programming BARs and commandjmallett2010-09-271-0/+4
* o) Program the Lanner MR-320 for 32-bit mode, too.jmallett2010-09-271-14/+77
* o) Send mbufs to BPF listeners from within cvm_oct_xmit().jmallett2010-09-253-19/+11
* Handle link updates in a task.jmallett2010-09-255-58/+51
* Make the vast majority of Simple Executive files standard. Perhaps some ofjmallett2010-09-241-18/+17
* o) Add bus_teardown_intr for pci and ciu. This allows the Promise SATAjmallett2010-09-242-1/+27
* Flesh out PCI bus support some:jmallett2010-09-242-12/+412
* Fix to specify generic bus_add_child.jmallett2010-09-192-0/+4
* Don't use memory that can't be direct-mapped on !n64.jmallett2010-09-191-0/+12
* Fix octusb build.jmallett2010-09-181-1/+1
* Make the meaning of the 'mask' argument to 'set_intr_mask(mask)' consistentneel2010-09-151-1/+1
* o) Add the "octusb" controller which supports the first port of the Octeonjmallett2010-07-207-0/+5142
* Update the port of FreeBSD to Cavium Octeon to use the Cavium Simple Executivejmallett2010-07-2054-6506/+6683
* Remove redundant checking of sc_leaving (uart_intr() already handles this).marius2010-05-021-4/+1
* o) Fix XKPHYS physical address extraction. Also define cache coherencyjmallett2010-04-192-11/+1
* o) Add SMP support for Octeon using U-Boot to launch all the processors at thejmallett2010-04-178-509/+177
* o) Use octeon_fpa_alloc_phys in a situation in which we don't need a usablejmallett2010-03-131-81/+86
* o) Send packets being queued for transmission up to BPF if there's a listener.jmallett2010-03-121-2/+58
* Don't force single user on Octeon anymore.jmallett2010-03-111-2/+0
* o) Eliminate use of sc->typestr, which is always NULL.jmallett2010-03-111-41/+56
* Check for device faults and for failures to set DRQ when expected, ratherjmallett2010-03-061-43/+84
* o) Simplify the implementation of bus read/write functions, and eliminate somejmallett2010-03-051-301/+179
* Properly detect a type of real board that claims to have a 0.0 revision.jmallett2010-03-051-6/+19
* Do not mask off the low byte of the chipid, it makes some of the casejmallett2010-03-051-1/+1
* Make printfs work for both OCTEON1 and OCTEON1-32imp2010-02-182-11/+13
* Parens around tertiary operator so that casting the result works...imp2010-02-181-3/+2
OpenPOWER on IntegriCloud