files.dreamcast revision 1.9
1#	$NetBSD: files.dreamcast,v 1.9 2001/02/21 16:42:04 uch Exp $
2#
3# new style config file for sh3 architecture
4#
5
6# maxpartitions must be first item in files.${ARCH}.newconf
7maxpartitions 8
8
9maxusers 2 16 64
10
11include "dev/wscons/files.wscons"
12include "dev/rasops/files.rasops"
13include "dev/wsfont/files.wsfont"
14
15include "dev/i2o/files.i2o"
16include "dev/pci/files.pci"
17
18file	arch/dreamcast/dreamcast/conf.c
19file	arch/dreamcast/dreamcast/machdep.c
20file	arch/dreamcast/dreamcast/autoconf.c
21file	arch/dreamcast/dreamcast/procfs_machdep.c	procfs
22file	arch/sh3/sh3/disksubr.c				disk
23
24defopt	opt_memsize.h	IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
25defopt  opt_led_addr.h	LED_ADDR
26defopt	opt_initbsc.h	BSC_BCR1_VAL BSC_BCR2_VAL BSC_WCR1_VAL BSC_WCR2_VAL
27			BSC_WCR3_VAL BSC_MCR_VAL BSC_SDMR2_VAL BSC_SDMR3_VAL
28			BSC_RTCSR_VAL BSC_RTCNT_VAL BSC_RTCOR_VAL BSC_RFCR_VAL
29			BSC_PCR_VAL FRQCR_VAL PFC_SCPCR_VAL
30
31#
32# Machine-independent SCSI drivers
33#
34
35include "dev/scsipi/files.scsipi"
36major	{sd = 4}
37major	{st = 5}
38major	{cd = 6}
39
40#
41# Machine-independent ATA drivers
42#
43
44include "dev/ata/files.ata"
45major	{wd = 0}
46
47# Memory Disk for install floppy
48file dev/md_root.c				memory_disk_hooks
49major	{md = 17}
50
51#
52# System bus types
53#
54
55define mainbus { }
56device	mainbus:  mainbus
57attach	mainbus at root
58file	arch/dreamcast/dreamcast/mainbus.c	mainbus
59
60include "arch/dreamcast/conf/files.shbus"
61
62# network devices MII bus
63include "dev/mii/files.mii"
64
65device maple { [port = -1], [subunit = -1] }
66attach maple at shb
67file	arch/dreamcast/dev/maple/maple.c		maple
68
69device	mkbd: wskbddev
70attach	mkbd at maple
71file	arch/dreamcast/dev/maple/mkbd.c			mkbd	needs-flag
72
73device  pvr: wsemuldisplaydev, rasops16
74attach  pvr at shb
75file    arch/dreamcast/dev/pvr.c			pvr	needs-flag
76
77device	gdrom: disk
78attach	gdrom at shb
79file	arch/dreamcast/dev/gdrom.c			gdrom	needs-flag
80major	{gdrom = 19}
81
82device	g2bus { }
83attach	g2bus at shb
84file	arch/dreamcast/dev/g2/g2bus.c			g2bus
85file	arch/dreamcast/dev/g2/g2bus_bus_mem.c		g2bus
86
87device	gapspci: pcibus
88attach	gapspci at g2bus
89file	arch/dreamcast/dev/g2/gapspci.c			gapspci
90file	arch/dreamcast/dev/g2/gapspci_dma.c		gapspci
91file	arch/dreamcast/dev/g2/gapspci_pci.c		gapspci
92