PCI Target I/O Linux driver
Copyright (C) 2003, Kuang-Chun Cheng 
License: GPL

APIs could be found at docs/pcitg.sxi


Quick Start
===========
1) %> su - root 
2) %> cd /usr/local
3) %> tar xvfz /mnt/cdrom/PCITG_DIO/Linux/pcitg_dio-0.6.0.tar.gz 
	%> ls /usr/local/pcitg_dio
	docs		// API Manual
	drv		// Driver, insmod.sh* , rmmod.sh*
	include		// Include file
	lib		// Shared library
	tests		// Samples
4) %> cd /usr/local/pcitg_dio
5) %> ./configure
6) %> make
7) %> make install
8) Check PCITG_DIO Card
    %> lspci 
       XX:XX.X Signal processing controller: Unknown device 534e:8255 (rev 01)

9) Install loadable kernel module 
	 %> insmod /usr/local/pcitg_dio/drv/pcitg.o 
	OR
	 %> cd /usr/local/pcitg_dio/drv/
	 %> insmod.sh

10) PCITG_DIO's samples
	%> pcitg 0 
	SOURCE CODE:/usr/local/pcitg_dio/tests/pcitg.c

11) Unload loadable modules
	%> rmmod pcitg 



UNINSTALL
===========
1) su -
2) cd /usr/local/pcitg_dio
3) make uninstall
