summaryrefslogtreecommitdiff
path: root/sys/arch/octeon
AgeCommit message (Expand)Author
2014-05-11hide two printfs behind an ifdef DEBUG; spotted by miod@Jasper Lievisse Adriaanse
2014-05-10spello in comment and tweak DUMP_BOOT_DESC a tadJasper Lievisse Adriaanse
2014-05-10various format string fixes and remove -Wno-format from octeonJasper Lievisse Adriaanse
2014-05-07Fix whitespace mistakes.Paul Irofti
2014-05-06Enable brswphy(4) on the Octeon platform.Paul Irofti
2014-04-03Moar <uvm/uvm.h> -> <uvm/uvm_extern.h> love.Martin Pieuchot
2014-03-31Due the virtually indexed nature of the L1 instruction cache on most mipsMiod Vallat
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-03-21Rename the symbolic constants for the pmap-specific vm_pag pg_flags fromMiod Vallat
2014-03-13get rid of the assumption that the head of the alldevs list is theDavid Gwynne
2014-03-13Drop the REPUN bit from CvmCtl register not to allow unaligned access.YASUOKA Masahiko
2014-03-10Support BUS_DMA_NOCACHE in bus_dma(9). Memory allocations done withMiod Vallat
2014-03-10- fix the mediastatus when the interface is not configured.Jasper Lievisse Adriaanse
2014-03-09Rework the per-cpu cache information. Use a common struct to store the lineMiod Vallat
2014-01-15Enable by default the DS1337 TOD clock.Paul Irofti
2014-01-15Add support for the DS1337 TOD clocks found on some of the octeon models.Paul Irofti
2013-12-28crank the versionTheo de Raadt
2013-12-26When running the ll/sc version of the mutex code (for MULTIPROCESSOR kernels),Miod Vallat
2013-12-08reflect reality, mark as NOOBJMarc Espie
2013-12-05Correct spin timeout detection in __mp_lock debug code.Masao Uebayashi
2013-11-05octrng: Add name checks during match.Paul Irofti
2013-11-05octrng: Fix control flags.Paul Irofti
2013-11-05octrng: Disable debug by default.Paul Irofti
2013-11-05Add a stub for the new MD hook needed to handle ACPI Power Resources.Martin Pieuchot
2013-11-04A few too many tabs snuck in there.Brian Callahan
2013-11-04Add RCS ID.Brian Callahan
2013-11-04remove iop(4) driver. it is entirely unmaintained and supports somethingTheo de Raadt
2013-11-04remove iop(4) driver. it is entirely unmaintained and supports somethingTheo de Raadt
2013-11-01replace bare use of disksort with bufqs.David Gwynne
2013-10-30Remove redundant base adrress printing during attach.Paul Irofti
2013-10-30It seems an immediate read is necessary when doing a write to an RSLPaul Irofti
2013-10-24no need to inform us about every state and link speed change, so move thatJasper Lievisse Adriaanse
2013-10-24Enable octrng(4).Paul Irofti
2013-10-24Add support for the hardware random number generator on the octeons.Paul Irofti
2013-10-23Do not print the higher address of the muticast range in debug mode,Martin Pieuchot
2013-10-22Replace some backwards compat functions with the current ones; the oldBrian Callahan
2013-10-19Use daddr_t * instead of int * for the partoffp parameter toKenneth R Westerback
2013-10-15Rewrite the awk script that generates the data for option DDB_STRUCT:Philip Guenther
2013-09-28In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddbMiod Vallat
2013-09-19get ethernet working on the edgerouter liteJonathan Matthew
2013-09-16work out phy addresses before attaching cnmac and pass them to mii_attachJonathan Matthew
2013-08-29Ditch useless variable during attach.Paul Irofti
2013-08-29Fix attach messages format for the pcibus.Paul Irofti
2013-08-23Fix memory initialization for octeon's with less than 256MB.Paul Irofti
2013-08-21Missed a spot in my last commit.Paul Irofti
2013-08-20Have some style(9).Paul Irofti
2013-08-20Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago.Antoine Jacoutot
2013-08-17Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-08-15Include files.agp and files.drm from files.pci. Makes sure "drm.h" getsMark Kettenis
2013-06-23Stop using -traditional-cpp on gcc3/4 platforms.Miod Vallat