Top "Pci" questions

Questions in this tag are only for questions related to the PCI Local Bus standard which is a computer bus for attaching hardware devices in a computer.

What is the lshw equivalent in windows which can give me a tree structure of hardware as lshw does on Linux?

I need hardware information just as listed below which was generated using lshw in linux. I need a windows equivalent …

windows list hardware pci
PCIe 64-bit Non-Prefetchable Spaces

I've been reading through the horror that is the PCIe spec, and still can't get any kind of resolution to …

pci pci-e
Difference between SCSI and PCI

SCSI is standard electronic interfaces that allow personal computers to communicate with peripheral hardware such as disk drives, tape drives …

storage pci scsi
Implementing PCIe Linux device driver (want to access my card registers from kernel driver)

I'm writing a device driver to access the memory in a FPGA on a PCIe card. The card boots and …

linux-kernel pci
What information does the resource file under /sys/bus/pci/device/0000:xx:xx.x/resource contain?

I am doing a project to read the registers of the device from the pci configuration space and for that …

linux pci
Address mapping of PCI-memory in Kernel space

I'm trying to read and write to and PCI-device from a loadable kernel module. Therefore I follow this post: pci_…

c linux-kernel kernel kernel-module pci
BASH find which port a USB drive is attached to by the PCI ID

Basically I need to verify that a USB Drive is connected to a certain USB Port. I have the following: …

linux bash usb label pci
How does MSI interrupt work in linux driver?

Currently working on a PCI device driver. And the device is programmed like this: When a DMA transmission is done, …

linux linux-device-driver interrupt dma pci