summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
2021-08-09Fix CVS eff-up.thorpej
2021-08-09Port over the changes from thorpej-i2c-spi-conf to thorpej-i2c-spi-conf2,thorpej
2021-08-08Define preprocessor symbols (__HAVE_OPENFIRMWARE_VARIANT_AAPL andthorpej
2021-08-07Merge thorpej-cfargs2.thorpej
2021-08-07pass sensor locations to i2c devices if we can find themmacallan
2021-07-30make thermal zone parameters configurable by sysctlmacallan
2021-07-28check temperatures a bit more oftenmacallan
2021-07-28adjust comments, break a long linemacallan
2021-07-27first step towards abstracting thermal zone management out of the fcu drivermacallan
2021-07-27move the fcu driver into arch/macppc where it belongsmacallan
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2021-07-02port-macppc/56289: kernel spinout on macppc when runing ATF tests with LOCKDEBUGjmcneill
2021-06-23nbmacppc-fixcoff did not cross-build correctly on OpenBSD becausecjep
2021-06-18do ii2 locking dance in psoc_dump()macallan
2021-06-18use opt_psoc.h, suppress some debug output in !PSOC_DEBUGmacallan
2021-06-18use opt_lmu.hmacallan
2021-06-18defflag LMU_DEBUG and PSOC_DEBUGmacallan
2021-05-31Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE issimonb
2021-05-24PR 56205: make the 64bit build workmartin
2021-05-12- Define a device call for PCI bus instances to fetch a direct child'sthorpej
2021-05-01Remove unnecessary interface attributes from "smu".thorpej
2021-04-26snapper carries multiple interface attributes, so be explicit aboutthorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-04-12remove shadowed (common) declarations of various libsa variablesmrg
2021-04-02Add gpt wedge supportmartin
2021-04-02Add bpfmartin
2021-03-28Enable a few more filesystemsmartin
2021-03-28Remove makeoptions DEBUG="-g" - we have better ways to achieve the samemartin
2021-03-28Add siisatamartin
2021-03-11add basic support for iMac G5 audio:macallan
2021-03-10switch G5 iMacs to full speedmacallan
2021-03-09add support for the CPU temperature sensor found in iMac G5smacallan
2021-03-06Change pic_name from "openpic" to "u3_ht" so that it can berin
2021-03-05Convert to intr_establish_xname().rin
2021-03-02add gffbmacallan
2021-02-28- When starting the boot program, cache a bunch of OFW frequently usedthorpej
2021-02-27Un-do a bunch of misguided code sharing. It's not really shared if it'sthorpej
2021-02-26Declare oeacpufeat once, in powerpc/oea/cpu_subr.c, rather than inthorpej
2021-02-25more node name adjustmentsmacallan
2021-02-25deal with node name inconsistencies between PowerMac10,x and 8,xmacallan
2021-02-17Document the register state on entry per the OpenFirmware PowerPC CPUthorpej
2021-02-13Improve readability of this file by adding register prefixes.thorpej
2021-02-13Call cpu_model_init() after clearing the MSR.thorpej
2021-02-12No need for a prototype of ofbcopy() here.thorpej
2021-02-11remove unused/useless #ifdef blockmacallan
2021-02-06Calling halt_{input,output} is done by the MI audio layer if necessary.isaki
2021-01-27Use DEVICE_COMPAT_EOL.thorpej
2021-01-26There is not much point in of_compatible() returning -1 for "no match"thorpej
2021-01-25Since we're using designated initialisers for compat data, we shouldthorpej
2021-01-21add a commented out compat_ossaudio wherever there's compat_linuxnia