From owner-freebsd-questions Thu Jun 6 21:52:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from valis.olywa.net (valis.olywa.net [216.173.192.2]) by hub.freebsd.org (Postfix) with ESMTP id 3C59837B405 for ; Thu, 6 Jun 2002 21:52:49 -0700 (PDT) Received: from intrepid.snowpoint.com ([216.173.213.173]) by valis.olywa.net (Post.Office MTA v3.5.3 release 223 ID# 0-56662U5000L500S0V35) with ESMTP id net for ; Thu, 6 Jun 2002 21:52:43 -0700 Received: from ([216.173.213.172]) by intrepid.snowpoint.com (Merak 4.10.020) with SMTP id HUB36795 for ; Thu, 06 Jun 2002 21:48:14 -0700 From: "Corey Snow" To: freebsd-questions@freebsd.org Date: Thu, 6 Jun 2002 21:52:48 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Adding second NIC to FreeBSD Message-ID: <3CFFD9B0.18832.640BC4E@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm editing my kernel configuration file and want to add a second NIC. Both NICs are GeniusLAN NE2000 compatible 10BaseT NICs. The first one has worked fine with the ed driver. My question is this- In the kernel configuration file, there is a line like so: device ed0 at isa? port 0x280 irq 5 iomem 0xd8000 I assume that if I want to add a second one, I should add the following: device ed1 at isa? port 0x260 irq 12 iomem 0xd8000 (the IRQ and port are set on the new card.) I guess the question is, is this the right way to do it, and what does the "iomem" setting do? It's the only one I don't understand. Thanks, Corey Snow To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message