summaryrefslogtreecommitdiff
path: root/sys/dev/pci/nviic.c
AgeCommit message (Expand)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
2008-05-22Add the MCP77, 79 and 7B SMBus controller ids.Brad Smith
2007-09-13Add the NVIDIA MCP73 SMBus controller.Brad Smith
2007-05-03convert lockmgr style locks to rwlocks.David Gwynne
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
2006-01-30reduce the timeout waiting for command completions from 5 seconds to .1David Gwynne
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
2006-01-04driver for the nvidia nforce2/3/4 smbus controller.David Gwynne