From fbcbd8cdbc7bb7ecee0b9558370b8213d0774f2d Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Wed, 20 Oct 2010 16:07:12 +0200 Subject: [PATCH] List of supported harware/boards. Signed-off-by: Pavel Pisa --- lincan/boards/index.mdwn | 44 ++++++++++++++++++++++++++++++++++++++++ lincan/index.mdwn | 2 +- 2 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 lincan/boards/index.mdwn diff --git a/lincan/boards/index.mdwn b/lincan/boards/index.mdwn new file mode 100644 index 0000000..06550b1 --- /dev/null +++ b/lincan/boards/index.mdwn @@ -0,0 +1,44 @@ +[[!meta title="LinCAN Supported Harware/Boards"]] + +* pip5, for the PIP5 computer by MPL +* pip6, for the PIP6 computer by MPL +* pip7, for the PIP7 computer by MPL +* pip8, for the PIP8 computer by MPL +* pccan-q, for the PCcan-Q ISA card by KVASER +* pccan-f, for the PCcan-F ISA card by KVASER +* pccan-s, for the PCcan-S ISA card by KVASER +* pccan-d, for the PCcan-D ISA card by KVASER +* pcican-q, for the PCIcan-Q PCI card by KVASER (4x SJA1000) +* pcican-d, for the PCIcan-Q PCI card by KVASER (2x SJA1000) +* pcican-s, for the PCIcan-Q PCI card by KVASER (1x SJA1000) +* smartcan for i82527 based card with indexed access +* nsican, for the CAN104 PC/104 card by NSI +* nsicanpci, for NSI CAN PCI card (2xi82527) +* cc104, for the CAN104 PC/104 card by Contemporary Controls +* aim104, for the AIM104CAN PC/104 card by Arcom Control Systems +* pc-i03, for the PC-I03 ISA card by IXXAT +* pcm3680, for the PCM-3680 PC/104 card by Advantech +* m437, for the M436 PC/104 card by SECO +* bfadcan for sja1000 CAN embedded card made by BFAD GmbH +* gensja1000io for many sja1000 I/O mapped cards (PCAN-PC/104 for example). +* gensja1000mm for ISA memory mapped sja1000 CAN cards + (for pikronisa card used by PiKRON Ltd. the clockfreq=24000 has to be specified) +* pimx1 for MX1_DIS1 extension board for PiMX1 ARM based BCC +* msmcan for MICROSPACE IO space indexed i82527 +* unican for Unicontrols PCAN card +* unican-pci for Unicontrols PCAN-PCI card +* unican-vme for Unicontrols VCAN card +* ipci165 for IXXAT iPC-I 165 (PCI), requires CONFIG_OC_LINCAN_CARD_ipci165=y +* ems_cpcpci for EMS CPC-PCI card +* pcan_dongle for PEAK's printer port dongle addapter +* oscar for SJA1000 based card connected to ARM LH7A400 SoC +* eb8245 for Kontron EB8245 onboard CAN with SJA1000 controller +* adlink7841 for ADLINK PCI-7841 dual SJA1000 based card +* tscan1 for Technologic Systems' TS-CAN1 single SJA1000 based board +* ts7kv for Technologic Systems' TS-7KV Multi-function board with SJA1000 + both these cards require CONFIG_OC_LINCAN_CARD_tscan1=y +* pcan_pci for PEAK System PCAN-PCI single, double or quad SJA1000 based board +* esdpci200 for the CAN/PCI-200 card by ESD Electronics +* esdpci266 for the ESD PCI/PMC 266 card by ESD Electronics +* template, for yet unsupported hardware (you need to edit src/template.c) +* virtual, CAN channel for testing of software and driver without CAN hardware diff --git a/lincan/index.mdwn b/lincan/index.mdwn index c0cef52..9a8ab21 100644 --- a/lincan/index.mdwn +++ b/lincan/index.mdwn @@ -2,5 +2,5 @@ LinCAN is a Linux kernel module that implements a CAN driver capable of working with multiple cards, even with different chips and IO methods. Each communication object can be accessed from multiple applications concurrently. It supports RT-Linux, 2.2, 2.4, and 2.6 with fully implemented select, poll, fasync, O_NONBLOCK, and O_SYNC semantics and multithreaded read/write capabilities. It works with the common Intel i82527, Philips 82c200, and Philips SJA1000 (in standard and PeliCAN mode) CAN controllers. It is part of a set of CAN/CANopen related components originally developed as part of OCERA framework. The CAN related components have been separated into its own OrtCAN repository. -The list of supported hardware/boards +[[The list of supported hardware/boards|boards]] -- 2.39.2