To install the driver, please select your hardware in 
	mod/Makefile,
and set the base address &c. in
	mod/i2c_main.c
& run make. Then you can insmod the resulting file, i2c.o

If you don't have already a device file, do the following:
	mknod c /dev/i2c0 c 89 0
	mknod c /dev/i2c1 c 89 1
	chmod i2c.i2c /dev/i2c* ; # ... or anything
If you like, you can change the major number in include/i2c.h ( -> update
the device files ;)

Then everything should be ready to try out the example programs.
If you should have any problems when compiling the Tcl/Tk shells, please
tell me. I found that different (minor) versions reacted differently, but
hed not enough time to investigate into it - if you should, you're welcomed
to become a contributor :)


