From a4c84e4a56fe959370be44da248c89bd076e3703 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 12 Feb 2006 06:31:22 +0000 Subject: add patch from #196 git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3223 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/package/switch/src/switch-core.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'target/linux') diff --git a/target/linux/package/switch/src/switch-core.c b/target/linux/package/switch/src/switch-core.c index 5d4693c28..821664637 100644 --- a/target/linux/package/switch/src/switch-core.c +++ b/target/linux/package/switch/src/switch-core.c @@ -18,6 +18,18 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * $Id: $ + * + * Basic doc of driver's /proc interface: + * /proc/switch// + * registers: read-only + * counters: read-only + * reset: write causes hardware reset + * enable_vlan: "0", "1" + * port// + * enabled: "0", "1" + * media: "AUTO", "100FD", "100HD", "10FD", "10HD" + * vlan// + * ports: same syntax as for nvram's vlan*ports (eg. "1 2 3 4 5*") */ #include -- cgit v1.2.3