Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Aug 1999 22:17:42 +0200
From:      "Holger van Koll" <Holger@vanKoll.de>
To:        <freebsd-questions@freebsd.org>
Subject:   ed1 insted of ed0...
Message-ID:  <016601beea7f$e4f721a0$0a00a8c0@holler.localdomain>

next in thread | raw e-mail | index | archive | help
Setup: FreeBSD 3.2, installed via FTP today. NE2000 PCI-Ethernetcard
(Realtek 8029)

Problem:
At boot-time I get
ed1: <NE2000 PCI Ethernet (RealTek 8029)> rev 0x00 int a irq 3 on pci0.9.0
ed1: address 00:40:05:65:15:5b, type NE2000 (16 bit)

Fine so far, but why is ed1 instead of ed0 assigned?

If I add
device ed0 at isa port 0xb000 net irq 11 iomem 0xd8000
to my kernel-config
and
en ed0
po ed0 0xd000
ir ed0 3
iom ed0 0xd8000
f ed0 0
q
to /boot/kernel.conf      (where is doku about that???)

then I also get

ed0 at 0xd000-0xd01f irq 11 on eisa slot 13
ed0: address 00:40:05:65:15:5b, type NE2000 (16 bit)

later in the boot-process (it finds the same card 2 x). However, only ed1 is
RUNNING (ifconfig) ; flags=8802 (ed0) ; 8843 (ed1).

What is going on here? How can I tell the kernel to assign ed0 ?

Furthermore I got many errors on startup after installing like
real memory  = 134217728 (131072K bytes)
config> di zp0
No such device: zp0
Invalid command or syntax.  Type `?' for help.
config> di ze0
No such device: ze0
Invalid command or syntax.  Type `?' for help.

I just removed all those lines in /boot/kernel.config and the errors were
gone. Anything to note here?




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?016601beea7f$e4f721a0$0a00a8c0>