Here's a project for somebody.  Go through drivers/scsi/Config.in,
identify the bus type for each driver (PCI, ISA, EISA, MCA, SBUS,
NUBUS, ZORRO, whatever) and add the required $CONFIG_xxx to each driver
line.  Any takers?

------- Forwarded Message

To: Keith Owens <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED]
Subject: Re: [parisc-linux] SCSI in arch/{m68k,parisc,sparc*}/config.in
From: Jes Sorensen <[EMAIL PROTECTED]>
Date: 22 Jun 2001 15:18:57 +0200

>>>>> "Keith" == Keith Owens <[EMAIL PROTECTED]> writes:

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

For the m68k it's because we do not support any PCI/ISA devices and
all the SCSI drivers in drivers/scsi/Config.in at least used to not be
protected by CONFIG_ISA, CONFIG_PCI etc. hence we would end up with
200 questions about SCSI drivers that do not work. If you can convince
Linus to take a patch that puts CONFIG_{ISA,PCI,SBUS,NUBUS,ZORRO} in
drivers/scsi/Config.in then we can move it no problem.

Jes

------- End of Forwarded Message



_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to