summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2011-03-25 09:58:15 -0700
committerDan Williams <dan.j.williams@intel.com>2011-07-03 03:58:14 -0700
commit4eefd2518aa04e1c69118252dc23e3444e694bc1 (patch)
tree5e901c31eb9d789586a3db32944a77f70e29e5c5 /drivers
parentb5f18a201ed82ed3776c9950646689b93713ae57 (diff)
downloadop-kernel-dev-4eefd2518aa04e1c69118252dc23e3444e694bc1.zip
op-kernel-dev-4eefd2518aa04e1c69118252dc23e3444e694bc1.tar.gz
isci: fix apc mode definition
The original apc mode definition is the correct one, the fix from commit 4711ba10 "isci: fix oem parameter initialization and mode detection" was based on a typo from a specification update. Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/scsi/isci/probe_roms.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/drivers/scsi/isci/probe_roms.h b/drivers/scsi/isci/probe_roms.h
index 1b44483..c2162cf 100644
--- a/drivers/scsi/isci/probe_roms.h
+++ b/drivers/scsi/isci/probe_roms.h
@@ -96,10 +96,6 @@ struct isci_oem_hdr {
#define ISCI_ROM_SIG "ISCUOEMB"
#define ISCI_ROM_SIG_SIZE 8
-#define ISCI_PREBOOT_SOURCE_INIT (0x00)
-#define ISCI_PREBOOT_SOURCE_OROM (0x80)
-#define ISCI_PREBOOT_SOURCE_EFI (0x81)
-
#define ISCI_EFI_VENDOR_GUID \
EFI_GUID(0x193dfefa, 0xa445, 0x4302, 0x99, 0xd8, 0xef, 0x3a, 0xad, \
0x1a, 0x04, 0xc6)
@@ -116,8 +112,8 @@ struct isci_oem_hdr {
* being assigned is sufficient to declare manual PORT configuration.
*/
enum SCIC_PORT_CONFIGURATION_MODE {
- SCIC_PORT_AUTOMATIC_CONFIGURATION_MODE = 0,
- SCIC_PORT_MANUAL_CONFIGURATION_MODE = 1
+ SCIC_PORT_MANUAL_CONFIGURATION_MODE = 0,
+ SCIC_PORT_AUTOMATIC_CONFIGURATION_MODE = 1
};
struct sci_bios_oem_param_block_hdr {
OpenPOWER on IntegriCloud