summaryrefslogtreecommitdiffstats
path: root/sys/pci/alpm.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-2/+0
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Ahhrggg. Put the test for the compat shims AFTER the file that includesimp2000-03-271-4/+4
* Per conversations in -current, add #error to these drivers when you don'timp2000-03-271-0/+4
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-291-11/+2
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-031-5/+1
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-5/+1
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-2/+1
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-1/+5
* Add alpm.c, Aladdin Power Management SMBus support for the SMBus framework.nsouch1999-02-131-0/+680
OpenPOWER on IntegriCloud