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