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