aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/alpm.c
Commit message (Expand)AuthorAgeFilesLines
* Various updates to most of the smbus(4) drivers:John Baldwin2007-01-111-43/+71
* Minor overhaul of SMBus support:John Baldwin2006-09-111-46/+41
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-2/+0
* Return BUS_PROBE_DEFAULT instead of 0.Warner Losh2005-02-241-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Use __FBSDID().David E. O'Brien2003-06-111-3/+4
* Remove unused variable.Poul-Henning Kamp2003-05-311-2/+1
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-0/+1
* Major rework of the iicbus/smbus framework:Nicolas Souchu2002-03-231-186/+143
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-1/+1
* Remove unneeded (and compile-breaking) #include "alpm.h"Peter Wemm2001-01-171-2/+0
* Remove old PCI compatibility.Nicolas Souchu2001-01-021-57/+77
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-2/+0
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Ahhrggg. Put the test for the compat shims AFTER the file that includesWarner Losh2000-03-271-4/+4
* Per conversations in -current, add #error to these drivers when you don'tWarner Losh2000-03-271-0/+4
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-031-1/+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-11/+2
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-5/+1
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-5/+1
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-2/+1
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-1/+5
* Add alpm.c, Aladdin Power Management SMBus support for the SMBus framework.Nicolas Souchu1999-02-131-0/+680