From owner-freebsd-current@freebsd.org Sat Sep 5 16:11:54 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 2385B9CA71E for ; Sat, 5 Sep 2015 16:11:54 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x22c.google.com (mail-pa0-x22c.google.com [IPv6:2607:f8b0:400e:c03::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E9A1C95A for ; Sat, 5 Sep 2015 16:11:53 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by padhy16 with SMTP id hy16so50633684pad.1 for ; Sat, 05 Sep 2015 09:11:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=+6qRuXPCFxFHuZjeVv9L2a/ztczXDCWWrQFjE9XCW8E=; b=r6Hgykb8lkRimcAxIe9yfxzBYDABofizsi9gt+n5oemGjMZ9wwDsQ7XUApFsnAECFa QQSuU/luT/A+3zj1DlDepUOCwANa1XKeriML9FFoLc1NnfA6xoKVvsmFRgAkKLna2bI8 zOwnuy/ficqlBkjF4u6QG5TjeeGgq4AV+9w8JK1gmnaPEYtHVH0YUgXpQlScyCuuQ7CC rttU8zUX4SmoQU0s64ccAl7GcNVtH3rzdw0hLlpuLYTpdelx5PQEHL4kFq9RPk7tU3Ah Fil+cGQ2kUI36P3V8HC7HqhYOSzMLA44pBv0O/UVDraBRd1fa8Wu7i/9OvDtnHoOo9LM 1zbA== X-Received: by 10.66.122.4 with SMTP id lo4mr22459728pab.1.1441469513524; Sat, 05 Sep 2015 09:11:53 -0700 (PDT) Received: from [192.168.20.10] (c-24-16-212-205.hsd1.wa.comcast.net. [24.16.212.205]) by smtp.gmail.com with ESMTPSA id rh7sm6284777pdb.11.2015.09.05.09.11.52 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 05 Sep 2015 09:11:52 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: em broken on current amd64 From: Garrett Cooper X-Mailer: iPhone Mail (12H321) In-Reply-To: <1B3BC636-6765-4478-AAE0-122E6904276E@pozo.com> Date: Sat, 5 Sep 2015 09:11:52 -0700 Cc: "freebsd-current@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <70759B1C-6685-4EF9-BC65-52590ABD398E@gmail.com> References: <1B3BC636-6765-4478-AAE0-122E6904276E@pozo.com> To: Manfred Antar 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 16:11:54 -0000 > On Sep 5, 2015, at 08:50, Manfred Antar wrote: >=20 > Recent changes to em have broken current on amd64. > Booting kernel will hang when trying to load em0, then will continue booti= ng without the driver loading (No Network) > This is on a HP SFF 8000 with em0 embedded on the motherboard. >=20 > boot messages: >=20 > em0: port 0x3100-0x311f mem 0= xf3100000-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 Tijl said the same. The offending commit's r287467. Cheers,=