pci
Understanding PCI-Express
I already know that a PCI-E has lanes( which depend on x1, x4, etc... ) which consist of 2 wires. One wire receives while the other transmits. Each wire can transfer 1-bit each cycle simultaneously. H[详细]
2023-02-16 00:52 分类:问答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 is probed/found :-[详细]
2023-02-14 11:59 分类:问答Need a PCI sniffer [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-06 12:59 分类:问答nVidia CUDA on GPU with PCI interface
Do you have any experience working with CUDA on an enabled GPU that uses the PCI interface (as oppose开发者_如何转开发d to PCIe)? Does it work?I cannot see a reason why it wouldn\'t work, and a quick[详细]
2023-01-27 16:43 分类:问答Losing link to the FPGA device
I am trying to debug somewhat strange problem in the device driver for the PCIe FPGA device. Both the device driver and the FPGA image are developed in the house.[详细]
2023-01-25 02:53 分类:问答Can I completely disable a PCI-slot in Linux? [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-01-24 08:56 分类:问答Can two Identical devices be present on the same bus in any PCI Topology
As per the PCI standard, devices are identified on the basis of Vendor Id, Device Id and the bus no. All devices of same type have identical vendor id and device id. If I put two such devices on the s[详细]
2023-01-03 11:01 分类:问答Accessing PCI Device from user space programs
I have a device which would be interface with my processor through pcie. I have written driver for it using the existing pci file operations.[详细]
2023-01-03 04:33 分类:问答Can a Linux device driver wait for a DMA to terminate in the device_remove() function?
I\'ve written a Linux device driver for a PCI device. This device performs DMA operations. An issue arise when the program crashes when a DMA operation is running.[详细]
2022-12-29 20:36 分类:问答Hardcoding view names in the controller alternative?
I am using Java EE with Spring framework.I have been setting up a test project (everything is working so far) and I currently have the following line in the controller to simply load up a view called[详细]
2022-12-18 03:11 分类:问答