Age | Commit message (Expand) | Author |
2013-10-01 | Use %z* for size_t | Stefan Fritsch |
2012-10-05 | Avoid uninitiliazed use of ctl and corresponding warnings. | Christiano F. Haesbaert |
2012-03-07 | Add AMD Hudson-2 support, thanks to Jorg Willekens for testing. | Bryan Steele |
2011-05-28 | Add support for AMD SB800, where the SMBus control registers have been hidden | Mark Kettenis |
2011-04-09 | use unique wait channels | Theo de Raadt |
2010-04-08 | these files don't need to include proc.h anymore. ok oga for agp | Ted Unangst |
2009-11-05 | sort pci_matchid's, from Brad. | Stuart Henderson |
2009-06-24 | Add support for the SMBus controller for the Broadcom HT-1100 chipset | Theo de Raadt |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2008-09-17 | Update for renamed ATI PCI ids. | Brad Smith |
2008-05-24 | Sync the ATI IXP200 PCI id. | Brad Smith |
2007-09-13 | sync AMD SB600 PCI id with the new name. | Brad Smith |
2007-05-03 | convert lockmgr style locks to rwlocks. | David Gwynne |
2007-04-29 | Match on ATI IXP/SB600 as well. | Jonathan Gray |
2006-12-11 | do not bus_space_map devices which are at address 0; ok kettenis | Theo de Raadt |
2006-09-28 | Provide more info in error messages so we can see what's going | Alexander Yurchenko |
2006-07-07 | use nested if-else to eliminate the need for a second polling printf, | Brad Smith |
2006-06-26 | if piixpm does not try to attach an interrupt then indicate that the chip | Brad Smith |
2006-06-26 | add the PCI id for the ServerWorks HT-1000 SMbus controller. | Brad Smith |
2006-02-27 | Increase delay value, fixes pr5018. | Alexander Yurchenko |
2006-02-11 | Mask off the highest 16 bit of the io space address. | Alexander Yurchenko |
2006-01-18 | add some PIIX compatible SMBus controllers from SMSC and ATI. | Brad Smith |
2006-01-15 | In iic_exec don't fail immediately if bus is already busy. It might be | Alexander Yurchenko |
2006-01-15 | Simplify interrupt handler installing code. | Alexander Yurchenko |
2006-01-12 | if we cannot map the interrupt, try to do iic in polling mode anyways. | Theo de Raadt |
2006-01-05 | knf | Alexander Yurchenko |
2006-01-05 | Happy New Year! | Alexander Yurchenko |
2006-01-05 | Reliability fixes: | Alexander Yurchenko |
2006-01-03 | Revert part of the previous committed by mistake. | Alexander Yurchenko |
2006-01-03 | Correct interrupt type check. Pointed out by kettenis@, thanks. | Alexander Yurchenko |
2006-01-01 | switch from macppc-specific maciic(4) driver to the generic iic(4), | Theo de Raadt |
2005-12-28 | Use corrent size for io mapping. Problem reported by | Alexander Yurchenko |
2005-12-25 | Don't allow slave devices to do polling during autoconf. | Alexander Yurchenko |
2005-12-25 | Force polling if interrupts not available. | Alexander Yurchenko |
2005-12-25 | Move all PIIX register definitions to a separate file. | Alexander Yurchenko |
2005-12-25 | Consistent device ids for piix pm controllers. | Alexander Yurchenko |
2005-12-24 | Rewrite piixpm(4) driver. It doesn't support acpi timer anymore, if we | Alexander Yurchenko |
2004-09-17 | Some cleanup: | Alexander Yurchenko |
2004-07-28 | This touches only MI code, and adds new time keeping code. The | Thorsten Lockert |