diff options
author | <jejb@titanic.il.steeleye.com> | 2005-04-11 00:04:28 -0400 |
---|---|---|
committer | James Bottomley <jejb@titanic> | 2005-04-18 13:34:41 -0400 |
commit | 6f71d9bc025b02a8cbc2be83b0226a7043a507a5 (patch) | |
tree | 01caefa8cdcb986b0a698c640a6a59d89e69db62 /drivers/s390/scsi/zfcp_aux.c | |
parent | f4c2c15b930b23edaa633b09fe3f4c01b4ecce9f (diff) |
zfcp: add point-2-point support
From: Andreas Herrmann <aherrman@de.ibm.com>
This patch mainly introduces support for point-2-point
topology.
From: Heiko Carstens <heiko.carstens@de.ibm.com>
From: Maxim Shchetynin <maxim@de.ibm.com>
From: Andreas Herrmann <aherrman@de.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/s390/scsi/zfcp_aux.c')
-rw-r--r-- | drivers/s390/scsi/zfcp_aux.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/s390/scsi/zfcp_aux.c b/drivers/s390/scsi/zfcp_aux.c index 6a43322ccb0a..a393cf4d0313 100644 --- a/drivers/s390/scsi/zfcp_aux.c +++ b/drivers/s390/scsi/zfcp_aux.c | |||
@@ -89,10 +89,10 @@ MODULE_DESCRIPTION | |||
89 | ("FCP (SCSI over Fibre Channel) HBA driver for IBM eServer zSeries"); | 89 | ("FCP (SCSI over Fibre Channel) HBA driver for IBM eServer zSeries"); |
90 | MODULE_LICENSE("GPL"); | 90 | MODULE_LICENSE("GPL"); |
91 | 91 | ||
92 | module_param(device, charp, 0); | 92 | module_param(device, charp, 0400); |
93 | MODULE_PARM_DESC(device, "specify initial device"); | 93 | MODULE_PARM_DESC(device, "specify initial device"); |
94 | 94 | ||
95 | module_param(loglevel, uint, 0); | 95 | module_param(loglevel, uint, 0400); |
96 | MODULE_PARM_DESC(loglevel, | 96 | MODULE_PARM_DESC(loglevel, |
97 | "log levels, 8 nibbles: " | 97 | "log levels, 8 nibbles: " |
98 | "FC ERP QDIO CIO Config FSF SCSI Other, " | 98 | "FC ERP QDIO CIO Config FSF SCSI Other, " |