Subject: CVS commit: src/sys/dev/ppbus
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/03/2004 21:15:03
Module Name:	src
Committed By:	jdolecek
Date:		Tue Feb  3 21:15:03 UTC 2004

Modified Files:
	src/sys/dev/ppbus: lpt.c lptio.h lptvar.h

Log Message:
allow setting of interrupt usage, priming and auto LF behaviour
via ioctl; drop the traditional device minor mapping for those in favour
of setting via lptctl(8)

introduce notion of 'control' device (minor bit 0x100 set); ATM this
device always skips the priming, which allows device open even with
disconnected printer

this also changes the default for interrupt use - polling is used
by default now


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/dev/ppbus/lpt.c
cvs rdiff -r1.5 -r1.6 src/sys/dev/ppbus/lptio.h src/sys/dev/ppbus/lptvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.