X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/7eca1ac39aa9f2a65ba0607d55f7155f5a56ad15..342df29e2031e12a3e928420873cbebeb85d645a:/lincan/src/boardlist.c diff --git a/lincan/src/boardlist.c b/lincan/src/boardlist.c index 739f30e..56ab55d 100644 --- a/lincan/src/boardlist.c +++ b/lincan/src/boardlist.c @@ -30,10 +30,12 @@ extern int pcccan_register(struct hwspecops_t *hwspecops); extern int ssv_register(struct hwspecops_t *hwspecops); extern int bfadcan_register(struct hwspecops_t *hwspecops); extern int pikronisa_register(struct hwspecops_t *hwspecops); +extern int pimx1_register(struct hwspecops_t *hwspecops); extern int msmcan_register(struct hwspecops_t *hwspecops); extern int unican_register(struct hwspecops_t *hwspecops); extern int unican_pci_register(struct hwspecops_t *hwspecops); extern int unican_vme_register(struct hwspecops_t *hwspecops); +extern int ipci165_register(struct hwspecops_t *hwspecops); extern int pcan_dongle_register(struct hwspecops_t *hwspecops); extern int eb8245_register(struct hwspecops_t *hwspecops); extern int adlink7841_register(struct hwspecops_t *hwspecops); @@ -103,12 +105,18 @@ const struct boardtype_t can_boardtypes[]={ #ifdef CONFIG_OC_LINCAN_CARD_pikronisa {"pikronisa", pikronisa_register, 1}, #endif + #ifdef CONFIG_OC_LINCAN_CARD_pimx1 + {"pimx1", pimx1_register, 0}, + #endif #ifdef CONFIG_OC_LINCAN_CARD_msmcan {"msmcan", msmcan_register, 1}, #endif #ifdef CONFIG_OC_LINCAN_CARD_unican {"unican", unican_register, 1}, #endif + #ifdef CONFIG_OC_LINCAN_CARD_ipci165 + {"ipci165", ipci165_register, 0}, + #endif #if defined(CONFIG_OC_LINCAN_CARD_unican)&&defined(CAN_ENABLE_PCI_SUPPORT) {"unican-pci", unican_pci_register, 0}, #endif