summaryrefslogtreecommitdiffstats
path: root/sys/mips/rmi
Commit message (Expand)AuthorAgeFilesLines
* MFC r275732:Luiz Otavio O Souza2015-10-201-7/+2
* MFC r266969 and r276717:hselasky2015-02-051-0/+1
* Merge r267482,r267483,r267486,r267577,r267671,r267672 from head:gavin2014-06-221-2/+0
* MFC r257334, r257336, r257337, r257338, r257341, r257342, r257343, r257370,ian2014-05-142-2/+2
* MFC r258779,r258780,r258787,r258822:eadler2014-02-041-1/+1
* MFcalloutng:mav2013-02-281-17/+9
* Clean some 'svn:executable' properties in the tree.pfg2013-01-261-0/+0
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-052-2/+2
* remove duplicate semicolons where possible.eadler2012-10-221-1/+1
* Disconnect non-MPSAFE NTFS from the build in preparation for droppingattilio2012-10-171-1/+0
* auth.conf is dead.des2012-06-121-1/+2
* o) Use ABI, not ISA_* options, to determine whether to compile bits if libkernjmallett2012-03-121-2/+0
* Remove platform APIs which are not used by any code and which had only stubjmallett2012-03-121-18/+0
* Implement better support for USB controller suspend and resume.hselasky2011-12-141-50/+8
* Rename device_delete_all_children() into device_delete_children().hselasky2011-11-221-1/+1
* - There's no need to overwrite the default device method with the defaultmarius2011-11-224-14/+4
* Remove duplicate header includeskevlo2011-06-263-4/+0
* Fix a brain-o in platform_cpu_mask() by just specifying a possibleattilio2011-05-131-6/+4
* Add the cpuset_t conversion for mips.attilio2011-05-131-3/+9
* Change rman_manage_region() to actually honor the rm_start and rm_endjhb2011-04-291-2/+2
* We don't need to call EOWRITE4(sc, EHCI_USBINTR, 0) directly from each EHCIhselasky2011-04-121-7/+0
* - Correct EHCI interrupt disabling at detach.hselasky2011-04-031-1/+1
* Fix typos - remove duplicate "the".brucec2011-02-211-2/+2
* Allow the platform code to return a bitmask of running cores rather than justjmallett2011-02-121-3/+3
* Move 'cpu CPU_RMI' to std.xlr, this is common for all XLR cpus.jchandra2011-01-201-3/+1
* Fixes in the XLR platform codejchandra2011-01-202-3/+3
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingmdf2011-01-191-3/+3
* Fix format of physical addresses; this fixes the n32 build.jmallett2011-01-191-3/+3
* Support for 64 bit PTEs on n32 and n64 compilation.jchandra2011-01-131-0/+2
* The message ring interrupt needs to be enabled for all cpus, not justjchandra2011-01-121-65/+52
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated byjhb2011-01-063-4/+4
* 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-128-256/+704
* fix atomic_set_xxx misuse in rgeavg2010-12-111-2/+2
* Fix compilation when DEBUG option is enabled.jchandra2010-12-092-8/+0
* - dump_avail layout should be sequence of [start, end)gonzo2010-12-091-4/+4
* - Populate dump_avail with proper values from phys_availgonzo2010-12-091-0/+7
* 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-221-5/+5
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-5/+5
* Network driver updatesjchandra2010-10-202-7/+7
* On uniprocessor, warn and fixup hardware cpu mask if more than on CPUjchandra2010-10-201-1/+9
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-4/+6
* 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
OpenPOWER on IntegriCloud