summaryrefslogtreecommitdiff
path: root/sys/pci/intpm.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.7.0_cvscvs2svn2002-10-081-1/+1
* Add support for the Intel 82443MX chipsetJim Pirzyk2001-12-231-1/+1
* 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