summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* XLR/XLS network driver (nlge) updates:jchandra2010-10-062-35/+167
* Fix n64 compile.jchandra2010-10-061-1/+1
* Network driver support for more XLR/XLS chip versions.jchandra2010-10-051-18/+129
* Clear any pending interrupts after disabling FMN interrupts. Add debuggingjchandra2010-10-052-20/+63
* Fix asm for XKPHYS read for o32, constriants needed for input registersjchandra2010-10-051-13/+14
* Update message ring handling code for XLR/XLSjchandra2010-10-037-280/+290
* 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
* Use ABI-aware macros for setting up a fake frame.jmallett2010-10-021-4/+4
* Remove extra cpu setting and commented-out devices, some of which don't exist.jmallett2010-10-021-12/+0
* Make the OCTEON1 configuration look like a normal GENERIC configuration. Injmallett2010-10-021-56/+250
* - Fix values of CS1_EN and CS2_EN flagsgonzo2010-09-292-7/+6
* AR71XX_GPIO_* defines were introduced by adrian@ a while ago,gonzo2010-09-291-15/+0
* Add GPIO bus to config and hints. Also add sample gpioled device.gonzo2010-09-282-0/+15
OpenPOWER on IntegriCloud