IxPCI
Linux driver for PCI DAQ cards (PCI- series)
Visitor 2179 |
Last updated Monday, 19-Apr-2004 14:32:36 CST |
Feature
Installation
Download
Requirement
ChangeLog
- Device file.
- Open, close, and ioctl commands.
- Read/write registers.
- Signaling IRQ.
- Dynamic device allocation.
- Dynamic major number.
- One major number for multiple devices.
- Use the GNU configure and build system.
- ixpci-0.6.4.tar.gz 103,801 bytes Monday, 19-Apr-2004 14:30:27 CST
Linux kernel 2.4
Linux kernel 2.2
- ixpci-0.6.3.tar.gz 103,432 bytes Monday, 22-Sep-2003 10:51:50 CST
Linux kernel 2.4
Linux kernel 2.2
- ixpci-0.6.2.tar.gz 102,687 bytes Tuesday, 22-Jul-2003 13:24:13 CST
Linux kernel 2.4
Linux kernel 2.2
- ixpci-0.6.1.tar.gz 102,729 bytes Thursday, 26-Jun-2003 10:28:12 CST
Linux kernel 2.4
Linux kernel 2.2
- ixpci-0.6.0.tar.gz 104,439 bytes Thursday, 27-Mar-2003 15:27:34 CST
Linux kernel 2.4
Linux kernel 2.2
- ixpci-0.5.0.tar.gz 92,099 bytes Wednesday, 22-Jan-2003 13:50:31 CST
Linux kernel 2.4
Linux kernel 2.2
- ixpci-0.4.0.tar.gz 86,969 bytes Thursday, 09-Jan-2003 13:50:09 CST
Linux kernel 2.4
Linux kernel 2.2
- ixpci-0.3.3.tar.gz 88,542 bytes Wednesday, 08-Jan-2003 15:56:31 CST
Linux kernel 2.4
Linux kernel 2.2
- ixpci-0.3.2.tar.gz 87,716 bytes Monday, 11-Nov-2002 14:14:40 CST
Linux kernel 2.4
Linux kernel 2.2
- ixpci-0.3.1.tar.gz 71,545 bytes Wednesday, 11-Sep-2002 15:32:11 CST
Linux kernel 2.4
Linux kernel 2.2
- ixpci-0.3.0.tar.gz 71,326 bytes Friday, 17-May-2002 12:47:55 CST
Linux kernel 2.4
Linux kernel 2.2
- ixpci-0.2.0.tar.gz 70,249 bytes Monday, 07-Jan-2002 17:14:35 CST
Linux kernel 2.4
Linux kernel 2.2
- pdaq_0.1.0.tar.gz 57,316 bytes Thursday, 24-May-2001 15:47:09 CST
Linux kernel 2.2
- pdaq_0.0.0.tar.gz 57,503 bytes Tuesday, 22-May-2001 11:00:09 CST
Linux kernel 2.2
IxPCI - Linux driver for PCI series.
v 0.6.4 19 Apr 2004
Add an example for PCI1202.
It's an example for analog input by software trigger.(Emmy)
v 0.6.3 22 Sep 2003
Fixed the problem of unrecoginzed format of kernel version in the
ixpci.inst and ixpci.remove (Reed)
Added service module for PCI-1602 which with new ids (Emmy)
v 0.6.2 8 Jul 2003 by Reed Lai
Fixed a bug about _align_minor().
Fixed the disable_irq() and enable_irq() name conflicting error when
compiling.
v 0.6.1 25 Jun 2003 by Reed Lai
Fixed the configuring problem. Uses kernel source as Linux Torvald
recommanded.
Fixed some source corruptions.
Defines IXPCI_PROC_FILE for application.
v 0.6.0 20 Mar 2003 by Reed Lai
Gives support to PCI-TMC12.
Handles sub-vendor sub-device IDs.
Fixed a bug that caused kernel was unable to handle a NULL pointer when
interrupting.
v 0.5.0 22 Jan 2003 by Reed Lai
Gives support to PCI-1002.
v 0.4.0 9 Jan 2003 by Reed Lai
Gives support to PCI-P8R8.
v 0.3.3 8 Jan 2003 by Reed Lai
Fixed bugs that caused only one card for a model could be detected
in a system and the failure of opening a device.
v 0.3.2 11 Nov 2002 by Reed Lai
Checks IO region before request.
Uses slab.h in place of malloc.h.
Complies to the kernel module license check.
v 0.3.1 11 Sep 2002 by Reed Lai
Fixes bugs of the unresolved symbols ixpci_cardname and _carname...
v 0.3.0 17 May 2002 by Reed Lai
Gives support to PCI-P16R16/P16C16/P16POR16
v 0.2.0 7 Jan 2001 by Reed Lai
Linux kernel 2.4
Project renames to IxPCI.
v 0.1.0 24 May 2001 by Reed Lai
PCI-1800/1802/1602.
v 0.0.0 22 May 2001 by Reed Lai
PCI-1202.
Device file (one card one file.)
Open, close and ioctl commands.
Read/Write registers.
Dynamic device allocation.
One major number for multiple devices.
Emmy Tsai <emmy@icpdas.com> | Service from ICPDAS <service@icpdas.com>