Skip to content

Commit

Permalink
[SCSI] mptsas: support basic hotplug
Browse files Browse the repository at this point in the history
Adds hotplug support for SAS end devices.  Unfortunately the fusion
firmware doesn't generate similar events for expanders addition/removal
so we can't support them yet.  Eric has an idea about a clever scheme to
find out about expander changes so that'll be added later on.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
  • Loading branch information
Christoph Hellwig authored and James Bottomley committed Jan 14, 2006
1 parent 9638d89 commit 9a28f49
Show file tree
Hide file tree
Showing 2 changed files with 308 additions and 31 deletions.
1 change: 1 addition & 0 deletions drivers/message/fusion/mptbase.h
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@ typedef struct _MPT_ADAPTER
struct list_head list;
struct net_device *netdev;
struct list_head sas_topology;
struct mutex sas_topology_mutex;
MPT_SAS_MGMT sas_mgmt;
} MPT_ADAPTER;

Expand Down
Loading

0 comments on commit 9a28f49

Please sign in to comment.