Home | History | Annotate | Line # | Download | only in conf
files.evbarm revision 1.29
      1  1.29       ryo #	$NetBSD: files.evbarm,v 1.29 2018/03/19 17:11:24 ryo 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.29       ryo 
     41  1.29       ryo # Kernel boot arguments
     42  1.29       ryo defparam	opt_machdep.h			BOOT_ARGS
     43  1.29       ryo 
     44   1.5   thorpej #
     45   1.5   thorpej # ARM evaluation board specific devices
     46   1.5   thorpej #
     47  1.14    briggs defparam	opt_evbarm_boardtype.h EVBARM_BOARDTYPE
     48   1.5   thorpej 
     49   1.5   thorpej # We need to define the Integrator's "plcom" device here since
     50   1.5   thorpej # it we need to generate a "plcom.h" header file for conf.c
     51  1.18       chs defflag	opt_plcom.h	PLCOM_DEBUG
     52   1.5   thorpej device	plcom { }: tty
     53   1.5   thorpej file	arch/evbarm/dev/plcom.c			plcom needs-flag
     54  1.15   gehenna 
     55  1.26  jmcneill #
     56  1.26  jmcneill # Maximum number of memory ranges
     57  1.26  jmcneill #
     58  1.26  jmcneill defparam	opt_machdep.h			DRAM_BLOCKS
     59  1.26  jmcneill 
     60  1.15   gehenna include "arch/arm/conf/majors.arm32"
     61