index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
piixpm.c
Age
Commit message (
Expand
)
Author
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