* LSI Logic's Ultra320 320-4X RAID adapter
@ 2005-05-01 1:02 kallol
0 siblings, 0 replies; 4+ messages in thread
From: kallol @ 2005-05-01 1:02 UTC (permalink / raw)
To: linux-scsi, linux-kernel
Hello,
We have been evaluting different IO adapters for a storage system vendor.
LSI logic's 320-4X RAID controller seems to be a good choice.
There is an issue with the system on which we are measuring performance.
The memory space PCI register access can not be used.
Question #1: Does 320-4X support IO Space device register access?
Question #2: Do we have a linux driver for it that supports IO ports also?
The megaraid linux driver seems to check the BAR0, if it is memory bar then mem
space is used otherwise IO space.
May be the adapter supporting memory space also support IO space access.
Thanks,
Kallol
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: LSI Logic's Ultra320 320-4X RAID adapter
@ 2005-05-02 12:56 Ju, Seokmann
2005-05-02 16:17 ` Kallol Biswas
0 siblings, 1 reply; 4+ messages in thread
From: Ju, Seokmann @ 2005-05-02 12:56 UTC (permalink / raw)
To: 'kallol@nucleodyne.com', linux-scsi, linux-kernel; +Cc: Ju, Seokmann
On Saturday, April 30, 2005 9:02 PM, Kallol wrote:
> The memory space PCI register access can not be used.
I'm not sure what this means. Can you please add more details on it?
> Question #1: Does 320-4X support IO Space device register access?
No, the controller does not support IO mapped I/O.
> Question #2: Do we have a linux driver for it that supports
> IO ports also?
Yes, to support LSI MegaRAID controllers (typically old controllers), driver
on the 2.4 kernel supports I/O mapped I/O.
Thank you.
Seokmann
LSI Logic Corporation.
> -----Original Message-----
> From: kallol@nucleodyne.com [mailto:kallol@nucleodyne.com]
> Sent: Saturday, April 30, 2005 9:02 PM
> To: linux-scsi@vger.kernel.org; linux-kernel@vger.kernel.org
> Subject: LSI Logic's Ultra320 320-4X RAID adapter
>
>
>
> Hello,
> We have been evaluting different IO adapters for a
> storage system vendor.
>
> LSI logic's 320-4X RAID controller seems to be a good choice.
>
> There is an issue with the system on which we are measuring
> performance.
> The memory space PCI register access can not be used.
>
> Question #1: Does 320-4X support IO Space device register access?
> Question #2: Do we have a linux driver for it that supports
> IO ports also?
>
> The megaraid linux driver seems to check the BAR0, if it is
> memory bar then mem
> space is used otherwise IO space.
>
> May be the adapter supporting memory space also support IO
> space access.
>
>
> Thanks,
> Kallol
> -
> To unsubscribe from this list: send the line "unsubscribe
> linux-scsi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: LSI Logic's Ultra320 320-4X RAID adapter
2005-05-02 12:56 LSI Logic's Ultra320 320-4X RAID adapter Ju, Seokmann
@ 2005-05-02 16:17 ` Kallol Biswas
2005-05-03 3:32 ` Matt Domsch
0 siblings, 1 reply; 4+ messages in thread
From: Kallol Biswas @ 2005-05-02 16:17 UTC (permalink / raw)
To: Ju, Seokmann; +Cc: linux-scsi, linux-kernel
The system's PCI bridge is broken, MEM Mapped IO does not work.
Only we can use IO mapped IO to access PCI devices(inb, outb) those are
behind the bridge.
I am looking for a LSI mega raid adapter (SCSI, SATA or SAS) that
supports IO mapped IO and has a linux driver for it.
On Mon, 2005-05-02 at 05:56, Ju, Seokmann wrote:
> On Saturday, April 30, 2005 9:02 PM, Kallol wrote:
> > The memory space PCI register access can not be used.
> I'm not sure what this means. Can you please add more details on it?
>
> > Question #1: Does 320-4X support IO Space device register access?
> No, the controller does not support IO mapped I/O.
>
> > Question #2: Do we have a linux driver for it that supports
> > IO ports also?
> Yes, to support LSI MegaRAID controllers (typically old controllers), driver
> on the 2.4 kernel supports I/O mapped I/O.
>
> Thank you.
>
> Seokmann
> LSI Logic Corporation.
>
> > -----Original Message-----
> > From: kallol@nucleodyne.com [mailto:kallol@nucleodyne.com]
> > Sent: Saturday, April 30, 2005 9:02 PM
> > To: linux-scsi@vger.kernel.org; linux-kernel@vger.kernel.org
> > Subject: LSI Logic's Ultra320 320-4X RAID adapter
> >
> >
> >
> > Hello,
> > We have been evaluting different IO adapters for a
> > storage system vendor.
> >
> > LSI logic's 320-4X RAID controller seems to be a good choice.
> >
> > There is an issue with the system on which we are measuring
> > performance.
> > The memory space PCI register access can not be used.
> >
> > Question #1: Does 320-4X support IO Space device register access?
> > Question #2: Do we have a linux driver for it that supports
> > IO ports also?
> >
> > The megaraid linux driver seems to check the BAR0, if it is
> > memory bar then mem
> > space is used otherwise IO space.
> >
> > May be the adapter supporting memory space also support IO
> > space access.
> >
> >
> > Thanks,
> > Kallol
> > -
> > To unsubscribe from this list: send the line "unsubscribe
> > linux-scsi" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
> >
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: LSI Logic's Ultra320 320-4X RAID adapter
2005-05-02 16:17 ` Kallol Biswas
@ 2005-05-03 3:32 ` Matt Domsch
0 siblings, 0 replies; 4+ messages in thread
From: Matt Domsch @ 2005-05-03 3:32 UTC (permalink / raw)
To: Kallol Biswas; +Cc: Ju, Seokmann, linux-scsi, linux-kernel
On Mon, May 02, 2005 at 09:17:37AM -0700, Kallol Biswas wrote:
> The system's PCI bridge is broken, MEM Mapped IO does not work.
>
> Only we can use IO mapped IO to access PCI devices(inb, outb) those are
> behind the bridge.
>
> I am looking for a LSI mega raid adapter (SCSI, SATA or SAS) that
> supports IO mapped IO and has a linux driver for it.
that would be an extremely old (>6 years old, fast wide scsi at best)
controller, which only the 2.6 kernel 'megaraid' driver (not
megaraid_mbox) currently supports.
Perhaps consider a different system with a working PCI bridge?
Thanks,
Matt
--
Matt Domsch
Software Architect
Dell Linux Solutions linux.dell.com & www.dell.com/linux
Linux on Dell mailing lists @ http://lists.us.dell.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-05-03 3:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-02 12:56 LSI Logic's Ultra320 320-4X RAID adapter Ju, Seokmann
2005-05-02 16:17 ` Kallol Biswas
2005-05-03 3:32 ` Matt Domsch
-- strict thread matches above, loose matches on Subject: below --
2005-05-01 1:02 kallol
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox