1 # $NetBSD: files.mmeye,v 1.13.142.1 2011/03/05 15:09:53 bouyer 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_mmeye.h MMEYE_NEW_INT 17 defflag opt_mmeye.h MMEYE_EPC_WDT 18 defparam opt_memsize.h IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE 19 20 # 21 # Machine-independent SCSI drivers 22 # 23 24 include "dev/scsipi/files.scsipi" 25 26 # 27 # Machine-independent ATA drivers 28 # 29 30 include "dev/ata/files.ata" 31 32 # Memory Disk for install floppy 33 file dev/md_root.c memory_disk_hooks 34 35 # 36 # System bus types 37 # 38 39 define mainbus { [addr1 = -1], [addr2 = -1], [irq1 = -1], [irq2 = -1] } 40 device mainbus: mainbus 41 attach mainbus at root 42 file arch/mmeye/mmeye/mainbus.c mainbus 43 44 device cpu 45 attach cpu at mainbus 46 file arch/sh3/sh3/cpu.c cpu 47 48 include "arch/sh3/conf/files.shb" 49 50 attach com at mainbus with com_mainbus 51 file arch/mmeye/dev/com_mainbus.c com_mainbus 52 53 attach ne at mainbus with ne_mainbus: rtl80x9 54 file arch/mmeye/dev/if_ne_mainbus.c ne_mainbus 55 56 attach wdc at mainbus with wdc_mainbus 57 file arch/mmeye/dev/wdc_mainbus.c wdc_mainbus 58 59 device mmeyepcmcia: pcmciabus 60 attach mmeyepcmcia at mainbus 61 file arch/mmeye/dev/mmeyepcmcia.c mmeyepcmcia 62 63 # 64 # Machine-independent PCMCIA drivers 65 # 66 device fdc {drive = -1} # files.pcmcia requires. 67 include "dev/pcmcia/files.pcmcia" 68 69 device rtciic: i2cbus, i2c_bitbang 70 attach rtciic at mainbus 71 file arch/mmeye/dev/rtciic.c rtciic 72 73 include "dev/bluetooth/files.bluetooth" 74 75 include "arch/mmeye/conf/majors.mmeye" 76