Linux driver for ISA cards.
Visitor 1841 | Last updated Monday, 15-Dec-2003 11:46:24 CST |
Feature
Installation
Download
Requirement
ChangeLog
ixisa-0.7.0.tar.gz
and its path related to your current working directory is ../pkg
, then the extraction command would begunzip -c ../pkg/ixisa-0.7.0.tar.gz | tar xvf -
ortar -zxvf ../pkg/ixisa-0.7.0.tar.gz
ln -s ixisa-0.7.0 ixisa
./configure
to create proper Makefiles.make
to build all.make install
will do it for you. However, install files to system's directory is not necessary for further operation. You will need the root privilege for that../ixisa.inst
loads modules automatically, but it still needs your help since the ISA bus cards have no Plug & Play that is generally supported by the PCI bus cards. You should edit the ixisa.inst
file, add lines .../ixisaadd...
to work with your card configuration before the first time you run it. Script ./ixisa.remove
removes the loaded modules. The root privilege is required when installing or removing these kernel modules.IxISA - Linux driver for ISA cars.
v 0 . 0 . 0
- - - -
| | | |
version | | |
| | debug counter
| |
| minor update
|
major update
-----------------------------------
v 0.16.0 15 Dec 2003 by Emmy Tsai
Gives support to STEP-200(Emmy)
The motion library is wrapped from DOS.
v 0.15.0 11 Dec 2003 by Emmy Tsai
Gives support to ENCODER-300(Emmy)
The motion library is wrapped from DOS.
v 0.14.0 9 Dec 2003 by Emmy Tsai
Gives support to SERVO-300(Emmy)
The motion library is wrapped from DOS.
v 0.13.0
Gives support to P16R16DIO by Emmy Tsai
v 0.12.0 26 Nov 2003 by Emmy Tsai
Gives support to ISO-LD, TMC-10 by Emmy Tsai
v 0.11.0 12 Nov 2003 by Emmy Tsai
Gives support to ISO-730, ISO-C64, ISO-P32C32, ISO-P64,
ISO-DA16, ISO-AD32 by Emmy Tsai
v 0.10.0 03 Nov 2003 by Emmy Tsai
Gives support to ISO-813, A-812PG, A-628, A-626, DIO-24, DIO-64, DIO-96 by Emmy Tsai
v 0.9.1 26 Jun 2003 by Reed Lai
Fixed the configuring problem. Uses kernel sourceas Linus Torvald
recommanded.
Defines IXISA_PROC_FILE for application.
v 0.9.0 6 May 2003 by Reed Lai
Gives support to A-8111.
v 0.8.0 30 Apr 2003 by Reed Lai
Gives support to A-826.
v 0.7.0 11 Apr 2003 by Reed Lai
Gives support to A-822.
v 0.6.2 4 Apr 2003 by Reed Lai
Fixed a script bug that prevented device nodes to be created correctly.
v 0.6.1 2 Dec 2002 by Reed Lai
Improves examples about interrupt and signal operating.
v 0.6.0 21 Nov 2002 by Reed Lai
Gives support to P8R8DIO and works on kernel 2.4.
v 0.5.2 10 Mar 2002 by Reed Lai
Adds A-823. Give support to dio, aio, interrupt, and dma transfer.
Refine some structures.
v 0.4.2 22 Jan 2002 by Reed Lai
Corrects the configuration instruction of DIO-144 example int.c.
v 0.4.1 21 Jan 2002 by Reed Lai
Adds DIO-144.
Changes some kernel messages.
v 0.3.1 11 Jan 2002 by Reed Lai
Just renames project to to IXISA.
v 0.2.1 24 Oct 2001 by Reed Lai
Adds DIO-48.
Modified structure proc_dir_entry and daq_procfile in file
_daq.c for the future compatibility of the Linux kernel 2.4.
v 0.1.1 24 May 2001 by Reed Lai
Uses the GNU configure and build system (autoconf, automake.)
v 0.0.1 8 May 2001 by Reed Lai
Fixes a bug that caused the cleanup_module to remove the devices
which belonged to different family.
v 0.0.0 12 Mar 2001 by Reed Lai
Adds A821.
Device file (one card one file.)
Open, close and ioctl commands.
Read/Write registers.
Signaling IRQ.
Dynamic device allocation.
Dynamic major number.
One major number for multiple defices.