Linux PARISC architecture development
 help / color / mirror / Atom feed
From: Keith Owens <kaos@ocs.com.au>
To: sparclinux@vger.kernel.org, linux-m68k@lists.linux-m68k.org,
	parisc-linux@lists.parisc-linux.org
Subject: [parisc-linux] SCSI in arch/{m68k,parisc,sparc*}/config.in
Date: Fri, 22 Jun 2001 23:00:03 +1000	[thread overview]
Message-ID: <2105.993214803@ocs3.ocs-net> (raw)

cc: kaos@ocs.com.au please, I am not on these lists.

arch/{m68k,parisc,sparc*}/config.in have their own SCSI list instead of
using drivers/scsi/Config.in.  Cleaning up the SCSI config file is on
my 2.5 TODO list, can you tell me why these architectures have their
own list of SCSI devices?

If it is because only some SCSI drivers work on these architectures, do
you really need to be this specific?  Other architectures source
drivers/scsi/Config.in without checking for arch dependent drivers.  If
the need is to support extra arch specific drivers, use the same
technique as acorn :-

# drivers/scsi/Config.in
if [ "$CONFIG_ARCH_ACORN" = "y" ]; then
   source drivers/acorn/scsi/Config.in
fi

ps. There is no entry for parisc in MAINTAINERS.

             reply	other threads:[~2001-06-22 13:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-22 13:00 Keith Owens [this message]
2001-06-22 13:18 ` [parisc-linux] SCSI in arch/{m68k,parisc,sparc*}/config.in Jes Sorensen
2001-06-22 13:22 ` [parisc-linux] " Geert Uytterhoeven
2001-06-23  0:32 ` David S. Miller
2001-06-23  0:56   ` Keith Owens

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=2105.993214803@ocs3.ocs-net \
    --to=kaos@ocs.com.au \
    --cc=linux-m68k@lists.linux-m68k.org \
    --cc=parisc-linux@lists.parisc-linux.org \
    --cc=sparclinux@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