> > Meaning no offense, but I can't think of a single good reason to write a
> > device driver for one of these cards. (Unless you're trying to do
> > pattern generation, and an 8255 is a terrible choice for that.) Worse
> > than that though, there's _no_ standard for these cards' implementat
> Meaning no offense, but I can't think of a single good reason to write a
> device driver for one of these cards. (Unless you're trying to do
> pattern generation, and an 8255 is a terrible choice for that.) Worse
> than that though, there's _no_ standard for these cards' implementation,
>
Meaning no offense, but I can't think of a single good reason to write a
device driver for one of these cards. (Unless you're trying to do
pattern generation, and an 8255 is a terrible choice for that.) Worse
than that though, there's _no_ standard for these cards' implementation,
so a driv
I am just about finished with a device driver for PCI DIO boards based
around the 8C255 (number may be wrong ;). Specifically this is for the
ComputerBoards DIO-24H DIO board. I have been using the 'development' major
#, and I am ready to go about getting it committed into the CVS tree for
whoev