summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/nviic.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-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.sthen2012-03-151-2/+3
|
* these files don't need to include proc.h anymore. ok oga for agptedu2010-04-081-2/+1
|
* Remove support for cancelled NVIDIA MCP7B and add initial support forjsg2009-06-181-3/+2
| | | | | | MCP89. From Brad based on information from Peer Chen @ NVIDIA via Linux.
* Add the MCP77, 79 and 7B SMBus controller ids.brad2008-05-221-2/+5
| | | | ok dlg@
* Add the NVIDIA MCP73 SMBus controller.brad2007-09-131-2/+3
| | | | ok dlg@
* convert lockmgr style locks to rwlocks.dlg2007-05-031-5/+3
| | | | input from art@
* convert lockmgr to rwlocksdlg2007-05-031-6/+8
|
* do not bus_space_map devices which are at address 0; ok kettenisderaadt2006-12-111-2/+3
|
* add the NVIDIA MCP67 SMBus controller.brad2006-11-061-2/+3
|
* add NVidia MCP61/65 ids.brad2006-07-231-2/+4
|
* add support for NVIDIA MCP51 and MCP55 SMbus controllers.brad2006-06-291-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 .1dlg2006-01-301-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@jsg2006-01-111-1/+3
|
* make the timeout printf a debug messagedlg2006-01-111-2/+2
|
* fix a panic in the locking stuff that was caused by a pasto. found bydlg2006-01-091-2/+2
| | | | Johan M:son Lindman.
* driver for the nvidia nforce2/3/4 smbus controller.dlg2006-01-041-0/+289