summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppbus/lpt.c
Commit message (Expand)AuthorAgeFilesLines
* This makes ppbus childs like lpt and ppi succesfully connect to moreticso2002-04-071-1/+1
* KSE Milestone 2julian2001-09-121-3/+3
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Don't use a private malloc(9) type for something this M_DEVBUFish.phk2000-12-071-6/+4
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Rather than use a MD lpt.h, we now use the MI lptio.h.obrien2000-05-191-2/+1
* Don't use getebuf() unless you really need a struct buf. Malloc willphk2000-05-051-10/+12
* I _HATE_ crashes. The lptread() call needs to check LP_BYPASS, becausegreen2000-03-151-0/+5
* Fix two warnings.peter2000-02-131-1/+1
* Fix system hang when printer locks on missing papernsouch2000-02-081-2/+2
* Make this lot build on alpha.dfr2000-01-251-2/+3
* Some newbus-inspired tidy-ups. Use device_identify() rather than scanningpeter2000-01-231-28/+21
* Port of ppbus standalone framework to the newbus system.nsouch2000-01-141-157/+194
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-4/+4
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-18/+5
* GC unused prototypepeter1999-06-031-2/+1
* Simplify cdevsw registration.phk1999-05-311-17/+5
* This commit should be a extensive NO-OP:phk1999-05-301-5/+22
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-2/+2
* Move away from lpt.h data structure definition that only lpt.c relies on.nsouch1999-02-141-1/+35
* Rename nlpt to lpt.nsouch1999-02-141-0/+921
OpenPOWER on IntegriCloud