summaryrefslogtreecommitdiff
path: root/platform-intel.h
diff options
context:
space:
mode:
authorLabun, Marcin <Marcin.Labun@intel.com>2011-03-14 18:18:46 +1100
committerNeilBrown <neilb@suse.de>2011-03-14 18:18:46 +1100
commit9c747fa0ff6971608b66b9cfc705c36e6d36ca51 (patch)
tree9a545f88debd5f910c33d1851369963548bc9a26 /platform-intel.h
parent6289d1e07912fe927a8f294eac8855a12241849c (diff)
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.h1
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;
};