summaryrefslogtreecommitdiff
path: root/sys/dev/pci/viapm.c
AgeCommit message (Collapse)Author
2006-01-12Don't start new command if bus is busy and kill command on timeout.Mark Kettenis
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
2006-01-01Adjust for renamed VIA VT8233 PCI ID's.Mark Kettenis
ok brad@, deraadt@
2005-12-30Some spaces->tab indentation fixes.Jonathan Gray
2005-12-29Driver for SMBus coontroller integrated on VIA VT8237 bus control and powerMark Kettenis
management controller. ok deraadt@