2003-06-14 20:15:16 +04:00
|
|
|
# $NetBSD: files.dreamcast,v 1.24 2003/06/14 16:15:16 tsutsui Exp $
|
2000-12-11 21:19:12 +03:00
|
|
|
|
2002-03-08 16:22:11 +03:00
|
|
|
# maxpartitions must be first item in files.${MACHINE}
|
2002-11-19 12:37:25 +03:00
|
|
|
maxpartitions 16
|
2001-02-06 19:45:19 +03:00
|
|
|
|
|
|
|
maxusers 2 16 64
|
2000-12-11 21:19:12 +03:00
|
|
|
|
2001-01-16 03:33:50 +03:00
|
|
|
include "dev/wscons/files.wscons"
|
2001-02-01 04:27:04 +03:00
|
|
|
include "dev/rasops/files.rasops"
|
|
|
|
include "dev/wsfont/files.wsfont"
|
2001-01-31 21:39:46 +03:00
|
|
|
|
|
|
|
include "dev/i2o/files.i2o"
|
|
|
|
include "dev/pci/files.pci"
|
2001-01-16 03:33:50 +03:00
|
|
|
|
2000-12-11 21:19:12 +03:00
|
|
|
file arch/dreamcast/dreamcast/conf.c
|
|
|
|
file arch/dreamcast/dreamcast/machdep.c
|
2001-02-06 19:45:19 +03:00
|
|
|
file arch/dreamcast/dreamcast/autoconf.c
|
2002-02-22 22:43:58 +03:00
|
|
|
file arch/dreamcast/dreamcast/clock_machdep.c
|
2001-02-21 19:42:04 +03:00
|
|
|
file arch/sh3/sh3/disksubr.c disk
|
2000-12-11 21:19:12 +03:00
|
|
|
|
2003-06-14 20:15:16 +04:00
|
|
|
file arch/dreamcast/dreamcast/kloader.c kloader
|
|
|
|
defflag opt_kloader.h KLOADER
|
|
|
|
defflag debug_kloader.h KLOADER_DEBUG
|
|
|
|
|
2001-11-20 17:34:18 +03:00
|
|
|
defparam opt_memsize.h IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
|
2001-01-16 03:33:50 +03:00
|
|
|
|
2001-02-06 19:45:19 +03:00
|
|
|
#
|
|
|
|
# Machine-independent SCSI drivers
|
|
|
|
#
|
|
|
|
|
|
|
|
include "dev/scsipi/files.scsipi"
|
|
|
|
|
|
|
|
#
|
|
|
|
# Machine-independent ATA drivers
|
|
|
|
#
|
|
|
|
|
|
|
|
include "dev/ata/files.ata"
|
|
|
|
|
|
|
|
# Memory Disk for install floppy
|
|
|
|
file dev/md_root.c memory_disk_hooks
|
|
|
|
|
|
|
|
#
|
|
|
|
# System bus types
|
|
|
|
#
|
|
|
|
|
|
|
|
define mainbus { }
|
2001-11-20 15:56:17 +03:00
|
|
|
device mainbus: mainbus
|
2001-02-06 19:45:19 +03:00
|
|
|
attach mainbus at root
|
|
|
|
file arch/dreamcast/dreamcast/mainbus.c mainbus
|
|
|
|
|
2002-03-24 21:14:27 +03:00
|
|
|
device cpu
|
|
|
|
attach cpu at mainbus
|
|
|
|
file arch/sh3/sh3/cpu.c cpu
|
|
|
|
|
|
|
|
include "arch/sh3/conf/files.shb"
|
|
|
|
|
|
|
|
file arch/dreamcast/dreamcast/sysasic.c shb
|
2001-02-06 19:45:19 +03:00
|
|
|
|
2001-01-31 03:14:29 +03:00
|
|
|
device maple { [port = -1], [subunit = -1] }
|
2001-01-16 03:33:50 +03:00
|
|
|
attach maple at shb
|
2001-05-26 23:04:39 +04:00
|
|
|
file arch/dreamcast/dev/maple/maple.c maple needs-flag
|
2001-01-16 03:33:50 +03:00
|
|
|
|
|
|
|
device mkbd: wskbddev
|
|
|
|
attach mkbd at maple
|
2001-01-31 21:39:46 +03:00
|
|
|
file arch/dreamcast/dev/maple/mkbd.c mkbd needs-flag
|
2001-01-16 03:33:50 +03:00
|
|
|
|
2001-09-07 02:07:39 +04:00
|
|
|
device mms: wsmousedev
|
|
|
|
attach mms at maple
|
|
|
|
file arch/dreamcast/dev/maple/mms.c mms needs-flag
|
|
|
|
|
2002-11-15 17:15:36 +03:00
|
|
|
device mmem: disk
|
|
|
|
attach mmem at maple
|
|
|
|
file arch/dreamcast/dev/maple/mmemcard.c mmem needs-flag
|
|
|
|
|
|
|
|
device mlcd
|
|
|
|
attach mlcd at maple
|
|
|
|
file arch/dreamcast/dev/maple/mlcd.c mlcd needs-flag
|
|
|
|
|
2001-11-20 15:56:17 +03:00
|
|
|
device pvr: wsemuldisplaydev, rasops16
|
|
|
|
attach pvr at shb
|
|
|
|
file arch/dreamcast/dev/pvr.c pvr needs-flag
|
2001-01-16 03:33:50 +03:00
|
|
|
|
2001-01-22 02:38:34 +03:00
|
|
|
device gdrom: disk
|
|
|
|
attach gdrom at shb
|
2001-01-31 21:39:46 +03:00
|
|
|
file arch/dreamcast/dev/gdrom.c gdrom needs-flag
|
2001-01-22 02:38:34 +03:00
|
|
|
|
2001-01-31 21:39:46 +03:00
|
|
|
device g2bus { }
|
|
|
|
attach g2bus at shb
|
|
|
|
file arch/dreamcast/dev/g2/g2bus.c g2bus
|
|
|
|
file arch/dreamcast/dev/g2/g2bus_bus_mem.c g2bus
|
|
|
|
|
|
|
|
device gapspci: pcibus
|
|
|
|
attach gapspci at g2bus
|
|
|
|
file arch/dreamcast/dev/g2/gapspci.c gapspci
|
|
|
|
file arch/dreamcast/dev/g2/gapspci_dma.c gapspci
|
|
|
|
file arch/dreamcast/dev/g2/gapspci_pci.c gapspci
|
2002-09-06 17:18:43 +04:00
|
|
|
|
2002-12-27 14:43:38 +03:00
|
|
|
# LAN Adapter
|
|
|
|
attach mbe at g2bus with mbe_g2bus
|
|
|
|
file arch/dreamcast/dev/g2/if_mbe_g2.c mbe_g2bus
|
|
|
|
|
2002-09-06 17:18:43 +04:00
|
|
|
include "arch/dreamcast/conf/majors.dreamcast"
|