1# $NetBSD: files.dev,v 1.1 2026/01/09 22:54:29 jmcneill Exp $
2#
3#
4
5attach	genfb at mainbus with wiifb
6file	arch/evbppc/nintendo/dev/wiifb.c		wiifb
7
8attach	genfb at mainbus with wiiufb
9file	arch/evbppc/nintendo/dev/wiiufb.c		wiiufb
10
11device	bwai
12attach	bwai at mainbus
13file	arch/evbppc/nintendo/dev/bwai.c			bwai
14
15device	bwdsp: audiobus
16attach	bwdsp at mainbus
17file	arch/evbppc/nintendo/dev/bwdsp.c		bwdsp
18
19define	exi { }
20device	exi: exi
21attach	exi at mainbus
22file	arch/evbppc/nintendo/dev/exi.c			exi
23
24device	rtcsram
25attach	rtcsram at exi
26file	arch/evbppc/nintendo/dev/rtcsram.c		rtcsram
27
28device	gecko
29attach	gecko at exi
30file	arch/evbppc/nintendo/dev/gecko.c		gecko	needs-flag
31
32define	si { }
33device	si: si, hid
34attach	si at mainbus
35file	arch/evbppc/nintendo/dev/si.c			si
36
37attach	uhid at si with uhid_si
38file	arch/evbppc/nintendo/dev/uhid_si.c		uhid_si
39
40define	ahb { [addr=-1], [irq=-1] }
41device	ahb: ahb
42attach	ahb at mainbus
43file	arch/evbppc/nintendo/dev/ahb.c			ahb
44
45device	resetbtn : sysmon_power, sysmon_taskq
46attach	resetbtn at ahb
47file	arch/evbppc/nintendo/dev/resetbtn.c		resetbtn
48
49device	hwgpio: gpiobus
50attach	hwgpio at ahb
51file	arch/evbppc/nintendo/dev/hwgpio.c		hwgpio
52
53attach	ehci at ahb with ehci_ahb
54file	arch/evbppc/nintendo/dev/ehci_ahb.c		ehci_ahb
55
56attach	ohci at ahb with ohci_ahb
57file	arch/evbppc/nintendo/dev/ohci_ahb.c		ohci_ahb
58
59attach	sdhc at ahb with sdhc_ahb
60file	arch/evbppc/nintendo/dev/sdhc_ahb.c		sdhc_ahb
61
62device	avenc
63attach	avenc at iic
64file	arch/evbppc/nintendo/dev/avenc.c		avenc
65
66device 	di: scsi
67attach	di at ahb
68file	arch/evbppc/nintendo/dev/di.c			di
69
70device	hwaes
71attach	hwaes at ahb
72file	arch/evbppc/nintendo/dev/hwaes.c		hwaes
73
74attach	ahcisata at ahb with ahcisata_ahb
75file	arch/evbppc/nintendo/dev/ahcisata_ahb.c 	ahcisata_ahb
76