summaryrefslogtreecommitdiffstats
path: root/sys/arch/octeon/dev/octeon_iobus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Attach packet interfaces to octpip to use fdt.visa2019-09-151-28/+2
* Add a driver for the PCIe controller found on OCTEON II and OCTEON III.visa2019-09-071-1/+10
* Allow two GMX instances on CN70xx/CN71xx to enable all portsvisa2017-09-061-1/+2
* rework octuctl and its children to attach via fdtjmatthew2017-07-251-3/+1
* iobus_h is unused, remove it.visa2017-07-151-12/+1
* Split octeon interrupt code into a glue layer and a CIU driver.visa2017-06-181-3/+1
* Process fdt before iobus devices. Needed later when interrupt andvisa2017-04-241-10/+11
* No GMX on CN73xx.visa2017-04-151-1/+4
* Add fdt_attach_args and simplebus for implementing fdt-capablevisa2016-12-081-2/+16
* Add support for the second GMX interface on Octeon II. This enablesvisa2016-06-221-3/+28
* add octuctl, a driver for the Octeon II usb controller interface, andjmatthew2016-03-181-1/+3
* Add a new flash driver for Octeon that allows access to the internalpirofti2015-07-201-1/+2
* rework how iobus(4) finds and attaches devices.jasper2015-07-191-32/+58
* make a comment more safe, there's no CRIME there.jasper2015-07-161-2/+2
* Do not attempt to configure octhci, superseded by dwc2miod2015-07-131-5/+3
* Get dwc2 working on octeon.jmatthew2015-04-261-9/+1
* Direct config glue for octdwctwo(4).uebayasi2015-02-111-1/+4
* implement atomic operations using ll/sc, and convert rw_cas and callers of thejmatthew2014-09-301-2/+2
* Add work-in-progress octeon USB host controller support.pirofti2014-07-091-2/+4
* various format string fixes and remove -Wno-format from octeonjasper2014-05-101-2/+2
* Add support for the hardware random number generator on the octeons.pirofti2013-10-241-3/+5
* move octeonreg.h to a more generic location and add multiple inclusionjasper2013-06-021-2/+2
* Don't include <mips64/archtype.h> when you don't need it.miod2012-10-031-3/+1
* Ethernet driver merged from IIJ's contribution code.syuu2011-06-161-3/+16
* obio renamed iobus, moved interrupt handler code to dev/octeon_intr.csyuu2011-05-081-0/+264