From: Ingo Oeser <ingo.oeser@informatik.tu-chemnitz.de>
To: Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
Cc: Keith Owens <kaos@ocs.com.au>,
Jeff Garzik <jgarzik@mandrakesoft.com>,
linux-kernel@vger.kernel.org
Subject: Re: 2.4.0-test10 Oops
Date: Wed, 8 Nov 2000 12:44:46 +0100 [thread overview]
Message-ID: <20001108124446.M7204@nightmaster.csn.tu-chemnitz.de> (raw)
In-Reply-To: <20001106230344.C992@iapetus.localdomain> <9731.973567145@ocs3.ocs-net> <20001107210050.A883@iapetus.localdomain>
In-Reply-To: <20001107210050.A883@iapetus.localdomain>; from F.vanMaarseveen@inter.NL.net on Tue, Nov 07, 2000 at 09:00:50PM +0100
On Tue, Nov 07, 2000 at 09:00:50PM +0100, Frank van Maarseveen wrote:
> >>EIP; c68385ab <[3c509].text.start+54b/6e8> <=====
> Trace; ffff0499 <END_OF_CODE+397a0da2/????>
> Trace; c683935b <[3c509]init_module+57/74>
[...]
> 3c509 7408 1 (initializing)
I think this is a known problem and has been fixed by Jeff
Garzik. Either try test11-pre1 or apply this patch:
Index: linux_2_4/drivers/net/3c509.c
diff -c linux_2_4/drivers/net/3c509.c:1.1.1.5 linux_2_4/drivers/net/3c509.c:1.1.1.5.2.1
*** linux_2_4/drivers/net/3c509.c:1.1.1.5 Tue Oct 31 13:21:47 2000
--- linux_2_4/drivers/net/3c509.c Fri Nov 3 23:08:17 2000
***************
*** 434,439 ****
--- 434,446 ----
/* Free the interrupt so that some other card can use it. */
outw(0x0f00, ioaddr + WN0_IRQ);
found:
+ if (dev == NULL) {
+ dev = init_etherdev(dev, sizeof(struct el3_private));
+ if (dev == NULL) {
+ release_region(ioaddr, EL3_IO_EXTENT);
+ return -ENOMEM;
+ }
+ }
memcpy(dev->dev_addr, phys_addr, sizeof(phys_addr));
dev->base_addr = ioaddr;
dev->irq = irq;
Regards
Ingo Oeser
--
To the systems programmer, users and applications
serve only to provide a test load.
<esc>:x
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
next prev parent reply other threads:[~2000-11-08 11:45 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-11-06 22:03 2.4.0-test10 Oops Frank van Maarseveen
2000-11-07 3:19 ` Keith Owens
2000-11-07 20:00 ` Frank van Maarseveen
2000-11-08 11:44 ` Ingo Oeser [this message]
[not found] <fa.f0mv7ev.d5s60h@ifi.uio.no>
2000-11-12 3:30 ` 2.4.0-test10 oops Ben Chu
-- strict thread matches above, loose matches on Subject: below --
2000-11-09 22:37 Jan Dvorak
2000-11-03 0:26 2.4.0-test10 Oops Burton Windle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20001108124446.M7204@nightmaster.csn.tu-chemnitz.de \
--to=ingo.oeser@informatik.tu-chemnitz.de \
--cc=F.vanMaarseveen@inter.NL.net \
--cc=jgarzik@mandrakesoft.com \
--cc=kaos@ocs.com.au \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox