summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev
AgeCommit message (Expand)Author
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-20Don't forget to unlock of reading the RTC fails.Mark Kettenis
2006-03-16ventical -> verticalMiod Vallat
2006-03-12IPL_IMP -> IPL_VMBrad Smith
2006-03-07On via-pmu systems, check whether the firmware has found adb devices on theMiod Vallat
2006-02-22Expect PMU_INT_SNDBRT while resetting the adb bus; although this brings theMiod Vallat
2006-02-14Put quotation marks around the names of unconfigured devices.Mark Kettenis
2006-02-14Put quotation marks around the names of unconfigured devices.Mark Kettenis
2006-02-14Knock out "deq" and "tas3004" i2c nodes.Mark Kettenis
2006-02-10Fix LBA48 access for ServerWorks SATA.Mark Kettenis
2006-02-08add a member to the i2c_attach args so that a controller can pass aDavid Gwynne
2006-01-19Replace SENSOR_ADD() macro with a pair of functionsAlexander Yurchenko
2006-01-18Factorize akbd and ams drivers between mac68k and macppc; while there, startMiod Vallat
2006-01-13Allow proper detaching of wdc, so that detaching a mediabay device properlyMiod Vallat
2006-01-09Remove completely obsolete comment from the pre-wscons sparc days inMiod Vallat
2006-01-09skip the darn cereal devices, which i think are just markers for the host chi...Theo de Raadt
2006-01-08Don't provide bass and treble mixer controls if the underlying hardware doesn'tMark Kettenis
2006-01-08Display unhandled adb devices as "whatever at adb0 addr X" like all buses do;Miod Vallat
2006-01-06set correct delay() value after executing the `read version' command;Xavier Santolaria
2006-01-03work in progress on the Apple Sudden Motion Sensor found in recentXavier Santolaria
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-28Fix totally bogus previous commit.Mark Kettenis
2005-12-27no longer use ia_compat; tested by a fewTheo de Raadt
2005-12-22Remove orphaned adb/pmu stuff; ok hshoexer@ kettenis@Miod Vallat
2005-12-22- attach and configure correctlyXavier Santolaria
2005-12-21Remove KASSERT in attach, return an error instead; while there, implementMiod Vallat
2005-12-21Remove aed(4) on macppc, nothing uses its functionality since key repeat isMiod Vallat
2005-12-20Add a Apple touchpad driver for newer PowerBook's and iBook's.Brad Smith
2005-12-17Make sure we match the correct driver for newer macppc systems.Mark Kettenis
2005-12-13Deal with ki2c(4) controllers with multiple i2c busses.Mark Kettenis
2005-12-11Fix mixer for machines that have lineout and/or don't have headphone.Mark Kettenis
2005-12-10Just poll for PMU_INT_ADB_AUTO and PMU_INT_ADB interrupts when resettingPedro Martelletto
2005-12-09Add support for cpu voltage slewing.Mark Kettenis
2005-12-06typoPedro Martelletto
2005-11-28correct attach() outputTheo de Raadt
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
2005-11-20- add a datasheet for daca(4)Brad Smith
2005-11-20don't say datasheet yet, but at least mention product info.Brad Smith
2005-11-20add the datasheet URL.Brad Smith
2005-11-19ANSI protos and some KNF.Brad Smith
2005-11-19adb devices print a string identifying the device.Brad Smith
2005-11-19Remove unnecessary lockmgr() archaism that was costing too much in termsPedro Martelletto
2005-11-19oopsMark Kettenis
2005-11-19Don't match AOAbase, which is now handled by onyx(4).Mark Kettenis
2005-11-19Apple "onyx" audio device driver.Mark Kettenis
2005-11-19Get device resources from soundbus node instead of i2s node. This makes soundMark Kettenis
2005-11-18Fix writes on the i2c bus.Mark Kettenis
2005-11-17add attachment for openpic behind memc, for newer G5 systems.Dale Rahn
2005-11-17fix mixer control names.Brad Smith