[PATCH 2/3] Add disk hotswap support to libata RESEND #2

2005-08-01 Thread Lukasz Kosewski
Patch 02: Add a hotswap infrastructure to libata As described in the archives, this patch adds a framework and API to libata to allow for hotswapping. This version comes with a debounce timer... exciting! Luke Kosewski 01.08.05 Luke Kosewski <[EMAIL PROTECTED]> * A patch to add a general-pu

[PATCH 2/3] Add disk hotswap support to libata

2005-07-21 Thread Lukasz Kosewski
This patch is probably the most contentious one; adding a hotswap framework to libata to allow it to handle disk plugs/unplugs. The design goals for this framework were as follows: - easy, stable API. - simplicity of design and code - as damn near as we can get to a guarantee that we will NOT pa