On 5/8/07, Lennert Buytenhek <[EMAIL PROTECTED]> wrote:
...
As with Christian's driver, I don't know whether an SRAM allocator
makes much sense. We can just set up a static allocation map for the
in-tree drivers and leave out the allocator altogether. I.e. I don't
think it's worth the complexit
On 5/8/07, Tomasz Chmielewski <[EMAIL PROTECTED]> wrote:
Michael Jones wrote:
>> +#ifndef __ARMEB__
>> +#warning Little endian mode not supported
>> +#endif
>
> Personally I'm less fussed about WAN / LE support. Anyone with any
> sense will run ixp4xx boards doing such a specialised network
> op
Hello, Krzysztof.
On 5/7/07, Krzysztof Halasa <[EMAIL PROTECTED]> wrote:
...
+IXP4XX_FUSE_RSA | \
+IXP4XX_FUSE_XSCALE_MAX_FREQ)
+
#ifndef __ASSEMBLY__
+static inline u32 ixp4xx_read_fuses(void)
+{
+ un
Hi, guys.
I've got a problem. I can see all the incoming packets on an ethernet
interface, but no outgoing packets, although they are sent to the
network, and successfully recieved by the other side. The platform is
ixp420, with severely nodifyed ethernet driver, the kernel is
2.6.16.20. May I a