summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2023-03-04move to 7.3-betaTheo de Raadt
2023-02-23Remove dangerous user-settable "addr" variable from MI boot loader, andMiod Vallat
2023-02-04macppc: dec_rearm: don't disable interrupts around atomic operationsScott Soule Cheloha
2023-02-04timecounting: remove incomplete PPS supportScott Soule Cheloha
2023-01-27macppc: initialize stathz, profhz as on other platformsScott Soule Cheloha
2023-01-04Gordon W. Ross and Bill Studenmund agreed to rescind clause 3 and 4 inJonathan Gray
2022-12-31Look for the first 2 mem regions, ignore the restGeorge Koehler
2022-12-30Neuter zlib fatal warnings when building kernels and bootloaders with clang 15Jeremie Courreges-Anglas
2022-12-28Ansify, fixes clang 15 -Wdeprecated-non-prototype (fatal with -Werror)Jeremie Courreges-Anglas
2022-12-26send_adb_cuda() would assume the returned value of splhigh() is the macintrMiod Vallat
2022-12-26Update adb_polling in akbd_cnpollc rather than akbd_cngetc; repairs ddbMiod Vallat
2022-12-08_C_LABEL() and _ASM_LABEL() are no longer useful in the "everythingPhilip Guenther
2022-11-29powerpc, macppc: switch to clockintrScott Soule Cheloha
2022-10-30Simplfity setregs() by passing it the ps_strings and switchingPhilip Guenther
2022-10-26Make audio(9) get_props() optional, remove it from duplex driversKlemens Nanni
2022-10-25Consistently use 'proc_trampoline' as the name of the trampolinePhilip Guenther
2022-10-23Constify send/receive command tablesKlemens Nanni
2022-10-23Connect macppc's power button and lid to the SUSPEND stubsGeorge Koehler
2022-10-21hw.power, machdep.lidaction, machdep.pwraction for macppcGeorge Koehler
2022-10-21Change len in syncicache(_, len) from int to size_tGeorge Koehler
2022-10-19Use C99 struct init for struct audio_hw_ifKlemens Nanni
2022-10-18Remove unused AUDIO_PROP_{MMAP,INDEPENDENT}Klemens Nanni
2022-10-15ansiJonathan Gray
2022-10-12Remove powerpc left-oversKlemens Nanni
2022-10-12Fix -Wreturn-typeKlemens Nanni
2022-10-11Give checkdisklabel() a new parameter supplying the dev_t of theKenneth R Westerback
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