From owner-freebsd-stable@FreeBSD.ORG Sat Jun 28 23:21:57 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D375DC14 for ; Sat, 28 Jun 2014 23:21:57 +0000 (UTC) Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7175A215B for ; Sat, 28 Jun 2014 23:21:57 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id hi2so4370486wib.7 for ; Sat, 28 Jun 2014 16:21:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=WoM0RSYz9GupDpqK+j1MAe/JcjAj1RbXal7P+CLlI00=; b=IFBO4LOma4GQ18irdOVBTwFZZeajuW05KchvxXk5rowKJUstCyzaL0D3y9BQVRNt7f HSgVqUd3d5NoDnQA2cV9WLRWxji5g6oo4SsFcKyW4S0vWevpyX7kwF4vXOpXV0zOzYIz dlmBxseia5dDGaEqKigmrjLICRzpIw8qv/oA+ovO72R7TuP8m/5NnAQcSNCqtVQsBb6n F/cPgESl9UZqKbl8IIphgJxxIKzcR9lqZeckhx4c36Bbf+jbyqv1MAPG6XCiA2c+b6kS /L1vnqE16Cx50ofOZlgAr2WA6cX1qz00rMoxFXWAu+bEpeJActaZXnuS4K5LUJstWrFk TgaA== MIME-Version: 1.0 X-Received: by 10.194.86.164 with SMTP id q4mr35141264wjz.88.1403997715622; Sat, 28 Jun 2014 16:21:55 -0700 (PDT) Received: by 10.216.212.138 with HTTP; Sat, 28 Jun 2014 16:21:55 -0700 (PDT) Date: Sun, 29 Jun 2014 01:21:55 +0200 Message-ID: Subject: Intel Baytrail panics because of buggy ACPI table From: tallison To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jun 2014 23:21:57 -0000 Hello, Intel Bay Trail/Silvermont devices are becoming quite popular. Unfortunately current FreeBSD releases don't work on them, as they get a kernel panic. A patch for this has been implemented in Linux, and a few months ago in FreeBSD CURRENT as well. A few weeks ago I asked that it be included into the STABLE branches as well, so that it makes its way into the next releases. I can see that it was added to the STABLE branches a few days ago, as per https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=187966 Now my question is this; will this fix make its way into 9.3 RELEASE, or is it too late? Would be good if it did IMO, as said a lot of people are buying Bay Trail struff. BR talisson