summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/maci2c.c
AgeCommit message (Expand)Author
2006-02-14Knock out "deq" and "tas3004" i2c nodes.Mark Kettenis
2006-02-08add a member to the i2c_attach args so that a controller can pass aDavid Gwynne
2006-01-09skip the darn cereal devices, which i think are just markers for the host chi...Theo de Raadt
2006-01-01proto not neededTheo de Raadt
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-11-16some older apple machines did not have a 'regs' property for i2c devices,Theo de Raadt
2005-11-15instead of passing OF nodes down to the drivers, pass name/compat stringTheo de Raadt
2005-11-11Add maciic(4), an OpenFirware aware version of iic(4).Mark Kettenis