pssim emulation, with this patch it can boot a
Debian NFSroot.
Thiemo
Signed-off-by: Thiemo Seufer <[EMAIL PROTECTED]>
---
b/drivers/net/mipsnet.c | 201
drivers/net/mipsnet.h | 112 --
2 files changed, 1
Stephen Hemminger wrote:
> On Sun, 28 Oct 2007 20:03:08 +
> Thiemo Seufer <[EMAIL PROTECTED]> wrote:
>
> > Ralf Baechle wrote:
> > > On Sun, Oct 28, 2007 at 04:38:46AM +, Thiemo Seufer wrote:
> > >
> > > > Hello All,
> > > >
Ralf Baechle wrote:
> On Sun, Oct 28, 2007 at 04:38:46AM +0000, Thiemo Seufer wrote:
>
> > Hello All,
> >
> > currently the mipsnet driver fails after transmitting a number of
> > packages because SKBs are allocated but never freed. I fixed that
> > and co
pssim emulation, with this patch it can boot a
Debian NFSroot.
Thiemo
Signed-off-by: Thiemo Seufer <[EMAIL PROTECTED]>
---
diff --git a/drivers/net/mipsnet.c b/drivers/net/mipsnet.c
index 9853c74..28c66c1 100644
--- a/drivers/net/mipsnet.c
+++ b/drivers/net/mipsnet.c
@@ -4,8 +4,6 @@
Ralf Baechle wrote:
> On Sat, Sep 08, 2007 at 02:23:00AM +0200, Matteo Croce wrote:
[snip]
> > +/* Register definitions */
> > +struct cpmac_control_regs {
> > + u32 revision;
> > + u32 control;
> > + u32 teardown;
> > + u32 unused;
> > +} __attribute__ ((packed));
> > +
> > +struct cpmac_i