aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppbus/lpt.c
Commit message (Expand)AuthorAgeFilesLines
* This makes ppbus childs like lpt and ppi succesfully connect to moreBernd Walter2002-04-071-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-3/+3
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Don't use a private malloc(9) type for something this M_DEVBUFish.Poul-Henning Kamp2000-12-071-6/+4
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Rather than use a MD lpt.h, we now use the MI lptio.h.David E. O'Brien2000-05-191-2/+1
* Don't use getebuf() unless you really need a struct buf. Malloc willPoul-Henning Kamp2000-05-051-10/+12
* I _HATE_ crashes. The lptread() call needs to check LP_BYPASS, becauseBrian 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