summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
2022-09-18Define PMU_ADB_CMD and PMU_INT_ACKGeorge Koehler
2022-09-08macppc: cpu_initclocks: install tb_timecounter before cpu_startclock()Scott Soule Cheloha
2022-09-05Fix file specification, zap partition bits, rectify disk naming errorsKlemens Nanni
2022-09-04spellingJonathan Gray
2022-09-02Constify nam2blk[], chrtoblktbl[] and octeon devmap[].Miod Vallat
2022-08-29remove unused macppc headersJonathan Gray
2022-07-24macppc, powerpc: retrigger deferred DEC interrupts from splx(9)Scott Soule Cheloha
2022-07-20move to 7.2-beta. this gets done very early, to avoid finding outTheo de Raadt
2022-07-15Implement support for framebuffers that don't start on a page boundary.Mark Kettenis
2022-07-02remove machine/lock.h where unusedJonathan Gray
2022-07-02Remove unused device poll functions.Visa Hankala
2022-06-28Remove unused field d_poll from struct cdevsw.Visa Hankala
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