aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
...
* This particular work around isn't required any longer, now that theAdrian Chadd2011-12-311-4/+0
* - struct clocktime sets different ranges for DOW and monthOleksandr Tymoshenko2011-12-311-10/+17
* Oops - this was referencing a local file, which I've done away with.Adrian Chadd2011-12-311-1/+1
* - Pass proper endpoint number (without direction flag) toOleksandr Tymoshenko2011-12-311-1/+1
* Add a configuration file for the Atheros PB47 reference board.Adrian Chadd2011-12-302-0/+130
* Add a couple of missing wlan modules.Adrian Chadd2011-12-301-1/+1
* Remove trailing white-space.Marcel Moolenaar2011-12-301-4/+4
* Use curthread rather than PCPU_GET(curthread). 'curthread' usesJohn Baldwin2011-12-291-2/+2
* Flesh out the RSPRO GPIO config, including the RF LED.Adrian Chadd2011-12-292-0/+22
* Break out the AR71XX config file into _BASE and board specificAdrian Chadd2011-12-2910-123/+291
* - Add generic GPIO driver for Cavium Octeon. At the moment pin definition isOleksandr Tymoshenko2011-12-283-0/+551
* - Initialize compact_flash_attribute_base_addr from bootinfo structureOleksandr Tymoshenko2011-12-241-0/+2
* - Set CF physical address base in sysinfo structureOleksandr Tymoshenko2011-12-231-0/+2
* Remove these locks - they aren't strictly needed and cause measurableAdrian Chadd2011-12-201-13/+0
* Unbreak the OCTEON1 kernel build after r228483 removing the left overBjoern A. Zeeb2011-12-171-1/+0
* kern cons: introduce infrastructure for console grabbing by kernelAndriy Gapon2011-12-171-0/+14
* * Add in the gpio/gpioled drivers into AR91XX_BASE.Adrian Chadd2011-12-153-0/+49
* Re-jiggle the GPIO code a little to remove the hard-coded AR71xx GPIOAdrian Chadd2011-12-151-25/+38
* Implement better support for USB controller suspend and resume.Hans Petter Selasky2011-12-147-146/+56
* Replace __signed by signed.Ed Schouten2011-12-131-1/+1
* Style(9) changes.Adrian Chadd2011-12-133-126/+133
* Disable KDB/DDB options for XLP N32 compile.Jayachandran C.2011-12-051-0/+6
* Fix N32 compilation again for XLP.Jayachandran C.2011-12-051-1/+1
* Fix XLP compilation.Jayachandran C.2011-12-051-0/+2
* - Fix backtrace for MIPS64 platformOleksandr Tymoshenko2011-11-281-2/+5
* - Copy base MAC address from bootinfo descriptor to sysinfo structOleksandr Tymoshenko2011-11-281-0/+2
* Simplify arge_flush_ddr to use updated ar71xx_device_flush_ddr_ge(unit).Aleksandr Rybalko2011-11-281-4/+2
* Fix build, fininshing r228018.Gleb Smirnoff2011-11-281-2/+2
* Join chip depended methods for arge0 and arge1 into single call with unit.Aleksandr Rybalko2011-11-275-118/+101
* Change another instance of amd(4) to esp(4) missed in r227006.Marius Strobl2011-11-261-1/+1
* I've had verification that the second-last 64k is actually used by the tplinkAdrian Chadd2011-11-241-26/+9
* Now that I've brought up FreeBSD via flash, I've discovered thatAdrian Chadd2011-11-241-13/+34
* Flip on AR71XX_ENV_UBOOT so the environment variables are properlyAdrian Chadd2011-11-241-0/+4
* Introduce a new (global, sorry!) option which controls whetherAdrian Chadd2011-11-241-2/+14
* Flesh out a geom_map setup, so the kernel can be squeezed _onto_ the device.Adrian Chadd2011-11-242-6/+61
* Compile in the right bits so the AR9130 WMAC support functions correctly.Adrian Chadd2011-11-241-1/+13
* Add a comment documenting where the WMAC hangs off of.Adrian Chadd2011-11-241-0/+1
* Flip on these debugging options by default. This is -HEAD after all.Adrian Chadd2011-11-241-5/+5
* Slim the default build down a little:Adrian Chadd2011-11-241-5/+6
* Rename device_delete_all_children() into device_delete_children().Hans Petter Selasky2011-11-225-5/+5
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-2219-58/+19
* Do dcache flush on CPU core before enabling threads.Jayachandran C.2011-11-211-3/+42
* Merge XLP 3XX updates and related rework.Jayachandran C.2011-11-2113-1141/+891
* XLP processors have the release 2 pagegrain registerJayachandran C.2011-11-211-0/+3
* Always leave the -current kernel debugging options on.Adrian Chadd2011-11-211-5/+4
* Remove unused variable ubase.Jayachandran C.2011-11-191-2/+0
* Remvoe unused fileJayachandran C.2011-11-191-88/+0
* Fix USB compilation, and add USB options to XLP confJayachandran C.2011-11-192-1/+8
* Fixup cache flush definitions for XLPJayachandran C.2011-11-191-8/+8
* Whitespace fixes in XLP HAL files.Jayachandran C.2011-11-199-358/+358