hpsa_cmd.h (66749d0d617a9cda967f168802f1fb1a6e598a92) hpsa_cmd.h (c2adae44e9161612c89e52d233c83086195f454c)
1/*
2 * Disk Array driver for HP Smart Array SAS controllers
3 * Copyright 2014-2015 PMC-Sierra, Inc.
4 * Copyright 2000,2009-2015 Hewlett-Packard Development Company, L.P.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.

--- 273 unchanged lines hidden (view full) ---

282#define BMIC_READ 0x26
283#define BMIC_WRITE 0x27
284#define BMIC_CACHE_FLUSH 0xc2
285#define HPSA_CACHE_FLUSH 0x01 /* C2 was already being used by HPSA */
286#define BMIC_FLASH_FIRMWARE 0xF7
287#define BMIC_SENSE_CONTROLLER_PARAMETERS 0x64
288#define BMIC_IDENTIFY_PHYSICAL_DEVICE 0x15
289#define BMIC_IDENTIFY_CONTROLLER 0x11
1/*
2 * Disk Array driver for HP Smart Array SAS controllers
3 * Copyright 2014-2015 PMC-Sierra, Inc.
4 * Copyright 2000,2009-2015 Hewlett-Packard Development Company, L.P.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.

--- 273 unchanged lines hidden (view full) ---

282#define BMIC_READ 0x26
283#define BMIC_WRITE 0x27
284#define BMIC_CACHE_FLUSH 0xc2
285#define HPSA_CACHE_FLUSH 0x01 /* C2 was already being used by HPSA */
286#define BMIC_FLASH_FIRMWARE 0xF7
287#define BMIC_SENSE_CONTROLLER_PARAMETERS 0x64
288#define BMIC_IDENTIFY_PHYSICAL_DEVICE 0x15
289#define BMIC_IDENTIFY_CONTROLLER 0x11
290#define BMIC_SET_DIAG_OPTIONS 0xF4
291#define BMIC_SENSE_DIAG_OPTIONS 0xF5
292#define HPSA_DIAG_OPTS_DISABLE_RLD_CACHING 0x40000000
290
291/* Command List Structure */
292union SCSI3Addr {
293 struct {
294 u8 Dev;
295 u8 Bus:6;
296 u8 Mode:2; /* b00 */
297 } PeripDev;

--- 532 unchanged lines hidden ---
293
294/* Command List Structure */
295union SCSI3Addr {
296 struct {
297 u8 Dev;
298 u8 Bus:6;
299 u8 Mode:2; /* b00 */
300 } PeripDev;

--- 532 unchanged lines hidden ---