From patchwork Fri Jul 23 02:40:10 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Crichton X-Patchwork-Id: 59722 X-Patchwork-Delegate: benh@kernel.crashing.org Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from bilbo.ozlabs.org (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id DF30A1009DF for ; Fri, 23 Jul 2010 12:40:20 +1000 (EST) Received: from mail-qw0-f51.google.com (mail-qw0-f51.google.com [209.85.216.51]) by ozlabs.org (Postfix) with ESMTP id 02557B70FE for ; Fri, 23 Jul 2010 12:40:12 +1000 (EST) Received: by qwk3 with SMTP id 3so56229qwk.38 for ; Thu, 22 Jul 2010 19:40:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=LlYE12hdvWHKTL2hcuAztf5HTFTmrNM9xz5OQ4af2X0=; b=uqaUuaw+EmeEpC9oQy8Jh7o8hCLPF57XWHF9ylpZDOS+b8SUldDM2pt0OuXx3ne2Fk 3WKj/RjliKgnTvxYXl7aQc/jt0eI7tE9gKzVQ2NsORkwTjppYLZDK18Visg+U+Bz5fFN NZDeXqGhmIg/NlhRLxCxCIsUQSlCDRaQ4oNgs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Fnld8yVs6JtK9Gn8rRh2g7rec3o4jdFmEB4mgj207x8YvoExyKHUfL56/uenU0g/Wb TDN0IepSpnTMt0xRw0LsuZBLvezNtBE866AorTx1UlQqLYEigAfxGHeF5u94jWTPPdfI NV64uXsC2IqAUJeBZJvIJbn7HmzO7Z/4VXrfw= MIME-Version: 1.0 Received: by 10.224.9.205 with SMTP id m13mr1972149qam.68.1279852810632; Thu, 22 Jul 2010 19:40:10 -0700 (PDT) Received: by 10.229.233.199 with HTTP; Thu, 22 Jul 2010 19:40:10 -0700 (PDT) Date: Thu, 22 Jul 2010 22:40:10 -0400 Message-ID: Subject: [PATCH 1/1] Added PowerMac10,2 device descriptor From: Mark Crichton To: linuxppc-dev@lists.ozlabs.org, Benjamin Herrenschmidt X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Small patch to recognize the Mac Mini's that were quietly rolled out ~2005. Work needs to be done on the WOL (Radeon and network card). Signed-off-by: Mark Crichton --- arch/powerpc/platforms/powermac/feature.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/platforms/powermac/feature.c b/arch/powerpc/platforms/powermac/feature.c index 9e1b9fd..fa90384 100644 --- a/arch/powerpc/platforms/powermac/feature.c +++ b/arch/powerpc/platforms/powermac/feature.c @@ -2191,6 +2191,10 @@ static struct pmac_mb_def pmac_mb_defs[] = { PMAC_TYPE_UNKNOWN_INTREPID, intrepid_features, PMAC_MB_MAY_SLEEP, }, + { "PowerMac10,2", "Mac mini (Late 2005)", + PMAC_TYPE_UNKNOWN_INTREPID, intrepid_features, + PMAC_MB_MAY_SLEEP, + }, { "iMac,1", "iMac (first generation)", PMAC_TYPE_ORIG_IMAC, paddington_features, 0