summaryrefslogtreecommitdiffstats
path: root/sys/pci/intpm.c
Commit message (Expand)AuthorAgeFilesLines
* intpm: add ATI IXP400 pci idavg2012-04-161-0/+3
* intpm: return only SMB bus error codes from SMB methodsavg2012-04-081-3/+3
* intpm: reflect the fact that SB800 and later AMD chipsets are not supportedavg2012-04-081-0/+3
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-4/+1
* intpm/sb700: force polling mode if configured interrupt is SMIavg2009-09-191-0/+6
* intpm: add support for smbus controller found in AMD SB700avg2009-09-121-13/+41
* intpm: minor enhancementsavg2009-03-161-8/+8
* - Use bus_foo() rather than bus_space_foo() and remove bus space tag/handlejhb2008-06-061-2/+2
* - Set sc->dev to the new-bus device_t so all the device_printf()s work.jhb2008-05-121-1/+3
* Oops, convert a tsleep() to a msleep() that was missed when adding lockingjhb2007-10-151-1/+1
* Oops, fix intsmb(4) attach. Don't overwrite the 'value' holding thejhb2007-04-191-2/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-2/+2
* Remove duplicate variable initialization.jhb2007-01-161-1/+0
* Various updates to most of the smbus(4) drivers:jhb2007-01-111-430/+418
* intpm(4) meet style(9). style(9) meet intpm(4).jhb2006-09-131-484/+522
* Minor overhaul of SMBus support:jhb2006-09-111-13/+17
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
* Return BUS_PROBE_DEFAULT instead of 0.imp2005-02-241-2/+2
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+1
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Use __FBSDID().obrien2003-06-111-2/+3
* Use rman_get_start() to get start address of the resource.nyan2003-02-261-2/+2
* Wrap a device_printf() that violates bus space abstractions to figure outjhb2002-11-081-0/+2
* Major rework of the iicbus/smbus framework:nsouch2002-03-231-1/+3
* Remove __P.alfred2002-03-201-1/+1
* Add support for the Intel 82443MX chipsetpirzyk2001-12-211-0/+1
* Fix warning:peter2001-06-151-2/+2
* Add a placeholder for the ServerWorks OSB4 device id. The SMBuspeter2001-03-151-0/+4
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Fix some leakage from inside #ifdef PCI_COMPAT (the FreeBSD 2.2 compatpeter2000-05-281-2/+1
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-2/+0
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-1/+1
* Fix some resource allocation peculiarities of the intpm device.dfr1999-10-281-12/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-291-9/+2
* Update intpm driver.nsouch1999-07-241-6/+17
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-031-8/+1
* fix some DRIVER_TYPE / INTR_TYPE confusions.phk1999-05-091-3/+2
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-2/+1
* Update intpm driver.peter1999-05-071-131/+104
* Fix some variable naming confusionpeter1999-05-061-3/+2
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-1/+5
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.peter1999-04-211-8/+4
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* Add missing declarations to fix error with LINT compiledillon1999-01-271-1/+6
* SMBus support for the Intel PIIX4 power management unit. See smbus(4),nsouch1999-01-241-0/+789
OpenPOWER on IntegriCloud