summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/i2c.c
AgeCommit message (Expand)Author
2007-10-09we have been knocking out i2c when ipmi exists on a machine (becauseTheo de Raadt
2006-02-26if ipmi is on the machine: instead of (confusingly) failing in match,Theo de Raadt
2006-02-08add a member to the i2c_attach args so that a controller can pass aDavid Gwynne
2006-01-29Disable iic whenever ipmi is enabled. This fixes boxes like Sun x4200 thatMarco Peereboom
2006-01-01switch from macppc-specific maciic(4) driver to the generic iic(4),Theo de Raadt
2005-12-27no longer use ia_compat; tested by a fewTheo de Raadt
2005-12-27make direct mappings fail for now, since noone will test that for meTheo de Raadt
2005-12-27the name belongs in "quotes"Theo de Raadt
2005-12-26if probe falls, iic_print should print the name we attempted to match underTheo de Raadt
2005-12-23upon startup, only scan-and-attach devices which specify an addressTheo de Raadt
2005-12-22permit outsider to call iic_printTheo de Raadt
2005-12-20Do bus scanning only if underlying controller asked for it.Alexander Yurchenko
2005-12-19First attempt to have a table of known I2C slave devices that weAlexander Yurchenko
2005-11-15instead of passing OF nodes down to the drivers, pass name/compat stringTheo de Raadt
2004-05-23I2C framework originally written by Steve C. Woodford and Jason R. ThorpeAlexander Yurchenko