diff options
author | Labun, Marcin <Marcin.Labun@intel.com> | 2011-03-14 08:18:46 +0100 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2011-03-14 08:18:46 +0100 |
commit | 9c747fa0ff6971608b66b9cfc705c36e6d36ca51 (patch) | |
tree | 9a545f88debd5f910c33d1851369963548bc9a26 /platform-intel.h | |
parent | imsm: FIX: Store checkpoint in per disk units (diff) | |
download | mdadm-9c747fa0ff6971608b66b9cfc705c36e6d36ca51.tar.xz mdadm-9c747fa0ff6971608b66b9cfc705c36e6d36ca51.zip |
platfrom_intel: find OROM based on Intel AHCI and SAS driver device id
We use PCI device id exposed by AHCI and ISCU drivers (SAS controller)
to find OROM version table.
In this way there is no need to maintain AHCI and ISCU device id list
in mdadm. The consequence is that the OROM properties can be found by mdadm when AHCI or
SAS drivers are loaded in the system.
Signed-off-by: Marcin Labun <marcin.labun@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'platform-intel.h')
-rw-r--r-- | platform-intel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform-intel.h b/platform-intel.h index 0cba6c74..e24ae379 100644 --- a/platform-intel.h +++ b/platform-intel.h @@ -194,6 +194,7 @@ struct sys_dev { enum sys_dev_type type; char *path; char *pci_id; + __u16 dev_id; struct sys_dev *next; }; |