* [SATA] status reports updated
@ 2005-04-15 18:09 Jeff Garzik
2005-04-15 18:19 ` Joe Harvell
0 siblings, 1 reply; 6+ messages in thread
From: Jeff Garzik @ 2005-04-15 18:09 UTC (permalink / raw)
To: linux-ide@vger.kernel.org; +Cc: Linux Kernel
My Linux SATA software/hardware status reports have just been updated.
To see where libata (SATA) support stands for a particular piece of
hardware, or a particular feature, go to
http://linux.yyz.us/sata/
I've still got several patches from EMC (Brett) and IBM (Albert) to go
through, as well as a few scattered ones from random authors.
I'm still working in BitKeeper for the time being.
Jeff
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [SATA] status reports updated
2005-04-15 18:09 [SATA] status reports updated Jeff Garzik
@ 2005-04-15 18:19 ` Joe Harvell
2005-04-15 18:29 ` Jeff Garzik
0 siblings, 1 reply; 6+ messages in thread
From: Joe Harvell @ 2005-04-15 18:19 UTC (permalink / raw)
To: Jeff Garzik; +Cc: linux-ide@vger.kernel.org, Linux Kernel
Jeff:
You need to add a comment about the SATAII TX2/TX4 boards indicating
users have experienced data corruption with the sata_promise driver and
the SATAII TX4 board.
I've posted several emails to linux-ide about this. Why haven't you
responded?
Promise TX2/TX4
Summary: No TCQ/NCQ. Full SATA control including hotplug and PM on all.
[snip]
Update 2005/04/15: Support for the NCQ-capable SATAII TX2/TX4 boards was
recently added. NCQ support is waiting on libata core.
On Fri, 2005-04-15 at 13:09, Jeff Garzik wrote:
> My Linux SATA software/hardware status reports have just been updated.
> To see where libata (SATA) support stands for a particular piece of
> hardware, or a particular feature, go to
>
> http://linux.yyz.us/sata/
>
> I've still got several patches from EMC (Brett) and IBM (Albert) to go
> through, as well as a few scattered ones from random authors.
>
> I'm still working in BitKeeper for the time being.
>
> Jeff
>
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-ide" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Joe Harvell
jharvell@dogpad.net
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [SATA] status reports updated
2005-04-15 18:19 ` Joe Harvell
@ 2005-04-15 18:29 ` Jeff Garzik
2005-04-15 19:01 ` Joe Harvell
0 siblings, 1 reply; 6+ messages in thread
From: Jeff Garzik @ 2005-04-15 18:29 UTC (permalink / raw)
To: Joe Harvell; +Cc: linux-ide@vger.kernel.org, Linux Kernel
Joe Harvell wrote:
> Jeff:
>
> You need to add a comment about the SATAII TX2/TX4 boards indicating
> users have experienced data corruption with the sata_promise driver and
> the SATAII TX4 board.
>
> I've posted several emails to linux-ide about this. Why haven't you
> responded?
I've seen reports on the SX4, but not on the SATAII TX4.
URLs to messages you posted?
JEff
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [SATA] status reports updated
2005-04-15 18:29 ` Jeff Garzik
@ 2005-04-15 19:01 ` Joe Harvell
2005-04-15 21:20 ` Mark Hahn
0 siblings, 1 reply; 6+ messages in thread
From: Joe Harvell @ 2005-04-15 19:01 UTC (permalink / raw)
To: Jeff Garzik; +Cc: linux-ide@vger.kernel.org, Linux Kernel
http://marc.theaimsgroup.com/?l=linux-ide&m=111029414823303&w=2
http://marc.theaimsgroup.com/?l=linux-ide&m=111054989026053&w=2
http://marc.theaimsgroup.com/?l=linux-ide&m=111214149529209&w=2
http://marc.theaimsgroup.com/?l=linux-ide&m=111230129320297&w=2
On Fri, 2005-04-15 at 13:29, Jeff Garzik wrote:
> Joe Harvell wrote:
> > Jeff:
> >
> > You need to add a comment about the SATAII TX2/TX4 boards indicating
> > users have experienced data corruption with the sata_promise driver and
> > the SATAII TX4 board.
> >
> > I've posted several emails to linux-ide about this. Why haven't you
> > responded?
>
> I've seen reports on the SX4, but not on the SATAII TX4.
>
> URLs to messages you posted?
>
> JEff
>
--
Joe Harvell
jharvell@dogpad.net
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [SATA] status reports updated
2005-04-15 19:01 ` Joe Harvell
@ 2005-04-15 21:20 ` Mark Hahn
2005-04-15 22:30 ` Joe Harvell
0 siblings, 1 reply; 6+ messages in thread
From: Mark Hahn @ 2005-04-15 21:20 UTC (permalink / raw)
To: linux-ide@vger.kernel.org
On Fri, 15 Apr 2005, Joe Harvell wrote:
> http://marc.theaimsgroup.com/?l=linux-ide&m=111029414823303&w=2
> http://marc.theaimsgroup.com/?l=linux-ide&m=111054989026053&w=2
> http://marc.theaimsgroup.com/?l=linux-ide&m=111230129320297&w=2
all pretty much the same report (by Joe).
> http://marc.theaimsgroup.com/?l=linux-ide&m=111214149529209&w=2
leads to
http://forums.gentoo.org/viewtopic-p-2247734.html
which is somewhat more interesting, though rather fuzzy. there's something
about the driver deciding not to handle an interrupt (nobody cared), after
which the driver is toast. some claim that this might be dependent on which
disk is attached.
fundamentally, the problem is to isolate whether the (few) reported problems
are due to peculiarities of the reporting machines or not.
> > > You need to add a comment about the SATAII TX2/TX4 boards indicating
> > > users have experienced data corruption with the sata_promise driver and
> > > the SATAII TX4 board.
personally, I don't think this kind of warning is warranted. it's like
saying that "rm" should have a warning because users have experienced
data deletion when mistyping it...
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [SATA] status reports updated
2005-04-15 21:20 ` Mark Hahn
@ 2005-04-15 22:30 ` Joe Harvell
0 siblings, 0 replies; 6+ messages in thread
From: Joe Harvell @ 2005-04-15 22:30 UTC (permalink / raw)
To: linux-ide@vger.kernel.org
I can understand the reluctance to put out a warning before verifying
the problem.
I would be willing to reproduce the problem if you have some debugging
data you want me to collect.
If you are concerned about the data corruption coming from the technique
I used (copying the OS installation from a utility boot environment),
then it may help you to know the following:
1. that I reproduced the problem 3 or 4 times with the 2.6 sata_promise
driver before deciding to try Promise's 2.4 driver; and
2. that I used the same procedure of copying the same source OS from a
utility boot environment after switching to the 2.4 kernel and the
Promise driver, which resolved the problem.
On Fri, 2005-04-15 at 16:20, Mark Hahn wrote:
> On Fri, 15 Apr 2005, Joe Harvell wrote:
>
> > http://marc.theaimsgroup.com/?l=linux-ide&m=111029414823303&w=2
> > http://marc.theaimsgroup.com/?l=linux-ide&m=111054989026053&w=2
> > http://marc.theaimsgroup.com/?l=linux-ide&m=111230129320297&w=2
>
> all pretty much the same report (by Joe).
>
> > http://marc.theaimsgroup.com/?l=linux-ide&m=111214149529209&w=2
>
> leads to
> http://forums.gentoo.org/viewtopic-p-2247734.html
>
> which is somewhat more interesting, though rather fuzzy. there's something
> about the driver deciding not to handle an interrupt (nobody cared), after
> which the driver is toast. some claim that this might be dependent on which
> disk is attached.
>
> fundamentally, the problem is to isolate whether the (few) reported problems
> are due to peculiarities of the reporting machines or not.
>
>
> > > > You need to add a comment about the SATAII TX2/TX4 boards indicating
> > > > users have experienced data corruption with the sata_promise driver and
> > > > the SATAII TX4 board.
>
> personally, I don't think this kind of warning is warranted. it's like
> saying that "rm" should have a warning because users have experienced
> data deletion when mistyping it...
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-ide" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Joe Harvell
jharvell@dogpad.net
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-04-15 22:30 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-15 18:09 [SATA] status reports updated Jeff Garzik
2005-04-15 18:19 ` Joe Harvell
2005-04-15 18:29 ` Jeff Garzik
2005-04-15 19:01 ` Joe Harvell
2005-04-15 21:20 ` Mark Hahn
2005-04-15 22:30 ` Joe Harvell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox