xref: /netbsd-src/sys/arch/mmeye/conf/files.mmeye (revision 06be8101a16cc95f40783b3cb7afd12112103a9a)
1#	$NetBSD: files.mmeye,v 1.6 2001/04/23 11:20:42 uch Exp $
2#
3# config file for mmeye
4
5# maxpartitions must be first item in files.${ARCH}.newconf
6maxpartitions 8
7
8maxusers 2 16 64
9
10file	arch/mmeye/mmeye/conf.c
11file	arch/mmeye/mmeye/machdep.c
12file	arch/mmeye/mmeye/procfs_machdep.c	procfs
13file	arch/mmeye/mmeye/autoconf.c
14file	arch/sh3/sh3/clock.c
15file	arch/sh3/sh3/disksubr.c			disk
16
17defopt	opt_memsize.h	IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
18
19#
20# Machine-independent SCSI drivers
21#
22
23include "dev/scsipi/files.scsipi"
24major	{sd = 4}
25major	{st = 5}
26major	{cd = 6}
27
28#
29# Machine-independent ATA drivers
30#
31
32include "dev/ata/files.ata"
33major	{wd = 0}
34
35# Memory Disk for install floppy
36file dev/md_root.c				memory_disk_hooks
37major	{md = 17}
38
39#
40# System bus types
41#
42
43define mainbus { }
44device	mainbus:  mainbus
45attach	mainbus at root
46file	arch/mmeye/mmeye/mainbus.c	mainbus
47
48include "arch/mmeye/conf/files.shbus"
49
50# network devices MII bus
51include "dev/mii/files.mii"
52