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
/
alipm.c
Age
Commit message (
Expand
)
Author
2012-10-05
Avoid uninitiliazed use of ctl and corresponding warnings.
Christiano F. Haesbaert
2010-04-08
these files don't need to include proc.h anymore. ok oga for agp
Ted Unangst
2009-03-29
make various strings ("can't map mem space" and similar) more consistent
Stuart Henderson
2007-05-03
missed an struct lock to struct rwlock in the softc.
David Gwynne
2007-05-03
convert lockmgr style locks to rwlocks.
David Gwynne
2006-12-11
do not bus_space_map devices which are at address 0; ok kettenis
Theo de Raadt
2006-05-09
Sprinkle a few bus_space_barrier() calls. Some of these may not be strictly
Mark Kettenis
2006-03-04
Typos grab bag of the month, eyeballed by jmc@
Miod Vallat
2006-02-26
Disable alipm(4) on sparc64 if not running at the recommended 74KHz clock, to
Mark Kettenis
2006-02-09
split the ofw scan up into two parts: one to find the i2c bus on a pci
David Gwynne
2006-01-04
Make sure we unmap io space if we fail to attach.
Mark Kettenis
2006-01-02
do i2c initialization using ofw data instead of scanning; ok kettenis
Theo de Raadt
2006-01-01
switch from macppc-specific maciic(4) driver to the generic iic(4),
Theo de Raadt
2005-12-27
Add support for newer M7101 chips with different PCI config registers layout.
Mark Kettenis
2005-12-26
Reset i2c bus if operation times out.
Mark Kettenis
2005-12-24
Driver for Acer Labs M7101 power management controller
Mark Kettenis