summaryrefslogtreecommitdiffstats
path: root/sys/dev/pcf
Commit message (Expand)AuthorAgeFilesLines
* MFC r281828, r289083, r289084, r289091, r289093, r289095, r289097, r289098,ian2015-10-201-1/+1
* Make ofw_bus_get_node() consistently return -1 when there is no associatednwhitehorn2012-03-151-1/+1
* strict kobj signatures: fix iicbus_write impl in dev/pcfavg2009-06-112-2/+2
* - Consolidate module version for the pcf module into just pcf.c insteadjhb2008-08-054-6/+6
* Add locking to the various iicbus(4) bridge drivers:jhb2008-08-045-34/+82
* Don't call bus_deactivate_resource() explicitly before callingnyan2007-03-213-20/+0
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-233-3/+3
* - Use bus_setup_intr() and bus_teardown_intr() to register device driverjhb2006-02-223-8/+6
* If the device has a PNPID, don't bother to attach. There were someimp2006-02-021-2/+5
* Account for ebus(4) defaulting to SYS_RES_MEMORY for memory resourcesmarius2005-06-042-10/+10
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-122-13/+10
* Unbreak after struct resource was hidden. Tested with EBus front-end onmarius2004-08-114-15/+19
* Consistently use __inline instead of __inline__ as the former is an empty macrostefanf2004-07-041-4/+4
* Add a first version of a pcf(4) front-end for the Sun i2c devices ("i2c"marius2004-06-101-0/+261
* - Add missing <sys/module.h>.marius2004-06-101-3/+4
* - Add missing <sys/module.h>.marius2004-06-101-20/+20
* - #define\tFOO\tBARmarius2004-06-101-2/+2
* Necessary modifications do get pcf working again for ISA. Tested withnsouch2004-05-312-15/+55
* Round #1 of improving pcf(4).joerg2004-05-254-320/+645
* Remove isa compat stuff.imp2004-03-141-2/+0
* fix another LP64 problem. READ_IVAR takes a pointer to an uintptr_t, notjmg2003-06-201-1/+3
* Use __FBSDID().obrien2003-06-021-3/+4
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Fix bktr and pcf compilation with LINTnsouch2002-03-251-2/+2
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-1/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Port of ppbus standalone framework to the newbus system.nsouch2000-01-141-76/+64
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-1/+1
* Trim some unused #includespeter1999-10-111-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-291-6/+8
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-2/+1
* Missing 'int' in declaration of variables.peter1999-05-061-2/+2
* Operator precedence bugpeter1999-05-021-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-3/+1
* iicbus probe and attach deferred until root_bus_configure() call.nsouch1998-11-041-5/+1
* Fixup prototypes so that this beastie compiles.peter1998-10-311-4/+4
* pcf.c: timeout management addednsouch1998-10-311-47/+90
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-2/+4
* Reviewed by: Doug Rabsonnsouch1998-09-031-0/+607
OpenPOWER on IntegriCloud