opnsense-src/sys/dev/etherswitch/arswitch
Adrian Chadd 657b84792c Prepare to link in the AR934x SoC switch support.
* Add an AR9340 switch version entry;
* Support the switch being connected via MII;
* Add a flag to note that a switch is actually an internal
  switch rather than an external switch.

Now:

* The ar9340 switch can interconnect via MII;
* Since some slightly different phy/switch register access methods
  and quirks appear for the internal versus external switch,
  we will need a flag to mark it as an "internal" switch.

Tested:

* AR9344 (internal switch)
* AR9331 (internal switch)

TODO:

* Test the AR8316 switch!
2013-10-16 03:19:05 +00:00
..
arswitch.c Add the support for 802.1q and port based vlans for arswitch. 2013-07-23 14:24:22 +00:00
arswitch_7240.c Add the support for 802.1q and port based vlans for arswitch. 2013-07-23 14:24:22 +00:00
arswitch_7240.h
arswitch_8216.c Add the support for 802.1q and port based vlans for arswitch. 2013-07-23 14:24:22 +00:00
arswitch_8216.h
arswitch_8226.c Add the support for 802.1q and port based vlans for arswitch. 2013-07-23 14:24:22 +00:00
arswitch_8226.h
arswitch_8316.c Add the support for 802.1q and port based vlans for arswitch. 2013-07-23 14:24:22 +00:00
arswitch_8316.h
arswitch_9340.c Initial commit of AR9340 switch SoC support. 2013-10-16 03:15:52 +00:00
arswitch_9340.h Initial commit of AR9340 switch SoC support. 2013-10-16 03:15:52 +00:00
arswitch_phy.c Fix the arswitch instability problem. It turns out that the 2013-07-23 14:02:38 +00:00
arswitch_phy.h
arswitch_reg.c Add the support for 802.1q and port based vlans for arswitch. 2013-07-23 14:24:22 +00:00
arswitch_reg.h Add the support for 802.1q and port based vlans for arswitch. 2013-07-23 14:24:22 +00:00
arswitch_vlans.c Add the support for 802.1q and port based vlans for arswitch. 2013-07-23 14:24:22 +00:00
arswitch_vlans.h Add the support for 802.1q and port based vlans for arswitch. 2013-07-23 14:24:22 +00:00
arswitchreg.h Add AR934x, AR8327 register definitions. 2013-10-15 00:26:02 +00:00
arswitchvar.h Prepare to link in the AR934x SoC switch support. 2013-10-16 03:19:05 +00:00