summaryrefslogtreecommitdiffstats
path: root/sys/mips/rmi
Commit message (Expand)AuthorAgeFilesLines
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-272-3/+3
* Add domain support to PCI bus allocationzbb2015-09-161-1/+1
* Remove rge driver from Broadcom XLRsbruno2015-09-045-3716/+8
* Make Broadcom XLR use shared ds1374 RTC driver.sbruno2015-07-293-149/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-2/+2
* Use sbuf_printf() for sysctl strings instead of static buffers and snprintf.ian2015-03-141-12/+8
* Use SYSCTL_OUT_STR() to return strings.ian2015-03-141-1/+1
* Add 64-bit DMA support in the XHCI controller driver.hselasky2015-01-051-0/+1
* Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedjmg2014-12-121-7/+2
* Renove faith(4) and faithd(8) from base. It looks like industrymelifaro2014-11-091-1/+0
* Convert remaining {g,s}etenv->kern_{g,s}etenvdavide2014-10-171-2/+2
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-161-3/+3
* Mechanically convert to if_inc_counter().glebius2014-09-192-5/+7
* Remove /etc/gnats from here, too.gavin2014-06-201-2/+0
* Remove IPX support.glebius2014-03-141-2/+0
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbitglebius2014-03-131-3/+3
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-301-1/+1
* Fix some lingering build failures caused by fixing implicit inclusion ofmarkj2013-10-311-0/+1
* Panics about how things can't be attached should probably happen in thenwhitehorn2013-10-291-3/+3
* Devices that rely on hints or identify routines for discovery need tonwhitehorn2013-10-292-2/+2
* 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
OpenPOWER on IntegriCloud