Page 1 of 1

PCAN-PC/104-Plus Quad MSI support

Posted: Mon 29. Jun 2020, 11:44
by sumantra94
Hi,
I am trying to use the PCAN-PC/104-Plus Quad (https://www.peak-system.com/PCAN-PC-104 ... .html?&L=1) with the Linux Chardev driver. Does this card support MSI interrupts?

When I run the driver with the option usemsi=1 I get a kernel error msg (pci_find_capabillity failed). So does that mean that MSI interrupts are not supported on this device?

Thanks
Sumantra

Re: PCAN-PC/104-Plus Quad MSI support

Posted: Mon 29. Jun 2020, 12:21
by M.Heidemann
Hello,

The PC/104 device does not support MSI interrrupts.

This is only available on PCI/PCIe devices,
this is hinted at in the manual:
MSIPCIPCIE.PNG
MSIPCIPCIE.PNG (7.85 KiB) Viewed 16196 times

Best Regards

Marvin

Re: PCAN-PC/104-Plus Quad MSI support

Posted: Mon 29. Jun 2020, 13:05
by sumantra94
Oh yes, should have been obvious. Thank you.