Home | History | Annotate | Line # | Download | only in fdt
files.fdt revision 1.5
      1  1.5  thorpej # $NetBSD: files.fdt,v 1.5 2025/09/06 21:02:41 thorpej Exp $
      2  1.1    skrll 
      3  1.1    skrll include	"dev/pckbport/files.pckbport"
      4  1.1    skrll 
      5  1.5  thorpej file	dev/fdt/fdt_platform.c
      6  1.2    skrll file	arch/riscv/fdt/cpus_fdt.c
      7  1.1    skrll file	arch/riscv/fdt/fdt_dma_machdep.c
      8  1.3    skrll file	arch/riscv/fdt/riscv_platform.c
      9  1.1    skrll 
     10  1.1    skrll attach	cpu at fdt with cpu_fdt
     11  1.1    skrll file	arch/riscv/fdt/cpu_fdt.c		cpu_fdt
     12  1.1    skrll 
     13  1.1    skrll device	clint: fdt
     14  1.1    skrll attach	clint at fdt with clint_fdt
     15  1.1    skrll file	arch/riscv/fdt/clint_fdt.c		clint_fdt
     16  1.1    skrll 
     17  1.1    skrll device	intc: fdt
     18  1.1    skrll attach	intc at fdt with intc_fdt
     19  1.1    skrll file	arch/riscv/fdt/intc_fdt.c		intc_fdt
     20  1.4    skrll 
     21  1.4    skrll # Generic PCI host controller
     22  1.4    skrll device	pcihost: pcibus
     23  1.4    skrll attach	pcihost at fdt with pcihost_fdt
     24  1.4    skrll file	arch/riscv/fdt/pcihost_fdt.c		pcihost_fdt
     25