summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
...
* When allocating memory from bootmem for the kernel to use, try to leave aboutjmallett2010-12-281-0/+8
* Include std.sentry5 from the SENTRY5 kernel configuration. This wasnwhitehorn2010-12-221-0/+1
* o) Add support for the Lanner MR-321X/MR-325, which is just a modified MR-320.jmallett2010-12-161-0/+1
* - include argument should be in quotesgonzo2010-12-164-4/+4
* Make the ELF trampoline binary ELF executable (and do some cleanup).jchandra2010-12-162-3/+19
* Updates for I2C devices on XLR engg boards.jchandra2010-12-133-34/+10
* fix mips build breakage introduced in r216375: atomic_store_int doesn't existsavg2010-12-131-3/+1
* I2C drivers for XLR/XLS processors.jchandra2010-12-129-263/+711
* fix atomic_set_xxx misuse in rgeavg2010-12-111-2/+2
* Fix compilation when DEBUG option is enabled.jchandra2010-12-093-9/+1
* - dump_avail layout should be sequence of [start, end)gonzo2010-12-098-18/+12
* - Populate dump_avail with proper values from phys_availgonzo2010-12-099-3/+43
* swi_vm() for mips.jchandra2010-12-091-0/+3
* UMA_MD_SMALL_ALLOC for mips.jchandra2010-12-094-12/+102
* Fix double ;;kevlo2010-12-061-1/+1
* 1. Fix off by one errors in calls to MIPS_DIRECT_MAPPABLE, reported by alc@jchandra2010-12-032-17/+12
* Fixup for r216141, dump_add_page needs to be non-static now.jchandra2010-12-032-4/+6
* Revert r216134. This checkin broke platforms where bus_space are macros:brucec2010-12-031-67/+8
* Disallow passing in a count of zero bytes to the bus_space(9) functions.brucec2010-12-021-8/+67
* 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
* Fix issue noted by alc while reviewing r215938:jchandra2010-11-281-1/+1
* Set MACHINE_ARCH based on ABI and endianness.jmallett2010-11-281-1/+17
* 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
* Use if_transmit method instead of if_start, this avoids the interface queue l...jchandra2010-11-272-86/+86
* After some off-list discussion, revert a number of changes to thedim2010-11-222-10/+10
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-142-10/+10
* Remove the 'machine mips' from DEFAULTS. Put the proper 'machine mipsimp2010-11-1325-42/+50
* Switch to the new network driver nlge, the old rge driver is deprecated now.jchandra2010-11-103-6/+6
* rename SWARM_COMMON to std.SWARM so universe doesn't try to build it standaloneimp2010-11-105-4/+4
* - Remove <machine/mutex.h>. Most of the headers were empty, and thejhb2010-11-091-2/+0
* Fix typos.brucec2010-11-091-4/+4
* - Provide more registers for GDBgonzo2010-11-081-18/+25
* - Add minidump support for FreeBSD/mipsgonzo2010-11-076-28/+699
* Adjust the order of operations in spinlock_enter() and spinlock_exit() tojhb2010-11-051-4/+10
* 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
* Network driver updatesjchandra2010-10-202-7/+7
* On uniprocessor, warn and fixup hardware cpu mask if more than on CPUjchandra2010-10-201-1/+9
* Converted the remainder of the NIC drivers to use the mii_attach()marius2010-10-152-8/+9
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-152-10/+12
* 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-138-47/+815
* PCI fix for XLR C revision chips, limit DMA address to the first 2GBjchandra2010-10-062-2/+53
OpenPOWER on IntegriCloud