Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

hpsa: Change SAS transport devices to bus 0.

SAS transport places devices on bus 0 but driver was setting the bus to
3.

Reviewed-by: Justin Lindley <justin.lindley@pmcs.com>
Reviewed-by: Kevin Barnett <kevin.barnett@pmcs.com>
Reviewed-by: Scott Teel <scott.teel@pmcs.com>
Reviewed-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Don Brace <don.brace@pmcs.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Don Brace and committed by
Martin K. Petersen
09371d62 2708f295

+1 -1
+1 -1
drivers/scsi/hpsa.h
··· 400 400 #define HPSA_PHYSICAL_DEVICE_BUS 0 401 401 #define HPSA_RAID_VOLUME_BUS 1 402 402 #define HPSA_EXTERNAL_RAID_VOLUME_BUS 2 403 - #define HPSA_HBA_BUS 3 403 + #define HPSA_HBA_BUS 0 404 404 405 405 /* 406 406 Send the command to the hardware