summaryrefslogtreecommitdiff
path: root/sys/dev/pci/amdiic.c
AgeCommit message (Collapse)Author
2007-05-03convert lockmgr style locks to rwlocks.David Gwynne
input from art@
2006-09-28Provide more info in error messages so we can see what's goingAlexander Yurchenko
on. And some cosmetics in debug messages while here.
2006-01-15Sync with piixpm: allow driver to continue to work in polling modeAlexander Yurchenko
if it failed to install interrupt handler.
2006-01-05knfAlexander Yurchenko
2006-01-01switch from macppc-specific maciic(4) driver to the generic iic(4),Theo de Raadt
after teaching it to use a function pointer to get back to the OFW scan.. this will also help the sparc64 later; ok kettenis
2005-12-31Add AMD-8111 SMBus controller driver.Alexander Yurchenko
ok deraadt@