1 1.26 jmcneill # $NetBSD: files.evbarm,v 1.26 2017/07/05 01:08:44 jmcneill Exp $ 2 1.1 matt # 3 1.1 matt # First try for arm-specific configuration info 4 1.1 matt # 5 1.1 matt 6 1.1 matt maxpartitions 8 7 1.1 matt maxusers 2 8 64 8 1.1 matt 9 1.1 matt # Maintain Interrupt statistics 10 1.8 lukem defflag IRQSTATS 11 1.1 matt 12 1.1 matt # Memory disk driver 13 1.11 briggs file dev/md_root.c md & memory_disk_hooks 14 1.1 matt 15 1.1 matt # Generic MD files 16 1.1 matt file arch/evbarm/evbarm/autoconf.c 17 1.1 matt 18 1.24 joerg file kern/subr_disk_mbr.c disk 19 1.24 joerg 20 1.1 matt # ARM FPE 21 1.1 matt file arch/arm32/fpe-arm/armfpe_glue.S armfpe 22 1.1 matt file arch/arm32/fpe-arm/armfpe_init.c armfpe 23 1.1 matt file arch/arm32/fpe-arm/armfpe.s armfpe 24 1.1 matt 25 1.21 kiyohara 26 1.4 thorpej # 27 1.21 kiyohara # Machine-independent drivers 28 1.4 thorpej # 29 1.21 kiyohara include "dev/ata/files.ata" # ATA devices 30 1.21 kiyohara include "dev/bluetooth/files.bluetooth" # Bluetooth devices 31 1.21 kiyohara include "dev/i2o/files.i2o" # I2O devices 32 1.4 thorpej include "dev/isa/files.isa" # ISA devices 33 1.1 matt include "dev/pci/files.pci" # PCI devices 34 1.21 kiyohara include "dev/cardbus/files.cardbus" # and CardBus devices 35 1.21 kiyohara include "dev/pcmcia/files.pcmcia" # PCMCIA devices 36 1.22 kiyohara include "dev/sdmmc/files.sdmmc" # SD/MMC devices 37 1.21 kiyohara include "dev/scsipi/files.scsipi" # SCSI devices 38 1.21 kiyohara include "dev/usb/files.usb" # USB devices 39 1.1 matt 40 1.5 thorpej # 41 1.5 thorpej # ARM evaluation board specific devices 42 1.5 thorpej # 43 1.14 briggs defparam opt_evbarm_boardtype.h EVBARM_BOARDTYPE 44 1.5 thorpej 45 1.5 thorpej # We need to define the Integrator's "plcom" device here since 46 1.5 thorpej # it we need to generate a "plcom.h" header file for conf.c 47 1.18 chs defflag opt_plcom.h PLCOM_DEBUG 48 1.5 thorpej device plcom { }: tty 49 1.5 thorpej file arch/evbarm/dev/plcom.c plcom needs-flag 50 1.15 gehenna 51 1.26 jmcneill # 52 1.26 jmcneill # Maximum number of memory ranges 53 1.26 jmcneill # 54 1.26 jmcneill defparam opt_machdep.h DRAM_BLOCKS 55 1.26 jmcneill 56 1.15 gehenna include "arch/arm/conf/majors.arm32" 57