diff options
author | Ralph Wuerthner <ralph.wuerthner@de.ibm.com> | 2008-07-14 09:59:10 +0200 |
---|---|---|
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | 2008-07-14 10:02:14 +0200 |
commit | d8c33d32a4c4f326579e7c2960492512de74662b (patch) | |
tree | 29afae36a5ebddc1ef92a5dab98f6a01b0ad9343 /include/asm-s390 | |
parent | a0443fbb467af5e5930b9b059b52190605f70059 (diff) | |
download | linux-d8c33d32a4c4f326579e7c2960492512de74662b.tar.bz2 |
[S390] zcrypt: Add additional card IDs to CEX2C and CEX2A
Add support for new micro code load of CEX2C and CEX2A adapters,
which uses different IDs. This patch just adds the IDs to the
existing drivers.
Signed-off-by: Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'include/asm-s390')
-rw-r--r-- | include/asm-s390/zcrypt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-s390/zcrypt.h b/include/asm-s390/zcrypt.h index f228f1b86877..00d3bbd44117 100644 --- a/include/asm-s390/zcrypt.h +++ b/include/asm-s390/zcrypt.h @@ -29,7 +29,7 @@ #define ZCRYPT_VERSION 2 #define ZCRYPT_RELEASE 1 -#define ZCRYPT_VARIANT 0 +#define ZCRYPT_VARIANT 1 #include <linux/ioctl.h> #include <linux/compiler.h> |