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)
commit8813d1c00ca923c1683da625ff85959be1db9a49
treedb16312db25ccfbef05f7cb05b58a9a6423f7b54
parent809aa5048fb7e7fd3bf0aa1fb169c42db0f63b08
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