#topicpath
-----
*PCI (Peripheral Component Interconnect) [#c951d6c0]

*関連情報 [#f1a36d5a]
*PCI (Peripheral Component Interconnect) [#title]

**用語 [#fd762bc4]
*関連情報 [#infor]

**用語 [#words]
-[[wikipedia:Peripheral Component Interconnect]]
-[[en.wikipedia:Peripheral Component Interconnect]]

-[[osdev-j.sf.jp:PCI]]
-[[Z:PCI]]
-[[Z:(PCI)class]]

**Windows [#kac04a92]
**Windows [#windows]
-[[PCI and PCI Express - Architecture and Driver Support:http://www.microsoft.com/whdc/system/bus/pci/default.mspx]] ([[WHDC]])~
[[PCI と PCI Express - アーキテクチャとドライバ サポート:http://www.microsoft.com/japan/whdc/system/bus/pci/default.mspx]]
-[[Specification for Use of PCI IDs with Windows Operating Systems:http://www.microsoft.com/whdc/system/bus/PCI/pciidspec.mspx]] ([[WHDC]])~
[[INF Requirements for PCI Devices:INF Requirements for PCI Devices:http://www.microsoft.com/whdc/system/bus/PCI/infreq.mspx]] ([[WHDC]])~
Windows での PCI の PnP で使用されるキーについての仕様が掲載されています。.inf ファイルもこの使用に沿って作成されています。

-[[MSKB:253232]] DDK:PCI デバイスのコンフィグレーション取得と情報設定方法~
今時の PnP 機器は HalGetBusData 関数とか HalGetBusDataByOffset 関数は使っちゃダメよって話。
-[[MSKB:298837]] レジストリ エディタを使用して不明な PCI デバイスの製造元を確認する方法~
ちょっとした荒業。Registry キーに記載している PID よりメーカーを逆算しようって魂胆。どう見ても QuickHack のカヲリがするから実際のプログラミングがやっちゃだめよ。


**Linux [#c799ad29]
**Linux [#linux]
-[[Linux PCI-HOWTO:http://www.tldp.org/HOWTO/PCI-HOWTO.html]] ([[The Linux Documentation Project:http://www.tldp.org/]])
-[[The PCI Utilities:http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml]]~
http://freshmeat.net/projects/pciutils/~
lspci, setpci の本拠地。

** *BSD [#x71f3ccb]
** *BSD [#bsd]
-pciconf -l -v
linux だと lspci、FreeBSD だと pciconf。

http://www.unixguide.net/unixguide.shtml

man してみると /usr/share/misc/pci_vendors にベンダーリストがあるらしい。
ベンダーリストを見ると http://www.pcidatabase.com/reports.php?type=tab-delimeted
からデータを取得しているらしい。ちなみに Linux は http://pciids.sourceforge.net/ でリストが纏められている。


**Mac OS X [#kcda65cc]
**Mac OS X [#macosx]
-[[Documentation: Device Drivers PCI and PC Card:http://developer.apple.com/documentation/DeviceDrivers/PCIandPCCard-date.html]] ([[ADC]])

**PCI Device List [#nd3e0664]
**PCI Device List [#list]
-[[PCIDatabase.com (PCI Vendor and Device Lists):http://www.pcidatabase.com/]]
-[[The Linux PCI ID Repository:http://pciids.sourceforge.net/]]



//
// News
//
*News [#s00c8fa0]
*News [#news]

-[[ノイズ低減カードの自作キット「TSCHOOL-NO-PCI」が登場:http://www.watch.impress.co.jp/akiba/hotline/20051008/etc_tscnopci.html]] (AKIBA PC Hotline!, 05.10.08)


// EOF