summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Do not configure all pins as outputs as this can lead to short circuits whenloos2014-05-101-4/+8
* Remove an old mistake of mine. This has sneak in the code i sent to gonzoloos2014-05-101-10/+0
* Add support for reading RouterBoard's memory which is passed by the loaderloos2014-05-091-0/+36
* When a GPIO pin is set to be turned on by kernel hints (hint.gpio.X.pinon)loos2014-05-091-1/+4
* Bring in the mpr(4) driver for LSI's MPT3 12Gb SAS controllers.ken2014-05-021-0/+1
* Update comment.marius2014-04-291-1/+1
* After r264897 restore the ability to add bootoptions from FDT forbz2014-04-291-1/+50
* Retire smp_active. It was racey and caused demonstrated problems withscottl2014-04-261-1/+0
* Fix beri_simplebus probing. It's not allowed to have two modules on thebrooks2014-04-241-3/+4
* Merge from CheriBSD:brooks2014-04-241-50/+31
* More like gone in 11...imp2014-04-241-21/+0
* Fix typo and case inconsistency in MIPS CP0 register names.rwatson2014-04-171-1/+1
* Based on xlp_machdep.c and completed the list of options based onbz2014-04-171-0/+49
* Add the initial version of if_nf10bmac(4), a driver to support anbz2014-04-172-0/+7
* Change kernel/rootfs hints to use search patterns instead of absolutesbruno2014-04-041-2/+2
* Add support for the Dlink DIR-825C1 74k MIPS router based on Atherossbruno2014-04-032-0/+196
* Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4tijl2014-04-011-1/+1
* For BERI on NetFPGA assume HZ=100 by default.bz2014-03-221-1/+4
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-223-6/+6
* In kernel config files, it is supposed to be 'options<space><tab>' notimp2014-03-1833-346/+346
* Extend the Atheros SoC support to include a method to enable/disableadrian2014-03-182-0/+36
* Add the AR934x NAND flash controller register definitions.adrian2014-03-181-0/+177
* Update NetBSD Foundation copyrights to 2-clause BSDemaste2014-03-185-35/+0
* Implement apb_print_child().adrian2014-03-171-0/+34
* The AR71xx has APB interrupts in the MISC registers from 0-7, lateradrian2014-03-161-4/+6
* * Handle the three other timer interrupts for now, from the AR724xadrian2014-03-161-3/+3
* Handle the case where both arge0 and arge1 MAC addresses are available viaadrian2014-03-161-1/+18
* * Add ethernet MAC configuration from the EEPROM for arge0/arge1adrian2014-03-161-1/+7
* 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
* Delete stray clause 3 (Advertising clause) and renumber while i'mimp2014-03-111-1/+1
* Remove clause 3 (the advertising clause), per the regent's letter.imp2014-03-111-5/+1
* Populate the GPIO pins and GPIOLED configssbruno2014-03-051-3/+72
* Update location of hints and name of the kernel we are building.sbruno2014-03-052-5/+5
* Rename the Dlink 825 configuration file to indicate that this is for thesbruno2014-03-052-0/+0
* Add the USB EHCI flags required for the post-AR71xx devices.adrian2014-03-021-2/+3
* Add the DB120 specific hints for the AR8327.adrian2014-02-261-24/+26
* Add the AR8327 bits to the DB120 config file.adrian2014-02-241-8/+34
* Update MIPS bootinfo.h to reflect the actual MIPS boot2/loader boot-timerwatson2014-02-191-87/+30
* Retire the nve(4) driver; nfe(4) has been the default driver for NVIDIAbrueffer2014-02-161-1/+0
* Enable use of the PCIe connected wifi on the DB120 (AR9344) board.adrian2014-02-144-0/+20
* Disable this check for now; it fails on the AR9344 PCI fixup code.adrian2014-02-141-0/+2
* Add the ath0 EEPROM hints required to detect the on-chip wifi.adrian2014-02-141-0/+10
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems tonwhitehorn2014-02-052-16/+1
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-022-0/+6
* Provide a simpler and more standards-compliant simplebus implementation tonwhitehorn2014-02-013-0/+693
* Remove an unneeded space in the BERI merge.brooks2014-01-301-1/+1
* Use the correct bitshift operators for the GPIO definitions.adrian2014-01-221-17/+17
* Introduce grab and ungrab upcalls. When the kernel desires to grab theimp2014-01-194-1/+124
* Remove two redundantly repetitive assignments.imp2014-01-161-2/+0
OpenPOWER on IntegriCloud