summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppbus/lpbb.c
Commit message (Expand)AuthorAgeFilesLines
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-4/+1
* Make the bit-bang callbacks for i2c implementation match their prototypes.imp2009-03-121-3/+3
* Add locking to ppc and ppbus and mark the whole lot MPSAFE:jhb2009-01-211-23/+36
* Various whitespace and style fixes.jhb2008-11-161-4/+4
* Several cleanups to remove the need for explicit unit numbers and a fewjhb2008-10-211-1/+1
* Add locking to the various iicbus(4) bridge drivers:jhb2008-08-041-13/+41
* Add missing MODULE_DEPEND() so that ppbus.ko and these .ko's can beru2005-12-211-0/+1
* Prevent the strange situation that after each load/unload of a ppbusguido2004-03-181-1/+5
* Use __FBSDID().obrien2003-08-241-1/+3
* This makes ppbus childs like lpt and ppi succesfully connect to moreticso2002-04-071-1/+1
* Major rework of the iicbus/smbus framework:nsouch2002-03-231-39/+32
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-2/+0
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Some newbus-inspired tidy-ups. Use device_identify() rather than scanningpeter2000-01-231-36/+34
* Port of ppbus standalone framework to the newbus system.nsouch2000-01-141-117/+45
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-291-11/+2
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-2/+1
* Major ppbus commit with:nsouch1999-01-101-9/+1
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
* Release the ppbus when probe fails.nsouch1998-11-091-2/+5
* lpbb is the official Philips parallel I2C interface. lpbb.c contains onlynsouch1998-10-311-0/+325
OpenPOWER on IntegriCloud