This directory contains various files interesting to prople who want to 'roll their own' port drivers for other multi-IO-cards. Suggestions: * MultifaceCard III. I own an MFC II, and am curious whether the supplied "lcd_pit" will work on a III. If not, please be either so smart to write your own, or so gentle to mail any documentation so I can adapt the current PIT driver. * I heard the Emplant board has additional ports. If this includes a parallel one, there is work to do! Files: lcd.o The compiled object file for the main part of the drivers. Link it to your port driver. parallel.c An example port driver you can adapt to suit your need. All functions present in this file are to be present in your driver.