Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-01 | switch from macppc-specific maciic(4) driver to the generic iic(4), | Theo de Raadt | |
after teaching it to use a function pointer to get back to the OFW scan.. this will also help the sparc64 later; ok kettenis | |||
2005-11-15 | instead of passing OF nodes down to the drivers, pass name/compat string | Theo de Raadt | |
pointers. This lets their match() functions actually make real decisions. OF-capable machines will pass name/compat pointers, but other machines will not. grudging ok kettenis | |||
2005-11-11 | Add maciic(4), an OpenFirware aware version of iic(4). | Mark Kettenis | |