Date: Wed, 16 Oct 2013 04:15:35 +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: r256583 - head/sys/dev/etherswitch/arswitch Message-ID: <201310160415.r9G4FZSE041171@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Wed Oct 16 04:15:35 2013 New Revision: 256583 URL: http://svnweb.freebsd.org/changeset/base/256583 Log: Add a big, big note to the vlan code that it needs to be taught about the new VLAN options for the AR9340 and AR8327 chips. 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 Wed Oct 16 04:15:03 2013 (r256582) +++ head/sys/dev/etherswitch/arswitch/arswitch_vlans.c Wed Oct 16 04:15:35 2013 (r256583) @@ -49,6 +49,12 @@ #include "miibus_if.h" #include "etherswitch_if.h" +/* + * XXX TODO: teach about the AR933x SoC switch + * XXX TODO: teach about the AR934x SoC switch + * XXX TODO: teach about the AR8327 external switch + */ + static int arswitch_vlan_op(struct arswitch_softc *sc, uint32_t op, uint32_t vid, uint32_t data)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310160415.r9G4FZSE041171>