From owner-freebsd-questions@FreeBSD.ORG Tue Jul 8 08:28:28 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3CD937B401 for ; Tue, 8 Jul 2003 08:28:28 -0700 (PDT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7E5E43F3F for ; Tue, 8 Jul 2003 08:28:27 -0700 (PDT) (envelope-from warendaj@comcast.net) Received: from lucifer (pcp01360004pcs.benslm01.pa.comcast.net[68.80.223.127](untrusted sender)) by comcast.net (sccrmhc13) with SMTP id <200307081528260160020p4re>; Tue, 8 Jul 2003 15:28:26 +0000 Message-ID: <003301c34565$91b24a20$4500a8c0@lucifer> From: "J.M. Warenda" To: Date: Tue, 8 Jul 2003 11:28:23 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Integrated Intel Ethernet works with generic kernel, but not mine... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2003 15:28:28 -0000 A few weeks back I installed FreeBSD 5.0-RELEASE on my laptop to check it out (as well as explore the adaptability of the laptop to other operating systems). I spent a good bit of time getting a dual boot setup working as desired and making Win2k work with the machine ... and the last few days I've finally spent trying to nail down the FreeBSD kernel. Right now my biggest hangup is support for the integrated Intel ethernet adapter. The generic kernel created by the installer produced the following boot information for the adapter ... fxp0: port 0x4000-0x403f mem 0xe8200000-0xe8200fff irq 10 at device 8.0 on pci2 fxp0: Ethernet address 00:00:f0:76:23:d6 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto And the adapter functioned fine. After compiling a kernel for the unit however, I get the following results which needless to say are ... quite different ... fxp0: port 0x4000-0x403f mem 0xe8200000-0xe8200fff irq 10 at device 8.0 on pci2 fxp0: could not map device registers device_probe_and_attach: fxp0 attach returned 6 Now, I scoured man pages, the site, etc looking for references to inphy but came up with nothing. I assume as it was listed in the kernel that dependancy came from miibus ... but since it obviously wasn't working I tried looking around to see if there was another dependancy I wasn't finding. I found OpenBSD/NetBSD references to phy devices but none appear to be relevant to FreeBSD 5.0-RELEASE. Could anyone perchance give me some insight into what I'm doing wrong here that is causing this device to fail with my kernel? -John