Difference between revisions of "Lt hotswap"
(→Project Homepage / Availability) |
(→Supported models) |
||
Line 28: | Line 28: | ||
===Supported models=== | ===Supported models=== | ||
The driver has been explicitly reported to work on the following models. It should work on many others as well: | The driver has been explicitly reported to work on the following models. It should work on many others as well: | ||
− | *ThinkPad {{T22}}, {{T40}} | + | *ThinkPad {{A31p}} (warmswap), {{T22}}, {{T40}} |
The <tt>lt_hotswap</tt> driver will not work if you use the <tt>ata_piix</tt> driver rather than the generic IDE driver (<tt>ata_piix</tt> is necessary on some models to get DMA support, see [[problems with SATA and Linux]]). | The <tt>lt_hotswap</tt> driver will not work if you use the <tt>ata_piix</tt> driver rather than the generic IDE driver (<tt>ata_piix</tt> is necessary on some models to get DMA support, see [[problems with SATA and Linux]]). | ||
[[Category:Drivers]] [[Category:Patches]] | [[Category:Drivers]] [[Category:Patches]] |
Revision as of 20:57, 6 April 2006
lt_hotswapThe lt_hotswap kernel module enables hot-swapping for disk drives with full DMA support under Linux. It should work on any ThinkPad with hot-swappable bays and ACPI support. The driver needs ibm-acpi to be running. |
Features
- enable hotswapping of UltraBay drives
- automatic IDE unregistering on ibm-acpi eject event
- leaves DMA support intact
Limitations
- does not work with APM
Project Homepage / Availability
- Project page: http://www.sourceforge.net/projects/lths
- Latest version: http://prdownloads.sourceforge.net/lths/lt_hotswap-0.3.1.tar.gz?download
Development and discussion of lt_hotswap is currently being held in Linux-ThinkPad Mailinglist.
Installation
In order to use the driver you must use ACPI and also have the ibm-acpi driver linked to your kernel (module or compiled).
When loading the hotswap module, you can use the module parameter: auto_eject=1
to automatically unregister the drives IDE interface. This will happen upon popping out the UltraBay lever.
Supported models
The driver has been explicitly reported to work on the following models. It should work on many others as well:
The lt_hotswap driver will not work if you use the ata_piix driver rather than the generic IDE driver (ata_piix is necessary on some models to get DMA support, see problems with SATA and Linux).