summaryrefslogtreecommitdiff
path: root/sys/arch/octeon
AgeCommit message (Expand)Author
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
2017-01-22Introduce the KEEPKERNELS variable: if this is set either in mk.conf orTheo Buehler
2017-01-06Ansify cpu_sysctl() on mips64 platforms.Frederic Cambus
2016-12-21Add a driver for OCTEON MMC host controller.Visa Hankala
2016-12-17Fix IO clock speed and system reset on Octeon III.Visa Hankala
2016-12-17There is no RTC on Shasta, so do not attach the driver.Visa Hankala
2016-12-17On some systems, the firmware advertises multiple tiny and disjointVisa 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-29Build kernel with DEBUG=-g by default.Martin Pieuchot
2016-11-26Allow rootdev to be specified without /dev/ prefix. The full path isn'tMartijn van Duren
2016-11-26Start process_bootargs at 0 instead of 1.Martijn van Duren
2016-11-26Remove unnecessary function cn30xxgmx_submatch and call config_foundMartijn van Duren
2016-11-20Drop pointless type casts.Visa Hankala
2016-11-15Clean up the kernel Makefile's:Martin Natano
2016-11-06Do not create machine@ symlinks in obj as root during includes:, butTheo Buehler
2016-11-05Two tweaks for compile/Makefile.inc:Martin Natano
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-02when CONSPEED moved from libsa.h to Makefile it lost a leading '1',Jasper Lievisse Adriaanse
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-27We don't generate an eddep script for kernel builds nowadays. The lastMartin Natano
2016-10-27Revert previous `ncpus' change because the percpu code now worksVisa Hankala
2016-10-26Increment `ncpus' to its final value already during autoconfiguration soVisa Hankala
2016-10-24make cleandir should skip the version file; ok otto millertTheo de Raadt
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-10-15cleandir: target for kernel compile directoriesTheo de Raadt
2016-10-14Kernel builds now happen in compile/CONFIG/obj@ -> /usr/obj/... [or ./obj/,Theo de Raadt
2016-10-09Apply consistency to forever loops with continue and NOTREACHEDTom Cosgrove
2016-09-24Add -Wno-pointer-sign to all our gcc4 architectures.Mark Kettenis
2016-09-13crank bootloader version after .SUNW_ctf changeJasper Lievisse Adriaanse
2016-09-04Remove support for tape block devices. Nobody mount(8)s tapes any longer.Christian Weisgerber
2016-09-02Add switch(4) cdev entryKazuya Goda
2016-08-14Remove some annoying debug printfs to get rid of u_quad_t in cnmac.Visa Hankala
2016-08-14Utilize the TLB Execute-Inhibit bit with non-executable mappings on CPUsVisa Hankala
2016-08-06Add PageGrain bits.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
2016-07-30Remove disabled jumbo frame checks. They will not be neededVisa Hankala