summaryrefslogtreecommitdiff
path: root/sys/arch/octeon/dev/cn30xxgmx.c
AgeCommit message (Expand)Author
2024-07-08octeon/cnmac: assume 1Gbps in the default caseLandry Breuil
2024-05-20remove prototypes with no matching function; ok visa@Jonathan Gray
2022-12-28Fix the word in the copyright. IIJ is not a regent. ok from nakayamaYASUOKA Masahiko
2022-04-06constify struct cfattachChristian Weisgerber
2021-03-11spellingJonathan Gray
2021-02-13Revise cnmac(4)'s address filter setupVisa Hankala
2021-02-04Handle Netgear ProSecure UTM25Visa Hankala
2021-01-30Abstract octeon board handling a littleVisa Hankala
2020-09-08Clean up attachment of octgmx(4) a bitVisa Hankala
2020-09-08Handle AGL interfaceVisa Hankala
2020-09-04Add kstat to cnmac(4)Visa Hankala
2020-07-04Remove no-op cn30xxgmx_reset_board().Visa Hankala
2019-09-28rename the 'cn30xx' drivers to just 'oct', because digits inside devicesTheo de Raadt
2019-09-20Pass interface number as an explicit parameter to avoid decoding.Visa Hankala
2019-09-15Attach packet interfaces to octpip to use fdt.Visa Hankala
2017-11-20Fix the product code of the Unifi Security Gateway.Visa Hankala
2017-11-18Add the board ID for the Ubiquiti Unifi Security Gateway.Visa Hankala
2017-11-05Remove unmaintained debug code.Visa Hankala
2017-11-03Remove alternative implementations of GMX CAM setup logicVisa Hankala
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-06-29Always use the maximum permissible frame size for Rx size limit.Visa Hankala
2017-05-02Revise MDIO driver code so that device instances can be attachedVisa Hankala
2017-04-08Make network ports work on Shasta.Visa Hankala
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2016-11-26Remove unnecessary function cn30xxgmx_submatch and call config_foundMartijn van Duren
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-08-04Add support for jumbo frames.Visa Hankala
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-09Add SGMII support and PHY addresses for 8-port EdgeRouters. This makesVisa 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
2015-07-19rework how iobus(4) finds and attaches devices.Jasper Lievisse Adriaanse
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-02-11no md code wants lockmgr locks, so no md code needs to include sys/lock.hDavid Gwynne
2014-12-09Replace some malloc(n*size,...) calls with mallocarray().Doug Hogan
2014-08-11Do not extern octeon_boot_info, <machine/octeonvar.h> declares it for you.Miod Vallat
2014-08-11Get rid of the `quirks' member, which is never initialized (but by zero atMiod Vallat
2014-08-11Remove evcnt and %b format strings relying upon SEIL extensions. This givesMiod Vallat
2014-08-11De-static so that my ddb backtrace get closer to reality.Miod Vallat
2014-05-07Fix whitespace mistakes.Paul Irofti
2013-10-30Remove redundant base adrress printing during attach.Paul Irofti
2013-10-24no need to inform us about every state and link speed change, so move thatJasper Lievisse Adriaanse
2013-10-23Do not print the higher address of the muticast range in debug mode,Martin Pieuchot
2013-10-22Replace some backwards compat functions with the current ones; the oldBrian Callahan
2013-09-19get ethernet working on the edgerouter liteJonathan Matthew
2013-09-16work out phy addresses before attaching cnmac and pass them to mii_attachJonathan Matthew