summaryrefslogtreecommitdiff
path: root/sys/dev/pci/nviic.c
AgeCommit message (Collapse)Author
2012-03-15Let nviic(4) match the NVIDIA MCP89 chipset, from Brad.Stuart Henderson
2010-04-08these files don't need to include proc.h anymore. ok oga for agpTed Unangst
2009-06-18Remove support for cancelled NVIDIA MCP7B and add initial support forJonathan Gray
MCP89. From Brad based on information from Peer Chen @ NVIDIA via Linux.
2008-05-22Add the MCP77, 79 and 7B SMBus controller ids.Brad Smith
ok dlg@
2007-09-13Add the NVIDIA MCP73 SMBus controller.Brad Smith
ok dlg@
2007-05-03convert lockmgr style locks to rwlocks.David Gwynne
input from art@
2007-05-03convert lockmgr to rwlocksDavid Gwynne
2006-12-11do not bus_space_map devices which are at address 0; ok kettenisTheo de Raadt
2006-11-06add the NVIDIA MCP67 SMBus controller.Brad Smith
2006-07-23add NVidia MCP61/65 ids.Brad Smith
2006-06-29add support for NVIDIA MCP51 and MCP55 SMbus controllers.Brad Smith
Info about the new BAR locations on the Linux lm-sensors list via jsg@ ok dlg@
2006-01-30reduce the timeout waiting for command completions from 5 seconds to .1David Gwynne
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.
2006-01-11Fix compilation without NVIIC_DEBUG defined, ok dlg@Jonathan Gray
2006-01-11make the timeout printf a debug messageDavid Gwynne
2006-01-09fix a panic in the locking stuff that was caused by a pasto. found byDavid Gwynne
Johan M:son Lindman.
2006-01-04driver for the nvidia nforce2/3/4 smbus controller.David Gwynne