summaryrefslogtreecommitdiff
path: root/sys/dev/pcf/pcf.c
AgeCommit message (Expand)Author
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner 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-06Remove unused iicbus_devclass.John Baldwin
2020-09-01pcf: clean up empty lines in .c and .h filesMateusz Guzik
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-04-10Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni
2015-10-09Use IIC_EBUSBSY and IIC_BUSERR status values consistantly across all drivers.Ian Lepore
2009-06-11strict kobj signatures: fix iicbus_write impl in dev/pcfAndriy Gapon
2008-08-05- Consolidate module version for the pcf module into just pcf.c insteadJohn Baldwin
2008-08-04Add locking to the various iicbus(4) bridge drivers:John Baldwin
2004-05-31Necessary modifications do get pcf working again for ISA. Tested withNicolas Souchu
2004-05-25Round #1 of improving pcf(4).Joerg Wunsch
2004-03-14Remove isa compat stuff.Warner Losh
2003-06-20fix another LP64 problem. READ_IVAR takes a pointer to an uintptr_t, notJohn-Mark Gurney
2003-06-02Use __FBSDID().David E. O'Brien
2003-01-01Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt
2002-03-25Fix bktr and pcf compilation with LINTNicolas Souchu
2001-12-10Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-04-19Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp
2000-01-14Port of ppbus standalone framework to the newbus system.Nicolas Souchu
1999-12-03Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd
1999-10-11Trim some unused #includesPeter Wemm
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-05-06Missing 'int' in declaration of variables.Peter Wemm
1999-05-02Operator precedence bugPeter Wemm
1998-12-07The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs
1998-11-04iicbus probe and attach deferred until root_bus_configure() call.Nicolas Souchu
1998-10-31Fixup prototypes so that this beastie compiles.Peter Wemm
1998-10-31pcf.c: timeout management addedNicolas Souchu
1998-10-22Initialize isa_devtab entries for interrupt handlers in individualBruce Evans
1998-09-03Reviewed by: Doug RabsonNicolas Souchu