]> git.baikalelectronics.ru Git - kernel.git/commit
mca: add integrated device bus matching
authorJames Bottomley <James.Bottomley@SteelEye.com>
Wed, 9 May 2007 09:33:30 +0000 (02:33 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 9 May 2007 19:30:49 +0000 (12:30 -0700)
commit481f21186ec22747727d4b2bcd49ad34d902e144
treedb16312db25ccfbef05f7cb05b58a9a6423f7b54
parentf8c186a06c4281514a7d7a46badfcda644dc6e46
mca: add integrated device bus matching

The MCA bus has a few "integrated" functions, which are effectively virtual
slots on the bus.  The problem is that these special functions don't have
dedicated pos IDs, so we have to manufacture ids for them outside the pos
space ...  and these ids can't be matched by the standard matching function,
so add a special registration that requests a list of pos ids or a particular
integrated function.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/mca/mca-bus.c
drivers/mca/mca-driver.c
include/linux/mca.h