2001-09-07 02:07:39 +04:00
|
|
|
# $NetBSD: files.dreamcast,v 1.12 2001/09/06 22:07:39 thorpej Exp $
|
2000-12-11 21:19:12 +03:00
|
|
|
#
|
|
|
|
# new style config file for sh3 architecture
|
|
|
|
#
|
|
|
|
|
2001-02-06 19:45:19 +03:00
|
|
|
# maxpartitions must be first item in files.${ARCH}.newconf
|
|
|
|
maxpartitions 8
|
|
|
|
|
|
|
|
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
|
2001-01-17 03:07:18 +03:00
|
|
|
file arch/dreamcast/dreamcast/procfs_machdep.c procfs
|
2001-04-23 15:20:41 +04:00
|
|
|
file arch/dreamcast/dreamcast/clock.c
|
2001-02-21 19:42:04 +03:00
|
|
|
file arch/sh3/sh3/disksubr.c disk
|
2000-12-11 21:19:12 +03:00
|
|
|
|
|
|
|
defopt opt_memsize.h IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
|
|
|
|
defopt opt_led_addr.h LED_ADDR
|
|
|
|
defopt opt_initbsc.h BSC_BCR1_VAL BSC_BCR2_VAL BSC_WCR1_VAL BSC_WCR2_VAL
|
|
|
|
BSC_WCR3_VAL BSC_MCR_VAL BSC_SDMR2_VAL BSC_SDMR3_VAL
|
|
|
|
BSC_RTCSR_VAL BSC_RTCNT_VAL BSC_RTCOR_VAL BSC_RFCR_VAL
|
|
|
|
BSC_PCR_VAL FRQCR_VAL PFC_SCPCR_VAL
|
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"
|
|
|
|
major {sd = 4}
|
|
|
|
major {st = 5}
|
|
|
|
major {cd = 6}
|
|
|
|
|
|
|
|
#
|
|
|
|
# Machine-independent ATA drivers
|
|
|
|
#
|
|
|
|
|
|
|
|
include "dev/ata/files.ata"
|
|
|
|
major {wd = 0}
|
|
|
|
|
|
|
|
# Memory Disk for install floppy
|
|
|
|
file dev/md_root.c memory_disk_hooks
|
|
|
|
major {md = 17}
|
|
|
|
|
|
|
|
#
|
|
|
|
# System bus types
|
|
|
|
#
|
|
|
|
|
|
|
|
define mainbus { }
|
|
|
|
device mainbus: mainbus
|
|
|
|
attach mainbus at root
|
|
|
|
file arch/dreamcast/dreamcast/mainbus.c mainbus
|
|
|
|
|
|
|
|
include "arch/dreamcast/conf/files.shbus"
|
|
|
|
|
|
|
|
# network devices MII bus
|
|
|
|
include "dev/mii/files.mii"
|
|
|
|
|
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
|
|
|
|
|
2001-02-01 04:27:04 +03:00
|
|
|
device pvr: wsemuldisplaydev, rasops16
|
2001-01-16 03:33:50 +03:00
|
|
|
attach pvr at shb
|
2001-01-31 21:39:46 +03:00
|
|
|
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
|
|
|
major {gdrom = 19}
|
|
|
|
|
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
|