summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
2023-06-03adapt to ${CC_WNO_ADDRESS_OF_PACKED_MEMBER}lukem
2023-06-03bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBERlukem
2023-05-09check for proper error value from OF_finddevice()macallan
2023-02-09Adjust _all_ cinclude of *.local filesabs
2023-01-26do some cleanupmacallan
2023-01-12don't attach on cascaded mpics for now - we don't really use them for anythingmacallan
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-12-28support cascading:macallan
2022-12-28first step towards MSI support on G5:macallan
2022-12-18add comment to explain why we zero SPRG0 heremacallan
2022-12-18#ifdef DEBUG the previous change, it seems to cause trouble on qemu whichmacallan
2022-12-14Explicitly zero SPRG0 before doing anything else - it's used to store a pointermacallan
2022-10-31s/interrut/interrupt/ and s/accelelerator/accelerator/ in comments.andvar
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-08-13Do not try to create a fake MBR disklabel from the PMBR of a GPT disk.martin
2022-08-07UFS/LFS dirhash:simonb
2022-07-17std.macppc: Nix trailing whitespace.riastradh
2022-07-14default to apple layout for both adb and usb keyboardsmacallan
2022-07-10Fix order of hi / lo halves in the ofw_address_cells == 2 case.thorpej
2022-06-29Use old limit of 32 + 32 bytes to keep combining buffer on stack.mlelstv
2022-06-26cpu_reboot: use cpu_halt_others() instead of a (simple) open codedmartin
2022-06-19we also need WSDISPLAY_COMPAT_PCVT and _SYSCONSmacallan
2022-06-15uncomment WSDISPLAY_COMPAT_USLmacallan
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-05-22Sync pseudo devs crypto and swcrypto with GENERICmartin
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-22Incllude POWERMAC_G5.local if it existsmartin
2022-02-16powerpc: Sprinkle "memory" clobbers on eieio and nearby asm blocks.riastradh
2022-02-16macppc: Support *macppc* GENERIC.local, not evbarm GENERIC64.local.riastradh
2022-02-16macppc: Support GENERIC.local.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
2022-01-21Don't bother with devhandle_from_of() if we're just forwarding alongthorpej
2021-12-26fix various typos, mainly in comments.andvar
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-17fix multiplei repetitive typos in comments, messages and documentation. mainl...andvar