From owner-freebsd-questions Sat Jan 10 10:24:09 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA27115 for questions-outgoing; Sat, 10 Jan 1998 10:24:09 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from ns2.cetlink.net (root@ns2.cetlink.net [209.54.54.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA27110 for ; Sat, 10 Jan 1998 10:24:03 -0800 (PST) (envelope-from jak@cetlink.net) Received: from hot1.auctionfever.com (ts1-cltnc-53.cetlink.net [209.54.58.53]) by ns2.cetlink.net (8.8.5/8.8.5) with SMTP id NAA11182; Sat, 10 Jan 1998 13:23:59 -0500 (EST) From: jak@cetlink.net (John Kelly) To: Tsung-li Wu Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NE2000 card setup Date: Sat, 10 Jan 1998 19:24:46 GMT Message-ID: <34b7ca3e.561058@mail.cetlink.net> References: <34B71C63.47D2@eos.ncsu.edu> In-Reply-To: <34B71C63.47D2@eos.ncsu.edu> X-Mailer: Forte Agent 1.01/16.397 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id KAA27111 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 10 Jan 1998 01:59:47 -0500, Tsung-li Wu wrote: >I tried to install two NE2000 cards in a 486 machine, and >the related data are as following: > >interface I/O IRQ Memory Address >ed0 220 5 d8000 >ed1 300 3 d8000 > >Obviously, there is a conflict between two d8000s, >how should I assign the two Memory Addresses to >avoid the conflict? What if I install a third one? NE2000 does not use shared memory, so in your case the memory address is ignored. It's only for cards like the SMC Ultra which use shared memory and are supported by the same device driver, "ed." John