]> git.baikalelectronics.ru Git - kernel.git/commit
enhance device info matching for multiple tables
authorJames Bottomley <James.Bottomley@HansenPartnership.com>
Wed, 17 Jun 2009 19:01:58 +0000 (15:01 -0400)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Sun, 21 Jun 2009 15:52:45 +0000 (10:52 -0500)
commit72b6c5f3fb2673733c75fded43cd9094ed5bfa42
tree42383f579d64e1eaf4a3cfa5b284699deb050839
parent4576a322341dda81c8f1d0164fbd4ef561f549b0
enhance device info matching for multiple tables

The current scsi_devinfo.c matching routines use a single table for
the global blacklist.  However, we're developing a need to blacklist
from specific transports too (notably some tape drives using SPI which
don't respond well to high speed protocols).  Instead of developing
separate blacklist matching for each transport class needing it,
enhance the current list matching to permit multiple lists.

Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/scsi_devinfo.c
drivers/scsi/scsi_priv.h