summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/viapm.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Avoid uninitiliazed use of ctl and corresponding warnings.haesbaert2012-10-051-1/+3
| | | | | | Part of the work to remove -Wno-uninitialized. ok kettenis@
* we are past the point where timecounters may disappeartedu2012-08-161-9/+1
| | | | ok miod
* Merge viapm and viaenvshadchin2011-04-101-98/+475
| | | | | | | | Pluses: - Add support SMBus for VT82C596, VT82C596B, VT82C686A, VT8231 - Add support ACPI timer for all VIA South Bridges ok deraadt@, tested sthen@
* 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
| | | | ok deraadt@
* add the VIA CX800 south bridge.kevlo2009-06-111-2/+3
| | | | | | tested on the eNOTE VED8900. ok deraadt@
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-2/+2
| | | | | | | between instances, saving space in the kernel. feedback from many (some incorporated, some left for future work). ok deraadt, kettenis, "why not" miod.
* Add the VIA VT8237S south bridge.brad2008-02-171-1/+2
| | | | | | Tested by António Marques <froz at icix dot org> with a ASUS M2V-MX board. ok dlg@
* convert lockmgr style locks to rwlocks.dlg2007-05-031-6/+6
| | | | input from art@
* Match on VT8237A/VT8251/CX700 like the equivalent Linux driver does.jsg2007-04-291-2/+5
| | | | ok kettenis@
* 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
| | | | | after teaching it to use a function pointer to get back to the OFW scan.. this will also help the sparc64 later; ok kettenis
* Adjust for renamed VIA VT8233 PCI ID's.kettenis2006-01-011-3/+3
| | | | ok brad@, deraadt@
* 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
management controller. ok deraadt@