aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/intpm.c
Commit message (Collapse)AuthorAgeFilesLines
* fix some DRIVER_TYPE / INTR_TYPE confusions.Poul-Henning Kamp1999-05-091-3/+2
| | | | Notes: svn path=/head/; revision=46777
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-2/+1
| | | | | | | to the BUS_SETUP_INTR call. Notes: svn path=/head/; revision=46743
* Update intpm driver.Peter Wemm1999-05-071-131/+104
| | | | | | | | PR: 11531 Submitted by: Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp> Notes: svn path=/head/; revision=46651
* Fix some variable naming confusionPeter Wemm1999-05-061-3/+2
| | | | Notes: svn path=/head/; revision=46590
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-1/+5
| | | | | | | hurt the driver portability to 3.x too much for where drivers are shared. Notes: svn path=/head/; revision=46024
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.Peter Wemm1999-04-211-8/+4
| | | | | | | | | | Interrupts under the new scheme are managed by the i386 nexus with the awareness of the resource manager. There is further room for optimizing the interfaces still. All the users of register_intr()/intr_create() should be gone, with the exception of pcic and i386/isa/clock.c. Notes: svn path=/head/; revision=45897
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-2/+2
| | | | | | | kernel compile Notes: svn path=/head/; revision=43311
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+2
| | | | | | | | | | kernel compile. This commit includes significant work to proper handle const arguments for the DDB symbol routines. Notes: svn path=/head/; revision=43309
* Add missing declarations to fix error with LINT compileMatthew Dillon1999-01-271-1/+6
| | | | Notes: svn path=/head/; revision=43288
* SMBus support for the Intel PIIX4 power management unit. See smbus(4),Nicolas Souchu1999-01-241-0/+789
iicbus(4) and smb(4). User programs are available to retrieve SDRAM and sensor info, contact the author. Submitted by: Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp> Reviewed by: Mike Smith <msmith@freebsd.org> Notes: svn path=/head/; revision=43166