files.wii revision 1.1
11.1Sjmcneill#	$NetBSD: files.wii,v 1.1 2024/01/20 21:35:59 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.1Sjmcneilldefine	hollywood { [addr=-1], [irq=-1] }
431.1Sjmcneilldevice	hollywood: hollywood
441.1Sjmcneillattach	hollywood at mainbus
451.1Sjmcneillfile	arch/evbppc/wii/dev/hollywood.c		hollywood
461.1Sjmcneill
471.1Sjmcneilldevice	resetbtn
481.1Sjmcneillattach	resetbtn at hollywood
491.1Sjmcneillfile	arch/evbppc/wii/dev/resetbtn.c		resetbtn
501.1Sjmcneill
511.1Sjmcneillattach	ehci at hollywood with ehci_hollywood
521.1Sjmcneillfile	arch/evbppc/wii/dev/ehci_hollywood.c	ehci_hollywood
531.1Sjmcneill
541.1Sjmcneillattach	ohci at hollywood with ohci_hollywood
551.1Sjmcneillfile	arch/evbppc/wii/dev/ohci_hollywood.c	ohci_hollywood
561.1Sjmcneill
571.1Sjmcneillattach	sdhc at hollywood with sdhc_hollywood
581.1Sjmcneillfile	arch/evbppc/wii/dev/sdhc_hollywood.c	sdhc_hollywood
59