All of lore.kernel.org
 help / color / mirror / Atom feed
From: Valentin Podlovchenko <valya@vip.pp.ru>
To: Paul Mackerras <paulus@cs.anu.edu.au>,
	"Ben. Herrenschmidt" <benh@kernel.crashing.org>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] pmac_mb_defs[] for new iBook2 (kernel-2.4.18-ben0)
Date: Mon, 11 Mar 2002 15:33:46 +0300	[thread overview]
Message-ID: <20020311123346.GD7449@microtest.ru> (raw)

[-- Attachment #1: Type: text/plain, Size: 384 bytes --]

Hello,

motherboard on the new iBook2 reports to be compatible to "PowerBook4,2"
so to make some things work (such as sleep mode) on this model should be
applied this patch

-- 
  Valentin Podlovchenko,                     ____/|
  <VPodlovchenko@Microtest.ru>               \ o.O|
  Tel: +7(095) 787-2058 (ext. 1245)           =(_)=
  Fax: +7(095) 787-2056                         U

[-- Attachment #2: new_ibook2.patch --]
[-- Type: text/plain, Size: 614 bytes --]

diff -urN linux-2.4.18-ben0/arch/ppc/kernel/pmac_feature.c linux-2.4.18-ben0-my/arch/ppc/kernel/pmac_feature.c
--- linux-2.4.18-ben0/arch/ppc/kernel/pmac_feature.c	Tue Feb 26 17:34:34 2002
+++ linux-2.4.18-ben0-my/arch/ppc/kernel/pmac_feature.c	Mon Mar 11 15:16:07 2002
@@ -1640,6 +1640,10 @@
 		PMAC_TYPE_IBOOK2,		pangea_features,
 		PMAC_MB_CAN_SLEEP | PMAC_MB_HAS_FW_POWER
 	},
+	{	"PowerBook4,2",			"new iBook 2",
+		PMAC_TYPE_IBOOK2,		pangea_features,
+		PMAC_MB_CAN_SLEEP | PMAC_MB_HAS_FW_POWER
+	},
 	{	"PowerMac4,2",			"Flat panel iMac",
 		PMAC_TYPE_FLAT_PANEL_IMAC,	pangea_features,
 		PMAC_MB_CAN_SLEEP

             reply	other threads:[~2002-03-11 12:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-11 12:33 Valentin Podlovchenko [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-03-11 21:33 [PATCH] pmac_mb_defs[] for new iBook2 (kernel-2.4.18-ben0) benh
2002-03-12  9:30 ` Valentin Podlovchenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020311123346.GD7449@microtest.ru \
    --to=valya@vip.pp.ru \
    --cc=benh@kernel.crashing.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=paulus@cs.anu.edu.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.