files.dreamcast revision 1.8
1#	$NetBSD: files.dreamcast,v 1.8 2001/02/06 16:45:19 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
22
23defopt	opt_memsize.h	IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
24defopt  opt_led_addr.h	LED_ADDR
25defopt	opt_initbsc.h	BSC_BCR1_VAL BSC_BCR2_VAL BSC_WCR1_VAL BSC_WCR2_VAL
26			BSC_WCR3_VAL BSC_MCR_VAL BSC_SDMR2_VAL BSC_SDMR3_VAL
27			BSC_RTCSR_VAL BSC_RTCNT_VAL BSC_RTCOR_VAL BSC_RFCR_VAL
28			BSC_PCR_VAL FRQCR_VAL PFC_SCPCR_VAL
29
30#
31# Machine-independent SCSI drivers
32#
33
34include "dev/scsipi/files.scsipi"
35major	{sd = 4}
36major	{st = 5}
37major	{cd = 6}
38
39#
40# Machine-independent ATA drivers
41#
42
43include "dev/ata/files.ata"
44major	{wd = 0}
45
46# Memory Disk for install floppy
47file dev/md_root.c				memory_disk_hooks
48major	{md = 17}
49
50#
51# System bus types
52#
53
54define mainbus { }
55device	mainbus:  mainbus
56attach	mainbus at root
57file	arch/dreamcast/dreamcast/mainbus.c	mainbus
58
59include "arch/dreamcast/conf/files.shbus"
60
61# network devices MII bus
62include "dev/mii/files.mii"
63
64device maple { [port = -1], [subunit = -1] }
65attach maple at shb
66file	arch/dreamcast/dev/maple/maple.c		maple
67
68device	mkbd: wskbddev
69attach	mkbd at maple
70file	arch/dreamcast/dev/maple/mkbd.c			mkbd	needs-flag
71
72device  pvr: wsemuldisplaydev, rasops16
73attach  pvr at shb
74file    arch/dreamcast/dev/pvr.c			pvr	needs-flag
75
76device	gdrom: disk
77attach	gdrom at shb
78file	arch/dreamcast/dev/gdrom.c			gdrom	needs-flag
79major	{gdrom = 19}
80
81device	g2bus { }
82attach	g2bus at shb
83file	arch/dreamcast/dev/g2/g2bus.c			g2bus
84file	arch/dreamcast/dev/g2/g2bus_bus_mem.c		g2bus
85
86device	gapspci: pcibus
87attach	gapspci at g2bus
88file	arch/dreamcast/dev/g2/gapspci.c			gapspci
89file	arch/dreamcast/dev/g2/gapspci_dma.c		gapspci
90file	arch/dreamcast/dev/g2/gapspci_pci.c		gapspci
91