summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev
AgeCommit message (Expand)Author
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
2005-05-26on the iBook G3, there are too many devices with the same gpio name;Jason Wright
2005-05-23pin the sample rate at 44.1k, PB's don't seem to get the 8k or 48k sampleJason Wright
2005-05-22define our own conversion function which does mono-to-stereo withJason Wright
2005-05-22whoops, wrong conversion functionJason Wright
2005-05-22more encodingsJason Wright
2005-05-22fix names of ulinear, tooJason Wright
2005-05-22add memory clobber to prevent reorderingJason Wright
2005-05-22ALAW is called AudioEalaw not AudioEmulawJason Wright
2005-05-07Do not make akbd_keydesctab[] static, for the sake of kbd -l.Miod Vallat
2005-05-04Portuguese layout;Miod Vallat
2005-05-04move gpio(_obio) stuff to macgpio, currently it collides with the MI gpioDale Rahn
2005-03-29Missing break;Miod Vallat
2005-03-11Only print preconfigured interrupt table if option DEBUG, as done for openpic.Miod Vallat
2005-02-16Fix indentation to match similar code block below.Aaron Campbell