summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Update AP96 to directly attach an arswitch.adrian2012-11-071-0/+8
* Hint miibus to attach arswitch on AP91, AP93 and RSPRO boards.ray2012-11-073-0/+3
* Rework the known rwlock to benefit about staying on their ownattilio2012-11-031-10/+1
* Drop this from 500 to 128, to save a little space on memory constrainedadrian2012-11-021-1/+1
* Free the dma map -after- it's checked, not before. Or you'll beadrian2012-11-021-1/+1
* Don't disable PCIe just because the host is not a PCI host; the latter flagjmallett2012-11-011-4/+4
* Fix longstanding misprint.jmallett2012-10-311-1/+1
* If the CF physical base is 0, attach no CF devices. This fixes a warningjmallett2012-10-311-0/+2
* Actually check board type rather than using a specialized octeon_is_simulationjmallett2012-10-308-30/+9
* Remove oct_read64 and oct_write64 and use their equivalents from the Simplejmallett2012-10-302-145/+11
* Remove stale declarations.jmallett2012-10-301-3/+0
* Speed feature tests and initialize helper configuration that some CPUs require.jmallett2012-10-302-0/+7
* Add a sysctl to change the LED display.jmallett2012-10-291-0/+41
* Wrap some long lines and display board serial numbers at boot.jmallett2012-10-291-2/+8
* Use Simple Executive LED display routines, which correctly use the LED basejmallett2012-10-295-225/+15
* Add missing return that broke 8-bit CF support in refactoring in r222671.jmallett2012-10-271-0/+1
* Eliminate a redundant TLB invalidation from pmap_pv_reclaim().alc2012-10-271-1/+0
* Add support for Radisys as a vendor of Octeon hardware. Add some preliminaryjmallett2012-10-261-0/+1
* Don't attach if the bootloader has not indicated that we're a PCI host. Thisjmallett2012-10-261-1/+3
* Fix spelling of NFSCL option.thompsa2012-10-232-2/+2
* Turns out the nvram env was common, so move it back up to get PB92 working.imp2012-10-231-1/+0
* Add RT305x specific devices here.imp2012-10-231-0/+2
* Remove ZERO_COPY_SOCKETS from kernel configuration as the currentandre2012-10-221-1/+0
* remove duplicate semicolons where possible.eadler2012-10-221-1/+1
* Disconnect non-MPSAFE NTFS from the build in preparation for droppingattilio2012-10-171-1/+0
* Correct an error in pmap_pv_reclaim(). It can legitimately encounteralc2012-10-141-2/+2
* Add an unified macro to deny ability from the compiler to reorderattilio2012-10-091-1/+1
* Optimize the TLB invalidations performed by pmap_protect(). Use the newalc2012-10-071-20/+41
* In general pmap implementations do not set the wired attribute onalc2012-10-061-7/+5
* Correct two pessimizations in pmap_extract_and_hold(). Test the PTE foralc2012-10-061-11/+12
* Eliminate a stale and a duplicated comment.alc2012-10-051-14/+0
* Reimplement pmap_qremove() using the new TLB invalidation function foralc2012-10-031-7/+11
* Introduce a new TLB invalidation function for efficiently invalidatingalc2012-10-023-9/+129
* Inherit USB mode from RootHUB port where the USB device is connected.hselasky2012-10-011-4/+0
* Eliminate a stale comment. It describes another use case for the pmap inalc2012-09-281-7/+0
* Prefer __containerof() above member2struct().ed2012-09-151-1/+1
* Simplify pmap_unmapdev(). Since kmem_free() eventually calls pmap_remove(),alc2012-09-101-4/+2
* userret() already checks for td_locks when INVARIANTS is enabled, soattilio2012-09-081-1/+0
* pmap_remove:alc2012-09-081-30/+18
* Eliminate unnecessary NULL checks.alc2012-09-071-2/+2
* Dynamically allocate the S/G lists passed to callback routines rather thanjhb2012-09-061-25/+36
* Don't hardcode paths to MFS_IMAGE in the kernel config. When they don'tbrooks2012-09-052-2/+0
* Rename {_,}pmap_unwire_pte_hold() to {_,}pmap_unwire_ptp() and update thealc2012-09-051-22/+18
* Calculate the new PTE value in pmap_enter() before acquiring any locks.alc2012-09-021-24/+17
* Introduce a new software PTE flag that indicates whether the mapping isalc2012-09-013-41/+29
* The DIR-825 cal data is in an odd spot. I don't know why it's here.adrian2012-08-301-3/+6
* More attempts at space saving.adrian2012-08-291-2/+4
* Bring over a configuration for the Atheros AP91 reference board.adrian2012-08-292-0/+167
* * Don't compile in sysctl descriptionsadrian2012-08-281-1/+4
* oops, make cfg read-write.adrian2012-08-281-1/+1
OpenPOWER on IntegriCloud