| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r281828, r289083, r289084, r289091, r289093, r289095, r289097, r289098, | ian | 2015-10-20 | 1 | -1/+1 |
* | Make ofw_bus_get_node() consistently return -1 when there is no associated | nwhitehorn | 2012-03-15 | 1 | -1/+1 |
* | strict kobj signatures: fix iicbus_write impl in dev/pcf | avg | 2009-06-11 | 2 | -2/+2 |
* | - Consolidate module version for the pcf module into just pcf.c instead | jhb | 2008-08-05 | 4 | -6/+6 |
* | Add locking to the various iicbus(4) bridge drivers: | jhb | 2008-08-04 | 5 | -34/+82 |
* | Don't call bus_deactivate_resource() explicitly before calling | nyan | 2007-03-21 | 3 | -20/+0 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 3 | -3/+3 |
* | - Use bus_setup_intr() and bus_teardown_intr() to register device driver | jhb | 2006-02-22 | 3 | -8/+6 |
* | If the device has a PNPID, don't bother to attach. There were some | imp | 2006-02-02 | 1 | -2/+5 |
* | Account for ebus(4) defaulting to SYS_RES_MEMORY for memory resources | marius | 2005-06-04 | 2 | -10/+10 |
* | - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a | marius | 2004-08-12 | 2 | -13/+10 |
* | Unbreak after struct resource was hidden. Tested with EBus front-end on | marius | 2004-08-11 | 4 | -15/+19 |
* | Consistently use __inline instead of __inline__ as the former is an empty macro | stefanf | 2004-07-04 | 1 | -4/+4 |
* | Add a first version of a pcf(4) front-end for the Sun i2c devices ("i2c" | marius | 2004-06-10 | 1 | -0/+261 |
* | - Add missing <sys/module.h>. | marius | 2004-06-10 | 1 | -3/+4 |
* | - Add missing <sys/module.h>. | marius | 2004-06-10 | 1 | -20/+20 |
* | - #define\tFOO\tBAR | marius | 2004-06-10 | 1 | -2/+2 |
* | Necessary modifications do get pcf working again for ISA. Tested with | nsouch | 2004-05-31 | 2 | -15/+55 |
* | Round #1 of improving pcf(4). | joerg | 2004-05-25 | 4 | -320/+645 |
* | Remove isa compat stuff. | imp | 2004-03-14 | 1 | -2/+0 |
* | fix another LP64 problem. READ_IVAR takes a pointer to an uintptr_t, not | jmg | 2003-06-20 | 1 | -1/+3 |
* | Use __FBSDID(). | obrien | 2003-06-02 | 1 | -3/+4 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
* | Fix bktr and pcf compilation with LINT | nsouch | 2002-03-25 | 1 | -2/+2 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -1/+1 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 1 | -1/+0 |
* | Port of ppbus standalone framework to the newbus system. | nsouch | 2000-01-14 | 1 | -76/+64 |
* | Remove the 'ivars' arguement to device_add_child() and | mdodd | 1999-12-03 | 1 | -1/+1 |
* | Trim some unused #includes | peter | 1999-10-11 | 1 | -1/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Alter the behavior of sys/kern/subr_bus.c:device_print_child() | mdodd | 1999-07-29 | 1 | -6/+8 |
* | Move the declaration of the interrupt type from the driver structure | dfr | 1999-05-08 | 1 | -2/+1 |
* | Missing 'int' in declaration of variables. | peter | 1999-05-06 | 1 | -2/+2 |
* | Operator precedence bug | peter | 1999-05-02 | 1 | -2/+2 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -3/+1 |
* | iicbus probe and attach deferred until root_bus_configure() call. | nsouch | 1998-11-04 | 1 | -5/+1 |
* | Fixup prototypes so that this beastie compiles. | peter | 1998-10-31 | 1 | -4/+4 |
* | pcf.c: timeout management added | nsouch | 1998-10-31 | 1 | -47/+90 |
* | Initialize isa_devtab entries for interrupt handlers in individual | bde | 1998-10-22 | 1 | -2/+4 |
* | Reviewed by: Doug Rabson | nsouch | 1998-09-03 | 1 | -0/+607 |