svn commit: r280796 - head/sys/dev/etherswitch/arswitch

Adrian Chadd adrian at FreeBSD.org
Sat Mar 28 23:20:48 UTC 2015


Author: adrian
Date: Sat Mar 28 23:20:46 2015
New Revision: 280796
URL: https://svnweb.freebsd.org/changeset/base/280796

Log:
  Turns out the AR933x looks like the AR7240/AR7241 switch as far as VLAN
  configuration is concerned.
  
  So, remove the now-erroneous comment.
  
  Tested:
  
  * AR9331 - Carambola2, with transmitting dot1q tagged packets around.

Modified:
  head/sys/dev/etherswitch/arswitch/arswitch_vlans.c

Modified: head/sys/dev/etherswitch/arswitch/arswitch_vlans.c
==============================================================================
--- head/sys/dev/etherswitch/arswitch/arswitch_vlans.c	Sat Mar 28 23:01:59 2015	(r280795)
+++ head/sys/dev/etherswitch/arswitch/arswitch_vlans.c	Sat Mar 28 23:20:46 2015	(r280796)
@@ -51,7 +51,6 @@
 #include "etherswitch_if.h"
 
 /*
- * XXX TODO: teach about the AR933x SoC switch
  * XXX TODO: teach about the AR934x SoC switch
  */
 


More information about the svn-src-head mailing list