summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev
AgeCommit message (Expand)Author
2022-12-28one more skiplist entry...macallan
2022-12-28don't complain about mpic and dart not being configuredmacallan
2022-12-28suppress 'not configured' message for mpic on G5smacallan
2022-10-31s/interrut/interrupt/ and s/accelelerator/accelerator/ in comments.andvar
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-06-29Use old limit of 32 + 32 bytes to keep combining buffer on stack.mlelstv
2022-06-02check platform-do-*-mute properties to find out the resp. GPIO's polaritymacallan
2022-06-01Revert previous, the mask is intented to be like sc_output_mask, a bitmaskmartin
2022-06-01In SNAPPER_OUTPUT_SELECT the "mask" is a bitmap of muted outputs, notmartin
2022-06-01Recognize the OF labels used for line output and headphone output on amartin
2022-04-08fix various typos, mainly in comments, but also log messages, docs, game text.andvar
2022-03-28uhidev(9): Get the device and interface through attach args.riastradh
2022-02-16powerpc: Sprinkle "memory" clobbers on eieio and nearby asm blocks.riastradh
2022-02-13PR port-macppc/56091: on G5 macs we currently can not easily makemartin
2022-02-11Remove some #ifdef __OpenBSD__ code that's not complete and thus doesn'tthorpej
2022-02-09fix various typos in comments.andvar
2022-01-22Change the devhandle_from_*() functions to also take a "super handle",thorpej
2021-09-26Driver "kqfilter" entry points return an error code, so if an invalidthorpej
2021-09-26Use seltrue_filtops rather than rolling our own with filt_seltrue.thorpej
2021-09-26Change the kqueue filterops::f_isfd field to filterops::f_flags, andthorpej
2021-09-11Add missing double p and d for stopped and overriden accordingly.andvar
2021-09-11fix license copypastamacallan
2021-09-10this driver allows to read the speeds of fans controlled via mac-io/fans/*macallan
2021-09-03switch smu to common fan control codemacallan
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-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-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-04-26snapper carries multiple interface attributes, so be explicit aboutthorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-03-11add basic support for iMac G5 audio:macallan
2021-03-09add support for the CPU temperature sensor found in iMac G5smacallan
2021-03-05Convert to intr_establish_xname().rin
2021-02-25more node name adjustmentsmacallan
2021-02-25deal with node name inconsistencies between PowerMac10,x and 8,xmacallan
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-17Use designated initializers and a consistent termination style inthorpej