summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev
AgeCommit message (Expand)Author
2020-12-19Use sel{record,remove}_knote().thorpej
2020-10-30c99 struct initializerschristos
2020-10-25Normalize some machine dependent CPU frequenct sysctl variables.nia
2020-10-20le(4): add link status change reporting to drivers which support itroy
2020-09-12respond to keyboard brightness control PMF eventsmacallan
2020-08-08add support for the onewire bus found in some macs, namely Quicksilver.macallan
2020-07-14Adapt to new proplib APImartin
2020-07-14Adapt to new proplib APImartin
2020-07-04- Adjust location of \n in attach message.rin
2020-07-02add $NetBSD:macallan
2020-07-02proplib API catchupmacallan
2020-06-12more proplib API catchupmacallan
2020-04-23make this work properly:macallan
2020-04-23drop openfirm.h includemacallan
2020-04-16Revert previous for now:rin
2020-04-16Stop using __KERNEL_RCSID() in header files; it confuses ident(1) byrin
2020-04-11don't try to read a 32bit property into a uint8_t.macallan
2020-02-06listen to PMF events in order to turn off keyboard lights when the lid ismacallan
2020-02-04Convert a few more drivers to the if_stats interfacemartin
2020-02-04Adopt <net/if_stats.h>skrll
2020-01-10add driver for the ambient light sensor / keyboard light controller found inmacallan
2020-01-09defflag KI2C_DEBUGmacallan
2020-01-09if we have more than one i2c-bus node, look for children on bothmacallan
2019-12-27s/expresion/expression/ in comment.msaitoh
2019-12-22Cleanup i2c bus acquire / release, centralizing all of the logic intothorpej
2019-12-11Synchronize htdocs, manual, comments, and code so that enabling the platinumf...scole
2019-12-05 Revert if_mc.c rev. 1.25. It's not required to check ifm->ifm_cur->ifm_mediamsaitoh
2019-12-04Fix macppc/dev/if_mc.c::mc_mediachange(). Not tested.msaitoh
2019-11-23don't invalidate sensors every time we fail to read fan speedsmacallan
2019-11-22report fan speedsmacallan
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-11-01the beginning of a driver for the 'Psoc' fan controller found in my 1GHzmacallan
2019-09-20various minor fixes and updates:macallan
2019-09-20identify TAS3001 from i2c address if there is no 'compatible' propertymacallan
2019-08-15pass sensor location info to drivers if we can find itmacallan
2019-06-08Clean get_props().isaki
2019-05-29Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA inmsaitoh
2019-05-28 Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.msaitoh
2019-05-23-No functional change:msaitoh
2019-05-23No functional change:msaitoh
2019-05-16switch the default input to line in, to avoid feedback noise on laptopsmacallan
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2019-04-26No functional change:msaitoh
2019-04-25No functional change:msaitoh
2019-04-22 These drivers do ether_ioctl() on SIOC{ADD,DEL}MULTI, SIOC{G,S}IFMEDIA andmsaitoh
2019-03-16Use C99 style struct initializer to audio_hw_if.isaki
2019-02-05 Remove very old IFF_NOTRAILERS flag.msaitoh
2019-01-22 Change MII PHY read/write API from:msaitoh
2018-12-08Clean up initialization of com_regs structure, in preparation forthorpej
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh