* Version 6.1.11 of the aic7xxx driver availalbe
@ 2001-04-09 21:11 Justin T. Gibbs
2001-04-10 2:05 ` Wakko Warner
0 siblings, 1 reply; 7+ messages in thread
From: Justin T. Gibbs @ 2001-04-09 21:11 UTC (permalink / raw)
To: linux-kernel; +Cc: torvalds, Alan Cox, dledford
As always, the latest version of this driver is availalbe here:
http://people.FreeBSD.org/~gibbs/linux/
This site now includes installation instructions, feature set,
etc. The page is under construction - comments welcome.
For the impatient:
CHANGELOG:
http://people.FreeBSD.org/~gibbs/linux/CHANGELOG
2.4.3-patch:
http://people.FreeBSD.org/~gibbs/linux/linux-aic7xxx-6.1.11-2.4.3.patch.gz
2.2.19-patch:
http://people.FreeBSD.org/~gibbs/linux/linux-aic7xxx-6.1.11-2.2.19.patch.gz
--
Justin
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Version 6.1.11 of the aic7xxx driver availalbe
2001-04-09 21:11 Version 6.1.11 of the aic7xxx driver availalbe Justin T. Gibbs
@ 2001-04-10 2:05 ` Wakko Warner
2001-04-10 2:34 ` Justin T. Gibbs
0 siblings, 1 reply; 7+ messages in thread
From: Wakko Warner @ 2001-04-10 2:05 UTC (permalink / raw)
To: Justin T. Gibbs; +Cc: linux-kernel, torvalds, Alan Cox, dledford
> As always, the latest version of this driver is availalbe here:
>
> http://people.FreeBSD.org/~gibbs/linux/
>
> This site now includes installation instructions, feature set,
> etc. The page is under construction - comments welcome.
>
> For the impatient:
>
> CHANGELOG:
> http://people.FreeBSD.org/~gibbs/linux/CHANGELOG
>
> 2.4.3-patch:
> http://people.FreeBSD.org/~gibbs/linux/linux-aic7xxx-6.1.11-2.4.3.patch.gz
>
> 2.2.19-patch:
> http://people.FreeBSD.org/~gibbs/linux/linux-aic7xxx-6.1.11-2.2.19.patch.gz
So, what about on an alpha system. I've asked a few times what I could do,
but you didn't help nor explain what you meant.
--
Lab tests show that use of micro$oft causes cancer in lab animals
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Version 6.1.11 of the aic7xxx driver availalbe
2001-04-10 2:05 ` Wakko Warner
@ 2001-04-10 2:34 ` Justin T. Gibbs
2001-04-10 11:03 ` Alan Cox
0 siblings, 1 reply; 7+ messages in thread
From: Justin T. Gibbs @ 2001-04-10 2:34 UTC (permalink / raw)
To: Wakko Warner; +Cc: linux-kernel
>So, what about on an alpha system. I've asked a few times what I could do,
>but you didn't help nor explain what you meant.
>From talking to the maintainer of the QLogic driver, it appears
that there is a generic issue with data mapping on the Alpha.
The only way to correct this issue will be for someone to debug
it.
--
Justin
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Version 6.1.11 of the aic7xxx driver availalbe
2001-04-10 2:34 ` Justin T. Gibbs
@ 2001-04-10 11:03 ` Alan Cox
2001-04-10 11:13 ` Wakko Warner
2001-04-12 0:06 ` Wakko Warner
0 siblings, 2 replies; 7+ messages in thread
From: Alan Cox @ 2001-04-10 11:03 UTC (permalink / raw)
To: Justin T. Gibbs; +Cc: Wakko Warner, linux-kernel
> >So, what about on an alpha system. I've asked a few times what I could do,
> >but you didn't help nor explain what you meant.
>
> From talking to the maintainer of the QLogic driver, it appears
> that there is a generic issue with data mapping on the Alpha.
> The only way to correct this issue will be for someone to debug
> it.
This seems to be the case for some Alpha boxes. On these aic7xxx dies with
2.4 but then so does IDE DMA for example. The real test would be to run
Justin's 2.2.19 patch driver and see if that works on Alpha.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Version 6.1.11 of the aic7xxx driver availalbe
2001-04-10 11:03 ` Alan Cox
@ 2001-04-10 11:13 ` Wakko Warner
2001-04-10 11:34 ` Alan Cox
2001-04-12 0:06 ` Wakko Warner
1 sibling, 1 reply; 7+ messages in thread
From: Wakko Warner @ 2001-04-10 11:13 UTC (permalink / raw)
To: Alan Cox; +Cc: Justin T. Gibbs, linux-kernel
> > >So, what about on an alpha system. I've asked a few times what I could do,
> > >but you didn't help nor explain what you meant.
> >
> > From talking to the maintainer of the QLogic driver, it appears
> > that there is a generic issue with data mapping on the Alpha.
> > The only way to correct this issue will be for someone to debug
> > it.
>
> This seems to be the case for some Alpha boxes. On these aic7xxx dies with
> 2.4 but then so does IDE DMA for example. The real test would be to run
> Justin's 2.2.19 patch driver and see if that works on Alpha.
Sure, I'll try it. I didn't have any luck with the one from 2.2.17 or
2.2.18 on this system.
--
Lab tests show that use of micro$oft causes cancer in lab animals
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Version 6.1.11 of the aic7xxx driver availalbe
2001-04-10 11:13 ` Wakko Warner
@ 2001-04-10 11:34 ` Alan Cox
0 siblings, 0 replies; 7+ messages in thread
From: Alan Cox @ 2001-04-10 11:34 UTC (permalink / raw)
To: Wakko Warner; +Cc: Alan Cox, Justin T. Gibbs, linux-kernel
> > 2.4 but then so does IDE DMA for example. The real test would be to run
> > Justin's 2.2.19 patch driver and see if that works on Alpha.
>
> Sure, I'll try it. I didn't have any luck with the one from 2.2.17 or
> 2.2.18 on this system.
If the original aic7xxx driver works on your Alpha and Justin's does not
both under 2.2 then I consider it very unlikely the bug is anywhere but Justin's
driver
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Version 6.1.11 of the aic7xxx driver availalbe
2001-04-10 11:03 ` Alan Cox
2001-04-10 11:13 ` Wakko Warner
@ 2001-04-12 0:06 ` Wakko Warner
1 sibling, 0 replies; 7+ messages in thread
From: Wakko Warner @ 2001-04-12 0:06 UTC (permalink / raw)
To: Alan Cox; +Cc: Justin T. Gibbs, linux-kernel
> > >So, what about on an alpha system. I've asked a few times what I could do,
> > >but you didn't help nor explain what you meant.
> >
> > From talking to the maintainer of the QLogic driver, it appears
> > that there is a generic issue with data mapping on the Alpha.
> > The only way to correct this issue will be for someone to debug
> > it.
>
> This seems to be the case for some Alpha boxes. On these aic7xxx dies with
> 2.4 but then so does IDE DMA for example. The real test would be to run
> Justin's 2.2.19 patch driver and see if that works on Alpha.
Ok, i tried 2.2.19 with only justin's driver. everything works. The tagged
queue is the default, 253, when doing:
for x in b c d;do cp zero sd$x&;done
it works. 2.2.17 stock would give me errors before the end of the write and
just hang. 2.4.x with and without justin's driver would also do the same.
I used 2.2.19 with justin's latest (as of like 3 days ago) driver. I just
now had time to try it.
I'll give 2.4.1 another try with justin's latest driver (time permitting)
--
Lab tests show that use of micro$oft causes cancer in lab animals
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2001-04-11 23:58 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-04-09 21:11 Version 6.1.11 of the aic7xxx driver availalbe Justin T. Gibbs
2001-04-10 2:05 ` Wakko Warner
2001-04-10 2:34 ` Justin T. Gibbs
2001-04-10 11:03 ` Alan Cox
2001-04-10 11:13 ` Wakko Warner
2001-04-10 11:34 ` Alan Cox
2001-04-12 0:06 ` Wakko Warner
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.