diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-02-12 06:31:22 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-02-12 06:31:22 +0000 |
commit | 16e005236f033623b7ae3181ac387f07bbe04d10 (patch) | |
tree | f8d84cb7365c833c6e2290dfbcd6063c1ddfd9ae /openwrt | |
parent | c1ef097a0e86cc51e63ac95aeddeaa446b5bd0c5 (diff) | |
download | mtk-20170518-16e005236f033623b7ae3181ac387f07bbe04d10.zip mtk-20170518-16e005236f033623b7ae3181ac387f07bbe04d10.tar.gz mtk-20170518-16e005236f033623b7ae3181ac387f07bbe04d10.tar.bz2 |
add patch from #196
SVN-Revision: 3223
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/target/linux/package/switch/src/switch-core.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/switch/src/switch-core.c b/openwrt/target/linux/package/switch/src/switch-core.c index 5d4693c..8216646 100644 --- a/openwrt/target/linux/package/switch/src/switch-core.c +++ b/openwrt/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/<interface>/ + * registers: read-only + * counters: read-only + * reset: write causes hardware reset + * enable_vlan: "0", "1" + * port/<port-number>/ + * enabled: "0", "1" + * media: "AUTO", "100FD", "100HD", "10FD", "10HD" + * vlan/<port-number>/ + * ports: same syntax as for nvram's vlan*ports (eg. "1 2 3 4 5*") */ #include <linux/config.h> |