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-02 00:01:18
Also in:
linux-ide
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2009-12-02 00:01:18
Also in:
linux-ide
On Wed, 2009-12-02 at 08:44 +0900, Tejun Heo wrote:
quoted
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 :-)freeze() and please don't fight the EH messages from low level driver. If it's too much, we need to update core layer but given the variety of phy related bugs, I think we need those messages.
Eh, ok :-) No biggie. Cheers, Ben.