summaryrefslogtreecommitdiffstats
path: root/sys/arch/octeon/dev (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix disestablishing of PCI interrupt handlers.visa2021-02-201-9/+2
* Do not reprogram address filter after MII status changevisa2021-02-171-5/+1
* Revise cnmac(4)'s address filter setupvisa2021-02-134-114/+47
* Handle Netgear ProSecure UTM25visa2021-02-042-2/+20
* Abstract octeon board handling a littlevisa2021-01-304-21/+21
* Add kstat to ogx(4).visa2021-01-012-9/+404
* Enable IPv4 and TCP/UDP checksum offload on transmission.visa2020-12-312-11/+53
* Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.jan2020-12-122-4/+4
* Add I2C bus scan routine for octiic(4)visa2020-09-101-1/+34
* Register octiic(4) with the I2C frameworkvisa2020-09-101-5/+12
* Make ogx(4)'s outbound bpf(4) tap actually workvisa2020-09-091-1/+7
* Clean up attachment of octgmx(4) a bitvisa2020-09-081-54/+39
* Handle AGL interfacevisa2020-09-086-19/+366
* Add kstat to cnmac(4)visa2020-09-047-90/+305
* vfs_shutdown() is neccessary to ensure buffer cache drain before reexec()deraadt2020-09-021-1/+4
* Make fdt root node's model property readable through sysctl hw.productvisa2020-08-281-2/+19
* Remove unused headersvisa2020-08-151-6/+1
* Inline handling of receive checksum offloadvisa2020-08-153-34/+17
* Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick2020-07-101-2/+2
* Remove no-op cn30xxgmx_reset_board().visa2020-07-043-12/+3
* Use <dev/clock_subr.h> in octrtc(4).visa2020-06-301-37/+58
* Remove a dead store.visa2020-06-131-2/+1
* dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt2020-05-291-3/+1
* Rework kernel loading with octboot(4)visa2020-05-261-39/+12
* Update my email address.pirofti2020-04-061-2/+2
* Add ogx(4), a driver for the OCTEON III network processor.visa2019-11-044-0/+2694
* octmmc(4): msleep(9) -> msleep_nsec(9); ok visa@ kn@cheloha2019-10-071-4/+4
* Configure USB port power control if the power GPIO is defined in fdt.visa2019-09-291-5/+31
* Add option to configure GPIO output select.visa2019-09-291-4/+21
* rename the 'cn30xx' drivers to just 'oct', because digits inside devicesderaadt2019-09-284-17/+17
* Remove unused register dump lists.visa2019-09-221-59/+1
* Simplify stat register access.visa2019-09-222-7/+5
* Ignore non-host ports silently.visa2019-09-221-5/+2
* Remove an unused function.visa2019-09-202-16/+2
* Pass interface number as an explicit parameter to avoid decoding.visa2019-09-201-5/+5
* Attach packet interfaces to octpip to use fdt.visa2019-09-152-31/+3
* Add a driver for the packet input processing unit. For now, the purposevisa2019-09-151-0/+92
* Add a driver for the PCIe controller found on OCTEON II and OCTEON III.visa2019-09-072-1/+878
* Make it clearer where message "spurious interrupt" comes from.visa2019-09-013-8/+11
* Ensure that a posted write completes when re-enabling interruptsvisa2019-08-041-3/+7
* Put DWC2 controller into reset mode on (pseudo-)shutdown to makevisa2019-07-281-1/+38
* Add a bootloader for octeon.visa2019-07-171-0/+387
* Add a driver for OCTEON two-wire serial interface.visa2019-04-231-0/+438
* Remove an unused header.visa2019-03-211-60/+0
* Remember to detach the event counter when disestablishingvisa2019-03-172-2/+4
* Replace a hand-rolled linked list with SLIST.visa2019-03-171-32/+37
* Let each interrupt controller driver choose how to implementvisa2019-03-174-7/+45
* Move intr_barrier(9) to the platform level so that it can be customized.visa2019-03-171-1/+7
* Unify the top-level structure of interrupt handles. This helpsvisa2019-03-161-8/+26
* Fix incorrect flag.visa2019-03-161-2/+2