From owner-freebsd-current@FreeBSD.ORG Fri Oct 5 20:59:05 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAE4416A420 for ; Fri, 5 Oct 2007 20:59:05 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.freebsd.org (Postfix) with ESMTP id 6F7FA13C45D for ; Fri, 5 Oct 2007 20:59:04 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so542859nfb for ; Fri, 05 Oct 2007 13:59:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=83moyE3JH5tNVz3YL3HpU4RLO1HGRxHwVQe/SMPtvsI=; b=uGBSQ1YqlzSoCRdqndcDkZ86W3LsgILRTccY85d79PBJaxXSTLtHWtZm6iwbeZ+pKyUzMxtAihJpVrrJEIaIdO4Jg/JWQdckanEA+8FDgvB11ygxvX1MEPN9VMUGyUGtItkiEjXlqj5PXrjKbMjgNs1xaYbfypAIr1awZ+6Q/C4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kTaYPEFkUnjqleQiGianJEjXGhnxvYZlA+H95DzhBIs9EgEoiJHrA33kSysFpoji8Fepss6x3JjChpwsPIWR2SuBf3hQ31MYAKhLwyMvnDqCK/1F4YTn0b4om3L1HJ2UbVfR4c00QydeL8V9MzUps9LVqhe8PtguVAp2Omexf4Y= Received: by 10.86.54.3 with SMTP id c3mr2741284fga.1191616206132; Fri, 05 Oct 2007 13:30:06 -0700 (PDT) Received: by 10.86.100.19 with HTTP; Fri, 5 Oct 2007 13:30:06 -0700 (PDT) Message-ID: <2a41acea0710051330k43a8a1fey2f70e9220750cb91@mail.gmail.com> Date: Fri, 5 Oct 2007 13:30:06 -0700 From: "Jack Vogel" To: "Alexandre Biancalana" In-Reply-To: <8e10486b0710051246r41e7fbe6ob6131099630a1975@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8e10486b0710051246r41e7fbe6ob6131099630a1975@mail.gmail.com> Cc: current@freebsd.org Subject: Re: em0: The EEPROM Checksum Is Not Valid X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 20:59:06 -0000 On 10/5/07, Alexandre Biancalana wrote: > Hi List, > > I'm getting the following message during the boot of my new server.... > > em0: port > 0x2000-0x201f mem 0x84000000-0x8401ffff irq 17 at device 0.0 on pci3 > em0: The EEPROM Checksum Is Not Valid > device_attach: em0 attach returned 5 > > and the em0 is not showed with ifconfig -a > > This is -CURRENT from today sources. > > Motherboard is Intel D975XBX2, I already tried to update the bios from > the latest available at Intel's website but this not solve the > problem. > > Any help is appreciated. Let me see a pciconf -l please. Regards, Jack