DEV.MD / Developer Network
Search:     Advanced search
Browse by category:
Glossary | Contact Us

Identify PCI Devices in FreeBSD

Add comment
Views: 1209
Votes: 0
Comments: 0
Posted: 13 Apr, 2009
by: Zavadschi S.
Updated: 13 Apr, 2009
by: Zavadschi S.
/usr/sbin/pciconf -lv

It will output something like this:

hostb0@pci0:0:0:0:      class=0x060000 card=0x72801462 chip=0x25708086 rev=0x02 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82865G/PE/P, 82848P DRAM Controller / Host-Hub Interface'
    class      = bridge
    subclass   = HOST-PCI
pcib1@pci0:0:1:0:       class=0x060400 card=0x00000000 chip=0x25718086 rev=0x02 hdr=0x01
    vendor     = 'Intel Corporation'
    device     = '82865G/PE/P, 82848P PCI-to-AGP Bridge'
    class      = bridge
    subclass   = PCI-PCI
pcib2@pci0:0:30:0:      class=0x060400 card=0x00000000 chip=0x244e8086 rev=0xc2 hdr=0x01
    vendor     = 'Intel Corporation'
    device     = '82801 Family (ICH2/3/4/4/5/5/6/7/8/9,63xxESB) Hub Interface to PCI Bridge'
    class      = bridge
    subclass   = PCI-PCI
isab0@pci0:0:31:0:      class=0x060100 card=0x00000000 chip=0x24d08086 rev=0x02 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82801EB/ER (ICH5/ICH5R) LPC Interface Bridge'
    class      = bridge
    subclass   = PCI-ISA
atapci0@pci0:0:31:2:    class=0x01018a card=0x00801462 chip=0x24d18086 rev=0x02 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82801EB (ICH5) SATA Controller'
    class      = mass storage
    subclass   = ATA
none0@pci0:0:31:3:      class=0x0c0500 card=0x72801462 chip=0x24d38086 rev=0x02 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82801EB/ER (ICH5/ICH5R) SMBus Controller'
    class      = serial bus
    subclass   = SMBus
vgapci0@pci0:1:0:0:     class=0x030000 card=0x00000000 chip=0x032610de rev=0xa1 hdr=0x00
    vendor     = 'Nvidia Corp'
    device     = 'GeForce FX 5500 [NV34.6]'
    class      = display
    subclass   = VGA
re0@pci0:2:3:0: class=0x020000 card=0x816910ec chip=0x816910ec rev=0x10 hdr=0x00
    vendor     = 'Realtek Semiconductor'
    device     = 'RTL8110SB Single-Chip Gigabit LOM Ethernet Controller'
    class      = network
    subclass   = ethernet
none1@pci0:2:5:0:       class=0x020000 card=0xb1440e11 chip=0x12298086 rev=0x08 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82550/1/7/8/9 EtherExpress PRO/100(B) Ethernet Adapter'
    class      = network
    subclass   = ethernet
re1@pci0:2:6:0: class=0x020000 card=0x728c1462 chip=0x816910ec rev=0x10 hdr=0x00
    vendor     = 'Realtek Semiconductor'
    device     = 'RTL8110SB Single-Chip Gigabit LOM Ethernet Controller'
    class      = network
    subclass   = ethernet
Others in this Category
document Mount ISO image in FreeBSD
document Updating the Ports Collection on FreeBSD
document CVsup sources
document IPFW - Configuring Firewalls
document Operating with aliases on Ethernet interfaces
document FreeBSD Apache HTTP Accept Filter Error
document How to change a MAC address in FreeBSD
document Remove all installed packages and ports on FreeBSD
document Installation and Configuration of Nginx FastCGI PHP
document How can I tell how much RAM is installed on a FreeBSD box?



RSS