| Commit message (Expand) | Author | Age | Files | Lines |
* | - Use bus_foo() rather than bus_space_foo() and remove bus space tag/handle | jhb | 2008-06-06 | 1 | -2/+2 |
* | - Set sc->dev to the new-bus device_t so all the device_printf()s work. | jhb | 2008-05-12 | 1 | -1/+3 |
* | Oops, convert a tsleep() to a msleep() that was missed when adding locking | jhb | 2007-10-15 | 1 | -1/+1 |
* | Oops, fix intsmb(4) attach. Don't overwrite the 'value' holding the | jhb | 2007-04-19 | 1 | -2/+1 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -2/+2 |
* | Remove duplicate variable initialization. | jhb | 2007-01-16 | 1 | -1/+0 |
* | Various updates to most of the smbus(4) drivers: | jhb | 2007-01-11 | 1 | -430/+418 |
* | intpm(4) meet style(9). style(9) meet intpm(4). | jhb | 2006-09-13 | 1 | -484/+522 |
* | Minor overhaul of SMBus support: | jhb | 2006-09-11 | 1 | -13/+17 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 1 | -2/+0 |
* | Return BUS_PROBE_DEFAULT instead of 0. | imp | 2005-02-24 | 1 | -2/+2 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -2/+1 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Use rman_get_start() to get start address of the resource. | nyan | 2003-02-26 | 1 | -2/+2 |
* | Wrap a device_printf() that violates bus space abstractions to figure out | jhb | 2002-11-08 | 1 | -0/+2 |
* | Major rework of the iicbus/smbus framework: | nsouch | 2002-03-23 | 1 | -1/+3 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -1/+1 |
* | Add support for the Intel 82443MX chipset | pirzyk | 2001-12-21 | 1 | -0/+1 |
* | Fix warning: | peter | 2001-06-15 | 1 | -2/+2 |
* | Add a placeholder for the ServerWorks OSB4 device id. The SMBus | peter | 2001-03-15 | 1 | -0/+4 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | Fix some leakage from inside #ifdef PCI_COMPAT (the FreeBSD 2.2 compat | peter | 2000-05-28 | 1 | -2/+1 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 1 | -2/+0 |
* | Remove unneeded <sys/buf.h> includes. | phk | 2000-04-18 | 1 | -1/+0 |
* | Remove the 'ivars' arguement to device_add_child() and | mdodd | 1999-12-03 | 1 | -1/+1 |
* | Fix some resource allocation peculiarities of the intpm device. | dfr | 1999-10-28 | 1 | -12/+1 |
* | $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 | -9/+2 |
* | Update intpm driver. | nsouch | 1999-07-24 | 1 | -6/+17 |
* | Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire | peter | 1999-07-03 | 1 | -8/+1 |
* | fix some DRIVER_TYPE / INTR_TYPE confusions. | phk | 1999-05-09 | 1 | -3/+2 |
* | Move the declaration of the interrupt type from the driver structure | dfr | 1999-05-08 | 1 | -2/+1 |
* | Update intpm driver. | peter | 1999-05-07 | 1 | -131/+104 |
* | Fix some variable naming confusion | peter | 1999-05-06 | 1 | -3/+2 |
* | Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't | peter | 1999-04-24 | 1 | -1/+5 |
* | Stage 1 of a cleanup of the i386 interrupt registration mechanism. | peter | 1999-04-21 | 1 | -8/+4 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-28 | 1 | -2/+2 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -2/+2 |
* | Add missing declarations to fix error with LINT compile | dillon | 1999-01-27 | 1 | -1/+6 |
* | SMBus support for the Intel PIIX4 power management unit. See smbus(4), | nsouch | 1999-01-24 | 1 | -0/+789 |