summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add AR71XX GPIO bus driver.gonzo2010-09-284-0/+530
* 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
* XLS B0 revision PCI support and related changes.jchandra2010-09-273-61/+76
* 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
* Enforce that 'pmap_kenter()' is only used to establish cacheable mappings.neel2010-09-223-8/+6
* n32 fixes for nlge.jchandra2010-09-212-4/+4
* Add 64 bit support to nlge, and additional fixesjchandra2010-09-202-64/+131
* 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
* Fixes for XLR network accelerator driver (nlge).jchandra2010-09-174-59/+104
* Get rid of the unnecessary redirection of 'is_cacheable_mem()' toneel2010-09-172-4/+2
OpenPOWER on IntegriCloud