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