diff options
Diffstat (limited to 'drivers/scsi/megaraid/megaraid_sas.c')
| -rw-r--r-- | drivers/scsi/megaraid/megaraid_sas.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/scsi/megaraid/megaraid_sas.c b/drivers/scsi/megaraid/megaraid_sas.c index 499f994f503d..d7ec921865c4 100644 --- a/drivers/scsi/megaraid/megaraid_sas.c +++ b/drivers/scsi/megaraid/megaraid_sas.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | * | 2 | * |
| 3 | * Linux MegaRAID driver for SAS based RAID controllers | 3 | * Linux MegaRAID driver for SAS based RAID controllers |
| 4 | * | 4 | * |
| 5 | * Copyright (c) 2003-2005 LSI Logic Corporation. | 5 | * Copyright (c) 2003-2005 LSI Corporation. |
| 6 | * | 6 | * |
| 7 | * This program is free software; you can redistribute it and/or | 7 | * This program is free software; you can redistribute it and/or |
| 8 | * modify it under the terms of the GNU General Public License | 8 | * modify it under the terms of the GNU General Public License |
| @@ -10,7 +10,7 @@ | |||
| 10 | * 2 of the License, or (at your option) any later version. | 10 | * 2 of the License, or (at your option) any later version. |
| 11 | * | 11 | * |
| 12 | * FILE : megaraid_sas.c | 12 | * FILE : megaraid_sas.c |
| 13 | * Version : v00.00.03.10-rc5 | 13 | * Version : v00.00.03.16-rc1 |
| 14 | * | 14 | * |
| 15 | * Authors: | 15 | * Authors: |
| 16 | * (email-id : megaraidlinux@lsi.com) | 16 | * (email-id : megaraidlinux@lsi.com) |
| @@ -58,7 +58,7 @@ MODULE_PARM_DESC(poll_mode_io, | |||
| 58 | MODULE_LICENSE("GPL"); | 58 | MODULE_LICENSE("GPL"); |
| 59 | MODULE_VERSION(MEGASAS_VERSION); | 59 | MODULE_VERSION(MEGASAS_VERSION); |
| 60 | MODULE_AUTHOR("megaraidlinux@lsi.com"); | 60 | MODULE_AUTHOR("megaraidlinux@lsi.com"); |
| 61 | MODULE_DESCRIPTION("LSI Logic MegaRAID SAS Driver"); | 61 | MODULE_DESCRIPTION("LSI MegaRAID SAS Driver"); |
| 62 | 62 | ||
| 63 | /* | 63 | /* |
| 64 | * PCI ID table for all supported controllers | 64 | * PCI ID table for all supported controllers |
| @@ -1182,7 +1182,7 @@ megasas_service_aen(struct megasas_instance *instance, struct megasas_cmd *cmd) | |||
| 1182 | static struct scsi_host_template megasas_template = { | 1182 | static struct scsi_host_template megasas_template = { |
| 1183 | 1183 | ||
| 1184 | .module = THIS_MODULE, | 1184 | .module = THIS_MODULE, |
| 1185 | .name = "LSI Logic SAS based MegaRAID driver", | 1185 | .name = "LSI SAS based MegaRAID driver", |
| 1186 | .proc_name = "megaraid_sas", | 1186 | .proc_name = "megaraid_sas", |
| 1187 | .slave_configure = megasas_slave_configure, | 1187 | .slave_configure = megasas_slave_configure, |
| 1188 | .queuecommand = megasas_queue_command, | 1188 | .queuecommand = megasas_queue_command, |
| @@ -1966,7 +1966,7 @@ static int megasas_init_mfi(struct megasas_instance *instance) | |||
| 1966 | */ | 1966 | */ |
| 1967 | instance->base_addr = pci_resource_start(instance->pdev, 0); | 1967 | instance->base_addr = pci_resource_start(instance->pdev, 0); |
| 1968 | 1968 | ||
| 1969 | if (pci_request_regions(instance->pdev, "megasas: LSI Logic")) { | 1969 | if (pci_request_regions(instance->pdev, "megasas: LSI")) { |
| 1970 | printk(KERN_DEBUG "megasas: IO memory region busy!\n"); | 1970 | printk(KERN_DEBUG "megasas: IO memory region busy!\n"); |
| 1971 | return -EBUSY; | 1971 | return -EBUSY; |
| 1972 | } | 1972 | } |
