Updated INMOS Transputer link driver model for Linux Kernel 3.16.x
This supports the INMOS B004/B008 series of link adaptors to enable the Linux kernel to communicate with the 1980's/1990's INMOS Transputer hardware.
At first "sudo apt-get install linux-headers-amd64 dkms debhelper" Should build cleanly with a simple 'make' command.
Should build cleanly with a simple 'build' command. A package is build and install on your system.
Build and installs cleaning under Debian 8 (64bit) and Linux kernel 4.6.0-0.bpo.1-rt-686-pae, as of August 2016.
On insertion of the module, it will scan for the INMOS link adapter at the standard port addresses - you should see something like this in your syslog:
Jan 24 09:40:23 transpooty kernel: [ 1734.232455] link_driver: module license 'unspecified' taints kernel.
Jan 24 09:40:23 transpooty kernel: [ 1734.232520] Disabling lock debugging due to kernel taint
Jan 24 09:40:24 transpooty kernel: [ 1734.340833] LINK(0) resetting transputer. (0x160)
Jan 24 09:40:24 transpooty kernel: [ 1734.340879] LINK(0) reset() data [0x00]
Jan 24 09:40:24 transpooty kernel: [ 1734.444810] LINK(0) reset() data [0x00]
Jan 24 09:40:24 transpooty kernel: [ 1734.548817] LINK(0) reset() data [0x01]
Jan 24 09:40:24 transpooty kernel: [ 1734.652803] LINK(0) reset() data [0x00]
Jan 24 09:40:24 transpooty kernel: [ 1734.964805] link0 at 0x0150 (polling) is a B004
The above log shows a single interface card detected at 0x150 (the standard B004 compatible base address).
I only have one Transputer board to test this way (a Transtech TMB04), but the code is based on the older Linux driver which supports any INMOS B004 compatible interface.
See my other https://github.com/megatron-uk/INMOS-ispy for updated user-level code (ispy, mtest etc) to utilise the new Link driver module.