aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/viapm.c
Commit message (Expand)AuthorAgeFilesLines
* The callback takes a void *, not a caddr_t * (sic).Warner Losh2009-03-031-2/+2
* Add locking to the various iicbus(4) bridge drivers:John Baldwin2008-08-041-0/+1
* Add support for VT8237 ISA bridge.Oleksandr Tymoshenko2008-06-221-0/+7
* - Use bus_foo() rather than bus_space_foo() and remove bus space tag/handleJohn Baldwin2008-06-061-9/+3
* Add the device ID for the VIA CX700 chipset.Kevin Lo2007-08-021-2/+9
* Various updates to most of the smbus(4) drivers:John Baldwin2007-01-111-28/+83
* Trim some unneeded includes.John Baldwin2006-09-121-2/+0
* Minor overhaul of SMBus support:John Baldwin2006-09-111-54/+49
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-041-4/+4
* Add the device ID for the VIA VT8235 south bridge.John Baldwin2005-10-311-0/+7
* Some of the VIA pm and propm devices are actually the same device as theJohn Baldwin2005-10-311-1/+38
* 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-2/+2
* Prefer C99's __func__ over GCC's __FUNCTION__.Stefan Farfeleder2004-09-221-2/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+4
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Add ID for VT8233A.Matthew N. Dodd2003-06-221-0/+2
* Use __FBSDID().David E. O'Brien2003-06-111-3/+4
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-0/+2
* Fix an unparenthasized macro argument. md5s differ but this is likelyAlfred Perlstein2002-11-091-1/+1
* Major rework of the iicbus/smbus framework:Nicolas Souchu2002-03-231-0/+924