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