Age | Commit message (Expand) | Author |
2006-01-09 | Remove completely obsolete comment from the pre-wscons sparc days in | Miod Vallat |
2006-01-09 | skip the darn cereal devices, which i think are just markers for the host chi... | Theo de Raadt |
2006-01-08 | Don't provide bass and treble mixer controls if the underlying hardware doesn't | Mark Kettenis |
2006-01-08 | Display unhandled adb devices as "whatever at adb0 addr X" like all buses do; | Miod Vallat |
2006-01-06 | set correct delay() value after executing the `read version' command; | Xavier Santolaria |
2006-01-03 | work in progress on the Apple Sudden Motion Sensor found in recent | Xavier Santolaria |
2006-01-01 | proto not needed | Theo de Raadt |
2006-01-01 | switch from macppc-specific maciic(4) driver to the generic iic(4), | Theo de Raadt |
2005-12-28 | Fix totally bogus previous commit. | Mark Kettenis |
2005-12-27 | no longer use ia_compat; tested by a few | Theo de Raadt |
2005-12-22 | Remove orphaned adb/pmu stuff; ok hshoexer@ kettenis@ | Miod Vallat |
2005-12-22 | - attach and configure correctly | Xavier Santolaria |
2005-12-21 | Remove KASSERT in attach, return an error instead; while there, implement | Miod Vallat |
2005-12-21 | Remove aed(4) on macppc, nothing uses its functionality since key repeat is | Miod Vallat |
2005-12-20 | Add a Apple touchpad driver for newer PowerBook's and iBook's. | Brad Smith |
2005-12-17 | Make sure we match the correct driver for newer macppc systems. | Mark Kettenis |
2005-12-13 | Deal with ki2c(4) controllers with multiple i2c busses. | Mark Kettenis |
2005-12-11 | Fix mixer for machines that have lineout and/or don't have headphone. | Mark Kettenis |
2005-12-10 | Just poll for PMU_INT_ADB_AUTO and PMU_INT_ADB interrupts when resetting | Pedro Martelletto |
2005-12-09 | Add support for cpu voltage slewing. | Mark Kettenis |
2005-12-06 | typo | Pedro Martelletto |
2005-11-28 | correct attach() output | Theo de Raadt |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller |
2005-11-20 | - add a datasheet for daca(4) | Brad Smith |
2005-11-20 | don't say datasheet yet, but at least mention product info. | Brad Smith |
2005-11-20 | add the datasheet URL. | Brad Smith |
2005-11-19 | ANSI protos and some KNF. | Brad Smith |
2005-11-19 | adb devices print a string identifying the device. | Brad Smith |
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto |
2005-11-19 | oops | Mark Kettenis |
2005-11-19 | Don't match AOAbase, which is now handled by onyx(4). | Mark Kettenis |
2005-11-19 | Apple "onyx" audio device driver. | Mark Kettenis |
2005-11-19 | Get device resources from soundbus node instead of i2s node. This makes sound | Mark Kettenis |
2005-11-18 | Fix writes on the i2c bus. | Mark Kettenis |
2005-11-17 | add attachment for openpic behind memc, for newer G5 systems. | Dale Rahn |
2005-11-17 | fix mixer control names. | Brad Smith |
2005-11-17 | go loud with autoconfig messages again, we are gonna try to write drivers soon | Theo de Raadt |
2005-11-16 | Add support for the I2C controller on via-pmu. | Mark Kettenis |
2005-11-16 | some older apple machines did not have a 'regs' property for i2c devices, | Theo de Raadt |
2005-11-15 | turn if else if else if into a switch statement. | David Gwynne |
2005-11-15 | instead of passing OF nodes down to the drivers, pass name/compat string | Theo de Raadt |
2005-11-15 | move lm87 to dev/i2c; ok kettenis | Theo de Raadt |
2005-11-15 | oh, once we are on bus1, we must have a way to get back to bus0... duh | Theo de Raadt |
2005-11-14 | there are actually two ports on the ki2c unit. if the OF address has | Theo de Raadt |
2005-11-14 | bah, enable the lm87 stuff for G4 even if it does not work | Theo de Raadt |
2005-11-14 | Add lmenv(4), an System Hardware Minitor device that attaches to the I2C bus. | Mark Kettenis |
2005-11-13 | match u4 | Dale Rahn |
2005-11-13 | Use name of device driver as wmesg for lock. | Mark Kettenis |
2005-11-13 | Add code to turn ki2c(4) into a proper i2c controller. | Mark Kettenis |
2005-11-13 | Attach children for matched controllers, not just u3. | Mark Kettenis |