Pclta-204.tgz:

A driver for the Echelon PCLTA card which allows to connect
a linux host to a Local Operating Network (LON). The driver
is implemented as a loadable module for easy installation.
Echelon hostappl demo is included for testing purpose.

Installation:

Just follow the different steps in order to install the pclta driver.

	cd pclta
	make			   # compile module
	su - 			   # become super user 
	insmod pclta.o probe_io=<card_io> probe_irq=<card_irq> [major=<mjr>]
				   # insert module (default mjr. number is 40) 
	lsmod	 		   # check if module is installed
	mknod /dev/pclta c <mjr> 0 # create device file, replace 40 with
				   # the major number used with insmod
	exit			   # stop being super user

	cd ../hostappl
	make			  # compile hostappl demo
	./ha			  # test pclta card 

