K 10 svn:author V 3 imp K 8 svn:date V 27 2001-05-14T04:53:02.000000Z K 7 svn:log V 510 When activating or deactivating a resource, only attempt to deal with the resource activation if we're dealing with our grandchild. Otherwise, we run into two problems. One, if the pccard layer wanted to allocate and activate something, we'd wind up trying to do the wrong thing twice: the ivars are wrong and we don't want the bridge to map the resource to the slot. If we're more than a grandchild, then who knows what kind of ivar is present. In either of these cases, we just pass it up the food chain. END