summaryrefslogtreecommitdiff
path: root/sys/arch/octeon
AgeCommit message (Expand)Author
2014-07-12move getchar() into libsa where applicableJasper Lievisse Adriaanse
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-12- replace main() with mips_init() so we can save the arguments from uboot toJasper Lievisse Adriaanse
2014-07-12Calculate i/o starts and sizes in 'proper' sectors rather assumingKenneth R Westerback
2014-07-12add guards to just make available to the bootblocks what they need.Jasper Lievisse Adriaanse
2014-07-12WhitespacePaul Irofti
2014-07-12rename variable to better indicate it's meaningJasper Lievisse Adriaanse
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-12fix annoying bug where the first character would be eaten, cnischar() wasJasper Lievisse Adriaanse
2014-07-12- fill in cninit to enable rtsJasper Lievisse Adriaanse
2014-07-12- rewrite register reading/writing to use octeon_xkphys_{read,write}_8 whichJasper Lievisse Adriaanse
2014-07-11boot(9): Undo curproc-overriding hacksMasao Uebayashi
2014-07-11"It's not the years, honey; it's the mileage."Ted Unangst
2014-07-11Enable the interrupt routine.Paul Irofti
2014-07-11add some more register definitionsJasper Lievisse Adriaanse
2014-07-11Convert bus_dmamem_map(9) to km_alloc(9) in order to make it fail andMartin Pieuchot
2014-07-10panic() doesn't need a newlineJasper Lievisse Adriaanse
2014-07-10Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting orMartin Pieuchot
2014-07-10boot(9): Remove comments about RB_*, "cold", and savectx()Masao Uebayashi
2014-07-10boot(): Remove comments about RB_TIMEBAD to reduce diffsMasao Uebayashi
2014-07-10Add missing dmesg colon after probe information.Paul Irofti
2014-07-10boot(): Unify declarationsMasao Uebayashi
2014-07-10Add bus and root hub routines to prevent panic at attach.Paul Irofti
2014-07-10Force iobus0 for octhci and maintain spacing style.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-09Add ffs routine needed for upcoming octhci interrupt routine.Paul Irofti
2014-07-09Kill unused shutdown hook pointers.Martin Pieuchot
2014-06-27Update list of .S depencies over assym.h.Miod Vallat
2014-06-17The io clock on Octeon II (CN6xxx) runs at a different rate to the cpu clock.Jonathan Matthew
2014-06-10add ppb to the configs as suggested by kettenis@Jasper Lievisse Adriaanse
2014-05-31Revert previous diff setting cold to 1 on shutdown because it breaks machineMartin Pieuchot
2014-05-30Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting orMartin Pieuchot
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