summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* We don't need to call EOWRITE4(sc, EHCI_USBINTR, 0) directly from each EHCIhselasky2011-04-122-14/+0
* if_arge has had a strange bug that only appears during high trafficadrian2011-04-051-0/+21
* * Add some more debugging to if_argeadrian2011-04-052-2/+33
* Put the ARGE_DEBUG behind a kernel config option.adrian2011-04-051-4/+10
* Begin fleshing out a functioning debugging setup for if_arge.adrian2011-04-051-13/+22
* - Correct EHCI interrupt disabling at detach.hselasky2011-04-032-2/+2
* Import the initial CPU support for the MIPS RALink RT305x SoC.adrian2011-04-0321-0/+4031
* Add in some missing flags in the EHCI initialisation code,adrian2011-04-031-0/+7
* Commit configuration files for the AR913x SoC and the TP-Link WR-1043ND.adrian2011-04-034-0/+197
* A handful of the openwrt devices use a MAC address that's at a hard-codedadrian2011-04-021-0/+21
* Break out the ath PCI logic into a separate device/module.adrian2011-03-314-3/+6
* Implement AR724x USB initialisation code.adrian2011-03-312-1/+48
* The previous commit didn't completely rename this to what it should be.adrian2011-03-281-1/+1
* Refactor out the ar71xx mac address code into something that'sadrian2011-03-271-17/+30
* Add an option - AR71XX_REALMEM - which overrides the amount ofadrian2011-03-271-0/+14
* Add some missing flags needed for AR913x/AR724x USB to correctly operate.adrian2011-03-271-0/+14
* For now remove options FLOWTABLE from the remaining GENERIC kernelbz2011-03-191-1/+0
* o) Set MAC addresses starting at the MAC base for all management ports, notjmallett2011-03-164-39/+34
* o) Tear down receive interrupt on detach.jmallett2011-03-164-7/+7
* o) Clean up FPA pools on module unload.jmallett2011-03-162-9/+47
* o) Properly size caches and TLB on Octeon.jmallett2011-03-162-12/+50
* * Add wireless MAC reset, in prep for bringing over AR9130 support.adrian2011-03-131-4/+15
* Add the missing AR724x DDR flush routines for if_arge0.adrian2011-03-132-0/+5
* Fix the TX underrun status reset; remove a now unused variable.adrian2011-03-132-3/+1
* Commit FIFO configuration fixes from OpenWRT. This fixes performanceadrian2011-03-131-4/+28
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-082-0/+3
* Increase NKPT in case of n32 and n64 to support more physical memory.jchandra2011-03-011-0/+4
* Use new thread's stack to invoke pmap_activate in cpu_switch()jchandra2011-03-011-17/+4
* Use correct types and fromats for physical addressjchandra2011-02-282-12/+11
* Use vm_offset_t for virtual addresses.jchandra2011-02-281-2/+2
* Fix typos - remove duplicate "the".brucec2011-02-213-5/+5
* Remove pmap fields that are either unused or not fully implemented.alc2011-02-171-2/+0
* The Lanner MR-730 uses the first two MACs at its MAC base for the 10/100jmallett2011-02-122-4/+37
* Allow the platform code to return a bitmask of running cores rather than justjmallett2011-02-125-22/+30
* o) Cavium Octeon doesn't need nop barriers.jmallett2011-02-061-0/+42
* Replace __LP64__ with __mips_n64. This partly reverts r217147.tijl2011-02-044-12/+12
* Put the general logic for being a CPU hog into a new functionmdf2011-02-021-2/+1
* Implement sf_buf using direct map (XKPHYS) in MIPS n64.jchandra2011-01-273-3/+40
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-212-4/+2
* If there is no WQE available for a packet that needs segmentation, drop itjmallett2011-01-201-1/+6
* Remove some compile-time options from the driver, particularly async IOBDMAjmallett2011-01-204-114/+19
* Use simplified ldscripts rather than specific onesimp2011-01-203-3/+3
* Move 'cpu CPU_RMI' to std.xlr, this is common for all XLR cpus.jchandra2011-01-204-14/+4
* Re-format XLR configuartion files and remove obsolete options.jchandra2011-01-203-104/+93
* ldscript and conf cleanup for MIPSjchandra2011-01-204-15/+7
* Fixes in the XLR platform codejchandra2011-01-202-3/+3
* Fix build by changing format for size_t to %jdgonzo2011-01-201-14/+14
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingmdf2011-01-192-6/+6
* Fix format of physical addresses; this fixes the n32 build.jmallett2011-01-191-3/+3
* Don't do a device_identify to add uart0, it's already hinted.jmallett2011-01-191-8/+0
OpenPOWER on IntegriCloud