Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254459
b: refs/heads/master
c: c6d4225
h: refs/heads/master
i:
  254457: 0c44b47
  254455: dfd999f
v: v3
  • Loading branch information
Dan Williams committed Jul 3, 2011
1 parent ef1fb71 commit ec41527
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 26 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d6f6404c038b004fdb93f0676db934d69c524f7e
refs/heads/master: c6d42257899505ea1982eba4c5e8bc7981e63e07
18 changes: 0 additions & 18 deletions trunk/drivers/scsi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -843,24 +843,6 @@ config SCSI_ISCI

The experimental tag will be removed after the driver exits alpha

choice
prompt "Default Silicon Revision"
depends on SCSI_ISCI
default PBG_HBA_A2
# temporary A-step silicon is pre-production

config PBG_HBA_BETA
bool "B0"

config PBG_HBA_A2
bool "A2"

config PBG_HBA_A0
bool "A0"

endchoice


config SCSI_GENERIC_NCR5380
tristate "Generic NCR5380/53c400 SCSI PIO support"
depends on ISA && SCSI
Expand Down
8 changes: 1 addition & 7 deletions trunk/drivers/scsi/isci/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,9 @@ MODULE_DEVICE_TABLE(pci, isci_id_table);

/* linux isci specific settings */

#if defined(CONFIG_PBG_HBA_A0)
int isci_si_rev = ISCI_SI_REVA0;
#elif defined(CONFIG_PBG_HBA_A2)
int isci_si_rev = ISCI_SI_REVA2;
#else
int isci_si_rev = ISCI_SI_REVB0;
#endif
module_param(isci_si_rev, int, 0);
MODULE_PARM_DESC(isci_si_rev, "override default si rev (0: A0 1: A2 2: B0)");
MODULE_PARM_DESC(isci_si_rev, "(deprecated) override default si rev (0: A0 1: A2 2: B0)");

unsigned char no_outbound_task_to = 20;
module_param(no_outbound_task_to, byte, 0);
Expand Down

0 comments on commit ec41527

Please sign in to comment.