From owner-freebsd-questions Thu Jun 6 22: 2:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cpimssmtpu03.email.msn.com (cpimssmtpu03.email.msn.com [207.46.181.79]) by hub.freebsd.org (Postfix) with ESMTP id 50BF837B407 for ; Thu, 6 Jun 2002 22:02:42 -0700 (PDT) Received: from thebe ([67.24.227.187]) by cpimssmtpu03.email.msn.com with Microsoft SMTPSVC(5.0.2195.4617); Thu, 6 Jun 2002 22:01:56 -0700 From: "Aaron Burke" To: "FreeBSD-Questions" , "Corey Snow" Subject: RE: Adding second NIC to FreeBSD Date: Thu, 6 Jun 2002 22:01:58 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <3CFFD9B0.18832.640BC4E@localhost> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal X-OriginalArrivalTime: 07 Jun 2002 05:01:57.0071 (UTC) FILETIME=[72DCE5F0:01C20DE0] 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. Oh yeah, forgot to mention. I am not an expert on iomem information, but I dont think that they can both use the same information. One of the iomem's will have to change. They cant both use 0xd8000, the other card may decide to use iomem 0xd0000 instead. But that has just been my experience in the past with two ed nic drivers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message