aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
...
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-022-0/+6
* Provide a simpler and more standards-compliant simplebus implementation toNathan Whitehorn2014-02-013-0/+693
* Remove an unneeded space in the BERI merge.Brooks Davis2014-01-301-1/+1
* Use the correct bitshift operators for the GPIO definitions.Adrian Chadd2014-01-221-17/+17
* Introduce grab and ungrab upcalls. When the kernel desires to grab theWarner Losh2014-01-194-1/+124
* Remove two redundantly repetitive assignments.Warner Losh2014-01-161-2/+0
* Fix the geom mappings for WR1043ND.Luiz Otavio O Souza2014-01-071-3/+3
* Retire machine/fdt.h as a header used by MI code, as its function is nowNathan Whitehorn2014-01-051-11/+0
* Add an FDT DTS and MDROOT kernel configuration for BERI on NetFPGA.Bjoern A. Zeeb2013-12-121-0/+28
* Use correct value pointing to previously selected FDT DTB.Bjoern A. Zeeb2013-12-121-1/+1
* Add missing includes.Juli Mallett2013-12-102-0/+3
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-307-12/+12
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-252-2/+1
* As of r257209, all architectures have defined VM_KMEM_SIZE_SCALE. In otherAlan Cox2013-11-081-9/+10
* Remove the gross hack for the Octeon Simple Executive to the leastWarner Losh2013-11-061-0/+4
* Teach nexus(4) about Open Firmware (e.g. FDT) on ARM and MIPS, retiringNathan Whitehorn2013-11-051-114/+132
* Fix some lingering build failures caused by fixing implicit inclusion ofMark Johnston2013-10-313-0/+5
* Remove references to an unused fasttrap probe hook, and remove theMark Johnston2013-10-311-3/+2
* Fix a typo introduced in r257338.Mark Johnston2013-10-311-1/+1
* nclude missing net/if_var.h.Andre Oppermann2013-10-301-0/+1
* Panics about how things can't be attached should probably happen in theNathan Whitehorn2013-10-293-9/+9
* Devices that rely on hints or identify routines for discovery need toNathan Whitehorn2013-10-2923-24/+25
* - Provide necessary includes.Gleb Smirnoff2013-10-2910-0/+10
* - Provide necessary includes, that before came via if.h pollution.Gleb Smirnoff2013-10-281-3/+4
* Add bus_dmamap_load_ma() function to load map with the array ofKonstantin Belousov2013-10-271-0/+10
* Add a configuration file and hints file for the Alfa Networks Hornet UBAdrian Chadd2013-10-252-0/+162
* MFP4:Brooks Davis2013-10-231-9/+23
* BERI_SIM.hint is no longer used, remove it.Brooks Davis2013-10-231-26/+0
* Revert r256934, it needs work to build on mips32.Brooks Davis2013-10-231-22/+9
* MFP4:Brooks Davis2013-10-221-0/+1
* MFP4:Brooks Davis2013-10-222-31/+29
* Remove a bit of debugging output that slipped into r256911.Brooks Davis2013-10-221-6/+0
* MFP4:Brooks Davis2013-10-223-8/+27
* MFP4:Brooks Davis2013-10-221-9/+22
* Enable ATSE_CFI_HACK in BERI configs, stable MAC addresses are useful.Brooks Davis2013-10-221-0/+1
* Sync BERI kernel configs with P4:Brooks Davis2013-10-228-116/+122
* MFP4: 223121 (PIC portion), 225861, 227822, 229692 (PIC only), 229693,Brooks Davis2013-10-222-0/+707
* Remove the isf(4) driver. It was created by accident and is subset ofBrooks Davis2013-10-213-38/+0
* MFP4: 221483, 221567, 221568, 221670, 221677, 221678, 221800, 221801,Brooks Davis2013-10-181-0/+3
* MFP4:Brooks Davis2013-10-181-3/+8
* Whilst here, document that this TX alignment requirement may acutallyAdrian Chadd2013-10-161-0/+8
* Allow the MDIO bus frequency to be selected.Adrian Chadd2013-10-162-2/+130
* Now that all of the on-chip switch and basic platform support is updated,Adrian Chadd2013-10-161-0/+101
* Yes, this board has 128mb of RAM.Adrian Chadd2013-10-161-1/+1
* Add in the platform specific quirks to get the AR934x SoC ethernetAdrian Chadd2013-10-161-7/+69
* Add in a write barrier after each if_arge write.Adrian Chadd2013-10-161-1/+11
* Add bus space barriers to the AR71xx SPI code.Adrian Chadd2013-10-161-3/+58
* Elminate NON_LEAF and use NESTED instead to unify our assemblerWarner Losh2013-10-155-19/+13
* Replace NLEAF with LEAF_NOPROFILE to unify the conventions we use inWarner Losh2013-10-152-3/+2
* Replace uses of the ALEAF macro with XLEAF and remove ALEAF macro toWarner Losh2013-10-154-9/+8