]> asedeno.scripts.mit.edu Git - linux.git/commit
scsi: g_NCR5380: Autoprobe board IRQ by default
authorFinn Thain <fthain@telegraphics.com.au>
Mon, 5 Dec 2016 06:07:20 +0000 (01:07 -0500)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 8 Dec 2016 21:58:22 +0000 (16:58 -0500)
commit70439e93345ec5605f1cb3fa7a8f70bc968e6cb2
tree4560583b2fcb294efb97d6229ce45a0f7d7ec403
parent145c3ae4c1933d0dceb11d19a36de3458d1872cb
scsi: g_NCR5380: Autoprobe board IRQ by default

Automatically probe the board irq when no irq parameter is provided, to
simulate PnP. The old default behaviour was to disable the irq.

Update driver documentation accordingly and add some printk messages to
make this behaviour visible.

Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Tested-by: Ondrej Zary <linux@rainbow-software.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Documentation/scsi/g_NCR5380.txt
drivers/scsi/g_NCR5380.c