Re: patch [0/2]: acpi: add generic removable drive bay support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Sep 07, 2006 at 04:13:05PM -0700, Kristen Carlson Accardi wrote:

Firstly, thanks for this - I wrote some related code a while ago. A 
couple of questions...

> can then be used by udev to unmount or rescan depending on the event.  It will
> create a proc entry under /proc/acpi/bay for "eject" and for "status".  Writing 

Do we really want it under /proc? It would seem to make more sense for 
it to be under /sys.

> a 1 to the eject call will cause the drive bays acpi eject method to be called, 
> and should be done prior to removing the device.  Reading the "status" entry
> will tell you either "present" or "removed" depending on the state of the
> device.  User space scripts can use the status entry to determine if a device
> has been either inserted or removed in the case of some laptops who generate
> the exact same event for either insertion or removal (i.e. the Dell M65 for
> example).  Same scripts for using these events and udev can be found on the
> thinkwiki website:

What gets generated if I rip a drive out without notifying the system 
beforehand? Dell hardware doesn't appear to send any event when poking 
the eject lever.

The way I originally implemented this was to tie it into the libata 
layer directly. With a small amount of glue it's possible to tie a 
hotswap bay to a specific sata port, and use the event to trigger a 
hotplug rescan. Doing it in kernel space means that the device can be 
destroyed the moment it's removed, reducing the possibility that further 
writes will be made. There was some amount of resistance to acpi 
integration in the scsi layer, though I think we eventually reached a 
compromise about providing support for platform firmware hooks.

Doing it this way also means that the bay itself can be represented in 
sysfs as an attribute under the appropriate port. That seems more 
natural than having the bay be entirely separate, despite ACPI providing 
us with the information for them to be tied together.

-- 
Matthew Garrett | [email protected]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux