summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/viapm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for timeconting in userland.pirofti2020-07-061-2/+4
* Convert sleeps of 1sec or more to tsleep_nsec(9).mpi2020-01-091-2/+3
* Add support for the VIA VX900 chipset in viapm(4).fcambus2018-07-051-3/+4
* Avoid uninitiliazed use of ctl and corresponding warnings.haesbaert2012-10-051-1/+3
* we are past the point where timecounters may disappeartedu2012-08-161-9/+1
* Merge viapm and viaenvshadchin2011-04-101-98/+475
* these files don't need to include proc.h anymore. ok oga for agptedu2010-04-081-2/+1
* add the VIA VX855 chipsetkevlo2009-06-261-2/+3
* add the VIA CX800 south bridge.kevlo2009-06-111-2/+3
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-2/+2
* Add the VIA VT8237S south bridge.brad2008-02-171-1/+2
* convert lockmgr style locks to rwlocks.dlg2007-05-031-6/+6
* Match on VT8237A/VT8251/CX700 like the equivalent Linux driver does.jsg2007-04-291-2/+5
* do not bus_space_map devices which are at address 0; ok kettenisderaadt2006-12-111-2/+3
* Don't start new command if bus is busy and kill command on timeout.kettenis2006-01-121-7/+27
* switch from macppc-specific maciic(4) driver to the generic iic(4),deraadt2006-01-011-2/+3
* Adjust for renamed VIA VT8233 PCI ID's.kettenis2006-01-011-3/+3
* Some spaces->tab indentation fixes.jsg2005-12-301-4/+4
* Driver for SMBus coontroller integrated on VIA VT8237 bus control and powerkettenis2005-12-291-0/+380