summaryrefslogtreecommitdiff
path: root/sys/arch/octeon
AgeCommit message (Expand)Author
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
2013-06-05add WIP second stage bootloader for octeon; far from working and contains man...Jasper Lievisse Adriaanse
2013-06-03more fuse in more places. credit: miodTed Unangst
2013-06-02move octeonreg.h to a more generic location and add multiple inclusionJasper Lievisse Adriaanse
2013-06-02remove unneeded octeonreg.h includeJasper Lievisse Adriaanse
2013-06-02- remove double rcs idsJasper Lievisse Adriaanse
2013-06-01remove unused octeon prefetch macros which won't work due to the fact itJasper Lievisse Adriaanse
2013-06-01as discussed with uebayasi@ we should only use the "sync" instruction on octeon,Jasper Lievisse Adriaanse