From 9c747fa0ff6971608b66b9cfc705c36e6d36ca51 Mon Sep 17 00:00:00 2001 From: "Labun, Marcin" Date: Mon, 14 Mar 2011 18:18:46 +1100 Subject: 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 Signed-off-by: NeilBrown --- platform-intel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'platform-intel.h') 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; }; -- cgit v1.2.3