summaryrefslogtreecommitdiff
path: root/sys/arch/octeon
AgeCommit message (Expand)Author
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
2016-07-30Drop a redundant parameter of octeon_eth_buf_free_work().Visa Hankala
2016-07-30Prep for relro: make sure it's off for any non-PIE stand/ programPhilip Guenther
2016-07-27Remove unnecessary remapping of registers.Visa Hankala
2016-07-16Add $OpenBSD$ / replace $Id$ with $OpenBSD$.Visa Hankala
2016-07-16Remove octeon_disable_interrupt() and octeon_restore_status().Visa Hankala
2016-07-10Use the synciobdma instruction instead of the sync instruction forVisa Hankala
2016-07-05Remove debug code that slipped in.Visa Hankala
2016-07-05Add openprom(4) for octeon.Visa Hankala
2016-07-01Add fdt init for octeon.Visa Hankala
2016-06-28enable ure(4) where we already have url(4)Jonathan Matthew
2016-06-22Add support for the second GMX interface on Octeon II. This enablesVisa Hankala
2016-06-18Make the 1 Gbps SGMII settings the default to define a consistent set ofVisa Hankala
2016-06-18Fix PCS block size.Visa Hankala
2016-06-09Add SGMII support and PHY addresses for 8-port EdgeRouters. This makesVisa Hankala
2016-06-08Remove octhci(4). It has been superseded by dwctwo(4).Visa Hankala
2016-06-01Enable utvfu(4) everywhere where uvideo(4) is also enabled.Marcus Glocker
2016-05-31fix arch/mach confusion in make tags. from frantisek holopTed Unangst
2016-05-30Fill the packet data pool with standard mbuf clusters instead ofVisa Hankala
2016-05-29Map ASX registers only if link control needs them.Visa Hankala
2016-05-29The same MAC filter setup code should work with all PHY link types.Visa Hankala