From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Adrian Bunk <bunk@kernel.org>
Cc: 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: Wed, 3 Sep 2008 21:22:04 +0200 (CEST) [thread overview]
Message-ID: <Pine.LNX.4.64.0809032114590.23421@anakin> (raw)
In-Reply-To: <20080903073629.GD4104@cs181140183.pp.htv.fi>
On Wed, 3 Sep 2008, Adrian Bunk wrote:
> 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?
Sammy regularly (a few times per year) submits patches for Sun 3/3x, so
I assume it still 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.
Apollo had probably less than a handful of users ever.
> Do you have any overview of which m68k platforms still have users?
As already mentioned, Amiga, Atari (especially ARAnyM these days), and Mac
are the biggest m68k platforms in active use. Not all drivers receive the
same amount of regression testing, but especially the network and SCSI (the
ones we still have; people regularly complain about the removed NCR53C9x
drivers) drivers should be in good shape.
The VME boards have always been quite exotic, just like the HP9000/300 and /400
workstations.
Q40/Q60 probably lost their last few users, too.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
next prev parent reply other threads:[~2008-09-03 19:22 UTC|newest]
Thread overview: 31+ 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
2008-09-03 19:22 ` Geert Uytterhoeven [this message]
[not found] ` <alpine.DEB.1.00.0809042347400.3429@zirkon.biophys.uni-duesseldorf.de>
2008-10-14 19:47 ` [patch 3/2] m68k: Atari EtherNAT - add writew_be for data push Geert Uytterhoeven
2008-10-16 3:32 ` Michael Schmitz
[not found] ` <48E3B617.4050904@freenet.de>
[not found] ` <alpine.DEB.1.00.0810021020150.1527@zirkon.biophys.uni-duesseldorf.de>
[not found] ` <48E7A5D6.3020903@freenet.de>
[not found] ` <alpine.DEB.1.00.0810050511390.32397@zirkon.biophys.uni-duesseldorf.de>
[not found] ` <48EB266E.3070708@freenet.de>
[not found] ` <48ECE5DA.2090302@freenet.de>
[not found] ` <alpine.DEB.1.00.0810090428170.19738@zirkon.biophys.uni-duesseldorf.de>
[not found] ` <48EF9ECE.40505@freenet.de>
[not found] ` <alpine.DEB.1.00.0810110330110.10175@zirkon.biophys.uni-duesseldorf.de>
[not found] ` <48F0ECC9.6050902@freenet.de>
[not found] ` <alpine.DEB.1.00.0810122141540.26363@zirkon.biophys.uni-duesseldorf.de>
[not found] ` <48F679D1.60709@freenet.de>
[not found] ` <alpine.DEB.1.00.0810281959240.8885@zirkon.biophys.uni-duesseldorf.de>
[not found] ` <49085A7A.3030006@freenet.de>
[not found] ` <alpine.DEB.1.00.0810292124320.22819@zirkon.biophys.uni-duesseldorf.de>
[not found] ` <4909C12C.4020009@freenet.de>
[not found] ` <Pine.LNX.4.64.0810301800270.30686@anakin>
[not found] ` <alpine.DEB.1.00.0810302112230.572@zirkon.biophys.uni-duesseldorf.de>
2008-11-03 21:28 ` Geert Uytterhoeven
2008-11-04 7:14 ` Michael Schmitz
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=Pine.LNX.4.64.0809032114590.23421@anakin \
--to=geert@linux-m68k.org \
--cc=bunk@kernel.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 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.