File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,7 @@ config CAN_KVASER_PCIEFD
169
169
Kvaser Mini PCI Express 1xCAN v3
170
170
Kvaser Mini PCI Express 2xCAN v3
171
171
Kvaser M.2 PCIe 4xCAN
172
+ Kvaser PCIe 8xCAN
172
173
173
174
config CAN_SLCAN
174
175
tristate "Serial / USB serial CAN Adaptors (slcan)"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ MODULE_DESCRIPTION("CAN driver for Kvaser CAN/PCIe devices");
27
27
#define KVASER_PCIEFD_BEC_POLL_FREQ (jiffies + msecs_to_jiffies(200))
28
28
#define KVASER_PCIEFD_MAX_ERR_REP 256U
29
29
#define KVASER_PCIEFD_CAN_TX_MAX_COUNT 17U
30
- #define KVASER_PCIEFD_MAX_CAN_CHANNELS 4UL
30
+ #define KVASER_PCIEFD_MAX_CAN_CHANNELS 8UL
31
31
#define KVASER_PCIEFD_DMA_COUNT 2U
32
32
33
33
#define KVASER_PCIEFD_DMA_SIZE (4U * 1024U)
@@ -49,6 +49,7 @@ MODULE_DESCRIPTION("CAN driver for Kvaser CAN/PCIe devices");
49
49
50
50
/* Xilinx based devices */
51
51
#define KVASER_PCIEFD_M2_4CAN_DEVICE_ID 0x0017
52
+ #define KVASER_PCIEFD_8CAN_DEVICE_ID 0x0019
52
53
53
54
/* Altera SerDes Enable 64-bit DMA address translation */
54
55
#define KVASER_PCIEFD_ALTERA_DMA_64BIT BIT(0)
@@ -496,6 +497,10 @@ static struct pci_device_id kvaser_pciefd_id_table[] = {
496
497
PCI_DEVICE (KVASER_PCIEFD_VENDOR , KVASER_PCIEFD_M2_4CAN_DEVICE_ID ),
497
498
.driver_data = (kernel_ulong_t )& kvaser_pciefd_xilinx_driver_data ,
498
499
},
500
+ {
501
+ PCI_DEVICE (KVASER_PCIEFD_VENDOR , KVASER_PCIEFD_8CAN_DEVICE_ID ),
502
+ .driver_data = (kernel_ulong_t )& kvaser_pciefd_xilinx_driver_data ,
503
+ },
499
504
{
500
505
0 ,
501
506
},
You can’t perform that action at this time.
0 commit comments