[SCSI] stex: update version to 4.6.0000.4
Update version to 4.6.0000.4. Signed-off-by: Ed Lin <ed.lin@promise.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:
Родитель
9eb46d2a08
Коммит
cce9c8aed7
|
@ -36,11 +36,11 @@
|
||||||
#include <scsi/scsi_eh.h>
|
#include <scsi/scsi_eh.h>
|
||||||
|
|
||||||
#define DRV_NAME "stex"
|
#define DRV_NAME "stex"
|
||||||
#define ST_DRIVER_VERSION "4.6.0000.3"
|
#define ST_DRIVER_VERSION "4.6.0000.4"
|
||||||
#define ST_VER_MAJOR 4
|
#define ST_VER_MAJOR 4
|
||||||
#define ST_VER_MINOR 6
|
#define ST_VER_MINOR 6
|
||||||
#define ST_OEM 0
|
#define ST_OEM 0
|
||||||
#define ST_BUILD_VER 3
|
#define ST_BUILD_VER 4
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
/* MU register offset */
|
/* MU register offset */
|
||||||
|
@ -1488,8 +1488,8 @@ static int stex_set_dma_mask(struct pci_dev * pdev)
|
||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
if (!pci_set_dma_mask(pdev, DMA_BIT_MASK(64))
|
if (!pci_set_dma_mask(pdev, DMA_BIT_MASK(64))
|
||||||
&& !pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(64)))
|
&& !pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(64)))
|
||||||
return 0;
|
return 0;
|
||||||
ret = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
|
ret = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
|
||||||
if (!ret)
|
if (!ret)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче