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