summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Mips Atheros AR71XX: make PCI base slot configurable through hints.monthadar2013-01-061-2/+15
* Add basic support for the Ubiquiti EdgeRouter Lite.jmallett2013-01-021-0/+1
* Merge @219932 from Perforce:rwatson2013-01-011-0/+2
* If FDT is compiled into a FreeBSD/beri kernel, initialise OpenFirmware.rwatson2012-12-311-0/+20
* Eliminate some definitions that haven't been used in a decade or more.alc2012-12-191-14/+0
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-059-13/+13
* Use bootverbose to control debug printfs from the Cavium Simple Executivejmallett2012-11-241-0/+18
* o) Add support for specifying a model of Octeon to target at compile-time,jmallett2012-11-242-10/+36
* Prevent hang on ATCA-7220 when transmitting packets < 60 bytes.jmallett2012-11-191-0/+13
* Remove redundant printf of SDK version which already appears earlier in boot.jmallett2012-11-191-2/+0
* Add basic support for the Radisys-specific PCI console mechanism found on thejmallett2012-11-191-11/+125
* o) Do boot descriptor parsing before console setup so that we can use a consolejmallett2012-11-191-79/+75
* Remove one wholly-unused and buggy routine and some nearby alternative symbols.jmallett2012-11-171-60/+1
* Ensure hwpmc support is correctly included.adrian2012-11-171-0/+1
* Make MIPS24k PMC optional on "hwpmc_mips24k."adrian2012-11-171-1/+1
* Migrate the AR71xx UART (an 8250 derivative) to hide behind uart_ar71xx.adrian2012-11-175-2/+6
* Flip the semantic of M_NOWAIT to only require the allocation to notkib2012-11-141-7/+2
* The function pmap_alloc_direct_page() unconditionally zeroes the returnedalc2012-11-143-5/+7
* Add preliminary Octeon PCI console support. Radisys-specific PCI consolejmallett2012-11-132-0/+124
* Add some useful options to consider.jmallett2012-11-131-0/+14
* 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
OpenPOWER on IntegriCloud