files.dev revision 1.1
11.1Sjmcneill# $NetBSD: files.dev,v 1.1 2026/01/09 22:54:29 jmcneill Exp $
21.1Sjmcneill#
31.1Sjmcneill#
41.1Sjmcneill
51.1Sjmcneillattach	genfb at mainbus with wiifb
61.1Sjmcneillfile	arch/evbppc/nintendo/dev/wiifb.c		wiifb
71.1Sjmcneill
81.1Sjmcneillattach	genfb at mainbus with wiiufb
91.1Sjmcneillfile	arch/evbppc/nintendo/dev/wiiufb.c		wiiufb
101.1Sjmcneill
111.1Sjmcneilldevice	bwai
121.1Sjmcneillattach	bwai at mainbus
131.1Sjmcneillfile	arch/evbppc/nintendo/dev/bwai.c			bwai
141.1Sjmcneill
151.1Sjmcneilldevice	bwdsp: audiobus
161.1Sjmcneillattach	bwdsp at mainbus
171.1Sjmcneillfile	arch/evbppc/nintendo/dev/bwdsp.c		bwdsp
181.1Sjmcneill
191.1Sjmcneilldefine	exi { }
201.1Sjmcneilldevice	exi: exi
211.1Sjmcneillattach	exi at mainbus
221.1Sjmcneillfile	arch/evbppc/nintendo/dev/exi.c			exi
231.1Sjmcneill
241.1Sjmcneilldevice	rtcsram
251.1Sjmcneillattach	rtcsram at exi
261.1Sjmcneillfile	arch/evbppc/nintendo/dev/rtcsram.c		rtcsram
271.1Sjmcneill
281.1Sjmcneilldevice	gecko
291.1Sjmcneillattach	gecko at exi
301.1Sjmcneillfile	arch/evbppc/nintendo/dev/gecko.c		gecko	needs-flag
311.1Sjmcneill
321.1Sjmcneilldefine	si { }
331.1Sjmcneilldevice	si: si, hid
341.1Sjmcneillattach	si at mainbus
351.1Sjmcneillfile	arch/evbppc/nintendo/dev/si.c			si
361.1Sjmcneill
371.1Sjmcneillattach	uhid at si with uhid_si
381.1Sjmcneillfile	arch/evbppc/nintendo/dev/uhid_si.c		uhid_si
391.1Sjmcneill
401.1Sjmcneilldefine	ahb { [addr=-1], [irq=-1] }
411.1Sjmcneilldevice	ahb: ahb
421.1Sjmcneillattach	ahb at mainbus
431.1Sjmcneillfile	arch/evbppc/nintendo/dev/ahb.c			ahb
441.1Sjmcneill
451.1Sjmcneilldevice	resetbtn : sysmon_power, sysmon_taskq
461.1Sjmcneillattach	resetbtn at ahb
471.1Sjmcneillfile	arch/evbppc/nintendo/dev/resetbtn.c		resetbtn
481.1Sjmcneill
491.1Sjmcneilldevice	hwgpio: gpiobus
501.1Sjmcneillattach	hwgpio at ahb
511.1Sjmcneillfile	arch/evbppc/nintendo/dev/hwgpio.c		hwgpio
521.1Sjmcneill
531.1Sjmcneillattach	ehci at ahb with ehci_ahb
541.1Sjmcneillfile	arch/evbppc/nintendo/dev/ehci_ahb.c		ehci_ahb
551.1Sjmcneill
561.1Sjmcneillattach	ohci at ahb with ohci_ahb
571.1Sjmcneillfile	arch/evbppc/nintendo/dev/ohci_ahb.c		ohci_ahb
581.1Sjmcneill
591.1Sjmcneillattach	sdhc at ahb with sdhc_ahb
601.1Sjmcneillfile	arch/evbppc/nintendo/dev/sdhc_ahb.c		sdhc_ahb
611.1Sjmcneill
621.1Sjmcneilldevice	avenc
631.1Sjmcneillattach	avenc at iic
641.1Sjmcneillfile	arch/evbppc/nintendo/dev/avenc.c		avenc
651.1Sjmcneill
661.1Sjmcneilldevice 	di: scsi
671.1Sjmcneillattach	di at ahb
681.1Sjmcneillfile	arch/evbppc/nintendo/dev/di.c			di
691.1Sjmcneill
701.1Sjmcneilldevice	hwaes
711.1Sjmcneillattach	hwaes at ahb
721.1Sjmcneillfile	arch/evbppc/nintendo/dev/hwaes.c		hwaes
731.1Sjmcneill
741.1Sjmcneillattach	ahcisata at ahb with ahcisata_ahb
751.1Sjmcneillfile	arch/evbppc/nintendo/dev/ahcisata_ahb.c 	ahcisata_ahb
76