From owner-freebsd-questions Sun Jun 16 1: 1:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes16-hme0.telusplanet.net (defout.telus.net [199.185.220.240]) by hub.freebsd.org (Postfix) with ESMTP id 2296C37B413 for ; Sun, 16 Jun 2002 01:01:41 -0700 (PDT) Received: from gcooper ([209.107.108.123]) by priv-edtnes16-hme0.telusplanet.net (InterMail vM.5.01.04.02 201-253-122-122-102-20011128) with SMTP id <20020616080140.FBXJ4439.priv-edtnes16-hme0.telusplanet.net@gcooper> for ; Sun, 16 Jun 2002 02:01:40 -0600 Message-ID: <007901c21513$3b3842e0$7b6c6bd1@ab.hsia.telus.net> From: "Grant Cooper" To: "FreeBSD-Questions" References: Subject: WARNING: / was not properly dismounted Date: Sun, 16 Jun 2002 02:53:05 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 ok, when I do a dmsg | more to check my kernnel I get a Warning WARNING: / was not properly dismounted I been playing with the umount command but can't get rid of the message? ----- Original Message ----- From: "Aaron Burke" To: "FreeBSD-Questions" ; "Corey Snow" Sent: Thursday, June 06, 2002 11:01 PM Subject: RE: Adding second NIC to FreeBSD > > > > 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message