summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/conf
AgeCommit message (Collapse)Author
2006-02-14Homogeneize WSDISPLAY_* option comments (especially on cats)Miod Vallat
2006-02-11add art(4) here.Brad Smith
ok claudio@
2006-02-04update comment for ralDamien Bergamini
no devices added or removed
2006-01-18Factorize akbd and ams drivers between mac68k and macppc; while there, startMiod Vallat
moving out common adb code as well, and merge adb_direct.c into adb.c to simplify external header files. No functional change; more cleanups to come.
2006-01-09Disable an(4) on BE archs until it works.Jonathan Gray
2006-01-08Display unhandled adb devices as "whatever at adb0 addr X" like all buses do;Miod Vallat
while there, make the detailed descriptions dependent on ADBVERBOSE (enabled in GENERIC) instead of DIAGNOSTIC.
2006-01-05go ahead, enable asmsTheo de Raadt
2006-01-03work in progress on the Apple Sudden Motion Sensor found in recentXavier Santolaria
PowerBooks and iBooks, driver is commented out for now; with prodding, help and ok from kettenis@, ok deraadt@.
2006-01-01switch 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-12-23move midi attachment for umidi down to the MIDI section.Brad Smith
2005-12-23add emu(4) and missing midi attachment for eap(4).Brad Smith
2005-12-22- attach and configure correctlyXavier Santolaria
- pretty dmesg output input+OK miod@.
2005-12-21Remove aed(4) on macppc, nothing uses its functionality since key repeat isMiod Vallat
handled by wscons and mouse emulation was never enabled or documented.
2005-12-20Add a Apple touchpad driver for newer PowerBook's and iBook's.Brad Smith
From Johan Wallén on NetBSD's macppc list. ok deraadt@
2005-11-20Dac3550a -> DacaBrad Smith
2005-11-19Enable onyx(4).Mark Kettenis
2005-11-19Apple "onyx" audio device driver.Mark Kettenis
2005-11-17add attachment for openpic behind memc, for newer G5 systems.Dale Rahn
only attaches a parent openpic, not a slave openpic. ok kettenis
2005-11-17adt driverTheo de Raadt
2005-11-16fcu is readonly, so safe, i thinkTheo de Raadt
2005-11-16enable two more sensor types (no reports yet, this will prompt them)Theo de Raadt
2005-11-16Enable pi2c.Mark Kettenis
2005-11-16Add support for the I2C controller on via-pmu.Mark Kettenis
ok deraadt@
2005-11-16+ pcagpioTheo de Raadt
2005-11-16macppc can have gpioTheo de Raadt
2005-11-15Enable tsl.Mark Kettenis
2005-11-15enable adcTheo de Raadt
2005-11-15enable maxtmpTheo de Raadt
2005-11-15move lm87 to dev/i2c; ok kettenisTheo de Raadt
2005-11-15add ixgb(4) though commented out for now.Brad Smith
2005-11-14Add lmenv(4), an System Hardware Minitor device that attaches to the I2C bus.Mark Kettenis
ok deraadt@
2005-11-13maciic at ki2cMark Kettenis
ok deraadt@
2005-11-12Add lmtemp at maciic.Mark Kettenis
2005-11-12Add i2cbus to smu and i2c to maciic.Mark Kettenis
2005-11-12VIA Rhine ethernet worksMartin Reindl
ok brad@
2005-11-11Add i2c controller support.Mark Kettenis
2005-11-11Add maciic(4), an OpenFirware aware version of iic(4).Mark Kettenis
2005-11-08We need 64-bit and altivec instructions, so might just as well allow anyMark Kettenis
powerpc instruction. ok drahn@
2005-11-06Add attachment of ki2c at memc as well as macobio, wil be used on G5.Dale Rahn
2005-11-05add or enable lmc(4)Brad Smith
2005-10-31enable tumbler* to encourage more testing. it works on a 4th genBrad Smith
PowerBook but not on the 12" iBook I have (not without an i2s change).
2005-10-31work in progress on a tumbler driver, driver is commented out for now.Brad Smith
2005-10-31add aoa audio support, found in several macppc machinesJoris Vink
ok drahn@
2005-10-30add daca audio support, found in some macppc machines;Joris Vink
ok drahn@
2005-10-26add an i2s framework, which can be reused in new audio driversJoris Vink
for macppc, as most modern Apple machines have i2s-based audio. also let snapper use i2s.c right away; tested by Antoine Jacoutot, drahn@ and kettenis@ "yes, commit!" drahn@, ok kettenis@
2005-10-25re-enable IPv6 on the macppc RAMDISK.Brad Smith
ok deraadt@
2005-10-19Add smu(4).Mark Kettenis
ok drahn@
2005-09-30Configure pci busses on ht too.Mark Kettenis
2005-09-29Add HyperTransport here too.Mark Kettenis
2005-09-29Add driver for HyperTransport as found in G5 Macs.Mark Kettenis
ok drahn@