summaryrefslogtreecommitdiff
path: root/sys/dev/ppbus/lpbb.c
AgeCommit message (Expand)Author
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2024-07-24newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-06ppbus/ppc: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused iicbb_devclass.John Baldwin
2020-09-01ppbus: clean up empty lines in .c and .h filesMateusz Guzik
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2011-11-22- There's no need to overwrite the default device method with the defaultMarius Strobl
2009-03-12Make the bit-bang callbacks for i2c implementation match their prototypes.Warner Losh
2009-01-21Add locking to ppc and ppbus and mark the whole lot MPSAFE:John Baldwin
2008-11-16Various whitespace and style fixes.John Baldwin
2008-10-21Several cleanups to remove the need for explicit unit numbers and a fewJohn Baldwin
2008-08-04Add locking to the various iicbus(4) bridge drivers:John Baldwin
2005-12-21Add missing MODULE_DEPEND() so that ppbus.ko and these .ko's can beRuslan Ermilov
2004-03-18Prevent the strange situation that after each load/unload of a ppbusGuido van Rooij
2003-08-24Use __FBSDID().David E. O'Brien
2002-04-07This makes ppbus childs like lpt and ppi succesfully connect to moreBernd Walter
2002-03-23Major rework of the iicbus/smbus framework:Nicolas Souchu
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-04-19Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp
2000-04-18Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp
2000-01-23Some newbus-inspired tidy-ups. Use device_identify() rather than scanningPeter Wemm
2000-01-14Port of ppbus standalone framework to the newbus system.Nicolas Souchu
1999-12-29Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm
1999-12-03Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-07-29Alter the behavior of sys/kern/subr_bus.c:device_print_child()Matthew N. Dodd
1999-05-08Move the declaration of the interrupt type from the driver structureDoug Rabson
1999-01-10Major ppbus commit with:Nicolas Souchu
1998-12-07The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs
1998-11-09Release the ppbus when probe fails.Nicolas Souchu
1998-10-31lpbb is the official Philips parallel I2C interface. lpbb.c contains onlyNicolas Souchu