aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppbus/ppi.c
Commit message (Expand)AuthorAgeFilesLines
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-1/+1
* 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
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Remove an unused variable warning.Nick Hibma2000-07-181-2/+0
* If PERIPH_1284 is not defined, don't even bother calling the BUS_*_INTRNick Hibma2000-05-071-9/+15
* If we can't allocate an IRQ resource, fail in the attach routine.Jonathan Lemon2000-04-071-0/+4
* Some newbus-inspired tidy-ups. Use device_identify() rather than scanningPeter Wemm2000-01-231-28/+21
* Make this compile - missing ")";Peter Wemm2000-01-141-1/+1
* ppi needs to use a bus method to get this rather than peering inside theNicolas Souchu2000-01-141-2/+2
* Port of ppbus standalone framework to the newbus system.Nicolas Souchu2000-01-141-109/+139
* 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
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-16/+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
* Rename nlpt to lpt.Nicolas Souchu1999-02-141-44/+1
* Distinguish EPP address/data register. Add EPP address register access to ppi.Nicolas Souchu1999-01-301-5/+12
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+2
* Major ppbus commit with:Nicolas Souchu1999-01-101-8/+314
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-3/+1
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Actually implement the internals of the 'ppi' device.Mike Smith1998-01-021-12/+77
* Removed unused #includes. The !KERNEL case may be more broken than before.Bruce Evans1997-09-011-18/+1
* Remove bogus i386/* includes.Mike Smith1997-08-281-4/+1
* Use cdev major 82 instead of the (reserved-for-local-use) original 14Mike Smith1997-08-161-3/+3
* Sync with ppbus-970815 from the author :Mike Smith1997-08-161-10/+73
* New directory and drivers for Parallel Port Bus devices.Mike Smith1997-08-141-0/+172