From bf8813b5bf010458504e24e29f684a191d8a9706 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 7 Jun 2017 13:28:16 +0200 Subject: scanning and printing PCI bus devices --- doc/LINKS.TODO | 1 + doc/README.PCI | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 doc/README.PCI (limited to 'doc') diff --git a/doc/LINKS.TODO b/doc/LINKS.TODO index 66aa777..463d524 100644 --- a/doc/LINKS.TODO +++ b/doc/LINKS.TODO @@ -55,6 +55,7 @@ PCI: http://wiki.osdev.org/PCI https://www.lowlevel.eu/wiki/Peripheral_Component_Interconnect http://www.ics.uci.edu/~harris/ics216/pci/PCI_22.pdf +/usr/share/hwdata/pci.ids assembly: NASM diff --git a/doc/README.PCI b/doc/README.PCI new file mode 100644 index 0000000..b73c282 --- /dev/null +++ b/doc/README.PCI @@ -0,0 +1,23 @@ +0:0.0: 8086:1237 (class 6:0, rev: 2) +8086 Intel +1237 440FX - 82441FX PMC [Natoma] + 1af4 1100 Qemu virtual machine + +0:1.0: 8086:7000 (class 6:1, rev: 0) +8086 Intel +7000 82371SB PIIX3 ISA [Natoma/Triton II] + 1af4 1100 Qemu virtual machine + +0:1.1: 8086:7010 (class 1:1, rev: 0) +8086 Intel +7010 82371SB PIIX3 IDE [Natoma/Triton II] + 1af4 1100 Qemu virtual machine + +0:2.0: 1234:1111 (class 3:0, rev: 2) +1234 Technical Corp + 1111 QEMU Standard VGA + +0:3.0: 10EC:8029 (class 2:0, rev: 0) +10ec Realtek Semiconductor Co., Ltd. + 8029 RTL-8029(AS) + 1af4 1100 QEMU Virtual Machine -- cgit v1.2.3-54-g00ecf