当前位置: 技术问答>linux和unix
怎么样获得PCI槽上的硬件信息?
来源: 互联网 发布时间:2015-02-19
本文导语: ~ | 要得到pci配置空间的信息可通过写0xCF8然后读0xCFC端口实现,把我的一个程序给你看看吧! /* * Read the PCI Configuration Register * * Author: houaq */ #include #include #include #include #d...
~
|
要得到pci配置空间的信息可通过写0xCF8然后读0xCFC端口实现,把我的一个程序给你看看吧!
/*
* Read the PCI Configuration Register
*
* Author: houaq
*/
#include
#include
#include
#include
#define PCI_CONFIG_ADDR(bus, dev, fn, reg)
(0x80000000 | (bus
/*
* Read the PCI Configuration Register
*
* Author: houaq
*/
#include
#include
#include
#include
#define PCI_CONFIG_ADDR(bus, dev, fn, reg)
(0x80000000 | (bus