Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / mmeye / conf / files.mmeye
blob3ecb4bc6b34a6bd0465f8066c2395371edea713d
1 #       $NetBSD: files.mmeye,v 1.12 2002/04/16 20:50:21 thorpej Exp $
3 # config file for mmeye
5 # maxpartitions must be first item
6 maxpartitions 8
8 maxusers 2 16 64
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
16 defparam opt_memsize.h  IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
19 # Machine-independent SCSI drivers
22 include "dev/scsipi/files.scsipi"
25 # Machine-independent ATA drivers
28 include "dev/ata/files.ata"
30 # Memory Disk for install floppy
31 file dev/md_root.c                              memory_disk_hooks
34 # System bus types
37 define mainbus { }
38 device  mainbus: mainbus
39 attach  mainbus at root
40 file    arch/mmeye/mmeye/mainbus.c      mainbus
42 device cpu
43 attach cpu at mainbus
44 file    arch/sh3/sh3/cpu.c                      cpu
46 include "arch/sh3/conf/files.shb"
48 attach  com at mainbus with com_mainbus
49 file    arch/mmeye/dev/com_mainbus.c    com_mainbus
51 device  mmeyepcmcia: pcmciabus
52 attach  mmeyepcmcia at mainbus
53 file    arch/mmeye/dev/mmeyepcmcia.c    mmeyepcmcia
56 # Machine-independent PCMCIA drivers
58 device  fdc {drive = -1}        # files.pcmcia requires.
59 include "dev/pcmcia/files.pcmcia"
61 include "arch/mmeye/conf/majors.mmeye"