From bf8ae1900f2bebe8d6037cf9e05284ce2820eb63 Mon Sep 17 00:00:00 2001 From: marschap Date: Sun, 16 Jul 2006 11:38:39 +0000 Subject: [PATCH] add documentation --- server/drivers/tyan_lcdm.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/server/drivers/tyan_lcdm.c b/server/drivers/tyan_lcdm.c index fede1ae..b83862a 100644 --- a/server/drivers/tyan_lcdm.c +++ b/server/drivers/tyan_lcdm.c @@ -18,6 +18,10 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 */ +/* + * See ftp://ftp.tyan.com/barebone_support/GS10-GS12%20LCD-Pack.zip + * for documentation */ + /* * Driver status @@ -796,6 +800,9 @@ void tyan_lcdm_set_cursor(int fd, unsigned char start_addr, int pos) #endif +/* Note: this implementation works although it differs from the documentation + * available at ftp://ftp.tyan.com/barebone_support/GS10-GS12%20LCD-Pack.zip + * (i.e. with respect to this the docs are wrong) */ static unsigned char tyan_lcdm_read_key(int fd) {