From: Lance Tagliapietra <lancetag@Luminet.net>
To: Laurent Vivier <Laurent.Vivier@bull.net>
Cc: Adrian Bunk <bunk@kernel.org>,
Geert Uytterhoeven <geert@linux-m68k.org>,
linux-m68k@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [patch 2/8] m68k: Reverse platform MMU logic so Sun 3 is last
Date: Tue, 23 Sep 2008 16:47:29 -0500 [thread overview]
Message-ID: <20080923214728.GH25462@luminet.net> (raw)
In-Reply-To: <1220440421.4159.22.camel@frecb07144>
On Wed, Sep 03, 2008 at 01:13:41PM +0200, Laurent Vivier wrote:
> Le mercredi 03 septembre 2008 ?? 10:36 +0300, Adrian Bunk a ??crit :
> > On Wed, Sep 03, 2008 at 09:15:44AM +0200, Geert Uytterhoeven wrote:
> > > From: Geert Uytterhoeven <geert@linux-m68k.org>
> > >
> > > Currently Sun 3 support is the first platform option, as the Sun 3 MMU is
> > > incompatible with standard Motorola MMUs. However, this means that
> > > `allmodconfig' enables support for Sun 3, and thus disables support for all
> > > other platforms.
> > >...
> >
> > I hope it isn't too heretical to ask whether Sun 3 support actually has
> > users and works?
> >
> > Apollo support was broken for over 7 years without anyone noticing, and
> > it might not be the only m68k platform that is long unused.
> >
> > Do you have any overview of which m68k platforms still have users?
>
> At least 4 users for amiga and 2 for mac :-P
>
> #rank name inst vote old recent no-files
> 42014 linux-image-2.6-amiga 4 0 0 0 4
> 53844 linux-image-2.6-mac 2 0 0 0 2
>
> from http://popcon.debian.org/by_inst
>
> I'm a mac m68k user (who is the other one ???)
>
> Laurent
> --
> ----------------- Laurent.Vivier@bull.net ------------------
> "La perfection est atteinte non quand il ne reste rien ??
> ajouter mais quand il ne reste rien ?? enlever." Saint Exup??ry
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
OK OK, looks like I have to do the upgrade to 2.6 to get on this list
(currently running a self-compiled 2.4.30, with just the drivers I need
to have the smallest kernel footprint for the 16M RAM on my A2000) but I
do run popularity contest, so the common m68k packages that I use daily
should show up (mutt, apache, etc).
Also, I have found that NFS works nicely between my A2000 and my PC
linux box, thought you typically don't want to burn the RAM on the 8
processes it is going to default to. Apache, there are some ways to get
it to not use up all the RAM resources of the system too. If anyone is
interested, I could put together a list of apps that I have configured
to make the Amiga still be a useful box?
--Lance
next prev parent reply other threads:[~2008-09-23 22:17 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-03 7:15 [patch 0/8] RFC: m68k patches for 2.6.28 Geert Uytterhoeven
2008-09-03 7:15 ` [patch 1/8] m68k: Use new printk() extension %pS to print symbols Geert Uytterhoeven
2008-09-03 7:15 ` [patch 2/8] m68k: Reverse platform MMU logic so Sun 3 is last Geert Uytterhoeven
2008-09-03 7:36 ` Adrian Bunk
2008-09-03 11:13 ` Laurent Vivier
2008-09-03 12:07 ` Adrian Bunk
2008-09-05 17:34 ` Riccardo
2008-09-03 18:10 ` Brad Boyer
2008-09-05 17:36 ` Riccardo
2008-09-23 21:47 ` Lance Tagliapietra [this message]
2008-09-03 19:22 ` Geert Uytterhoeven
2008-09-03 7:15 ` [patch 3/8] m68k: Disable Amiga serial console support if modular Geert Uytterhoeven
2008-09-03 7:15 ` [patch 4/8] m68k: Modular Amiga keyboard needs key_maps Geert Uytterhoeven
2008-09-03 7:15 ` [patch 5/8] m68k: Remove unused atari_kbd_translate() Geert Uytterhoeven
2008-09-04 9:32 ` Michael Schmitz
2008-09-04 9:39 ` Geert Uytterhoeven
2008-09-04 9:49 ` Michael Schmitz
2008-09-03 7:15 ` [patch 6/8] m68k: Define rtc_lock on Atari Geert Uytterhoeven
2008-09-04 9:51 ` Michael Schmitz
2008-09-03 7:15 ` [patch 7/8] m68k: Add missing dma_sync_single_range_for_{cpu,device}() Geert Uytterhoeven
2008-09-03 10:59 ` Roman Zippel
2008-09-03 11:17 ` [patch 7/8] m68k: Add missing dma_sync_single_range_for_{cpu, device}() Geert Uytterhoeven
2008-09-03 11:22 ` Geert Uytterhoeven
2008-09-03 11:39 ` Roman Zippel
2008-09-03 12:12 ` [patch 7/8] m68k: Add missing dma_sync_single_range_for_{cpu,device}() Adrian Bunk
2008-09-03 12:36 ` Roman Zippel
2008-09-03 7:15 ` [patch 8/8] m68k: <asm/pci.h> needs <asm-generic/pci-dma-compat.h> Geert Uytterhoeven
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=20080923214728.GH25462@luminet.net \
--to=lancetag@luminet.net \
--cc=Laurent.Vivier@bull.net \
--cc=bunk@kernel.org \
--cc=geert@linux-m68k.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-m68k@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox