* [SCSI]: JAZZ ESP and SUN ESP need SPI_ATTRS
@ 2007-06-04 0:36 David Miller
2007-06-04 0:56 ` Randy Dunlap
0 siblings, 1 reply; 3+ messages in thread
From: David Miller @ 2007-06-04 0:36 UTC (permalink / raw)
To: linux-scsi; +Cc: James.Bottomley
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
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 CONFIG_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.
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [SCSI]: JAZZ ESP and SUN ESP need SPI_ATTRS
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
0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2007-06-04 0:56 UTC (permalink / raw)
To: David Miller; +Cc: linux-scsi, James.Bottomley
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.
> 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 CONFIG_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.
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [SCSI]: JAZZ ESP and SUN ESP need SPI_ATTRS
2007-06-04 0:56 ` Randy Dunlap
@ 2007-06-04 1:38 ` David Miller
0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2007-06-04 1:38 UTC (permalink / raw)
To: randy.dunlap; +Cc: linux-scsi, James.Bottomley
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.
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-06-04 1:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.