From owner-freebsd-newbies Thu Feb 1 14:17:59 2001 Delivered-To: freebsd-newbies@freebsd.org Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.43.230.149]) by hub.freebsd.org (Postfix) with ESMTP id 8B5AE37B503 for ; Thu, 1 Feb 2001 14:17:42 -0800 (PST) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.9.3) with SMTP id f11MFqi14811; Thu, 1 Feb 2001 17:15:52 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <01c401c08c9d$c2382f30$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "gtk" , References: <20010201214155.66901.qmail@web9604.mail.yahoo.com> Subject: Re: Intel In Business NIC (SA101TX) Date: Thu, 1 Feb 2001 17:24:35 -0500 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 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Hello, I have a question regarding the Intel > "In-Business" 10/100 PCI NIC. I'm running FreeBSD 4.1 > Stable x86. My dmesg output says that it finds device > fxp0 irq 9, etc, follow that it lists "could not map > memory", and underneath it lists "fxp0 device attach > returned 6". I've got my kernel compiled with the > following line: > > device fxp0 at pci? port 0x300 irq 9 iomem 0xd0000 Since this is a PCI-based plug-and-play adapter, you don't need any of the port/irq stuff. All you need is 'device fxp0' and the port/irq/iomem stuff will be configured automatically. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message