I think this is no solution or not the whole solution. Sorry :) 

r...@openwrt:/# lspci   
00:00.0 SERCOS interface: Device 0057:1800 (rev 02)
00:01.0 Non-VGA unclassified device: Device 2800:4085 (rev 02)
00:02.0 Non-VGA unclassified device: Device 0002:0000 (rev 02)
00:03.0 Non-VGA unclassified device: Device 2800:4085 (rev 02)
00:04.0 Non-VGA unclassified device: Device 0002:0000 (rev 02)
00:05.0 Non-VGA unclassified device: Device 2800:4085 (rev 02)
00:06.0 Non-VGA unclassified device: Device 0002:0000 (rev 02)
00:07.0 Non-VGA unclassified device: Device 2800:4085 (rev 02)
00:08.0 Non-VGA unclassified device: Device 0002:0000 (rev 02)
00:09.0 Non-VGA unclassified device: Device 0002:0000 (rev 02)
00:0a.0 Non-VGA unclassified device: Device 0002:0000 (rev 02)
00:0b.0 Non-VGA unclassified device: Device 2800:4085 (rev 02)
00:0c.0 Non-VGA unclassified device: Device 0002:0000 (rev 02)
00:0d.0 Non-VGA unclassified device: Device 0002:0000 (rev 02)
00:0e.0 Non-VGA unclassified device: Device 0002:0000 (rev 02)
00:0f.0 Non-VGA unclassified device: Device 2800:4085 (rev 02)
00:10.0 Non-VGA unclassified device: Device 0002:0000 (rev 02)
00:11.0 Non-VGA unclassified device: Device 2800:4085 (rev 02)
00:12.0 Non-VGA unclassified device: Device 0002:0000 (rev 02)
00:13.0 Non-VGA unclassified device: Device 2800:4085 (rev 02)
r...@openwrt:/# uname -a
Linux OpenWrt 2.6.32.14 #2 Tue Jun 29 22:14:19 CEST 2010 mips GNU/Linux 

thanks for working on this!

philipp

Am Montag, den 28.06.2010, 10:18 +0200 schrieb Florian Fainelli:
> Hey,
> 
> On Tuesday 20 April 2010 12:51:23 Manuel Lauss wrote:
> > Hi Florian,
> > 
> > On Mon, Apr 19, 2010 at 10:54 AM, Florian Fainelli <[email protected]> 
> wrote:
> > >> The lspci output provided by the reporter of ticket 6851, does it look
> > >> correct for
> > >> MTX-1?
> > > 
> > > No it does not. It should only show a PCI bridge and the devices attached
> > > to it, in my case 2 Atheros-based cards.
> > 
> > This matches the description of a bug fixed in August 2006:
> > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdi
> > ff;h=32136568a9828c27c07eedb8d2b3e3d9fe8d87ba
> > 
> > If you don't come up with anything, I'll dig into this Friday evening.
> 
> Can anyone check if the following patch fixes the issue? I will test it 
> tonight 
> anyway.
> 
> diff --git a/arch/mips/alchemy/mtx-1/board_setup.c 
> b/arch/mips/alchemy/mtx-1/board_setup.c
> index a9f0336..c2c29e5 100644
> --- a/arch/mips/alchemy/mtx-1/board_setup.c
> +++ b/arch/mips/alchemy/mtx-1/board_setup.c
> @@ -117,9 +117,9 @@ mtx1_pci_idsel(unsigned int devsel, int assert)
>  
>         if (assert && devsel != 0)
>                 /* Suppress signal to Cardbus */
> -               gpio_set_value(1, 0);   /* set EXT_IO3 OFF */
> +               alchemy_gpio_direction_output(1, 0);    /* set EXT_IO3 OFF */
>         else
> -               gpio_set_value(1, 1);   /* set EXT_IO3 ON */
> +               alchemy_gpio_direction_output(1, 1);    /* set EXT_IO3 ON */
>  
>         au_sync_udelay(1);
>         return 1;
> 
> --
> Florian
> _______________________________________________
> openwrt-devel mailing list
> [email protected]
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel


_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to