site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com If I may ask: Why do you need only the PCI configuration space? Alex Am 09.05.2007 um 19:16 schrieb Andrew Gallatin: I need to be able to read PCI configuration space from userspace in my own application. As near as I can tell, the only way to access PCI config space is via the Chud private framework's chudReadPCIConfig(). Is this correct? If so, has anybody figured out enough of the Chud API so as to be able to use basic functionality from the private Chud frameworks in their own application? Thanks, Drew _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/below%40mac.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... My suggestion would be to write a simple driver and communicate with it. That will free you from the availability of the CHUD API. You can even load and unload the driver on demand -- provided you get authorization. This email sent to below@mac.com This email sent to site_archiver@lists.apple.com