Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some includes include-what-you-use claims don't | 2015-03-14 | 1 | -2/+1 | |
| | | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@ | ||||
* | Let nviic(4) match the NVIDIA MCP89 chipset, from Brad. | 2012-03-15 | 1 | -2/+3 | |
| | |||||
* | these files don't need to include proc.h anymore. ok oga for agp | 2010-04-08 | 1 | -2/+1 | |
| | |||||
* | Remove support for cancelled NVIDIA MCP7B and add initial support for | 2009-06-18 | 1 | -3/+2 | |
| | | | | | | MCP89. From Brad based on information from Peer Chen @ NVIDIA via Linux. | ||||
* | Add the MCP77, 79 and 7B SMBus controller ids. | 2008-05-22 | 1 | -2/+5 | |
| | | | | ok dlg@ | ||||
* | Add the NVIDIA MCP73 SMBus controller. | 2007-09-13 | 1 | -2/+3 | |
| | | | | ok dlg@ | ||||
* | convert lockmgr style locks to rwlocks. | 2007-05-03 | 1 | -5/+3 | |
| | | | | input from art@ | ||||
* | convert lockmgr to rwlocks | 2007-05-03 | 1 | -6/+8 | |
| | |||||
* | do not bus_space_map devices which are at address 0; ok kettenis | 2006-12-11 | 1 | -2/+3 | |
| | |||||
* | add the NVIDIA MCP67 SMBus controller. | 2006-11-06 | 1 | -2/+3 | |
| | |||||
* | add NVidia MCP61/65 ids. | 2006-07-23 | 1 | -2/+4 | |
| | |||||
* | add support for NVIDIA MCP51 and MCP55 SMbus controllers. | 2006-06-29 | 1 | -6/+24 | |
| | | | | | | | Info about the new BAR locations on the Linux lm-sensors list via jsg@ ok dlg@ | ||||
* | reduce the timeout waiting for command completions from 5 seconds to .1 | 2006-01-30 | 1 | -3/+3 | |
| | | | | | | | | seconds. i think if the bus is wired up wrong the command never completes, which in turn generates a 3 minute delay during boot while we try to scan for i2c devices. problem reported by Johan Mson Lindman who is also happy with the fix. | ||||
* | Fix compilation without NVIIC_DEBUG defined, ok dlg@ | 2006-01-11 | 1 | -1/+3 | |
| | |||||
* | make the timeout printf a debug message | 2006-01-11 | 1 | -2/+2 | |
| | |||||
* | fix a panic in the locking stuff that was caused by a pasto. found by | 2006-01-09 | 1 | -2/+2 | |
| | | | | Johan M:son Lindman. | ||||
* | driver for the nvidia nforce2/3/4 smbus controller. | 2006-01-04 | 1 | -0/+289 | |