Commit Graph

56 Commits (8b895d170383aea017df5afe1d44ea446c58e467)

Author SHA1 Message Date
Jonas Gorski 8411e5c06e bcm63xx: switch to b53 and swconfig
Switch to using the B53 switch driver where appropriate.

Use a non-tagged default config where it isn't confirmed to be
working.

Remove the switch configuration in preinit as the switch will now
be configured by the driver  to use port isolation to prevent leakage
between lan and wan.

While at it, also provide a switch config for Neufbox 6.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 35307
12 years ago
Hauke Mehrtens d8f1fa1e38 switch: ROBO Switch Gigabit MII Support
I wrote this patch some time ago because I had a need for one of the
Gigabit ports (Linksys E3000) to be forced to 100FD.  This is based
on the robocfg sources included w/ the RT-N16 sources from ASUS.
Since work is progressing on a BGMAC driver that could be included in
OpenWRT, this may be useful to someone else.

In testing, forcing the speed to 10/100 or 1000 worked fine; however,
when trying to force full-duplex mode, the result was always
half-duplex.  I was not able to isolate the source of the problem
(this patch, driver or H/W limitation).  The only way I could get it
to work was to set the port to Auto, but then only advertise 100FD
(not included in this patch).

I have a modified version of the robocfg package as well, I'd have to
clean it up a little first (remove the full-duplex hack) before
submitting it if there is interest.

Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>

SVN-Revision: 34992
12 years ago
Hauke Mehrtens 63ec34612c switch: improve error messages
This is in part based on a patch send by Nathan Hintz <nlhintz@hotmail.com>

SVN-Revision: 34991
12 years ago
Hauke Mehrtens 25afeba608 brcm47xx: add a new version of the nvram rewrite patch
This is the version like it was send for mainline inclusion.

SVN-Revision: 34988
12 years ago
Hauke Mehrtens da94d4ac29 switch: warn if ndo_do_ioctl is not implemented in the Ethernet driver
SVN-Revision: 33506
12 years ago
Hauke Mehrtens bf0974e8da switch: improve error message
SVN-Revision: 33464
12 years ago
Hauke Mehrtens 40f139b53b switch: clean up robo switch driver
* remove use_et, all supported drivers are using mii ioctls
 * remove robo.phy_addr, phy_addr was always set to ROBO_PHY_ADDR.
 * remove support for old kernel versions
 * do_ioctl is allways called with buff == NULL
 * use if_mii

SVN-Revision: 33002
12 years ago
Hauke Mehrtens 0758996824 brcm47xx: use libgpio instaed of implementing the gpio interface ourself.
SVN-Revision: 32992
12 years ago
Jo-Philipp Wich 654f9c879f switch: the hardware must be up while configuring Since the removal of the interface coldplug hack the timing changed in such a way that eth0 is not up during switch setup, leading to an inaccesible device. Bring up the switch interface before configuring it to mitigate the problem.
SVN-Revision: 30937
12 years ago
Hauke Mehrtens b9da4dcb6b switch: fix some memory leaks in switch_parse_vlan()
SVN-Revision: 29936
13 years ago
Hauke Mehrtens b220442c75 switch: update for brcm47xx target
* remove suport for 2.4 kernel
* add support for bcma bus

SVN-Revision: 27904
13 years ago
Florian Fainelli 640927dde3 switch: fix switch-robo device reference counting
Fix incorrect device reference counting by switch-robo.

Signed-off-by: George Kashperko <george@znau.edu.ua>

SVN-Revision: 25619
13 years ago
Florian Fainelli e31542241c remove whitespaces in kmod-switch sources
SVN-Revision: 22320
14 years ago
Claudio Mignanti 2d86ea7bf3 massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
SVN-Revision: 22145
14 years ago
Felix Fietkau 543d870e82 remove linux 2.4 support from several packages
SVN-Revision: 21954
14 years ago
Jo-Philipp Wich 501e154d03 switch: explicitely clear port mappings in unsused vlans (#7082)
SVN-Revision: 20717
14 years ago
Nicolas Thill 2d100861a4 switch: suppress boot error message on 2.4
SVN-Revision: 19922
14 years ago
Jo-Philipp Wich 96e4312e7e switch: eliminate the asterisk from the switch port configuration and set it automatically on the first vlan, this aligns the broadcom vlan config with the swconfig format
SVN-Revision: 19909
14 years ago
Florian Fainelli f4edda27af switch: do not include linux/autoconf.h (#6513)
SVN-Revision: 19903
14 years ago
Jo-Philipp Wich 194f32bc26 change switch config to swconfig style format to remain consistent accross platforms
SVN-Revision: 18425
15 years ago
Florian Fainelli 5a13cc0726 fix breakage on wl500gp after r18214, thanks sn9 (#6084)
SVN-Revision: 18289
15 years ago
John Crispin 2d57b56bce make etehrent work on wrt350n, thx sn9
SVN-Revision: 18214
15 years ago
Hauke Mehrtens 8673372e20 add patches for kernel 2.6.31
This is completly untested. Only a compile tests with the default config was done!

SVN-Revision: 17734
15 years ago
Florian Fainelli 369db35a29 fix oops in switch-robo on brcm63xx, thanks to Daniel Dickinson (#5053)
SVN-Revision: 15611
15 years ago
Florian Fainelli 9051239daf prevent kmod-switch from accessing nvram on brcm63xx (#5035)
SVN-Revision: 15555
15 years ago
Florian Fainelli 210254c279 fix nvram_get checking on non-WGT634U (#4975)
SVN-Revision: 15319
15 years ago
Florian Fainelli 6f80c9cc7c fix strange LED behavior with Netgear WGT634U (#3552)
SVN-Revision: 15290
15 years ago
Felix Fietkau 34939cad39 get rid of $Id$ - it has never helped us and it has broken too many patches ;)
SVN-Revision: 15242
15 years ago
Florian Fainelli 04909ca614 allow kmod-switch to be used on brcm63xx (#4599)
SVN-Revision: 14825
15 years ago
Felix Fietkau 529e87f6c5 switch: remove message about BFL_ENETADM not being set on systems with a roboswitch
SVN-Revision: 13100
16 years ago
Felix Fietkau 40990382e5 (4/6) bcm57xx: switch-core.c/switch-robo.c check for port already registered
This patch prevents switch-robo.c from attempting robo_probe on a port
that is already registered.  robo_probe will adjust kernel reference counts
if it detects a switch on the port.  If this patch wasn't applied, the
wrt350n would hang on reboot, waiting for the network driver reference count
to reach zero indefinitely.

Signed-off-by: Ben Pfountz <netprince (at) vt (dot) edu>

SVN-Revision: 11469
16 years ago
Peter Denison f027ecb2cf Stopgap compilation fixes for diag and switch under 2.6.25
SVN-Revision: 11231
16 years ago
Peter Denison 72d40dec08 Allow package/switch to compile against 2.6.25
SVN-Revision: 11138
16 years ago
Michael Büsch 6a2a1e251b Check the return values of kmalloc()
SVN-Revision: 10599
16 years ago
Felix Fietkau d65241e13b fix switch-robo.c compile errors on linux 2.4
SVN-Revision: 10539
16 years ago
Michael Büsch a9cddc69ec Fix the roboswitch code for the WRT350N
SVN-Revision: 10531
17 years ago
Michael Büsch faa14263f5 ssb: Make the GPIO API reentrancy safe.
SVN-Revision: 10496
17 years ago
Felix Fietkau d9e54d1e0b export switch-core.h to $(STAGING_DIR)
SVN-Revision: 10138
17 years ago
Felix Fietkau e3ecefbd23 fix adm switch misdetection, which led to bogus button events that caused the system to shut down
SVN-Revision: 9555
17 years ago
Felix Fietkau a9d683ca91 major target cleanup. it is now possible to have subtargets that can override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets
SVN-Revision: 8694
17 years ago
Nicolas Thill e3dc76af1b fix board name for nvram and switch packages on brcm-2.4 after [8653]
SVN-Revision: 8664
17 years ago
Nicolas Thill 34bb4638e7 move package description to a separate definition, remove it when DESCRIPTION=TITLE
SVN-Revision: 8659
17 years ago
Felix Fietkau 56231056ea strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles.
SVN-Revision: 8653
17 years ago
Nicolas Thill be0de75a3e package Makefile cleanup: remove uneeded vars
SVN-Revision: 8587
17 years ago
Nicolas Thill 02cd6d278f use a default VERSION field for kmod packages
SVN-Revision: 8575
17 years ago
Felix Fietkau 80840457a5 fix kmod-switch compile on brcm-2.4 (#1461)
SVN-Revision: 6565
17 years ago
Felix Fietkau dcfbd5f656 fix up remaining parts for the brcm47xx-2.6 port (tested on wgt634u), nuke the old brcm-2.6 port, close #1312, #1451
SVN-Revision: 6564
17 years ago
Felix Fietkau bf622ab0ae add diag and switch support for brcm47xx-2.6
SVN-Revision: 6562
17 years ago
Felix Fietkau c606df6563 cleanup, nuke obsolete 'Kernel drivers' category, convert remaining kmod packages to KernelPackage interface
SVN-Revision: 6136
18 years ago
Felix Fietkau dd03b56357 fix memory leak in switch drivers (patch from #1132)
SVN-Revision: 6011
18 years ago