From: David Miller <davem@davemloft.net>
To: randy.dunlap@oracle.com
Cc: linux-scsi@vger.kernel.org, James.Bottomley@SteelEye.com
Subject: Re: [SCSI]: JAZZ ESP and SUN ESP need SPI_ATTRS
Date: Sun, 03 Jun 2007 18:38:36 -0700 (PDT) [thread overview]
Message-ID: <20070603.183836.35031446.davem@davemloft.net> (raw)
In-Reply-To: <20070603175604.0d500198.randy.dunlap@oracle.com>
From: Randy Dunlap <randy.dunlap@oracle.com>
Date: Sun, 3 Jun 2007 17:56:04 -0700
> On Sun, 03 Jun 2007 17:36:25 -0700 (PDT) David Miller wrote:
>
> >
> > Reported by Meelis Roos.
> >
> > Signed-off-by: David S. Miller <davem@davemloft.net>
> >
> > diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
> > index 572034c..e2b2838 100644
> > --- a/drivers/scsi/Kconfig
> > +++ b/drivers/scsi/Kconfig
> > @@ -1532,6 +1532,7 @@ source "drivers/scsi/arm/Kconfig"
> > config JAZZ_ESP
> > bool "MIPS JAZZ FAS216 SCSI support"
> > depends on MACH_JAZZ && SCSI
> > + select CONFIG_SCSI_SPI_ATTRS
>
> select SCSI_SPI_ATTRS
> (no CONFIG_)
>
> also below.
My bad, sorry. Here is the fixed version.
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 572034c..2b2f5c1 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -1532,6 +1532,7 @@ source "drivers/scsi/arm/Kconfig"
config JAZZ_ESP
bool "MIPS JAZZ FAS216 SCSI support"
depends on MACH_JAZZ && SCSI
+ select SCSI_SPI_ATTRS
help
This is the driver for the onboard SCSI host adapter of MIPS Magnum
4000, Acer PICA, Olivetti M700-10 and a few other identical OEM
@@ -1756,6 +1757,7 @@ config SUN3X_ESP
config SCSI_SUNESP
tristate "Sparc ESP Scsi Driver"
depends on SBUS && SCSI
+ select SCSI_SPI_ATTRS
help
This is the driver for the Sun ESP SCSI host adapter. The ESP
chipset is present in most SPARC SBUS-based computers.
prev parent reply other threads:[~2007-06-04 1:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-04 0:36 [SCSI]: JAZZ ESP and SUN ESP need SPI_ATTRS David Miller
2007-06-04 0:56 ` Randy Dunlap
2007-06-04 1:38 ` David Miller [this message]
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=20070603.183836.35031446.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=James.Bottomley@SteelEye.com \
--cc=linux-scsi@vger.kernel.org \
--cc=randy.dunlap@oracle.com \
/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.