summaryrefslogtreecommitdiff
path: root/sys/dev/pci/piixpm.c
AgeCommit message (Expand)Author
2006-02-27Increase delay value, fixes pr5018.Alexander Yurchenko
2006-02-11Mask off the highest 16 bit of the io space address.Alexander Yurchenko
2006-01-18add some PIIX compatible SMBus controllers from SMSC and ATI.Brad Smith
2006-01-15In iic_exec don't fail immediately if bus is already busy. It might beAlexander Yurchenko
2006-01-15Simplify interrupt handler installing code.Alexander Yurchenko
2006-01-12if we cannot map the interrupt, try to do iic in polling mode anyways.Theo de Raadt
2006-01-05knfAlexander Yurchenko
2006-01-05Happy New Year!Alexander Yurchenko
2006-01-05Reliability fixes:Alexander Yurchenko
2006-01-03Revert part of the previous committed by mistake.Alexander Yurchenko
2006-01-03Correct interrupt type check. Pointed out by kettenis@, thanks.Alexander Yurchenko
2006-01-01switch from macppc-specific maciic(4) driver to the generic iic(4),Theo de Raadt
2005-12-28Use corrent size for io mapping. Problem reported byAlexander Yurchenko
2005-12-25Don't allow slave devices to do polling during autoconf.Alexander Yurchenko
2005-12-25Force polling if interrupts not available.Alexander Yurchenko
2005-12-25Move all PIIX register definitions to a separate file.Alexander Yurchenko
2005-12-25Consistent device ids for piix pm controllers.Alexander Yurchenko
2005-12-24Rewrite piixpm(4) driver. It doesn't support acpi timer anymore, if weAlexander Yurchenko
2004-09-17Some cleanup:Alexander Yurchenko
2004-07-28This touches only MI code, and adds new time keeping code. TheThorsten Lockert