Gentoo Archives: gentoo-dev

From: Bilanchuk Vitaly <Vitaliy.Bilanchuk@××××××××××××××××××××.ua>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] get pci info in Linux?
Date: Thu, 29 Mar 2007 17:14:49
Message-Id: 200703291904.34880.Vitaliy.Bilanchuk@software.datecs.kiev.ua
In Reply to: Re: [gentoo-dev] get pci info in Linux? by "Petteri Räty"
1 > emerge pciutils and use lspci. This question would be better asked in
2 > our user oriented support channels like #gentoo or gentoo-user mailing
3 > list.
4
5 I'm sorry.
6 I need get info using C/C++.
7
8 I know lspci using 4 methods in Linux - linux_sysfs, linux_proc, intel_conf1,
9 intel_conf2 (man 8 lspci). But:
10 linux_sysfs - using /sys system;
11 linux_proc - using /porc system;
12 intel_conf1, intel_conf2 - i don't know how it work;
13
14 Who now how get this information using C/C++ without using lspci?
15 Or, how works intel_conf1 and intel_conf2 methods that using by lspci?
16 --
17 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] get pci info in Linux? Greg KH <gregkh@g.o>
Re: [gentoo-dev] get pci info in Linux? "Dawid Węgliński" <dawid.weglinski@×××××.com>