summaryrefslogtreecommitdiff
path: root/sys/arch/octeon
AgeCommit message (Expand)Author
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
2013-06-13- fix devboot() to properly retrieve octcf0a and add a comment for laterJasper Lievisse Adriaanse
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2013-06-09fix guard; Franco FichtnerTheo de Raadt
2013-06-05remove unused functionJasper Lievisse Adriaanse
2013-06-05add XXX comment for delay_changed, untill we figure out what it actually does.Jasper Lievisse Adriaanse
2013-06-05remove ugly hack we couldn't figure out what it was used for, only that itJasper Lievisse Adriaanse
2013-06-05whitespaceJasper Lievisse Adriaanse
2013-06-05- add missing SUBDIRJasper Lievisse Adriaanse
2013-06-05ditch local ld.script and use conf/ld.script instead, and adjust entryJasper Lievisse Adriaanse