diff options
author | Eric Moore <eric.moore@lsil.com> | 2006-07-11 19:34:01 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-07-13 09:32:09 -0400 |
commit | ba856d32f2cede67fd2a59a53bc662360f17c7b5 (patch) | |
tree | 790a9cd086302e86f249bdcdd489691f46013dd6 /drivers/message/fusion/mptsas.c | |
parent | 0ccdb007596642dae8d7b323127d8840939b844a (diff) |
[SCSI] mptfusion: misc fix's
* removing obsolete 1066, 1066E from Kconfig
* initializing aen_event_read_flag after host reset
* remove oem references
* remove obsolete mpt_pq_filter command line option
Signed-off-by: Eric Moore <Eric.Moore@lsil.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/message/fusion/mptsas.c')
-rw-r--r-- | drivers/message/fusion/mptsas.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/drivers/message/fusion/mptsas.c b/drivers/message/fusion/mptsas.c index b28e930528e8..f66f2203143a 100644 --- a/drivers/message/fusion/mptsas.c +++ b/drivers/message/fusion/mptsas.c | |||
@@ -76,16 +76,10 @@ MODULE_AUTHOR(MODULEAUTHOR); | |||
76 | MODULE_DESCRIPTION(my_NAME); | 76 | MODULE_DESCRIPTION(my_NAME); |
77 | MODULE_LICENSE("GPL"); | 77 | MODULE_LICENSE("GPL"); |
78 | 78 | ||
79 | static int mpt_pq_filter; | ||
80 | module_param(mpt_pq_filter, int, 0); | ||
81 | MODULE_PARM_DESC(mpt_pq_filter, | ||
82 | "Enable peripheral qualifier filter: enable=1 " | ||
83 | "(default=0)"); | ||
84 | |||
85 | static int mpt_pt_clear; | 79 | static int mpt_pt_clear; |
86 | module_param(mpt_pt_clear, int, 0); | 80 | module_param(mpt_pt_clear, int, 0); |
87 | MODULE_PARM_DESC(mpt_pt_clear, | 81 | MODULE_PARM_DESC(mpt_pt_clear, |
88 | "Clear persistency table: enable=1 " | 82 | " Clear persistency table: enable=1 " |
89 | "(default=MPTSCSIH_PT_CLEAR=0)"); | 83 | "(default=MPTSCSIH_PT_CLEAR=0)"); |
90 | 84 | ||
91 | static int mptsasDoneCtx = -1; | 85 | static int mptsasDoneCtx = -1; |
@@ -2703,7 +2697,6 @@ mptsas_probe(struct pci_dev *pdev, const struct pci_device_id *id) | |||
2703 | hd->timer.data = (unsigned long) hd; | 2697 | hd->timer.data = (unsigned long) hd; |
2704 | hd->timer.function = mptscsih_timer_expired; | 2698 | hd->timer.function = mptscsih_timer_expired; |
2705 | 2699 | ||
2706 | hd->mpt_pq_filter = mpt_pq_filter; | ||
2707 | ioc->sas_data.ptClear = mpt_pt_clear; | 2700 | ioc->sas_data.ptClear = mpt_pt_clear; |
2708 | 2701 | ||
2709 | if (ioc->sas_data.ptClear==1) { | 2702 | if (ioc->sas_data.ptClear==1) { |
@@ -2711,12 +2704,6 @@ mptsas_probe(struct pci_dev *pdev, const struct pci_device_id *id) | |||
2711 | ioc, MPI_SAS_OP_CLEAR_ALL_PERSISTENT); | 2704 | ioc, MPI_SAS_OP_CLEAR_ALL_PERSISTENT); |
2712 | } | 2705 | } |
2713 | 2706 | ||
2714 | ddvprintk((MYIOC_s_INFO_FMT | ||
2715 | "mpt_pq_filter %x mpt_pq_filter %x\n", | ||
2716 | ioc->name, | ||
2717 | mpt_pq_filter, | ||
2718 | mpt_pq_filter)); | ||
2719 | |||
2720 | init_waitqueue_head(&hd->scandv_waitq); | 2707 | init_waitqueue_head(&hd->scandv_waitq); |
2721 | hd->scandv_wait_done = 0; | 2708 | hd->scandv_wait_done = 0; |
2722 | hd->last_queue_full = 0; | 2709 | hd->last_queue_full = 0; |