diff options
author | Ahmed S. Darwish <darwish.07@gmail.com> | 2007-10-17 02:30:20 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 11:43:00 -0400 |
commit | 38d090b080a2df56a196c0ee89f6237f0fa47fdf (patch) | |
tree | 9ee6c9c16efefb5ac03c912cc91cc306e5fdbb8a /Documentation/scsi/ChangeLog.ncr53c8xx | |
parent | 96fdc72ddfe8aa3eb1f51e78cc13babefbf26dda (diff) |
NCR53C8XX: Remove deprecated IRQ flags (SA_*)
Stop using deprecated IRQ flags in ncr53c8xx documentaion. The new IRQF_*
macros are used instead.
Signed-off-by: Ahmed S. Darwish <darwish.07@gmail.com>
Cc: James Bottomley <James.Bottomley@steeleye.com>
Cc: Matthew Wilcox <willy@debian.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/scsi/ChangeLog.ncr53c8xx')
-rw-r--r-- | Documentation/scsi/ChangeLog.ncr53c8xx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/scsi/ChangeLog.ncr53c8xx b/Documentation/scsi/ChangeLog.ncr53c8xx index 7d03e9d5b5f7..a9f721aeb11c 100644 --- a/Documentation/scsi/ChangeLog.ncr53c8xx +++ b/Documentation/scsi/ChangeLog.ncr53c8xx | |||
@@ -195,9 +195,9 @@ Sun Feb 14:00 1999 Gerard Roudier (groudier@club-internet.fr) | |||
195 | Pointed out by Leonard Zubkoff. | 195 | Pointed out by Leonard Zubkoff. |
196 | - Allow to tune request_irq() flags from the boot command line using | 196 | - Allow to tune request_irq() flags from the boot command line using |
197 | ncr53c8xx=irqm:??, as follows: | 197 | ncr53c8xx=irqm:??, as follows: |
198 | a) If bit 0x10 is set in irqm, SA_SHIRQ flag is not used. | 198 | a) If bit 0x10 is set in irqm, IRQF_SHARED flag is not used. |
199 | b) If bit 0x20 is set in irqm, SA_INTERRUPT flag is not used. | 199 | b) If bit 0x20 is set in irqm, IRQF_DISABLED flag is not used. |
200 | By default the driver uses both SA_SHIRQ and SA_INTERRUPT. | 200 | By default the driver uses both IRQF_SHARED and IRQF_DISABLED. |
201 | Option 'ncr53c8xx=irqm:0x20' may be used when an IRQ is shared by | 201 | Option 'ncr53c8xx=irqm:0x20' may be used when an IRQ is shared by |
202 | a 53C8XX adapter and a network board. | 202 | a 53C8XX adapter and a network board. |
203 | - Tiny mispelling fixed (ABORT instead of ABRT). Was fortunately | 203 | - Tiny mispelling fixed (ABORT instead of ABRT). Was fortunately |