summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
2022-05-23Neither macppc nor the retired loongson have any remaining usefulKenneth R Westerback
2022-05-19Not so recent evolution of the PowerPC and POWER architectures have definedMiod Vallat
2022-04-06constify struct cfattachChristian Weisgerber
2022-03-26Enable mtw(4) on i386, macppc, and arm64.Stefan Sperling
2022-03-21Constify struct {audio,midi,radio,video}_hw_if. No functional change.Miod Vallat
2022-03-13Constify struct cfattach.Martin Pieuchot
2022-02-22Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h>Philip Guenther
2022-02-21interrunts -> interruptsJonathan Gray
2022-02-20move to 7.1-betaTheo de Raadt
2022-02-16change MD gosleep() and sleep_finish() to return int, the MI code will beTheo de Raadt
2022-02-16Make room for a cookie argument passed to audio_attach_mi(). CurrentlyAnton Lindqvist
2022-02-15Since acpitoshiba brightness button processing no longer plays gamesTheo de Raadt
2022-02-15when the MI suspend code encounters problems, we need a way toTheo de Raadt
2022-02-15MI disable_lid_wakeups() is not needed, x86 systems can do thisTheo de Raadt
2022-02-14don't deref pointer before test it is safeJonathan Gray
2022-02-12add MP stubsTheo de Raadt
2022-02-12for non-SUSPEND kernel, put the ioctl pieces entirely inside #ifdefTheo de Raadt
2022-02-11the sleep_clocks() hook is not needed because the architectures whichTheo de Raadt
2022-02-10Add stubs for macppc suspendGeorge Koehler
2022-02-02Get the pci bus number from the bus-range property when available, ratherMiod Vallat
2022-01-21Enable dt(4)Klemens Nanni
2022-01-02firmare -> firmwareJonathan Gray
2021-12-17Disable a few warning flags that were introduced and enabled by defaultPatrick Wildt
2021-12-07Delete an #if block that dates from rev 1.1 and hasn't been enabledPhilip Guenther
2021-11-27stop building kernels with -Wno-uninitialized on clang archsJonathan Gray
2021-11-11Retire switch(4) it never really was production ready and the OpenFlowClaudio Jeker
2021-10-21Remove hifn(4), safe(4), and ubsec(4) crypto drivers. They requireAlexander Bluhm
2021-10-06Change sendsig() interface so that the MD code does not need to accessClaudio Jeker
2021-08-20Add ucc(4), a driver for USB HID Consumer Control keyboards. Suchanton
2021-08-177.0-betaTheo de Raadt
2021-06-23adb(4/macppc): fix adb_cuda_tickle() prototypecheloha
2021-06-14reset ppc_altivec if 'option ALTIVEC' is not present.Matthieu Herrb
2021-05-10Add ld.script for macppc kernel, ofwbootgkoehler
2021-03-26Return EOPNOTSUPP for unsupported ioctlskn
2021-03-15Don't put an extern variable (ppc_kvm_stolen) into vmparam.h, other instancesTheo de Raadt
2021-03-11spellingJonathan Gray
2021-03-09ofw_read_mem_regions() can skip calculation of physmem. pmap.cTheo de Raadt
2021-02-23timecounting: use C99-style initialization for all timecounter structscheloha
2021-02-066.9-betaTheo de Raadt
2021-02-04Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton
2021-01-30satisfy -fno-commonTheo de Raadt
2021-01-28Again allow COPTS= to come from the environment again, and don't lose theTheo de Raadt
2021-01-23introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr
2020-12-25Refactor klist insertion and removalVisa Hankala
2020-12-09Use daddr_t and not daddr32_t in boot media.Kenneth R Westerback
2020-11-29Teach lld to link the macppc kernelgkoehler
2020-11-28Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.Sgkoehler
2020-11-08In case of failure, call sigexit() from trapsignal instead of sensig().Martin Pieuchot
2020-11-02Set initial default display brightness via of_setbrightness() to ensuretobhe
2020-10-27Make ws_get_param() return -1 on error. Fixes unhandled wsconsctl displaytobhe