port-handler: Port handler (PAR:, SER:, PRT:, etc) devices
commit62e14d70458affc5dac7c4327206c6d6c27e0cbc
authorjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 7 Feb 2012 22:09:45 +0000 (7 22:09 +0000)
committerjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 7 Feb 2012 22:09:45 +0000 (7 22:09 +0000)
tree120771ac845f2424e90f5bcd67c4a990cb59ab7f
parent76d2ca0c6a4c558c36b8370924b3ca80fde81566
port-handler: Port handler (PAR:, SER:, PRT:, etc) devices

This device should also handle any streamable device,
using the SER0: style of DOSDevice mount, for both read
and write operations.

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@43915 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
workbench/devs/DOSDrivers/PAR [new file with mode: 0644]
workbench/devs/DOSDrivers/PRT [new file with mode: 0644]
workbench/devs/DOSDrivers/SER [new file with mode: 0644]
workbench/devs/DOSDrivers/SER0 [new file with mode: 0644]
workbench/devs/DOSDrivers/SER1 [new file with mode: 0644]
workbench/fs/port/mmakefile.src [new file with mode: 0644]
workbench/fs/port/port-handler.c [new file with mode: 0644]