aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppbus/lpbb.c
Commit message (Expand)AuthorAgeFilesLines
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-1/+1
* newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* ppbus/ppc: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* Remove unused iicbb_devclass.John Baldwin2022-05-061-1/+1
* ppbus: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-4/+1
* Make the bit-bang callbacks for i2c implementation match their prototypes.Warner Losh2009-03-121-3/+3
* Add locking to ppc and ppbus and mark the whole lot MPSAFE:John Baldwin2009-01-211-23/+36
* Various whitespace and style fixes.John Baldwin2008-11-161-4/+4
* Several cleanups to remove the need for explicit unit numbers and a fewJohn Baldwin2008-10-211-1/+1
* Add locking to the various iicbus(4) bridge drivers:John Baldwin2008-08-041-13/+41
* Add missing MODULE_DEPEND() so that ppbus.ko and these .ko's can beRuslan Ermilov2005-12-211-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