CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2025/08/20 15:40:34
Modified files: sys/arch/arm64/conf: GENERIC RAMDISK files.arm64 Added files: sys/arch/arm64/dev: rpone.c Log message: Add rpone(4), a driver for the Raspberry Pi RP1 chip. This chip integrates several peripherals including an Ethernet controller and two XHCI controllers. Those peipherals are handled by other drivers though. This driver only implements address and interrupt translation. ok patrick@