summaryrefslogtreecommitdiff
path: root/sys/dev/pci/piixpm.c
AgeCommit message (Expand)Author
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2008-09-17Update for renamed ATI PCI ids.Brad Smith
2008-05-24Sync the ATI IXP200 PCI id.Brad Smith
2007-09-13sync AMD SB600 PCI id with the new name.Brad Smith
2007-05-03convert lockmgr style locks to rwlocks.David Gwynne
2007-04-29Match on ATI IXP/SB600 as well.Jonathan Gray
2006-12-11do not bus_space_map devices which are at address 0; ok kettenisTheo de Raadt
2006-09-28Provide more info in error messages so we can see what's goingAlexander Yurchenko
2006-07-07use nested if-else to eliminate the need for a second polling printf,Brad Smith
2006-06-26if piixpm does not try to attach an interrupt then indicate that the chipBrad Smith
2006-06-26add the PCI id for the ServerWorks HT-1000 SMbus controller.Brad Smith
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