Linux PARISC architecture development
 help / color / mirror / Atom feed
* [parisc-linux] SCSI in arch/{m68k,parisc,sparc*}/config.in
@ 2001-06-22 13:00 Keith Owens
  2001-06-22 13:18 ` Jes Sorensen
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Keith Owens @ 2001-06-22 13:00 UTC (permalink / raw)
  To: sparclinux, linux-m68k, parisc-linux

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-06-23  0:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-06-22 13:00 [parisc-linux] SCSI in arch/{m68k,parisc,sparc*}/config.in Keith Owens
2001-06-22 13:18 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox