Subject: CVS commit: src/sys/dev/ppbus
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 01/28/2004 09:29:06
Module Name: src
Committed By: jdolecek
Date: Wed Jan 28 09:29:06 UTC 2004
Modified Files:
src/sys/dev/ppbus: lpt.c lptio.h
Log Message:
do not use enums in ioctl structure, use fixed width integers instead
g/c boolean_t enum, explicitly assign numbers for lpt_mode_t enum
Note: lptctl needs to be recompiled to print status properly withh new kernel
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/dev/ppbus/lpt.c
cvs rdiff -r1.2 -r1.3 src/sys/dev/ppbus/lptio.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.