Samuel Thibault, le Sun 23 Dec 2007 21:23:19 +0100, a écrit : > > Speaking of parport access, a port of libieee1284 on Hurd would be > > nice to have, if there's any facility for parport access on Hurd. > > There is parport access in GNU Mach, but only as a printer. There isn't > yet an interface to more closely drive the port.
That said, you could just use ioperm() and sys/io.h macros (work just like in Linux). Samuel

