Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2015 23:20:47 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r280796 - head/sys/dev/etherswitch/arswitch
Message-ID:  <201503282320.t2SNKlPd022234@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
  */
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503282320.t2SNKlPd022234>