Skip site navigation (1)Skip section navigation (2)
Date:      06 Oct 2001 09:17:18 -0700
From:      swear@blarg.net (Gary W. Swearingen)
To:        "Jed Sargent" <sarge18@hotmail.com>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: two network card support
Message-ID:  <74zo74ivzl.o74@localhost.localdomain>
In-Reply-To: <OE22aMNDwlEC8Do9oOG0000466c@hotmail.com>
References:  <OE22aMNDwlEC8Do9oOG0000466c@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
"Jed Sargent" <sarge18@hotmail.com> writes:

> the problem I keep runnign into is that I have no ed0
> to make a copy of into ed1.  How can I fix this.

This (in KERNCONF) works for me:

  device          ed0 at isa? port 0x320 irq 12  ## GVC
  device          ed1 at isa? port 0x300 irq 10  ## D-Link
  device          ed2 at isa? port 0x280 irq 11  ## Genius

A less tied-down mannor of configuring these is probably possible
but I haven't bothered to try it.

In fact, the ed(4) man page only shows this as the KERNCONF syntax:

  device ed

Have you tried that, or do you just have "device ed0"?


P.S. Next time you ask a question like this, please include the boot
messages and KERNCONF lines related to the devices in question.

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?74zo74ivzl.o74>