files.wii revision 1.2
11.2Sjmcneill# $NetBSD: files.wii,v 1.2 2024/01/22 21:28:15 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.1Sjmcneilldefine hollywood { [addr=-1], [irq=-1] } 511.1Sjmcneilldevice hollywood: hollywood 521.1Sjmcneillattach hollywood at mainbus 531.1Sjmcneillfile arch/evbppc/wii/dev/hollywood.c hollywood 541.1Sjmcneill 551.1Sjmcneilldevice resetbtn 561.1Sjmcneillattach resetbtn at hollywood 571.1Sjmcneillfile arch/evbppc/wii/dev/resetbtn.c resetbtn 581.1Sjmcneill 591.1Sjmcneillattach ehci at hollywood with ehci_hollywood 601.1Sjmcneillfile arch/evbppc/wii/dev/ehci_hollywood.c ehci_hollywood 611.1Sjmcneill 621.1Sjmcneillattach ohci at hollywood with ohci_hollywood 631.1Sjmcneillfile arch/evbppc/wii/dev/ohci_hollywood.c ohci_hollywood 641.1Sjmcneill 651.1Sjmcneillattach sdhc at hollywood with sdhc_hollywood 661.1Sjmcneillfile arch/evbppc/wii/dev/sdhc_hollywood.c sdhc_hollywood 67