summaryrefslogtreecommitdiff
path: root/sys/pci/intpm.c
Commit message (Expand)AuthorAgeFilesLines
* Return BUS_PROBE_DEFAULT instead of 0.Warner Losh2005-02-241-2/+2
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+1
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Use rman_get_start() to get start address of the resource.Yoshihiro Takahashi2003-02-261-2/+2
* Wrap a device_printf() that violates bus space abstractions to figure outJohn Baldwin2002-11-081-0/+2
* Major rework of the iicbus/smbus framework:Nicolas Souchu2002-03-231-1/+3
* Remove __P.Alfred Perlstein2002-03-201-1/+1
* Add support for the Intel 82443MX chipsetJim Pirzyk2001-12-211-0/+1
* Fix warning:Peter Wemm2001-06-151-2/+2
* Add a placeholder for the ServerWorks OSB4 device id. The SMBusPeter Wemm2001-03-151-0/+4
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Fix some leakage from inside #ifdef PCI_COMPAT (the FreeBSD 2.2 compatPeter Wemm2000-05-281-2/+1
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-2/+0
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-031-1/+1
* Fix some resource allocation peculiarities of the intpm device.Doug Rabson1999-10-281-12/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()Matthew N. Dodd1999-07-291-9/+2
* Update intpm driver.Nicolas Souchu1999-07-241-6/+17
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-8/+1
* fix some DRIVER_TYPE / INTR_TYPE confusions.Poul-Henning Kamp1999-05-091-3/+2
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-2/+1
* Update intpm driver.Peter Wemm1999-05-071-131/+104
* Fix some variable naming confusionPeter Wemm1999-05-061-3/+2
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-1/+5
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.Peter Wemm1999-04-211-8/+4
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+2
* Add missing declarations to fix error with LINT compileMatthew Dillon1999-01-271-1/+6
* SMBus support for the Intel PIIX4 power management unit. See smbus(4),Nicolas Souchu1999-01-241-0/+789