summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Do dcache flush on CPU core before enabling threads.jchandra2011-11-211-3/+42
* Merge XLP 3XX updates and related rework.jchandra2011-11-2113-1141/+891
* XLP processors have the release 2 pagegrain registerjchandra2011-11-211-0/+3
* Always leave the -current kernel debugging options on.adrian2011-11-211-5/+4
* Remove unused variable ubase.jchandra2011-11-191-2/+0
* Remvoe unused filejchandra2011-11-191-88/+0
* Fix USB compilation, and add USB options to XLP confjchandra2011-11-192-1/+8
* Fixup cache flush definitions for XLPjchandra2011-11-191-8/+8
* Whitespace fixes in XLP HAL files.jchandra2011-11-199-358/+358
* Rearrange XLP configuration files.jchandra2011-11-185-214/+89
* Fix COP0 hazards for XLR and XLPjchandra2011-11-183-1/+12
* Do pmap update only on active CPUs.jchandra2011-11-171-98/+64
* Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default onattilio2011-11-081-0/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-072-2/+2
* Add support for VM_ALLOC_WIRED and VM_ALLOC_ZERO to vm_page_alloc_freelist()alc2011-11-021-3/+2
* People porting FreeBSD to new architectures ought not have todas2011-10-211-0/+2
* Keep FDT options commented until dtc is build by default for mipsjchandra2011-10-192-6/+6
* Fix wakeup latency when sleeping with 'wait'jchandra2011-10-183-17/+51
* Fix XLP compile failure on n32 abi.jchandra2011-10-181-1/+1
* Support for booting XLP using FDT.jchandra2011-10-187-98/+216
OpenPOWER on IntegriCloud