aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pcf/pcf.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* 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
* Remove unused iicbus_devclass.John Baldwin2022-05-061-1/+1
* pcf: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-4/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Use IIC_EBUSBSY and IIC_BUSERR status values consistantly across all drivers.Ian Lepore2015-10-091-1/+1
* strict kobj signatures: fix iicbus_write impl in dev/pcfAndriy Gapon2009-06-111-1/+1
* - Consolidate module version for the pcf module into just pcf.c insteadJohn Baldwin2008-08-051-0/+5
* Add locking to the various iicbus(4) bridge drivers:John Baldwin2008-08-041-15/+48
* Necessary modifications do get pcf working again for ISA. Tested withNicolas Souchu2004-05-311-7/+19
* Round #1 of improving pcf(4).Joerg Wunsch2004-05-251-320/+122
* Remove isa compat stuff.Warner Losh2004-03-141-2/+0
* fix another LP64 problem. READ_IVAR takes a pointer to an uintptr_t, notJohn-Mark Gurney2003-06-201-1/+3
* Use __FBSDID().David E. O'Brien2003-06-021-3/+4
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Fix bktr and pcf compilation with LINTNicolas Souchu2002-03-251-2/+2
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-1/+1
* 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-1/+0
* Port of ppbus standalone framework to the newbus system.Nicolas Souchu2000-01-141-76/+64
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-031-1/+1
* Trim some unused #includesPeter Wemm1999-10-111-1/+0
* $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-6/+8
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-2/+1
* Missing 'int' in declaration of variables.Peter Wemm1999-05-061-2/+2
* Operator precedence bugPeter Wemm1999-05-021-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-3/+1
* iicbus probe and attach deferred until root_bus_configure() call.Nicolas Souchu1998-11-041-5/+1
* Fixup prototypes so that this beastie compiles.Peter Wemm1998-10-311-4/+4
* pcf.c: timeout management addedNicolas Souchu1998-10-311-47/+90
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-2/+4
* Reviewed by: Doug RabsonNicolas Souchu1998-09-031-0/+607