xref: /netbsd/sys/arch/mmeye/conf/files.mmeye (revision c4a72b64)
1#	$NetBSD: files.mmeye,v 1.13 2002/09/06 13:18:43 gehenna Exp $
2#
3# config file for mmeye
4
5# maxpartitions must be first item
6maxpartitions 8
7
8maxusers 2 16 64
9
10file	arch/mmeye/mmeye/conf.c
11file	arch/mmeye/mmeye/machdep.c
12file	arch/mmeye/mmeye/autoconf.c
13file	arch/mmeye/mmeye/clock_machdep.c
14file	arch/sh3/sh3/disksubr.c			disk
15
16defparam opt_memsize.h	IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
17
18#
19# Machine-independent SCSI drivers
20#
21
22include "dev/scsipi/files.scsipi"
23
24#
25# Machine-independent ATA drivers
26#
27
28include "dev/ata/files.ata"
29
30# Memory Disk for install floppy
31file dev/md_root.c				memory_disk_hooks
32
33#
34# System bus types
35#
36
37define mainbus { }
38device	mainbus: mainbus
39attach	mainbus at root
40file	arch/mmeye/mmeye/mainbus.c	mainbus
41
42device cpu
43attach cpu at mainbus
44file	arch/sh3/sh3/cpu.c			cpu
45
46include	"arch/sh3/conf/files.shb"
47
48attach	com at mainbus with com_mainbus
49file	arch/mmeye/dev/com_mainbus.c	com_mainbus
50
51device	mmeyepcmcia: pcmciabus
52attach	mmeyepcmcia at mainbus
53file	arch/mmeye/dev/mmeyepcmcia.c	mmeyepcmcia
54
55#
56# Machine-independent PCMCIA drivers
57#
58device	fdc {drive = -1}	# files.pcmcia requires.
59include "dev/pcmcia/files.pcmcia"
60
61include "arch/mmeye/conf/majors.mmeye"
62