aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/intpm.c
Commit message (Expand)AuthorAgeFilesLines
* 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