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