summaryrefslogtreecommitdiffstats
path: root/sys/pci/viapm.c
Commit message (Expand)AuthorAgeFilesLines
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-4/+2
* The callback takes a void *, not a caddr_t * (sic).imp2009-03-031-2/+2
* Add locking to the various iicbus(4) bridge drivers:jhb2008-08-041-0/+1
* Add support for VT8237 ISA bridge.gonzo2008-06-221-0/+7
* - Use bus_foo() rather than bus_space_foo() and remove bus space tag/handlejhb2008-06-061-9/+3
* Add the device ID for the VIA CX700 chipset.kevlo2007-08-021-2/+9
* Various updates to most of the smbus(4) drivers:jhb2007-01-111-28/+83
* Trim some unneeded includes.jhb2006-09-121-2/+0
* Minor overhaul of SMBus support:jhb2006-09-111-54/+49
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-4/+4
* Add the device ID for the VIA VT8235 south bridge.jhb2005-10-311-0/+7
* Some of the VIA pm and propm devices are actually the same device as thejhb2005-10-311-1/+38
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
* Return BUS_PROBE_DEFAULT instead of 0.imp2005-02-241-2/+2
* Prefer C99's __func__ over GCC's __FUNCTION__.stefanf2004-09-221-2/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+4
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Add ID for VT8233A.mdodd2003-06-221-0/+2
* Use __FBSDID().obrien2003-06-111-3/+4
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-0/+2
* Fix an unparenthasized macro argument. md5s differ but this is likelyalfred2002-11-091-1/+1
* Major rework of the iicbus/smbus framework:nsouch2002-03-231-0/+924
OpenPOWER on IntegriCloud