* linuxppc-2.5
@ 2003-09-30 21:15 Stefan Berndtsson
2003-09-30 23:08 ` linuxppc-2.5 Tom Rini
0 siblings, 1 reply; 8+ messages in thread
From: Stefan Berndtsson @ 2003-09-30 21:15 UTC (permalink / raw)
To: linuxppc-dev
linux-2.6.0-test5, rsynced from source.mvista.com::linuxppc-2.5 (is there
a more recently updated source than that?) doesn't seem to have a working
sleep-mode in an ibook2 (late 2001, 600MHz, M3/R128).
linux-2.6.0-test3 from the same source at an earlier time had a very
functional sleep.
Is this known? Did I just miss it on the list? Is there a fix? :)
/Stefan
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: linuxppc-2.5
2003-09-30 21:15 linuxppc-2.5 Stefan Berndtsson
@ 2003-09-30 23:08 ` Tom Rini
2003-10-02 16:37 ` Typo fix in 2.6.0-test5 Michael Schmitz
0 siblings, 1 reply; 8+ messages in thread
From: Tom Rini @ 2003-09-30 23:08 UTC (permalink / raw)
To: Stefan Berndtsson; +Cc: linuxppc-dev
On Tue, Sep 30, 2003 at 11:15:47PM +0200, Stefan Berndtsson wrote:
> linux-2.6.0-test5, rsynced from source.mvista.com::linuxppc-2.5 (is there
> a more recently updated source than that?) doesn't seem to have a working
> sleep-mode in an ibook2 (late 2001, 600MHz, M3/R128).
It's as up to date as the bk tree as no one has pulled -test6 into it
yet. The rsync trees on source.mvista.com lag ~1 hour (or less) behind
the bitkeeper versions of the trees.
--
Tom Rini
http://gate.crashing.org/~trini/
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 8+ messages in thread
* Typo fix in 2.6.0-test5
2003-09-30 23:08 ` linuxppc-2.5 Tom Rini
@ 2003-10-02 16:37 ` Michael Schmitz
2003-10-02 19:06 ` Tom Rini
0 siblings, 1 reply; 8+ messages in thread
From: Michael Schmitz @ 2003-10-02 16:37 UTC (permalink / raw)
To: Tom Rini; +Cc: Stefan Berndtsson, linuxppc-dev
> > linux-2.6.0-test5, rsynced from source.mvista.com::linuxppc-2.5 (is there
> > a more recently updated source than that?) doesn't seem to have a working
> > sleep-mode in an ibook2 (late 2001, 600MHz, M3/R128).
>
> It's as up to date as the bk tree as no one has pulled -test6 into it
> yet. The rsync trees on source.mvista.com lag ~1 hour (or less) behind
> the bitkeeper versions of the trees.
Seeing as linuxppc-2.5 is the latest for those stuck with rsync, can we
get this typo fix in?
--- drivers/net/pcnet32.c.org 2003-10-02 18:22:58.000000000 +0200
+++ drivers/net/pcnet32.c 2003-10-02 18:21:38.000000000 +0200
@@ -544,6 +544,7 @@
} else {
printk(KERN_INFO "pcnet32: probe at %lx failed\n", ioaddr);
goto err_release_region;
+ }
}
chip_version = a->read_csr(ioaddr, 88) | (a->read_csr(ioaddr,89) << 16);
Also, include/video/macmodes.h is missing (used by matroxfb).
Michael
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Typo fix in 2.6.0-test5
2003-10-02 16:37 ` Typo fix in 2.6.0-test5 Michael Schmitz
@ 2003-10-02 19:06 ` Tom Rini
2003-10-03 11:54 ` Michael Schmitz
0 siblings, 1 reply; 8+ messages in thread
From: Tom Rini @ 2003-10-02 19:06 UTC (permalink / raw)
To: Michael Schmitz; +Cc: Stefan Berndtsson, linuxppc-dev
On Thu, Oct 02, 2003 at 06:37:16PM +0200, Michael Schmitz wrote:
> > > linux-2.6.0-test5, rsynced from source.mvista.com::linuxppc-2.5 (is there
> > > a more recently updated source than that?) doesn't seem to have a working
> > > sleep-mode in an ibook2 (late 2001, 600MHz, M3/R128).
> >
> > It's as up to date as the bk tree as no one has pulled -test6 into it
> > yet. The rsync trees on source.mvista.com lag ~1 hour (or less) behind
> > the bitkeeper versions of the trees.
>
> Seeing as linuxppc-2.5 is the latest for those stuck with rsync, can we
> get this typo fix in?
Only by sending it to lkml and/or jeff garzik.
> Also, include/video/macmodes.h is missing (used by matroxfb).
Is it in the bk tree as of then (can be checked via web pages)?
--
Tom Rini
http://gate.crashing.org/~trini/
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Typo fix in 2.6.0-test5
2003-10-02 19:06 ` Tom Rini
@ 2003-10-03 11:54 ` Michael Schmitz
2003-10-03 14:53 ` Benjamin Herrenschmidt
2003-10-03 15:08 ` Tom Rini
0 siblings, 2 replies; 8+ messages in thread
From: Michael Schmitz @ 2003-10-03 11:54 UTC (permalink / raw)
To: Tom Rini; +Cc: linuxppc-dev
> > Seeing as linuxppc-2.5 is the latest for those stuck with rsync, can we
> > get this typo fix in?
>
> Only by sending it to lkml and/or jeff garzik.
OK; I'll collect some more things for that.
> > Also, include/video/macmodes.h is missing (used by matroxfb).
>
> Is it in the bk tree as of then (can be checked via web pages)?
Nope. Missing in the 2.5 devel bk tree as well. It might be by design, and
matroxfb is really what's broken, though.
Michael
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Typo fix in 2.6.0-test5
2003-10-03 11:54 ` Michael Schmitz
@ 2003-10-03 14:53 ` Benjamin Herrenschmidt
2003-10-04 12:48 ` Michael Schmitz
2003-10-03 15:08 ` Tom Rini
1 sibling, 1 reply; 8+ messages in thread
From: Benjamin Herrenschmidt @ 2003-10-03 14:53 UTC (permalink / raw)
To: Michael Schmitz; +Cc: Tom Rini, linuxppc-dev list
On Fri, 2003-10-03 at 13:54, Michael Schmitz wrote:
> > > Seeing as linuxppc-2.5 is the latest for those stuck with rsync, can we
> > > get this typo fix in?
> >
> > Only by sending it to lkml and/or jeff garzik.
>
> OK; I'll collect some more things for that.
>
> > > Also, include/video/macmodes.h is missing (used by matroxfb).
> >
> > Is it in the bk tree as of then (can be checked via web pages)?
>
> Nope. Missing in the 2.5 devel bk tree as well. It might be by design, and
> matroxfb is really what's broken, though.
No, it's not missing afaik, it's just not where matroxfb is looking for
Ben.
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Typo fix in 2.6.0-test5
2003-10-03 11:54 ` Michael Schmitz
2003-10-03 14:53 ` Benjamin Herrenschmidt
@ 2003-10-03 15:08 ` Tom Rini
1 sibling, 0 replies; 8+ messages in thread
From: Tom Rini @ 2003-10-03 15:08 UTC (permalink / raw)
To: Michael Schmitz; +Cc: linuxppc-dev
On Fri, Oct 03, 2003 at 01:54:25PM +0200, Michael Schmitz wrote:
> > > Seeing as linuxppc-2.5 is the latest for those stuck with rsync, can we
> > > get this typo fix in?
> >
> > Only by sending it to lkml and/or jeff garzik.
>
> OK; I'll collect some more things for that.
ok.
> > > Also, include/video/macmodes.h is missing (used by matroxfb).
> >
> > Is it in the bk tree as of then (can be checked via web pages)?
>
> Nope. Missing in the 2.5 devel bk tree as well. It might be by design, and
> matroxfb is really what's broken, though.
Then it's an issue for lkml and/or the matroxfb maintainer.
--
Tom Rini
http://gate.crashing.org/~trini/
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Typo fix in 2.6.0-test5
2003-10-03 14:53 ` Benjamin Herrenschmidt
@ 2003-10-04 12:48 ` Michael Schmitz
0 siblings, 0 replies; 8+ messages in thread
From: Michael Schmitz @ 2003-10-04 12:48 UTC (permalink / raw)
To: Benjamin Herrenschmidt; +Cc: linuxppc-dev list
> > > > Also, include/video/macmodes.h is missing (used by matroxfb).
> > >
> > > Is it in the bk tree as of then (can be checked via web pages)?
> >
> > Nope. Missing in the 2.5 devel bk tree as well. It might be by design, and
> > matroxfb is really what's broken, though.
>
> No, it's not missing afaik, it's just not where matroxfb is looking for
My fault - I thought I'd looked for it there, but missed it. Trivial patch
attached.
Other than that, no compile problems. Boots on my Lombard, will give it a
test on our iMac next.
--- drivers/video/matrox/matroxfb_base.h.org 2003-10-04 14:43:06.000000000 +0200
+++ drivers/video/matrox/matroxfb_base.h 2003-10-04 14:44:46.000000000 +0200
@@ -55,7 +55,7 @@
#if defined(CONFIG_PPC_PMAC)
#include <asm/prom.h>
#include <asm/pci-bridge.h>
-#include <video/macmodes.h>
+#include "../macmodes.h"
#endif
/* always compile support for 32MB... It cost almost nothing */
Michael
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2003-10-04 12:48 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-30 21:15 linuxppc-2.5 Stefan Berndtsson
2003-09-30 23:08 ` linuxppc-2.5 Tom Rini
2003-10-02 16:37 ` Typo fix in 2.6.0-test5 Michael Schmitz
2003-10-02 19:06 ` Tom Rini
2003-10-03 11:54 ` Michael Schmitz
2003-10-03 14:53 ` Benjamin Herrenschmidt
2003-10-04 12:48 ` Michael Schmitz
2003-10-03 15:08 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).