Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid uninitiliazed use of ctl and corresponding warnings. | 2012-10-05 | 1 | -1/+3 | |
| | | | | | | Part of the work to remove -Wno-uninitialized. ok kettenis@ | ||||
* | we are past the point where timecounters may disappear | 2012-08-16 | 1 | -9/+1 | |
| | | | | ok miod | ||||
* | Merge viapm and viaenv | 2011-04-10 | 1 | -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 agp | 2010-04-08 | 1 | -2/+1 | |
| | |||||
* | add the VIA VX855 chipset | 2009-06-26 | 1 | -2/+3 | |
| | | | | ok deraadt@ | ||||
* | add the VIA CX800 south bridge. | 2009-06-11 | 1 | -2/+3 | |
| | | | | | | tested on the eNOTE VED8900. ok deraadt@ | ||||
* | make various strings ("can't map mem space" and similar) more consistent | 2009-03-29 | 1 | -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. | 2008-02-17 | 1 | -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. | 2007-05-03 | 1 | -6/+6 | |
| | | | | input from art@ | ||||
* | Match on VT8237A/VT8251/CX700 like the equivalent Linux driver does. | 2007-04-29 | 1 | -2/+5 | |
| | | | | ok kettenis@ | ||||
* | do not bus_space_map devices which are at address 0; ok kettenis | 2006-12-11 | 1 | -2/+3 | |
| | |||||
* | Don't start new command if bus is busy and kill command on timeout. | 2006-01-12 | 1 | -7/+27 | |
| | |||||
* | switch from macppc-specific maciic(4) driver to the generic iic(4), | 2006-01-01 | 1 | -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. | 2006-01-01 | 1 | -3/+3 | |
| | | | | ok brad@, deraadt@ | ||||
* | Some spaces->tab indentation fixes. | 2005-12-30 | 1 | -4/+4 | |
| | |||||
* | Driver for SMBus coontroller integrated on VIA VT8237 bus control and power | 2005-12-29 | 1 | -0/+380 | |
management controller. ok deraadt@ |