aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/rmi
Commit message (Expand)AuthorAgeFilesLines
* auth.conf is dead.Dag-Erling Smørgrav2012-06-121-1/+2
* o) Use ABI, not ISA_* options, to determine whether to compile bits if libkernJuli Mallett2012-03-121-2/+0
* Remove platform APIs which are not used by any code and which had only stubJuli Mallett2012-03-121-18/+0
* Implement better support for USB controller suspend and resume.Hans Petter Selasky2011-12-141-50/+8
* Rename device_delete_all_children() into device_delete_children().Hans Petter Selasky2011-11-221-1/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-224-14/+4
* Remove duplicate header includesKevin Lo2011-06-263-4/+0
* Fix a brain-o in platform_cpu_mask() by just specifying a possibleAttilio Rao2011-05-131-6/+4
* Add the cpuset_t conversion for mips.Attilio Rao2011-05-131-3/+9
* Change rman_manage_region() to actually honor the rm_start and rm_endJohn Baldwin2011-04-291-2/+2
* We don't need to call EOWRITE4(sc, EHCI_USBINTR, 0) directly from each EHCIHans Petter Selasky2011-04-121-7/+0
* - Correct EHCI interrupt disabling at detach.Hans Petter Selasky2011-04-031-1/+1
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-2/+2
* Allow the platform code to return a bitmask of running cores rather than justJuli Mallett2011-02-121-3/+3
* Move 'cpu CPU_RMI' to std.xlr, this is common for all XLR cpus.Jayachandran C.2011-01-201-3/+1
* Fixes in the XLR platform codeJayachandran C.2011-01-202-3/+3
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingMatthew D Fleming2011-01-191-3/+3
* Fix format of physical addresses; this fixes the n32 build.Juli Mallett2011-01-191-3/+3
* Support for 64 bit PTEs on n32 and n64 compilation.Jayachandran C.2011-01-131-0/+2
* The message ring interrupt needs to be enabled for all cpus, not justJayachandran C.2011-01-121-65/+52
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated byJohn Baldwin2011-01-063-4/+4
* Updates for I2C devices on XLR engg boards.Jayachandran C.2010-12-133-34/+10
* fix mips build breakage introduced in r216375: atomic_store_int doesn't existsAndriy Gapon2010-12-131-3/+1
* I2C drivers for XLR/XLS processors.Jayachandran C.2010-12-128-256/+704
* fix atomic_set_xxx misuse in rgeAndriy Gapon2010-12-111-2/+2
* Fix compilation when DEBUG option is enabled.Jayachandran C.2010-12-092-8/+0
* - dump_avail layout should be sequence of [start, end)Oleksandr Tymoshenko2010-12-091-4/+4
* - Populate dump_avail with proper values from phys_availOleksandr Tymoshenko2010-12-091-0/+7
* Use if_transmit method instead of if_start, this avoids the interface queue l...Jayachandran C.2010-11-272-86/+86
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-221-5/+5
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric2010-11-141-5/+5
* Network driver updatesJayachandran C.2010-10-202-7/+7
* On uniprocessor, warn and fixup hardware cpu mask if more than on CPUJayachandran C.2010-10-201-1/+9
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-4/+6
* PCI fix for XLR C revision chips, limit DMA address to the first 2GBJayachandran C.2010-10-062-2/+53
* XLR/XLS network driver (nlge) updates:Jayachandran C.2010-10-062-35/+167
* Fix n64 compile.Jayachandran C.2010-10-061-1/+1
* Network driver support for more XLR/XLS chip versions.Jayachandran C.2010-10-051-18/+129
* Clear any pending interrupts after disabling FMN interrupts. Add debuggingJayachandran C.2010-10-052-20/+63
* Fix asm for XKPHYS read for o32, constriants needed for input registersJayachandran C.2010-10-051-13/+14
* Update message ring handling code for XLR/XLSJayachandran C.2010-10-037-280/+290
* XLS B0 revision PCI support and related changes.Jayachandran C.2010-09-273-61/+76
* n32 fixes for nlge.Jayachandran C.2010-09-212-4/+4
* Add 64 bit support to nlge, and additional fixesJayachandran C.2010-09-202-64/+131
* Fixes for XLR network accelerator driver (nlge).Jayachandran C.2010-09-174-59/+104
* RMI security accelerator driver update.Jayachandran C.2010-09-166-711/+117
* Update rge.h for r212758 - stats incremented using xlr_ldaddwu should beJayachandran C.2010-09-161-6/+7
* Network driver updates.Jayachandran C.2010-09-163-131/+124
* sys/mips/rmi/msgring.h - fixes and clean up.Jayachandran C.2010-09-133-248/+211