readme.txt revision 963
1This driver will read the address you point it to [count] times and 2print the results to the systemlog. 3 4To build the driver (Linux 2.6.X only) execute: 5make -C /path/to/linux-2.6.X/ SUBDIRS=$PWD modules 6 7 8Insmodding the kernel module without options will print 9the device addresses of eth0 and eth1 if they exist. 10 11Insmodding the kernel module with the options: 12dataAddr=0xXXXXXXXXX and count=XXXXX 13 14will read a long at addr dataAddr count times and return. 15 16Between runs you need to rmmod the module from the kernel. 17 18 19