How to list devices ? PCI scan OR SMBIOS ?
Posted: Thu Oct 30, 2008 3:57 pm
Hi to all
I have some questions (and hope someone can clarify my doubts)
I'm trying to enumerate all the devices. Right now I've implemented PCI enumeration. But I've been reading the forum/wiki and saw that this task could be implemented using SMBIOS. (Or am I wrong? )
If both could be used for the same task (enumerate devices):
Are there any advantages using SMBIOS instead of PCI?
Does one of this replace the other or they complement each other?
Could PCI/SMBIOS list some devices that the other can't?
Or maybe they should be used for totally different things?
should I implement both?
I have some questions (and hope someone can clarify my doubts)
I'm trying to enumerate all the devices. Right now I've implemented PCI enumeration. But I've been reading the forum/wiki and saw that this task could be implemented using SMBIOS. (Or am I wrong? )
If both could be used for the same task (enumerate devices):
Are there any advantages using SMBIOS instead of PCI?
Does one of this replace the other or they complement each other?
Could PCI/SMBIOS list some devices that the other can't?
Or maybe they should be used for totally different things?
should I implement both?