summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/nviic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* 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
* Add the MCP77, 79 and 7B SMBus controller ids.brad2008-05-221-2/+5
* Add the NVIDIA MCP73 SMBus controller.brad2007-09-131-2/+3
* convert lockmgr style locks to rwlocks.dlg2007-05-031-5/+3
* 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
* reduce the timeout waiting for command completions from 5 seconds to .1dlg2006-01-301-3/+3
* 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
* driver for the nvidia nforce2/3/4 smbus controller.dlg2006-01-041-0/+289