Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181275
b: refs/heads/master
c: 8605c46
h: refs/heads/master
i:
  181273: df6bfe7
  181271: 5e7ad19
v: v3
  • Loading branch information
George Kadianakis authored and James Bottomley committed Jan 18, 2010
1 parent 84e0a6c commit a9fb8b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: e8a392444d338d3ce77d157bcbe4975828536efa
refs/heads/master: 8605c46c171f02859fb3a32655fa226ce446c6ec
8 changes: 4 additions & 4 deletions trunk/drivers/scsi/lpfc/lpfc_attr.c
Original file line number Diff line number Diff line change
Expand Up @@ -3114,12 +3114,12 @@ LPFC_ATTR_RW(poll_tmo, 10, 1, 255,
/*
# lpfc_use_msi: Use MSI (Message Signaled Interrupts) in systems that
# support this feature
# 0 = MSI disabled (default)
# 0 = MSI disabled
# 1 = MSI enabled
# 2 = MSI-X enabled
# Value range is [0,2]. Default value is 0.
# 2 = MSI-X enabled (default)
# Value range is [0,2]. Default value is 2.
*/
LPFC_ATTR_R(use_msi, 0, 0, 2, "Use Message Signaled Interrupts (1) or "
LPFC_ATTR_R(use_msi, 2, 0, 2, "Use Message Signaled Interrupts (1) or "
"MSI-X (2), if possible");

/*
Expand Down

0 comments on commit a9fb8b4

Please sign in to comment.