1 1.24 tsutsui # $NetBSD: files.dreamcast,v 1.24 2003/06/14 16:15:16 tsutsui Exp $ 2 1.1 marcus 3 1.16 uch # maxpartitions must be first item in files.${MACHINE} 4 1.22 itohy maxpartitions 16 5 1.8 uch 6 1.8 uch maxusers 2 16 64 7 1.1 marcus 8 1.2 marcus include "dev/wscons/files.wscons" 9 1.7 thorpej include "dev/rasops/files.rasops" 10 1.7 thorpej include "dev/wsfont/files.wsfont" 11 1.6 thorpej 12 1.6 thorpej include "dev/i2o/files.i2o" 13 1.6 thorpej include "dev/pci/files.pci" 14 1.2 marcus 15 1.1 marcus file arch/dreamcast/dreamcast/conf.c 16 1.1 marcus file arch/dreamcast/dreamcast/machdep.c 17 1.8 uch file arch/dreamcast/dreamcast/autoconf.c 18 1.15 uch file arch/dreamcast/dreamcast/clock_machdep.c 19 1.9 uch file arch/sh3/sh3/disksubr.c disk 20 1.24 tsutsui 21 1.24 tsutsui file arch/dreamcast/dreamcast/kloader.c kloader 22 1.24 tsutsui defflag opt_kloader.h KLOADER 23 1.24 tsutsui defflag debug_kloader.h KLOADER_DEBUG 24 1.1 marcus 25 1.14 lukem defparam opt_memsize.h IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE 26 1.8 uch 27 1.8 uch # 28 1.8 uch # Machine-independent SCSI drivers 29 1.8 uch # 30 1.8 uch 31 1.8 uch include "dev/scsipi/files.scsipi" 32 1.8 uch 33 1.8 uch # 34 1.8 uch # Machine-independent ATA drivers 35 1.8 uch # 36 1.8 uch 37 1.8 uch include "dev/ata/files.ata" 38 1.8 uch 39 1.8 uch # Memory Disk for install floppy 40 1.8 uch file dev/md_root.c memory_disk_hooks 41 1.8 uch 42 1.8 uch # 43 1.8 uch # System bus types 44 1.8 uch # 45 1.8 uch 46 1.8 uch define mainbus { } 47 1.13 lukem device mainbus: mainbus 48 1.8 uch attach mainbus at root 49 1.8 uch file arch/dreamcast/dreamcast/mainbus.c mainbus 50 1.8 uch 51 1.17 uch device cpu 52 1.17 uch attach cpu at mainbus 53 1.17 uch file arch/sh3/sh3/cpu.c cpu 54 1.17 uch 55 1.17 uch include "arch/sh3/conf/files.shb" 56 1.17 uch 57 1.17 uch file arch/dreamcast/dreamcast/sysasic.c shb 58 1.2 marcus 59 1.5 thorpej device maple { [port = -1], [subunit = -1] } 60 1.2 marcus attach maple at shb 61 1.11 marcus file arch/dreamcast/dev/maple/maple.c maple needs-flag 62 1.2 marcus 63 1.2 marcus device mkbd: wskbddev 64 1.2 marcus attach mkbd at maple 65 1.6 thorpej file arch/dreamcast/dev/maple/mkbd.c mkbd needs-flag 66 1.12 thorpej 67 1.12 thorpej device mms: wsmousedev 68 1.12 thorpej attach mms at maple 69 1.12 thorpej file arch/dreamcast/dev/maple/mms.c mms needs-flag 70 1.21 itohy 71 1.21 itohy device mmem: disk 72 1.21 itohy attach mmem at maple 73 1.21 itohy file arch/dreamcast/dev/maple/mmemcard.c mmem needs-flag 74 1.21 itohy 75 1.21 itohy device mlcd 76 1.21 itohy attach mlcd at maple 77 1.21 itohy file arch/dreamcast/dev/maple/mlcd.c mlcd needs-flag 78 1.2 marcus 79 1.13 lukem device pvr: wsemuldisplaydev, rasops16 80 1.13 lukem attach pvr at shb 81 1.13 lukem file arch/dreamcast/dev/pvr.c pvr needs-flag 82 1.4 marcus 83 1.4 marcus device gdrom: disk 84 1.4 marcus attach gdrom at shb 85 1.6 thorpej file arch/dreamcast/dev/gdrom.c gdrom needs-flag 86 1.2 marcus 87 1.6 thorpej device g2bus { } 88 1.6 thorpej attach g2bus at shb 89 1.6 thorpej file arch/dreamcast/dev/g2/g2bus.c g2bus 90 1.6 thorpej file arch/dreamcast/dev/g2/g2bus_bus_mem.c g2bus 91 1.6 thorpej 92 1.6 thorpej device gapspci: pcibus 93 1.6 thorpej attach gapspci at g2bus 94 1.6 thorpej file arch/dreamcast/dev/g2/gapspci.c gapspci 95 1.6 thorpej file arch/dreamcast/dev/g2/gapspci_dma.c gapspci 96 1.6 thorpej file arch/dreamcast/dev/g2/gapspci_pci.c gapspci 97 1.23 tsutsui 98 1.23 tsutsui # LAN Adapter 99 1.23 tsutsui attach mbe at g2bus with mbe_g2bus 100 1.23 tsutsui file arch/dreamcast/dev/g2/if_mbe_g2.c mbe_g2bus 101 1.20 gehenna 102 1.20 gehenna include "arch/dreamcast/conf/majors.dreamcast" 103