summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Fix relocations for MIPS64:gonzo2012-01-081-17/+82
* Fix DDB x/i addr[,count] command for count > 1 casegonzo2012-01-081-0/+1
* Fix the ar724x shift calculation when writing to the PCI config space.adrian2012-01-071-1/+1
* - Add better COP2 (crypto coprocessor) context handler for Octeon. Keepgonzo2012-01-0617-111/+1231
* This isn't required any longer - it turns out the flashadrian2012-01-051-13/+4
* Use geom_uncompress now, rather than geom_uzip.adrian2012-01-051-4/+4
* Apply the same change as in r229494.andreast2012-01-041-3/+11
* - Octeon-SDK strictly requires multi_count to be zero forgonzo2012-01-031-1/+1
* - Properly set IRQ handlers for all USB portsgonzo2012-01-012-37/+47
* This particular work around isn't required any longer, now that theadrian2011-12-311-4/+0
* - struct clocktime sets different ranges for DOW and monthgonzo2011-12-311-10/+17
* Oops - this was referencing a local file, which I've done away with.adrian2011-12-311-1/+1
* - Pass proper endpoint number (without direction flag) togonzo2011-12-311-1/+1
* Add a configuration file for the Atheros PB47 reference board.adrian2011-12-302-0/+130
* Add a couple of missing wlan modules.adrian2011-12-301-1/+1
* Remove trailing white-space.marcel2011-12-301-4/+4
* Use curthread rather than PCPU_GET(curthread). 'curthread' usesjhb2011-12-291-2/+2
* Flesh out the RSPRO GPIO config, including the RF LED.adrian2011-12-292-0/+22
* Break out the AR71XX config file into _BASE and board specificadrian2011-12-2910-123/+291
* - Add generic GPIO driver for Cavium Octeon. At the moment pin definition isgonzo2011-12-283-0/+551
* - Initialize compact_flash_attribute_base_addr from bootinfo structuregonzo2011-12-241-0/+2
* - Set CF physical address base in sysinfo structuregonzo2011-12-231-0/+2
* Remove these locks - they aren't strictly needed and cause measurableadrian2011-12-201-13/+0
* Unbreak the OCTEON1 kernel build after r228483 removing the left overbz2011-12-171-1/+0
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+14
* * Add in the gpio/gpioled drivers into AR91XX_BASE.adrian2011-12-153-0/+49
* Re-jiggle the GPIO code a little to remove the hard-coded AR71xx GPIOadrian2011-12-151-25/+38
* Implement better support for USB controller suspend and resume.hselasky2011-12-147-146/+56
* Replace __signed by signed.ed2011-12-131-1/+1
* Style(9) changes.adrian2011-12-133-126/+133
* Disable KDB/DDB options for XLP N32 compile.jchandra2011-12-051-0/+6
* Fix N32 compilation again for XLP.jchandra2011-12-051-1/+1
* Fix XLP compilation.jchandra2011-12-051-0/+2
* - Fix backtrace for MIPS64 platformgonzo2011-11-281-2/+5
* - Copy base MAC address from bootinfo descriptor to sysinfo structgonzo2011-11-281-0/+2
* Simplify arge_flush_ddr to use updated ar71xx_device_flush_ddr_ge(unit).ray2011-11-281-4/+2
* Fix build, fininshing r228018.glebius2011-11-281-2/+2
* Join chip depended methods for arge0 and arge1 into single call with unit.ray2011-11-275-118/+101
* Change another instance of amd(4) to esp(4) missed in r227006.marius2011-11-261-1/+1
* I've had verification that the second-last 64k is actually used by the tplinkadrian2011-11-241-26/+9
* Now that I've brought up FreeBSD via flash, I've discovered thatadrian2011-11-241-13/+34
* Flip on AR71XX_ENV_UBOOT so the environment variables are properlyadrian2011-11-241-0/+4
* Introduce a new (global, sorry!) option which controls whetheradrian2011-11-241-2/+14
* Flesh out a geom_map setup, so the kernel can be squeezed _onto_ the device.adrian2011-11-242-6/+61
* Compile in the right bits so the AR9130 WMAC support functions correctly.adrian2011-11-241-1/+13
* Add a comment documenting where the WMAC hangs off of.adrian2011-11-241-0/+1
* Flip on these debugging options by default. This is -HEAD after all.adrian2011-11-241-5/+5
* Slim the default build down a little:adrian2011-11-241-5/+6
* Rename device_delete_all_children() into device_delete_children().hselasky2011-11-225-5/+5
* - There's no need to overwrite the default device method with the defaultmarius2011-11-2219-58/+19
OpenPOWER on IntegriCloud