summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppbus/ppi.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
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Remove an unused variable warning.n_hibma2000-07-181-2/+0
* If PERIPH_1284 is not defined, don't even bother calling the BUS_*_INTRn_hibma2000-05-071-9/+15
* If we can't allocate an IRQ resource, fail in the attach routine.jlemon2000-04-071-0/+4
* Some newbus-inspired tidy-ups. Use device_identify() rather than scanningpeter2000-01-231-28/+21
* Make this compile - missing ")";peter2000-01-141-1/+1
* ppi needs to use a bus method to get this rather than peering inside thensouch2000-01-141-2/+2
* Port of ppbus standalone framework to the newbus system.nsouch2000-01-141-109/+139
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Simplify cdevsw registration.phk1999-05-311-16/+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
* Rename nlpt to lpt.nsouch1999-02-141-44/+1
* Distinguish EPP address/data register. Add EPP address register access to ppi.nsouch1999-01-301-5/+12
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* Major ppbus commit with:nsouch1999-01-101-8/+314
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-3/+1
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Actually implement the internals of the 'ppi' device.msmith1998-01-021-12/+77
* Removed unused #includes. The !KERNEL case may be more broken than before.bde1997-09-011-18/+1
* Remove bogus i386/* includes.msmith1997-08-281-4/+1
* Use cdev major 82 instead of the (reserved-for-local-use) original 14msmith1997-08-161-3/+3
* Sync with ppbus-970815 from the author :msmith1997-08-161-10/+73
* New directory and drivers for Parallel Port Bus devices.msmith1997-08-141-0/+172
OpenPOWER on IntegriCloud