From owner-freebsd-questions Sun Aug 24 10:11:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA09503 for questions-outgoing; Sun, 24 Aug 1997 10:11:41 -0700 (PDT) Received: from uniqsite.com (uniqsite.com [206.14.149.33]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA09494 for ; Sun, 24 Aug 1997 10:11:37 -0700 (PDT) Received: from localhost (timm@localhost) by uniqsite.com (8.8.5/8.8.5) with SMTP id KAA02207; Sun, 24 Aug 1997 10:10:51 -0700 (PDT) Date: Sun, 24 Aug 1997 10:10:51 -0700 (PDT) From: Tim Moony To: Troy Settle cc: Jim Marker , Marco Masotti , questions@FreeBSD.ORG Subject: Re: PCI NE2000 card not probed correctly - no driver assigned In-Reply-To: <199708241628.MAA04828@radford.i-plus.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 24 Aug 1997, Troy Settle wrote: > I have a similar card (RTL8029), and the only way I've been able to get a > driver assigned, was to include a device entry for ed0: > > device ed0 at isa? disable port 0x280 net irq 5 iomem 0xd8000 vector edintr > > In my case I had to remove the iomem part before recompiling the kernel.