]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/README
Merge: ./switch2std replaced by ./switch-omk2std
[lincan.git] / lincan / README
index 9c984fd18f76e438c24e815147ed4f7a9974cb0e..08c6b693b1efcd4e8482a0b7c46fd86494afc423 100644 (file)
@@ -1,3 +1,4 @@
+               B
                Linux CAN Driver (LinCAN) version 0.3
                Pavel Pisa <pisa@cmp.felk.cvut.cz>
                        OCERA team member
                Linux CAN Driver (LinCAN) version 0.3
                Pavel Pisa <pisa@cmp.felk.cvut.cz>
                        OCERA team member
@@ -139,6 +140,9 @@ Makefiles can be switched to old ones by script
   make
 
 If you have problem to obtain recent GNU make program,
   make
 
 If you have problem to obtain recent GNU make program,
+
+ http://paulandlesley.org/make/make-3.81beta1.tar.bz2
+
 you can use our local copy
 
   http://cmp.felk.cvut.cz/~pisa/can/make-3.81beta1.tar.gz
 you can use our local copy
 
   http://cmp.felk.cvut.cz/~pisa/can/make-3.81beta1.tar.gz
@@ -173,7 +177,7 @@ compiled with use of old style Makefiles as well.
 Old style Makefiles compilation of the LinCAN driver only
 ---------------------------------------------------------------------------
   cd ocera/components/comm/can/lincan
 Old style Makefiles compilation of the LinCAN driver only
 ---------------------------------------------------------------------------
   cd ocera/components/comm/can/lincan
-  ./switch2std
+  ./switch-omk2std
   make
 
 
   make
 
 
@@ -195,8 +199,10 @@ Examples: # insmod can.o hw=pip5 irq=4 io=0x8000
           # insmod can.o hw=virtual io=0
 
 The hw argument can be one of:
           # insmod can.o hw=virtual io=0
 
 The hw argument can be one of:
-- pip5, for the pip5 computer by MPL
-- pip6, for the pip6 computer by MPL
+- 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-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
@@ -204,6 +210,7 @@ The hw argument can be one of:
 - 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)
 - 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
 - cc104, for the CAN104 PC/104 card by Contemporary Controls
 - aim104, for the AIM104CAN PC/104 card by Arcom Control Systems
 - nsican, for the CAN104 PC/104 card by NSI
 - cc104, for the CAN104 PC/104 card by Contemporary Controls
 - aim104, for the AIM104CAN PC/104 card by Arcom Control Systems
@@ -219,6 +226,8 @@ The hw argument can be one of:
 - 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
 - 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
 - template, for yet unsupported hardware (you need to edit src/template.c)
 - virtual, CAN channel for testing of software and driver without CAN hardware
 
 - template, for yet unsupported hardware (you need to edit src/template.c)
 - virtual, CAN channel for testing of software and driver without CAN hardware