From owner-freebsd-current@freebsd.org Sat Sep 5 15:50:58 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B3109CBD45 for ; Sat, 5 Sep 2015 15:50:58 +0000 (UTC) (envelope-from null@pozo.com) Received: from pozo.com (pozo.com [50.197.129.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "pozo.com", Issuer "pozo.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 027F01CE4; Sat, 5 Sep 2015 15:50:57 +0000 (UTC) (envelope-from null@pozo.com) Received: from octo.pozo.com (octo.pozo.com [192.168.0.2]) (authenticated bits=128) by pozo.com (8.15.2/8.15.2) with ESMTPA id t85Fons2003590; Sat, 5 Sep 2015 08:50:49 -0700 (PDT) (envelope-from null@pozo.com) From: Manfred Antar Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: em broken on current amd64 Date: Sat, 5 Sep 2015 08:50:48 -0700 Message-Id: <1B3BC636-6765-4478-AAE0-122E6904276E@pozo.com> To: freebsd-current@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) X-Mailer: Apple Mail (2.2104) X-Spam-Status: No, score=-102.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, USER_IN_WHITELIST autolearn=ham autolearn_force=no version=3.4.1, No X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on pozo.com X-pozocom-MailScanner-Information: Please contact the ISP for more information X-pozocom-MailScanner-ID: t85Fons2003590 X-pozocom-MailScanner: Found to be clean X-pozocom-MailScanner-From: null@pozo.com X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 05 Sep 2015 15:50:58 -0000 Recent changes to em have broken current on amd64. Booting kernel will hang when trying to load em0, then will continue bootin= g without the driver loading (No Network) This is on a HP SFF 8000 with em0 embedded on the motherboard. boot messages: em0: port 0x3100-0x311f mem 0x= f3100000-0xf311ffff,0xf3125000-0xf3125fff irq 19 at device 25.0 on pci0 em0: attempting to allocate 1 MSI vectors (1 supported) em0: using IRQ 265 for MSI em0: Using an MSI interrupt em0: The EEPROM Checksum Is Not Valid device_attach: em0 attach returned 5 Manfred