X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/4e5fa73312583893b1efe2b19f0230a021bb7373..542ecdc96eda5b8ab56ad87bafbe612b4f5204f2:/lincan/README diff --git a/lincan/README b/lincan/README index 10bb691..7245651 100644 --- a/lincan/README +++ b/lincan/README @@ -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,14 @@ Makefiles can be switched to old ones by script sh ./switch-omk2std 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 + COMPILATION from CVS sources without full OCERA tree ==================================================== @@ -187,8 +198,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: -- 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 @@ -209,6 +222,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