summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2020-04-24Add bcmgpio(4). For now this driver only provides pinctrl functionality.Mark Kettenis
2020-04-23Enable imxehci(4).Patrick Wildt
2020-04-23Move imxehci(4) to sys/dev/fdt.Patrick Wildt
2020-04-23 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;Jason McIntyre
2020-04-23Recent changes in usr/mdec require (substantial) growth of the ramdisk.Theo de Raadt
2020-04-22Knock out a few more well-known nodes that we don't intend to attach aMark Kettenis
2020-04-22Add bcmsdhost(4), a driver for the Broadcom "sdhost" SD controllerMark Kettenis
2020-04-21Enable bcmdmac(4).tobhe
2020-04-21Set DMA constraint based on the openbsd,dma-constraint property ifMark Kettenis
2020-04-21Add an openbsd,dma-constraint property to the /chosen node and set itMark Kettenis
2020-04-19(1 << 39) is not well defined on a 32-bit int. Use same casts forKenneth R Westerback
2020-04-19Enable bcmclock(4) and bcmmbox(4).tobhe
2020-04-19Add bcmirng(4), a driver for the RNG200 random number generator found onMark Kettenis
2020-04-19Initialize vmx_get_guest_faulttype() 'prot' to 0 instead of usingKenneth R Westerback
2020-04-19Add bcmpcie(4), a driver for the PCIe controller found on the Raspberry Pi 4.Mark Kettenis
2020-04-18Add glue to let bse(4) attach using the FDT.Mark Kettenis
2020-04-18Sync existing stacktrace_save() implementationsVisa Hankala
2020-04-15Remove unused protoype.Mark Kettenis
2020-04-15Commented WITNESS entry.Martin Pieuchot
2020-04-15Switch powerpc to MI mplock implementation.Martin Pieuchot
2020-04-14Enable bse(4).Mark Kettenis
2020-04-14Fix some of the more esoteric bus_space functions. TheMark Kettenis
2020-04-13Fix some of the more esoteric bus_space functions. TheMark Kettenis
2020-04-12Add support for the _CCA method. This method indicates whether DMA isMark Kettenis
2020-04-10Add omcm(4), omclock(4) and omsysc(4) drivers that support the new busMark Kettenis
2020-04-10Implement stacktrace_save_at() required for upcoming WITNESS.Martin Pieuchot
2020-04-08vmm(4): add IOCTL handler to sets the access protections of the eptpd
2020-04-08vmm(4): handle cr0 writes more correctly for vmxpd
2020-04-07Abstract the head of knote lists. This allows extending the lists,Visa Hankala
2020-04-07Kill board_id variable; its last consumer is gone now.Mark Kettenis
2020-04-07Kill unused extern declaration.Mark Kettenis
2020-04-07Use PHY framework to replace hardcoded board-specific GPIO poking.Mark Kettenis
2020-04-07Remove entry that is no longer needed.Mark Kettenis
2020-04-06Build bootecoff with divdi3.c. bootecoff needs __divdi3,Visa Hankala
2020-04-06Add support for the cd-gpios property.Mark Kettenis
2020-04-06Register controller with the gpio "framework".Mark Kettenis
2020-04-06Enable FFS2 in sgi bootblocks and ramdisks.Visa Hankala
2020-04-06Update my email address.Paul Irofti
2020-04-05Use OF_is_compatible() to simplify the initialization for the "mdio" node.Mark Kettenis
2020-04-05Add omrng(4), a driver for te random number generator found on TI OMAP SoCs.Mark Kettenis
2020-04-05crank to 6.7-betaTheo de Raadt
2020-04-03increase rdroot sizeJonathan Gray
2020-04-03Add rkrng(4), a driver for the random number generator found on variousMark Kettenis
2020-04-03Fix incoherencies of errors returned by various *kqfilter routines.Martin Pieuchot
2020-04-02Make the OpenFirmware functions work with clang.gkoehler
2020-04-02Enable FFS2 option for both floppiesOtto Moerbeek
2020-04-02Change bootblocks to be able to read from ffs1, ffs2 and softraid.Otto Moerbeek
2020-04-02Add __lshrti3 to libkern and use it on sparc64Jeremie Courreges-Anglas
2020-03-31Remove leftover that should have been removed in the previous commit.Mark Kettenis
2020-03-31Newer device trees no longer put the full physical address in the "reg"Mark Kettenis