summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev
AgeCommit message (Expand)Author
2005-11-17go loud with autoconfig messages again, we are gonna try to write drivers soonTheo de Raadt
2005-11-16Add support for the I2C controller on via-pmu.Mark Kettenis
2005-11-16some older apple machines did not have a 'regs' property for i2c devices,Theo de Raadt
2005-11-15turn if else if else if into a switch statement.David Gwynne
2005-11-15instead of passing OF nodes down to the drivers, pass name/compat stringTheo de Raadt
2005-11-15move lm87 to dev/i2c; ok kettenisTheo de Raadt
2005-11-15oh, once we are on bus1, we must have a way to get back to bus0... duhTheo de Raadt
2005-11-14there are actually two ports on the ki2c unit. if the OF address hasTheo de Raadt
2005-11-14bah, enable the lm87 stuff for G4 even if it does not workTheo de Raadt
2005-11-14Add lmenv(4), an System Hardware Minitor device that attaches to the I2C bus.Mark Kettenis
2005-11-13match u4Dale Rahn
2005-11-13Use name of device driver as wmesg for lock.Mark Kettenis
2005-11-13Add code to turn ki2c(4) into a proper i2c controller.Mark Kettenis
2005-11-13Attach children for matched controllers, not just u3.Mark Kettenis
2005-11-11Add i2c controller support.Mark Kettenis
2005-11-11Add maciic(4), an OpenFirware aware version of iic(4).Mark Kettenis
2005-11-11Switch to sensors thread.Mark Kettenis
2005-11-06Add attachment of ki2c at memc as well as macobio, wil be used on G5.Dale Rahn
2005-11-05split from ki2c.cBrad Smith
2005-11-05some driver cleanup, ANSI/KNF and more consistency between the drivers.Brad Smith
2005-10-31Move from arpcom to ieee80211com in wi softc. This will beJonathan Gray
2005-10-31add support for bass & treble.Brad Smith
2005-10-31update datasheet URL.Brad Smith
2005-10-31- add needed bass & treble glue in i2s;Joris Vink
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
2005-10-30add daca audio support, found in some macppc machines;Joris Vink
2005-10-28kill unneeded node argument in snapper_init()Joris Vink
2005-10-26add an i2s framework, which can be reused in new audio driversJoris Vink
2005-10-23Allow devices to attach behind memory controller, u3 has secondary interruptDale Rahn
2005-10-23up to 18 lines of unconfigured gpio pins is just noise, hide behind ifdef.Dale Rahn
2005-10-23Preliminary sensors support for iMac G5.Mark Kettenis
2005-10-21Clean up RTC code.Mark Kettenis
2005-10-20revert to revision 1.16 for now, 1.17 and 1.18 broke audioJoris Vink
2005-10-19Add smu(4).Mark Kettenis
2005-10-16print the hardware irq number, not the bogus internal number for 'vmstat -i'Dale Rahn
2005-10-15- merge adb_direct.h bits into adbvar.hMartin Reindl
2005-10-11Dont reset the registers if the same speed is programmed. helps reduceDale Rahn
2005-10-09remove some NetBSD/OpenBSD portability cruft.Brad Smith
2005-10-09remove unused NETWORK_BUFSIZE.Brad Smith
2005-10-09While running pending interrupts, enable external interrupt, this wayDale Rahn
2005-10-07eliminate use of M_HASFCSMartin Reindl
2005-10-07Stop and restart the i2s clock when changing the snapper speed, otherwiseDale Rahn
2005-09-30i hate panic messages which do not print the value that was in errorTheo de Raadt
2005-09-30pretty printTheo de Raadt
2005-09-26Match "u3" as found in G5 systems.Mark Kettenis
2005-09-26Consider nodes named "mpic" as potential open-pic candidates.Mark Kettenis
2005-06-08remove netns crud.Henning Brauer
2005-06-06Homogeneize dmesg output.Miod Vallat
2005-05-26Dont hardcode the speed, allows mplayer to work.Dale Rahn