Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 99451 - ide hotswap support is needed
Summary: ide hotswap support is needed
Status: VERIFIED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-18 10:58 UTC by Andrey Kislyuk (RETIRED)
Modified: 2005-07-18 14:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Kislyuk (RETIRED) gentoo-dev 2005-07-18 10:58:50 UTC
There is no working IDE hotswap support available for most hot-swappable IDE
controllers. For instance, many laptops include drive bays where either a cdrom
or an hdd can be inserted. hdparm and idectl are supposed to have ide channel
register/unregister functionality, but on my system both utilities have been
broken for a long time (due to changes in the kernel), not to mention that the
functionality is undocumented and marked experimental.

There is a utility called hotswap with motif and qt frontends and no homepage I
could find, but as it relies on a custom version of idectl, it also rarely works
(though on my system it was the only one that has worked a few times).

Another problem with ide in the kernel is that if the controller has an hdd
plugged in at boot and it is later swapped for a cdrom, the cdrom driver is not
loaded. Also if there was nothing in the bay at boot starting the controller is
problematic. A potential solution is discussed in a forum post below.

I don't know how hotswap works on SATA, but any solution for this would benefit
from the ability to work on SATA. Unfortunately SATA hotswap hardware seems to
be even less common than IDE.

Some laptops (e.g. IBM Thinkpads) may need extra hotswap support beyond IDE
controller management. On modern Thinkpads, ibm-acpi provides functionality for
powering the bay down/up before swapping. Custom acpid scripts are probably
needed to execute all the necessary actions. Also, spinning down the drives is
necessary before unregistering the controller.

Please see:
http://forums.gentoo.org/viewtopic-t-347355-highlight-.html
http://www.google.com/search?&q=hotswap-0.4.0
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-07-18 12:15:59 UTC
Sorry, but there is virtually zero what could Gentoo do about this. I have
absolutely no clue why are you filing this bug with Gentoo.

Ask hardware manufacturers to support such feature and release the
specifications so that *upstream* kernel developers are in turn able to support
these features in kernel. For most IDE hardware hotplug is a definitive evil(tm)
that may damage your hardware.

Closing.
Comment 2 Andrey Kislyuk (RETIRED) gentoo-dev 2005-07-18 13:56:58 UTC
IDE hardware can be hotplugged as long as the device is parked and turned off,
the controller is turned off, and the pins are disconnected in order. Like I
said, this technology is in use in laptops as well as some servers.

I filed this bug with Gentoo because minimal hotplug support exists in the
kernel (the controller can be turned off, the bus can be rescanned, and I think
the necessary modules can be loaded as needed, though like I mentioned this has
problems) and userspace work is needed to see if any problems exist on the
kernel side. There is no active project handling this, and this is a definite
need for laptop users.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-07-18 14:06:05 UTC
(In reply to comment #2)
> There is no active project handling this, and this is a definite
> need for laptop users.

Sorry, Gentoo has no such project either.