Re: [PATCH 5/5] libata/drivers: Add pata_macio, driver Apple PowerMac/PowerBook IDE controller
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2009-12-01 23:36:35
Also in:
linux-ide
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2009-12-01 23:36:35
Also in:
linux-ide
On Wed, 2009-12-02 at 08:27 +0900, Tejun Heo wrote:
Conceptually freeze would be more approriate but the side effect is that the port is frozen and EH will try to thaw it by resetting it. So, abort would work better.
BTW. For a plug event, what should I do ? freeze is fine ? Or just schedule eh ? Right now, when plugging I see an exception Emask 0x10 etc... message in the log when plugging which isn't totally nice :-) Cheers, Ben.