aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppbus/lpbb.c
Commit message (Expand)AuthorAgeFilesLines
* Enable build of ppc(4) module on i386 and amd64 architectures.Konstantin Belousov2006-07-191-0/+1
* Prevent the strange situation that after each load/unload of a ppbusGuido van Rooij2004-03-181-1/+5
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* This makes ppbus childs like lpt and ppi succesfully connect to moreBernd Walter2002-04-071-1/+1
* Major rework of the iicbus/smbus framework:Nicolas Souchu2002-03-231-39/+32
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-2/+0
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Some newbus-inspired tidy-ups. Use device_identify() rather than scanningPeter Wemm2000-01-231-36/+34
* Port of ppbus standalone framework to the newbus system.Nicolas Souchu2000-01-141-117/+45
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-031-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()Matthew N. Dodd1999-07-291-11/+2
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-2/+1
* Major ppbus commit with:Nicolas Souchu1999-01-101-9/+1
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-2/+1
* Release the ppbus when probe fails.Nicolas Souchu1998-11-091-2/+5
* lpbb is the official Philips parallel I2C interface. lpbb.c contains onlyNicolas Souchu1998-10-311-0/+325