files.wii revision 1.1
1# $NetBSD: files.wii,v 1.1 2024/01/20 21:35:59 jmcneill Exp $ 2# 3# 4maxpartitions 16 5 6maxusers 2 8 64 7 8include "arch/powerpc/pic/files.pic" 9 10file arch/evbppc/wii/autoconf.c 11file arch/powerpc/powerpc/clock.c 12file arch/evbppc/wii/pic_pi.c 13file arch/evbppc/wii/machdep.c 14 15# 16# Machine-independent drivers 17# 18include "dev/ata/files.ata" 19include "dev/bluetooth/files.bluetooth" 20include "dev/scsipi/files.scsipi" 21include "dev/sdmmc/files.sdmmc" 22include "dev/usb/files.usb" 23 24# 25# Memory Disk for install floppy 26# 27file dev/md_root.c memory_disk_hooks 28 29# 30# System bus types 31# 32define mainbus { [addr=-1], [irq=-1] } 33device mainbus: mainbus 34attach mainbus at root 35device cpu 36attach cpu at mainbus 37file arch/evbppc/wii/mainbus.c mainbus | cpu needs-flag 38 39attach genfb at mainbus with wiifb 40file arch/evbppc/wii/dev/wiifb.c wiifb 41 42define hollywood { [addr=-1], [irq=-1] } 43device hollywood: hollywood 44attach hollywood at mainbus 45file arch/evbppc/wii/dev/hollywood.c hollywood 46 47device resetbtn 48attach resetbtn at hollywood 49file arch/evbppc/wii/dev/resetbtn.c resetbtn 50 51attach ehci at hollywood with ehci_hollywood 52file arch/evbppc/wii/dev/ehci_hollywood.c ehci_hollywood 53 54attach ohci at hollywood with ohci_hollywood 55file arch/evbppc/wii/dev/ohci_hollywood.c ohci_hollywood 56 57attach sdhc at hollywood with sdhc_hollywood 58file arch/evbppc/wii/dev/sdhc_hollywood.c sdhc_hollywood 59