1 # $NetBSD: files.mmeye,v 1.12.2.1 2002/05/16 13:32:24 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 major {sd = 4} 24 major {st = 5} 25 major {cd = 6} 26 27 # 28 # Machine-independent ATA drivers 29 # 30 31 include "dev/ata/files.ata" 32 major {wd = 0} 33 34 # Memory Disk for install floppy 35 file dev/md_root.c memory_disk_hooks 36 major {md = 17} 37 38 # 39 # System bus types 40 # 41 42 define mainbus { } 43 device mainbus: mainbus 44 attach mainbus at root 45 file arch/mmeye/mmeye/mainbus.c mainbus 46 47 device cpu 48 attach cpu at mainbus 49 file arch/sh3/sh3/cpu.c cpu 50 51 include "arch/sh3/conf/files.shb" 52 53 attach com at mainbus with com_mainbus 54 file arch/mmeye/dev/com_mainbus.c com_mainbus 55 56 device mmeyepcmcia: pcmciabus 57 attach mmeyepcmcia at mainbus 58 file arch/mmeye/dev/mmeyepcmcia.c mmeyepcmcia 59 60 # 61 # Machine-independent PCMCIA drivers 62 # 63 device fdc {drive = -1} # files.pcmcia requires. 64 include "dev/pcmcia/files.pcmcia" 65 66 include "arch/mmeye/conf/majors.mmeye" 67