]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/src/boardlist.c
Added support for generic IO range mapped SJA1000 chip ("genisa1000io").
[lincan.git] / lincan / src / boardlist.c
index 7c848d4db33faf3b2ea6006879a0d0a0cd614f57..feebe688cb09767c1d10c0a8c5da21fdb6996bab 100644 (file)
@@ -30,6 +30,7 @@ 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 gensja1000io_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);
@@ -108,6 +109,9 @@ const struct boardtype_t can_boardtypes[]={
     #ifdef CONFIG_OC_LINCAN_CARD_pikronisa
        {"pikronisa", pikronisa_register, 1},
     #endif
+    #ifdef CONFIG_OC_LINCAN_CARD_gensja1000io
+       {"gensja1000io", gensja1000io_register, 1},
+    #endif
     #ifdef CONFIG_OC_LINCAN_CARD_pimx1
        {"pimx1", pimx1_register, 0},
     #endif