From owner-freebsd-stable@FreeBSD.ORG Wed Nov 30 04:52:36 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E106A16A41F for ; Wed, 30 Nov 2005 04:52:36 +0000 (GMT) (envelope-from jfvogel@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 590A643D5A for ; Wed, 30 Nov 2005 04:52:23 +0000 (GMT) (envelope-from jfvogel@gmail.com) Received: by xproxy.gmail.com with SMTP id t14so80766wxc for ; Tue, 29 Nov 2005 20:52:23 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=lStY8P1fHmlM+31sTmPUr51/6k+BvHJMJM9JhS11V/068cI/+jeFIusWiVDINLE1bsQeCbUg+yd+f+vCDojl9RzqOOo4MC5fw9OfAqtEc5Ip/v7HGNJdlgYI0TMmPZWrPe8lzZma15wxagKqeMNyG5OhKxJRGuUDQiiXhXk92gI= Received: by 10.64.249.18 with SMTP id w18mr5197135qbh; Tue, 29 Nov 2005 20:52:23 -0800 (PST) Received: by 10.64.213.7 with HTTP; Tue, 29 Nov 2005 20:52:23 -0800 (PST) Message-ID: <2a41acea0511292052g55ec0e91t75675000437b472e@mail.gmail.com> Date: Tue, 29 Nov 2005 20:52:23 -0800 From: Jack Vogel To: Forrest Aldrich In-Reply-To: <438D15ED.60204@forrie.com> MIME-Version: 1.0 References: <438B9E14.7040007@forrie.com> <44acfnjzmu.fsf@be-well.ilk.org> <6.2.3.4.0.20051129103951.08abb790@64.7.153.2> <2a41acea0511291726h2a90eb91l64700ec16ecba1f5@mail.gmail.com> <438D15ED.60204@forrie.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable@freebsd.org Subject: Re: device em0 not showing up at boot X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2005 04:52:37 -0000 On 11/29/05, Forrest Aldrich wrote: > > > > Hi Jack, Mike, > > Thank you for your responses. Sorry it took me a day to get to this. > > Here is the output per the above command. > > Thanks again, > Forrest > > ... em0@pci0:13:0: class=3D0x020000 card=3D0x11768086 chip=3D0x10768086 rev=3D= 0x00 > hdr=3D0x00 > vendor =3D 'Intel Corporation' > device =3D '82547EI Gigabit Ethernet Controller' > class =3D network > subclass =3D ethernet > So, the kernel does see the device Forrest. If you are not seeing any sort of message on boot then it is probably because you dont have the driver configured into your kernel maybe?? Jack