Skip to content

Instantly share code, notes, and snippets.

@drscream
Last active August 29, 2015 13:57
Show Gist options
  • Save drscream/9372679 to your computer and use it in GitHub Desktop.
Save drscream/9372679 to your computer and use it in GitHub Desktop.
bash-4.2# pcictl /dev/pci0 list
000:00:0: AMD RS880 Host Bridge (host bridge)
000:01:0: AMD RS780 PCI-PCI Bridge (int gfx) (PCI bridge)
000:04:0: AMD RS780 PCI-PCIE Bridge (port 0) (PCI bridge)
000:05:0: AMD RS780 PCI-PCIE Bridge (port 1) (PCI bridge)
000:17:0: ATI Technologies SB700/SB800 SATA Controller (AHCI mode) (SATA mass storage, interface 0x01)
000:18:0: ATI Technologies SB700/SB800 USB OHCI Controller (USB serial bus, interface 0x10)
000:18:2: ATI Technologies SB700/SB800 USB EHCI Controller (USB serial bus, interface 0x20)
000:19:0: ATI Technologies SB700/SB800 USB OHCI Controller (USB serial bus, interface 0x10)
000:19:2: ATI Technologies SB700/SB800 USB EHCI Controller (USB serial bus, interface 0x20)
000:20:0: ATI Technologies SB600/SB700/SB800 SMBus Controller (SMBus serial bus, revision 0x42)
000:20:2: ATI Technologies SB600 Azalia (multimedia, subclass 0x03, revision 0x40)
000:20:3: ATI Technologies SB700/SB800 LPC Host Controller (ISA bridge, revision 0x40)
000:20:4: ATI Technologies SB600 PCI to PCI Bridge (PCI bridge, interface 0x01, revision 0x40)
000:24:0: AMD AMD64 Family10h HyperTransport Configuration (host bridge)
000:24:1: AMD AMD64 Family10h Address Map Configuration (host bridge)
000:24:2: AMD AMD64 Family10h DRAM Configuration (host bridge)
000:24:3: AMD AMD64 Family10h Miscellaneous Configuration (host bridge)
000:24:4: AMD AMD64 Family10h Link Configuration (host bridge)
001:05:0: ATI Technologies Radeon HD4200 Mobility (VGA display)
001:05:1: ATI Technologies product 0x970f (multimedia, subclass 0x03)
002:00:0: Realtek Semiconductor 8168/8111 10/100/1000 Ethernet (ethernet network, revision 0x03)
008:00:0: Realtek Semiconductor RTL8188CE Wireless LAN 802.11n PCI-E NIC (miscellaneous network, revision 0x01)
bash-4.2# dmesg|grep "at pci"|grep "not configured"
vendor 0x10ec product 0x8176 (miscellaneous network, revision 0x01) at pci3 dev 0 function 0 not configured
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment