From owner-freebsd-acpi@FreeBSD.ORG Sun Jun 21 13:56:06 2009 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6445F1065674 for ; Sun, 21 Jun 2009 13:56:06 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from mail-ew0-f212.google.com (mail-ew0-f212.google.com [209.85.219.212]) by mx1.freebsd.org (Postfix) with ESMTP id C00FD8FC13 for ; Sun, 21 Jun 2009 13:56:05 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by ewy8 with SMTP id 8so3152495ewy.43 for ; Sun, 21 Jun 2009 06:56:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date:cc :x-mailer; bh=TGS9OngGrDV0aKAgpjUysxQHepprdYwZF3FOtstMq6o=; b=QpSWCnKyv01ZZ7j2p6dmsRKOU6QNTikygMZg4Oh++YoedDUddRh4nJnz8Q9p3gKGMa w6AgYF5h1zUehGXG+PuIxVW470T5LEowurOMDI4TWKYsNlhigJMD1g1GVeCd5f/Bbj5y GA7hzl9NSHKqJlIAgNSFN65b1Nnas7BDNCLz8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:cc:x-mailer; b=tkvW4/8o6AlsTGZ9ElGEnurXi6fM3ru4SieL7tqQpzRLQXCdccz6fY7fyu1nZRqDzQ zZ9MF1OjDnqsOLPoYdCS1WqusO2JjGH0+CYDIYrF/gpNJstYCoSLBB+jiq7KEF96nwbT yJTMykgIvf42M5mj4B+udxvAqK/lU6s4AxZ20= Received: by 10.210.12.18 with SMTP id 18mr3375226ebl.87.1245592564717; Sun, 21 Jun 2009 06:56:04 -0700 (PDT) Received: from omega.lan (bl9-155-202.dsl.telepac.pt [85.242.155.202]) by mx.google.com with ESMTPS id 5sm3488738eyh.50.2009.06.21.06.56.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 21 Jun 2009 06:56:04 -0700 (PDT) Sender: Rui Paulo Message-Id: <2F4DD9CA-934B-4BAB-9550-F9897623741F@freebsd.org> From: Rui Paulo To: freebsd-acpi@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Sun, 21 Jun 2009 14:56:02 +0100 X-Mailer: Apple Mail (2.935.3) Cc: Subject: ACPI regression X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jun 2009 13:56:07 -0000 Hi, I just found out that 7.2 boots ok on my 2009 Mac mini, but 8.0 doesn't. The reason for this is related to ACPI. I don't have much time available to debug this right now, so this is just sort of a heads up. The machine locks up after printing the acpi0 driver announcement. (Disabling ACPI makes the system boot, but many devices are missing, including the SATA controller -- no install possible). I'll keep you informed if something else comes up. -- Rui Paulo