Re: [PATCH 1/1] pci: Block config access during BIST (resend)

From: Andi Kleen
Date: Mon Jan 10 2005 - 11:31:20 EST


> The problem I am trying to solve is the userspace PCI access methods
> accessing my config space when the adapter is not able to handle such an
> access. Today these accesses bypass the device driver altogether and
> there is no way to stop them. An alternative to this patch would be to

For this I would add a semaphore or a lock bit to pci_dev.
Probably a simple flag is good enough that is checked by sysfs/proc
and return EBUSY when set.

This assumes that the driver controls the device during BIST time.

-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/