summaryrefslogtreecommitdiff
path: root/sys/arch/octeon/dev
AgeCommit message (Expand)Author
2014-09-30implement atomic operations using ll/sc, and convert rw_cas and callers of theJonathan Matthew
2014-08-11Do not extern octeon_boot_info, <machine/octeonvar.h> declares it for you.Miod Vallat
2014-08-11Do not use CKSEG0 to quickly map physical addresses, but XKPHYS, for we areMiod Vallat
2014-08-11Get rid of the `quirks' member, which is never initialized (but by zero atMiod Vallat
2014-08-11Remove evcnt and %b format strings relying upon SEIL extensions. This givesMiod Vallat
2014-08-11De-static so that my ddb backtrace get closer to reality.Miod Vallat
2014-07-23correctly drain and destroy the bufq upon detachJasper Lievisse Adriaanse
2014-07-22- remove unneeded headerJasper Lievisse Adriaanse
2014-07-22better warning for 8bit cardsJasper Lievisse Adriaanse
2014-07-22- use DL_SECTOBLK() instead of handrolling the same functionalityJasper Lievisse Adriaanse
2014-07-22Switch to MI functions disk_{gone,openpart,closepart} instead of handrollingJasper Lievisse Adriaanse
2014-07-22<netinet/in_systm.h> is no longer needed.Martin Pieuchot
2014-07-21- whitespace cleanups (trailing whitespace, indentation)Jasper Lievisse Adriaanse
2014-07-14whitespaceJasper Lievisse Adriaanse
2014-07-13Keep track of port connections and port resets.Paul Irofti
2014-07-13Start handling host channel interrupts.Paul Irofti
2014-07-12Fix the last commit by proper dereferencing the disklabel partition.Paul Irofti
2014-07-12Fix USB connect freeze by clearing the host port interrupt.Paul Irofti
2014-07-12Oops. Correct variable name more likely to compile.Kenneth R Westerback
2014-07-12Calculate i/o starts and sizes in 'proper' sectors rather assumingKenneth R Westerback
2014-07-12WhitespacePaul Irofti
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-12Fix root hub descriptors by matching ehci(4)'s descriptors.Paul Irofti
2014-07-12Implement Set Port Feature request support.Paul Irofti
2014-07-12Add support for Get Port Status requests.Paul Irofti
2014-07-12Add support for Get Hub Descriptor requests.Paul Irofti
2014-07-12I don't need to treat the (half-)empty Tx and Rx FIFO cases.Paul Irofti
2014-07-12Add support for the CLEAR FEATURE requests.Paul Irofti
2014-07-11Enable the interrupt routine.Paul Irofti
2014-07-10panic() doesn't need a newlineJasper Lievisse Adriaanse
2014-07-10Add missing dmesg colon after probe information.Paul Irofti
2014-07-10Add bus and root hub routines to prevent panic at attach.Paul Irofti
2014-07-10Align octhci(4) with the other HC drivers and add it as a commented entryMartin Pieuchot
2014-07-09Add work-in-progress octeon USB host controller support.Paul Irofti
2014-07-09Kill unused shutdown hook pointers.Martin Pieuchot
2014-06-17The io clock on Octeon II (CN6xxx) runs at a different rate to the cpu clock.Jonathan Matthew
2014-05-11hide two printfs behind an ifdef DEBUG; spotted by miod@Jasper Lievisse Adriaanse
2014-05-10various format string fixes and remove -Wno-format from octeonJasper Lievisse Adriaanse
2014-05-07Fix whitespace mistakes.Paul Irofti
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-03-13Drop the REPUN bit from CvmCtl register not to allow unaligned access.YASUOKA Masahiko
2014-03-10- fix the mediastatus when the interface is not configured.Jasper Lievisse Adriaanse
2014-01-15Add support for the DS1337 TOD clocks found on some of the octeon models.Paul Irofti
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-01replace bare use of disksort with bufqs.David Gwynne
2013-10-30Remove redundant base adrress printing during attach.Paul Irofti
2013-10-24no need to inform us about every state and link speed change, so move thatJasper Lievisse Adriaanse
2013-10-24Add support for the hardware random number generator on the octeons.Paul Irofti