]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/README
Merge: LinCAN 0.3 released
[lincan.git] / lincan / README
index 1f0202dafa6cce89e135ff49f3b95d224fda3d75..9c984fd18f76e438c24e815147ed4f7a9974cb0e 100644 (file)
@@ -56,12 +56,15 @@ lincan-0.2-pre      heavily rewritten infrastructure of the driver based
 lincan-0.2     version tested on many bords and 2.2, 2.4, 2.6 Linux
 (Mar 2004)     and RT-Linux enabled 2.4 Linux kernel
 
-lincan-0.3     possible SMP and HT deadlock fixed, driver can take
+lincan-0.2.8   possible SMP and HT deadlock fixed, driver can take
 (Jul 2004)     advantage of CMPXCHG instruction if present on CPU,
                added support for CPC-PCI and PCAN-PCI cards,
                messages timestamping implemented
                partially implemented support for Bosch C_CAN module,
                requires more work and real hardware
+
+lincan-0.3     Changed SJA1000 chip IRQ handling. Enhanced VME
+(Nov 2004)     and EMS CPC-PCI support and many other changes.
                
 The actual version of driver have been latest tested it with
   - PC104 Advantech PCM3680 dual channel board on 2.4 RT-Linux enabled kernel
@@ -135,6 +138,11 @@ Makefiles can be switched to old ones by script
   sh ./switch-omk2std
   make
 
+If you have problem to obtain recent GNU make program,
+you can use our local copy
+
+  http://cmp.felk.cvut.cz/~pisa/can/make-3.81beta1.tar.gz
+
 
 COMPILATION from CVS sources without full OCERA tree
 ====================================================
@@ -142,8 +150,8 @@ COMPILATION from CVS sources without full OCERA tree
 ---------------------------------------------------------------------------
 Obtaining CVS sources of the CAN components only
 ---------------------------------------------------------------------------
-  cvs -d:pserver:anonymous@cv...:/cvsroot/ocera login
-  cvs -z3 -d:pserver:anonymous@cv...:/cvsroot/ocera co
+  cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/ocera login
+  cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/ocera co
          ocera/components/comm/can
 
 ---------------------------------------------------------------------------
@@ -209,6 +217,8 @@ The hw argument can be one of:
 - unican-pci for Unicontrols PCAN-PCI card
 - unican-vme for Unicontrols VCAN card
 - 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
 - template, for yet unsupported hardware (you need to edit src/template.c)
 - virtual, CAN channel for testing of software and driver without CAN hardware