11.7Sjmcneill#	$NetBSD: files.wii,v 1.7 2025/11/11 21:34:47 jmcneill Exp $
21.1Sjmcneill#
31.1Sjmcneill#
41.1Sjmcneillmaxpartitions 16
51.1Sjmcneill
61.1Sjmcneillmaxusers 2 8 64
71.1Sjmcneill
81.1Sjmcneillinclude "arch/powerpc/pic/files.pic"
91.1Sjmcneill
101.1Sjmcneillfile	arch/evbppc/wii/autoconf.c
111.1Sjmcneillfile	arch/powerpc/powerpc/clock.c
121.1Sjmcneillfile	arch/evbppc/wii/pic_pi.c
131.1Sjmcneillfile	arch/evbppc/wii/machdep.c
141.1Sjmcneill
151.1Sjmcneill#
161.1Sjmcneill# Machine-independent drivers
171.1Sjmcneill#
181.1Sjmcneillinclude "dev/ata/files.ata"
191.1Sjmcneillinclude "dev/bluetooth/files.bluetooth"
201.1Sjmcneillinclude "dev/scsipi/files.scsipi"
211.1Sjmcneillinclude "dev/sdmmc/files.sdmmc"
221.1Sjmcneillinclude "dev/usb/files.usb"
231.1Sjmcneill
241.1Sjmcneill#
251.1Sjmcneill# Memory Disk for install floppy
261.1Sjmcneill#
271.1Sjmcneillfile dev/md_root.c	memory_disk_hooks
281.1Sjmcneill
291.1Sjmcneill#
301.1Sjmcneill# System bus types
311.1Sjmcneill#
321.1Sjmcneilldefine	mainbus { [addr=-1], [irq=-1] }
331.1Sjmcneilldevice	mainbus: mainbus
341.1Sjmcneillattach	mainbus at root
351.1Sjmcneilldevice	cpu
361.1Sjmcneillattach	cpu at mainbus
371.1Sjmcneillfile	arch/evbppc/wii/mainbus.c		mainbus | cpu	needs-flag
381.1Sjmcneill
391.1Sjmcneillattach	genfb at mainbus with wiifb
401.1Sjmcneillfile	arch/evbppc/wii/dev/wiifb.c		wiifb
411.1Sjmcneill
421.2Sjmcneilldevice	bwai
431.2Sjmcneillattach	bwai at mainbus
441.2Sjmcneillfile	arch/evbppc/wii/dev/bwai.c		bwai
451.2Sjmcneill
461.2Sjmcneilldevice	bwdsp: audiobus
471.2Sjmcneillattach	bwdsp at mainbus
481.2Sjmcneillfile	arch/evbppc/wii/dev/bwdsp.c		bwdsp
491.2Sjmcneill
501.4Sjmcneilldefine	exi { }
511.4Sjmcneilldevice	exi: exi
521.4Sjmcneillattach	exi at mainbus
531.4Sjmcneillfile	arch/evbppc/wii/dev/exi.c		exi
541.4Sjmcneill
551.4Sjmcneilldevice	rtcsram
561.4Sjmcneillattach	rtcsram at exi
571.4Sjmcneillfile	arch/evbppc/wii/dev/rtcsram.c		rtcsram
581.4Sjmcneill
591.1Sjmcneilldefine	hollywood { [addr=-1], [irq=-1] }
601.1Sjmcneilldevice	hollywood: hollywood
611.1Sjmcneillattach	hollywood at mainbus
621.1Sjmcneillfile	arch/evbppc/wii/dev/hollywood.c		hollywood
631.1Sjmcneill
641.6Smacallandevice	resetbtn : sysmon_power, sysmon_taskq
651.1Sjmcneillattach	resetbtn at hollywood
661.1Sjmcneillfile	arch/evbppc/wii/dev/resetbtn.c		resetbtn
671.1Sjmcneill
681.3Sjmcneilldevice	hwgpio: gpiobus
691.3Sjmcneillattach	hwgpio at hollywood
701.3Sjmcneillfile	arch/evbppc/wii/dev/hwgpio.c		hwgpio
711.3Sjmcneill
721.1Sjmcneillattach	ehci at hollywood with ehci_hollywood
731.1Sjmcneillfile	arch/evbppc/wii/dev/ehci_hollywood.c	ehci_hollywood
741.1Sjmcneill
751.1Sjmcneillattach	ohci at hollywood with ohci_hollywood
761.1Sjmcneillfile	arch/evbppc/wii/dev/ohci_hollywood.c	ohci_hollywood
771.1Sjmcneill
781.1Sjmcneillattach	sdhc at hollywood with sdhc_hollywood
791.1Sjmcneillfile	arch/evbppc/wii/dev/sdhc_hollywood.c	sdhc_hollywood
801.3Sjmcneill
811.3Sjmcneilldevice	avenc
821.3Sjmcneillattach	avenc at iic
831.3Sjmcneillfile	arch/evbppc/wii/dev/avenc.c		avenc
841.5Sjmcneill
851.5Sjmcneilldevice 	di: scsi
861.5Sjmcneillattach	di at hollywood
871.5Sjmcneillfile	arch/evbppc/wii/dev/di.c		di
881.7Sjmcneill
891.7Sjmcneilldevice	hwaes
901.7Sjmcneillattach	hwaes at hollywood
911.7Sjmcneillfile	arch/evbppc/wii/dev/hwaes.c		hwaes
92