summaryrefslogtreecommitdiff
path: root/sys/arch/octeon/dev
AgeCommit message (Expand)Author
2017-07-15iobus_h is unused, remove it.Visa Hankala
2017-07-13Add a driver for the CIB interrupt controller. Certain deviceVisa Hankala
2017-07-13Add handling for the third interrupt summary vector,Visa Hankala
2017-07-13Get cpuid from `ci' to avoid an extra function call.Visa Hankala
2017-07-12Reorganize separate configuration fields into per-CPU structsVisa Hankala
2017-07-10Keep refusing SDIO initialization. The driver cannot work properlyVisa Hankala
2017-07-07Add logic for running SD commands. Tested with a few different makesVisa Hankala
2017-07-07Fix function name in panic message.Visa Hankala
2017-07-03Attach com(4) using fdt on octeon.Visa Hankala
2017-06-29Always use the maximum permissible frame size for Rx size limit.Visa Hankala
2017-06-19There is no RTC on the E1000 board.Visa Hankala
2017-06-19Use a consistent naming for fdt attach arguments.Visa Hankala
2017-06-18Split octeon interrupt code into a glue layer and a CIU driver.Visa Hankala
2017-06-18Move IPI control entry points into octeon_intr.c.Visa Hankala
2017-05-04Also pass the blk offset to disk_unbusy(), so that it can pass it toTheo de Raadt
2017-05-02Revise MDIO driver code so that device instances can be attachedVisa Hankala
2017-04-30Remove unused POW status functions. Makes clang happier.Visa Hankala
2017-04-24Process fdt before iobus devices. Needed later when interrupt andVisa Hankala
2017-04-15No GMX on CN73xx.Visa Hankala
2017-04-08Make network ports work on Shasta.Visa Hankala
2017-04-06Use the correct interrupt disestablish routine.Visa Hankala
2017-04-06Extend the fdt interrupt API a little.Visa Hankala
2017-04-02Drop address conversion cruft.Visa Hankala
2017-02-15Mark dwc2_intr() as MP-safe on octeon. The driver's internal stateVisa Hankala
2017-02-06Mark ehci_intr() as MP-safe on octeon.Visa Hankala
2017-01-24add support for multiple transmit ifqueues per network interface.David Gwynne
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2016-12-21Add a driver for OCTEON MMC host controller.Visa Hankala
2016-12-17There is no RTC on Shasta, so do not attach the driver.Visa Hankala
2016-12-08Add a routine for setting up interrupt handlers using fdt.Visa Hankala
2016-12-08Add fdt_attach_args and simplebus for implementing fdt-capableVisa Hankala
2016-12-04Add handling for the second interrupt bank.Visa Hankala
2016-12-03Implement octeon_intr_disestablish().Visa Hankala
2016-12-02Drop stale prototypes and an outdated comment.Visa Hankala
2016-12-02Simplify interrupt dispatching by processing requests withoutVisa Hankala
2016-11-26Remove unnecessary function cn30xxgmx_submatch and call config_foundMartijn van Duren
2016-11-20Drop pointless type casts.Visa Hankala
2016-11-05Drop unnecessary #ifdef MBUF_TIMESTAMP.Visa Hankala
2016-11-05Do not show a device unit number in the cnmac interrupt name. The sameVisa Hankala
2016-11-02Make possible to change the link layer address of a cnmac(4) interface.Visa Hankala
2016-10-29If the system has fdt, use it for locating network PHYs.Visa Hankala
2016-10-29Make PHY address lookups fail instead of using CAM-0100 entriesVisa Hankala
2016-10-21Check if memory allocation failed.Visa Hankala
2016-10-21Fix grammar, and simplify a little.Visa Hankala
2016-10-21Revert previous commit.Paul Irofti
2016-10-21Fix build: declare the pcie read/write routines before using them.Paul Irofti
2016-08-14Remove some annoying debug printfs to get rid of u_quad_t in cnmac.Visa Hankala
2016-08-06Log RX errors only when the interface's debug flag is set.Visa Hankala
2016-08-05Drop a pointless link carrier check from the RX path.Visa Hankala
2016-08-04Add support for jumbo frames.Visa Hankala