Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Nov 2000 22:32:50 -0600
From:      "Rak" <bbayorgeon@new.rr.com>
To:        "Mike Meyer" <mwm@mired.org>, "Drew Tomlinson" <drewt@writeme.com>
Cc:        <questions@freebsd.org>
Subject:   RE: What Is config> During Boot?
Message-ID:  <ILECJPOKCPCCHDEMKLBNCEEBCBAA.bbayorgeon@new.rr.com>
In-Reply-To: <14860.49919.242784.217200@guru.mired.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> device          ed0     at isa? port 0x240 irq 9 iomem 0xd8000
> device          ed1     at isa? port 0x260 irq 11 iomem 0xd8000


This looks a little funny that both of these cards are trying
to use iomem 0xd8000

Now later you say:

> ed0 at port 0x240-0x25f iomem 0xd8000 irq 9 drq 0 on isa0
> ed0: address 00:40:05:66:b2:55, type NE2000 (16 bit)
> ed1 at port 0x260-0x27f iomem 0xd0000 irq 11 on isa0
> ed1: address 00:40:05:66:b2:52, type NE2000 (16 bit)

So how did ed1 go from iomem d8000 to d0000?

This could be the cause of:

> ed1: device timeout


> What is "config>" and should there be something there for ed1
as well?  Is
> this my problem?  I'd appreciate any help, thoughts, nudges,
etc.  I'm new
> to both Unix and FBSD so I may be missing something really
basic.

No, you don't really need to config> ed1 if is set up in the
kernel config
file correctly and so compiled.

> device          ed1     at isa? port 0x260 irq 11 iomem 0xd8000

One problem is though, like I said both cards trying to use
the d8000 memory space.  Change one of these to d0000 or
something.

the puzzling thing is why do you get this:

> ed1 at port 0x260-0x27f iomem 0xd0000 irq 11 on isa0

Nothing seems to be telling it to use d0000 unless it is
adjusting this automagically?!





To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ILECJPOKCPCCHDEMKLBNCEEBCBAA.bbayorgeon>