summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppbus/ppi.c
Commit message (Expand)AuthorAgeFilesLines
* Add locking to ppc and ppbus and mark the whole lot MPSAFE:jhb2009-01-211-49/+105
* Various whitespace and style fixes.jhb2008-11-161-9/+9
* Fix build breakage.jhb2008-10-221-1/+2
* Several cleanups to remove the need for explicit unit numbers and a fewjhb2008-10-211-26/+20
* Replace all calls to minor() with dev2unit().ed2008-09-271-5/+5
* Rework the handling of interrupt handlers for children of ppc and ppbus:jhb2008-09-151-7/+3
* Catchup with filtersimp2007-02-231-2/+3
* - Use bus_setup_intr() and bus_teardown_intr() to register device driverjhb2006-02-221-2/+2
* Add missing MODULE_DEPEND() so that ppbus.ko and these .ko's can beru2005-12-211-0/+1
* Do not bzero() the softc, as newbus does it for us.cognet2004-07-091-1/+0
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-5/+5
* Prevent the strange situation that after each load/unload of a ppbusguido2004-03-181-1/+5
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* Use __FBSDID().obrien2003-08-241-1/+3
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+7
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-13/+13
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
* 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