]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] sbp2: consolidate workarounds
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Mon, 15 May 2006 20:04:59 +0000 (22:04 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 18 May 2006 04:32:21 +0000 (21:32 -0700)
commitcaf774847a5518e2a67164e8eb37a4cabc88f9a7
tree3580e6023f813b1167df65be37298c278434b2d7
parentab4e3d27c3a3a646e2962f7c3cd4e6e7c12592e7
[PATCH] sbp2: consolidate workarounds

Grand unification of the three types of workarounds we have so far.

The "skip mode page 8" workaround is now limited to devices which
pretend to be of TYPE_DISK instead of TYPE_RBC. This workaround is no
longer enabled for Initio bridges.

Patch update in anticipation of more workarounds:
 - Add module parameter "workarounds".
 - Deprecate parameter "force_inquiry_hack".
 - Compose the blacklist of a compound type for better readability and
   extensibility.
 - Remove a now unused #define.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/feature-removal-schedule.txt
drivers/ieee1394/sbp2.c
drivers/ieee1394/sbp2.h