2002-02-22 22:43:58 +03:00
|
|
|
# $NetBSD: files.mmeye,v 1.9 2002/02/22 19:44:03 uch Exp $
|
1999-09-13 14:30:21 +04:00
|
|
|
#
|
|
|
|
# config file for mmeye
|
|
|
|
|
2001-02-06 19:45:19 +03:00
|
|
|
# maxpartitions must be first item in files.${ARCH}.newconf
|
|
|
|
maxpartitions 8
|
|
|
|
|
|
|
|
maxusers 2 16 64
|
1999-09-13 14:30:21 +04:00
|
|
|
|
|
|
|
file arch/mmeye/mmeye/conf.c
|
|
|
|
file arch/mmeye/mmeye/machdep.c
|
2001-01-17 03:07:18 +03:00
|
|
|
file arch/mmeye/mmeye/procfs_machdep.c procfs
|
2001-02-06 19:45:19 +03:00
|
|
|
file arch/mmeye/mmeye/autoconf.c
|
2002-02-22 22:43:58 +03:00
|
|
|
file arch/mmeye/mmeye/clock_machdep.c
|
2001-02-21 19:42:04 +03:00
|
|
|
file arch/sh3/sh3/disksubr.c disk
|
2000-02-24 22:42:35 +03:00
|
|
|
|
2001-11-20 17:34:18 +03:00
|
|
|
defparam opt_memsize.h IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
|
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 { }
|
2001-11-20 15:56:17 +03:00
|
|
|
device mainbus: mainbus
|
2001-02-06 19:45:19 +03:00
|
|
|
attach mainbus at root
|
|
|
|
file arch/mmeye/mmeye/mainbus.c mainbus
|
|
|
|
|
|
|
|
include "arch/mmeye/conf/files.shbus"
|
|
|
|
|
|
|
|
# network devices MII bus
|
|
|
|
include "dev/mii/files.mii"
|