* i2o/dpt/adaptec - SmartRAID V?
@ 2001-04-27 0:14 tc lewis
2001-04-27 0:33 ` Davide Libenzi
0 siblings, 1 reply; 4+ messages in thread
From: tc lewis @ 2001-04-27 0:14 UTC (permalink / raw)
To: linux-kernel
i saw a few messages in the archive about these, but i'm still unclear on
the current situation.
according to /proc/pci, i'm working with a:
Bus 0, device 9, function 1:
I2O: Distributed Processing Technology SmartRAID V Controller (rev 2).
IRQ 9.
Master Capable. Latency=64. Min Gnt=1.Max Lat=1.
Prefetchable 32 bit memory at 0xf8000000 [0xf9ffffff].
in the linux-kernel archive there was a recent message from someone noting
that the eata driver does not handle this card. it looks like adaptec has
drivers for this for use with certain versions of linux 2.2, but not for
linux 2.4.
are these cards supported at all in linux 2.4?
i think someone mentioned there were licensing issues on including this
driver in the kernel tree, but it was available via some other means /
someone hacked it up from dpt/adaptec for use with 2.4...can i get more
info on this? much appreciated.
-tcl.
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: i2o/dpt/adaptec - SmartRAID V?
2001-04-27 0:14 i2o/dpt/adaptec - SmartRAID V? tc lewis
@ 2001-04-27 0:33 ` Davide Libenzi
2001-04-29 8:40 ` tc lewis
0 siblings, 1 reply; 4+ messages in thread
From: Davide Libenzi @ 2001-04-27 0:33 UTC (permalink / raw)
To: tc lewis; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1317 bytes --]
On 27-Apr-2001 tc lewis wrote:
>
> i saw a few messages in the archive about these, but i'm still unclear on
> the current situation.
>
> according to /proc/pci, i'm working with a:
> Bus 0, device 9, function 1:
> I2O: Distributed Processing Technology SmartRAID V Controller (rev 2).
> IRQ 9.
> Master Capable. Latency=64. Min Gnt=1.Max Lat=1.
> Prefetchable 32 bit memory at 0xf8000000 [0xf9ffffff].
>
> in the linux-kernel archive there was a recent message from someone noting
> that the eata driver does not handle this card. it looks like adaptec has
> drivers for this for use with certain versions of linux 2.2, but not for
> linux 2.4.
>
> are these cards supported at all in linux 2.4?
>
> i think someone mentioned there were licensing issues on including this
> driver in the kernel tree, but it was available via some other means /
> someone hacked it up from dpt/adaptec for use with 2.4...can i get more
> info on this? much appreciated.
The attached file is what I'm currently using and, as far as I can tell, it
works fine ( on a 2 way SMP PIII server ).
The driver developer @adaptec.com told me that a newer version should be issued
in a few days to be included in the mainstream code.
This new version should have code fixes requested by Alan.
- Davide
[-- Attachment #2: dpt_i2o-2.4.2.diff.gz --]
[-- Type: application/octet-stream, Size: 50525 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: i2o/dpt/adaptec - SmartRAID V?
2001-04-27 0:33 ` Davide Libenzi
@ 2001-04-29 8:40 ` tc lewis
2001-04-29 18:25 ` Davide Libenzi
0 siblings, 1 reply; 4+ messages in thread
From: tc lewis @ 2001-04-29 8:40 UTC (permalink / raw)
To: Davide Libenzi; +Cc: linux-kernel
On Thu, 26 Apr 2001, Davide Libenzi wrote:
> On 27-Apr-2001 tc lewis wrote:
> >
> > i saw a few messages in the archive about these, but i'm still unclear on
> > the current situation.
> >
> > according to /proc/pci, i'm working with a:
> > Bus 0, device 9, function 1:
> > I2O: Distributed Processing Technology SmartRAID V Controller (rev 2).
> > IRQ 9.
> > Master Capable. Latency=64. Min Gnt=1.Max Lat=1.
> > Prefetchable 32 bit memory at 0xf8000000 [0xf9ffffff].
> >
> > in the linux-kernel archive there was a recent message from someone noting
> > that the eata driver does not handle this card. it looks like adaptec has
> > drivers for this for use with certain versions of linux 2.2, but not for
> > linux 2.4.
> >
> > are these cards supported at all in linux 2.4?
> >
> > i think someone mentioned there were licensing issues on including this
> > driver in the kernel tree, but it was available via some other means /
> > someone hacked it up from dpt/adaptec for use with 2.4...can i get more
> > info on this? much appreciated.
>
> The attached file is what I'm currently using and, as far as I can tell, it
> works fine ( on a 2 way SMP PIII server ).
> The driver developer @adaptec.com told me that a newer version should be issued
> in a few days to be included in the mainstream code.
> This new version should have code fixes requested by Alan.
>
thanks, Davide. i used the patch you sent with 2.4.3, also on a dual p3
system, and so far it's been working flawlessly as far as i can tell for a
day or two now.
i'll be watching the list for future developments and in case it gets
added to linus' source. are there any other lists about this driver?
might it be wise to contact adaptec for info/notification on its
progression?
-tcl.
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: i2o/dpt/adaptec - SmartRAID V?
2001-04-29 8:40 ` tc lewis
@ 2001-04-29 18:25 ` Davide Libenzi
0 siblings, 0 replies; 4+ messages in thread
From: Davide Libenzi @ 2001-04-29 18:25 UTC (permalink / raw)
To: tc lewis; +Cc: linux-kernel
On 29-Apr-2001 tc lewis wrote:
>
> On Thu, 26 Apr 2001, Davide Libenzi wrote:
>> On 27-Apr-2001 tc lewis wrote:
>> >
>> > i saw a few messages in the archive about these, but i'm still unclear on
>> > the current situation.
>> >
>> > according to /proc/pci, i'm working with a:
>> > Bus 0, device 9, function 1:
>> > I2O: Distributed Processing Technology SmartRAID V Controller (rev 2).
>> > IRQ 9.
>> > Master Capable. Latency=64. Min Gnt=1.Max Lat=1.
>> > Prefetchable 32 bit memory at 0xf8000000 [0xf9ffffff].
>> >
>> > in the linux-kernel archive there was a recent message from someone noting
>> > that the eata driver does not handle this card. it looks like adaptec has
>> > drivers for this for use with certain versions of linux 2.2, but not for
>> > linux 2.4.
>> >
>> > are these cards supported at all in linux 2.4?
>> >
>> > i think someone mentioned there were licensing issues on including this
>> > driver in the kernel tree, but it was available via some other means /
>> > someone hacked it up from dpt/adaptec for use with 2.4...can i get more
>> > info on this? much appreciated.
>>
>> The attached file is what I'm currently using and, as far as I can tell, it
>> works fine ( on a 2 way SMP PIII server ).
>> The driver developer @adaptec.com told me that a newer version should be
>> issued
>> in a few days to be included in the mainstream code.
>> This new version should have code fixes requested by Alan.
>>
>
> thanks, Davide. i used the patch you sent with 2.4.3, also on a dual p3
> system, and so far it's been working flawlessly as far as i can tell for a
> day or two now.
You've not to thank me but the guy ( Deanna Bonds ) that wrote the driver :)
You can find her email address inside the driver C file header.
- Davide
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2001-04-29 18:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-04-27 0:14 i2o/dpt/adaptec - SmartRAID V? tc lewis
2001-04-27 0:33 ` Davide Libenzi
2001-04-29 8:40 ` tc lewis
2001-04-29 18:25 ` Davide Libenzi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox