> > >=20
> > >=20
> > > From 2fd673ecf0378ddeeeb87b3605e50212e0c0ddc6 Mon Sep 17 00:00:00 2001
> > > From: Tejun Heo <tj@kernel.org>
> > > Date: Fri, 29 Aug 2008 16:13:12 +0200
> > > Subject: sata_nv: disable hardreset for generic
> > >=20
> > > From: Tejun Heo <tj@kernel.org>
> > >=20
> > > commit 2fd673ecf0378ddeeeb87b3605e50212e0c0ddc6 upstream
> > >=20
> > > of them being unifying probing, hotplug and EH reset paths uniform.
> > > Previously, broken hardreset could go unnoticed as it wasn't used
> > > during probing but when something goes wrong or after hotplug the
> > > problem will surface and bite hard.
> > >=20
> > > OSDL bug 11195 reports that sata_nv generic flavor falls into this
> > > category. Hardreset itself succeeds but PHY stays offline after
> > > hardreset. I tried longer debounce timing but the result was the
> > > same.
> > >=20
> > >
http://bugzilla.kernel.org/show_bug.cgi?id=3D11195
> > >=20
> > > So, it seems we'll have to drop hardreset from the generic flavor.
> > >=20
> > > Signed-off-by: Tejun Heo <tj@kernel.org>
> > > Cc: Peer Chen <pchen@nvidia.com>
> > > Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
> > > Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
> >=20
> > On 2.6.26.5 + the pending stable queue applied, this patch results in l=