Skip to content
Snippets Groups Projects
Commit d3fd2e2b authored by Dan Williams's avatar Dan Williams Committed by James Bottomley
Browse files

[SCSI] isci: update version to 1.1


Bump the version now that the driver has atapi support and the initial
round of hotplug fixes.  The EXPERIMENTAL tag should have been removed a
while back.  While we're here also kill the "select SCSI_SAS_HOST_SMP"
as the build error was separately fixed by commit d962480e "[SCSI]
libsas: fix try_test_sas_gpio_gp_bit() build error".

Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
parent 27234ab4
No related branches found
No related tags found
No related merge requests found
...@@ -830,16 +830,11 @@ config SCSI_ISCI ...@@ -830,16 +830,11 @@ config SCSI_ISCI
tristate "Intel(R) C600 Series Chipset SAS Controller" tristate "Intel(R) C600 Series Chipset SAS Controller"
depends on PCI && SCSI depends on PCI && SCSI
depends on X86 depends on X86
# (temporary): known alpha quality driver
depends on EXPERIMENTAL
select SCSI_SAS_LIBSAS select SCSI_SAS_LIBSAS
select SCSI_SAS_HOST_SMP
---help--- ---help---
This driver supports the 6Gb/s SAS capabilities of the storage This driver supports the 6Gb/s SAS capabilities of the storage
control unit found in the Intel(R) C600 series chipset. control unit found in the Intel(R) C600 series chipset.
The experimental tag will be removed after the driver exits alpha
config SCSI_GENERIC_NCR5380 config SCSI_GENERIC_NCR5380
tristate "Generic NCR5380/53c400 SCSI PIO support" tristate "Generic NCR5380/53c400 SCSI PIO support"
depends on ISA && SCSI depends on ISA && SCSI
......
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
#include "probe_roms.h" #include "probe_roms.h"
#define MAJ 1 #define MAJ 1
#define MIN 0 #define MIN 1
#define BUILD 0 #define BUILD 0
#define DRV_VERSION __stringify(MAJ) "." __stringify(MIN) "." \ #define DRV_VERSION __stringify(MAJ) "." __stringify(MIN) "." \
__stringify(BUILD) __stringify(BUILD)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment