[335] in netbsd-help mailing list archive
Sorry to bother you again... one more thing though
daemon@ATHENA.MIT.EDU (Chad F Jones)
Sat Sep 23 03:53:58 1995
From: Chad F Jones <guardian@MIT.EDU>
To: netbsd-help@MIT.EDU
Date: Sat, 23 Sep 1995 03:53:36 EDT
I tried the kernel you gave me, and it's still having problems,
ie freezes when it tries to find the network card.
I would greately appreciate it if you could try once more though.
I took a look at ioconf.c and found the line:
/* 16: ed0 at isa0 port 0x340 size 0 iomem 0xd0000 iosiz 0 irq 9 drq -1 */
{&edcd, 0, NORM, loc+ 72, 0, pv+10, 0},
Would it be possible to compile with port 0x340 and irq 9 for
my NE2000 card, but not to set the iomem address.
Thus something like:
/* 17: ep0 at isa0 port -1 size 0 iomem -1 iosiz 0 irq -1 drq -1 */
{&epcd, 0, NORM, loc+ 0, 0, pv+10, 0},
Where the iomem address seems to not be set. - because of the -1 instead
of xd0000 or the loc+ 0 and loc+ 72.
Anyway, if you could compile an installation disk with kernel supporting
NE2000 at x340 & IRQ 9 but no memory io address usage, I would be very
grateful.
Thanks-a-lot,
Chad