aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptAttilio Rao2014-06-161-1/+1
* Fix various NIC drivers to properly cleanup static DMA resources.John Baldwin2014-06-112-16/+12
* Hook the ISP/SAF1761 driver into MIPS kernel builds.Hans Petter Selasky2014-05-291-0/+9
* Commit the rest of the changes that were intended to be part of r266826.Mark Johnston2014-05-291-22/+0
* Remove duplicate:Sean Bruno2014-05-211-1/+0
* Let's just use the mib0 partition for our configurations pace. It'sAdrian Chadd2014-05-191-2/+3
* Do not configure all pins as outputs as this can lead to short circuits whenLuiz Otavio O Souza2014-05-101-4/+8
* Remove an old mistake of mine. This has sneak in the code i sent to gonzoLuiz Otavio O Souza2014-05-101-10/+0
* Add support for reading RouterBoard's memory which is passed by the loaderLuiz Otavio O Souza2014-05-091-0/+36
* When a GPIO pin is set to be turned on by kernel hints (hint.gpio.X.pinon)Luiz Otavio O Souza2014-05-091-1/+4
* Bring in the mpr(4) driver for LSI's MPT3 12Gb SAS controllers.Kenneth D. Merry2014-05-021-0/+1
* Update comment.Marius Strobl2014-04-291-1/+1
* After r264897 restore the ability to add bootoptions from FDT forBjoern A. Zeeb2014-04-291-1/+50
* Retire smp_active. It was racey and caused demonstrated problems withScott Long2014-04-261-1/+0
* Fix beri_simplebus probing. It's not allowed to have two modules on theBrooks Davis2014-04-241-3/+4
* Merge from CheriBSD:Brooks Davis2014-04-241-50/+31
* More like gone in 11...Warner Losh2014-04-241-21/+0
* Fix typo and case inconsistency in MIPS CP0 register names.Robert Watson2014-04-171-1/+1
* Based on xlp_machdep.c and completed the list of options based onBjoern A. Zeeb2014-04-171-0/+49
* Add the initial version of if_nf10bmac(4), a driver to support anBjoern A. Zeeb2014-04-172-0/+7
* Change kernel/rootfs hints to use search patterns instead of absoluteSean Bruno2014-04-041-2/+2
* Add support for the Dlink DIR-825C1 74k MIPS router based on AtherosSean Bruno2014-04-032-0/+196
* Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4Tijl Coosemans2014-04-011-1/+1
* For BERI on NetFPGA assume HZ=100 by default.Bjoern A. Zeeb2014-03-221-1/+4
* Rename global cnt to vm_cnt to avoid shadowing.Bryan Drewery2014-03-223-6/+6
* In kernel config files, it is supposed to be 'options<space><tab>' notWarner Losh2014-03-1833-346/+346
* Extend the Atheros SoC support to include a method to enable/disableAdrian Chadd2014-03-182-0/+36
* Add the AR934x NAND flash controller register definitions.Adrian Chadd2014-03-181-0/+177
* Update NetBSD Foundation copyrights to 2-clause BSDEd Maste2014-03-185-35/+0
* Implement apb_print_child().Adrian Chadd2014-03-171-0/+34
* The AR71xx has APB interrupts in the MISC registers from 0-7, laterAdrian Chadd2014-03-161-4/+6
* * Handle the three other timer interrupts for now, from the AR724xAdrian Chadd2014-03-161-3/+3
* Handle the case where both arge0 and arge1 MAC addresses are available viaAdrian Chadd2014-03-161-1/+18
* * Add ethernet MAC configuration from the EEPROM for arge0/arge1Adrian Chadd2014-03-161-1/+7
* Remove IPX support.Gleb Smirnoff2014-03-141-2/+0
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 GbitGleb Smirnoff2014-03-131-3/+3
* Delete stray clause 3 (Advertising clause) and renumber while i'mWarner Losh2014-03-111-1/+1
* Remove clause 3 (the advertising clause), per the regent's letter.Warner Losh2014-03-111-5/+1
* Populate the GPIO pins and GPIOLED configsSean Bruno2014-03-051-3/+72
* Update location of hints and name of the kernel we are building.Sean Bruno2014-03-052-5/+5
* Rename the Dlink 825 configuration file to indicate that this is for theSean Bruno2014-03-052-0/+0
* Add the USB EHCI flags required for the post-AR71xx devices.Adrian Chadd2014-03-021-2/+3
* Add the DB120 specific hints for the AR8327.Adrian Chadd2014-02-261-24/+26
* Add the AR8327 bits to the DB120 config file.Adrian Chadd2014-02-241-8/+34
* Update MIPS bootinfo.h to reflect the actual MIPS boot2/loader boot-timeRobert Watson2014-02-191-87/+30
* Retire the nve(4) driver; nfe(4) has been the default driver for NVIDIAChristian Brueffer2014-02-161-1/+0
* Enable use of the PCIe connected wifi on the DB120 (AR9344) board.Adrian Chadd2014-02-144-0/+20
* Disable this check for now; it fails on the AR9344 PCI fixup code.Adrian Chadd2014-02-141-0/+2
* Add the ath0 EEPROM hints required to detect the on-chip wifi.Adrian Chadd2014-02-141-0/+10
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems toNathan Whitehorn2014-02-052-16/+1