summaryrefslogtreecommitdiff
path: root/sys/dev/ppbus/lpt.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.7.0_cvscvs2svn2002-10-081-1/+1
* MFC: Use MI lptio.h, rather than MD lpt.h.David E. O'Brien2000-07-071-2/+1
* MFC:Nick Hibma2000-05-241-10/+12
* MFC: rev.1.16, crash on read() of lpctlX fixBrian Feldman2000-03-151-0/+5
* Fix two warnings.Peter Wemm2000-02-131-1/+1
* Fix system hang when printer locks on missing paperNicolas Souchu2000-02-081-2/+2
* Make this lot build on alpha.Doug Rabson2000-01-251-2/+3
* Some newbus-inspired tidy-ups. Use device_identify() rather than scanningPeter Wemm2000-01-231-28/+21
* Port of ppbus standalone framework to the newbus system.Nicolas Souchu2000-01-141-157/+194
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-4/+4
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-18/+5
* GC unused prototypePeter Wemm1999-06-031-2/+1
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-17/+5
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-5/+22
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.Dmitrij Tejblum1999-04-281-2/+2
* Move away from lpt.h data structure definition that only lpt.c relies on.Nicolas Souchu1999-02-141-1/+35
* Rename nlpt to lpt.Nicolas Souchu1999-02-141-0/+921