Subject: type in lpt.c
To: None <port-pc532@netbsd.org>
From: Tyrel Beede <tb90@mail.csuchico.edu>
List: port-pc532
Date: 03/21/2001 18:05:20
I was using the lpt.c PLIP source as a reference when I noticed that the
the C implementation of the pliptransmit function has a typo.  After the
i8255 there is a period when there should be a comma.  There are two
pliptransmit functions, one in assembler and the other in C and I bet
most are using the optimized assembler routine... :-)

Tyrel