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