From owner-freebsd-current@FreeBSD.ORG Fri Oct 5 19:46:48 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 4DD1516A46B for ; Fri, 5 Oct 2007 19:46:48 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.185]) by mx1.freebsd.org (Postfix) with ESMTP id CCEC813C474 for ; Fri, 5 Oct 2007 19:46:47 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so699821mue for ; Fri, 05 Oct 2007 12:46:46 -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:mime-version:content-type:content-transfer-encoding:content-disposition; bh=zRKxyutAd8LkiGKfT/pOu3L3++RikwkWu4vjaAzZ190=; b=KOLdLif2EwfvorxAsxX9jOPV0YY1YcR3KQX0kXsHTiHTGGQ1OKLQiqre2a53UPYhjszSFIuzB/tUAjavYPO0Uh8op16ycRkdFkoF8Us1DY/dGrkl/F0lZqfS9+WVAsR52koIwDxlW/dm/klOSGaWub7oD6um2YKDXlgpt54zQZ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=V/m2N5dsxBA88mMTgvhWMpxA/Intq0JshWYDKmN9m4rjLEM/+t0m0wYJIHowRSngluA6zoFkJG/hQBKAD/ZQmgRpJJP6krdHnys3zrQPp8kodxiR8pcHQ8NMtTodgOvM7H5hn9k35iRD3A6P7yGu+ZPT0idIehEiUUZgJaCff0Y= Received: by 10.64.28.3 with SMTP id b3mr1630549qbb.1191613605469; Fri, 05 Oct 2007 12:46:45 -0700 (PDT) Received: by 10.64.184.9 with HTTP; Fri, 5 Oct 2007 12:46:45 -0700 (PDT) Message-ID: <8e10486b0710051246r41e7fbe6ob6131099630a1975@mail.gmail.com> Date: Fri, 5 Oct 2007 16:46:45 -0300 From: "Alexandre Biancalana" To: current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: 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 19:46:48 -0000 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. Regards,