aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/etherswitch/arswitch/arswitchvar.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* arswitch(4): Remove support for AR{7240,9340} found in MIPS SoCs onlyMarius Strobl2023-08-091-3/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Mechanically convert etherswitch drivers to IfAPIJustin Hibbits2023-01-241-1/+1
* [arswitch] Implement the switch MAC address fetch API.Adrian Chadd2018-02-061-0/+5
* [arswitch] begin tidying up the learning and ATU management, introduce ATU APIs.Adrian Chadd2018-02-021-0/+9
* [arswitch] add a new debug section for upcoming address table management.Adrian Chadd2018-01-311-0/+3
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [arswitch] extend the debug support to be configurable at runtime.Adrian Chadd2016-08-071-7/+18
* [etherswitch] add in an initial API for controlling per-port LED behaviour.Adrian Chadd2016-08-041-0/+10
* Commit 802.1q configuration support for the AR8327.Adrian Chadd2015-03-131-2/+2
* Methodise a couple more of the VLAN methods.Adrian Chadd2015-03-081-0/+3
* Add per-port vlan support for the AR8327.Adrian Chadd2015-03-081-0/+9
* Fix up support for the AR8327.Adrian Chadd2015-03-081-1/+5
* Add ATU flush support.Adrian Chadd2014-03-021-0/+3
* Add in port0/port6 configuration as part of the platform data code path.Adrian Chadd2014-02-241-0/+6
* * Ensure enough ports/phys are available for both the AR8327 and previousAdrian Chadd2014-02-241-3/+16
* Add methods for the VLAN port set/get routines.Adrian Chadd2014-02-191-0/+6
* Add a new method to set up the individual port in question.Adrian Chadd2014-02-191-0/+4
* Add in the AR8327 probe/attach code and switch type.Adrian Chadd2014-02-191-0/+2
* Store away the chip version and revision; some AR8327 code depends uponAdrian Chadd2014-02-191-0/+2
* Add in a flag to control whether the low or high data word of a register accessAdrian Chadd2014-02-191-0/+1
* Prepare to link in the AR934x SoC switch support.Adrian Chadd2013-10-161-0/+3
* Add the support for 802.1q and port based vlans for arswitch.Luiz Otavio O Souza2013-07-231-0/+4
* Fix the arswitch instability problem. It turns out that theLuiz Otavio O Souza2013-07-231-2/+0
* Fix tiypo.Aleksandr Rybalko2012-10-111-1/+1
* Further arswitch work:Adrian Chadd2012-05-121-0/+1
* Commit the first pass of the etherswitch support.Adrian Chadd2012-05-111-0/+91