Home | History | Annotate | Line # | Download | only in conf
files.evbarm revision 1.24
      1  1.24     joerg #	$NetBSD: files.evbarm,v 1.24 2014/12/04 17:05:55 joerg 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.23      matt file	arch/arm/arm/disksubr_acorn.c
     21  1.23      matt file	arch/arm/arm/disksubr_mbr.c
     22   1.1      matt 
     23   1.1      matt # ARM FPE
     24   1.1      matt file	arch/arm32/fpe-arm/armfpe_glue.S	armfpe
     25   1.1      matt file	arch/arm32/fpe-arm/armfpe_init.c	armfpe
     26   1.1      matt file	arch/arm32/fpe-arm/armfpe.s		armfpe
     27   1.1      matt 
     28  1.21  kiyohara 
     29   1.4   thorpej #
     30  1.21  kiyohara # Machine-independent drivers
     31   1.4   thorpej #
     32  1.21  kiyohara include "dev/ata/files.ata"			# ATA devices
     33  1.21  kiyohara include "dev/bluetooth/files.bluetooth"		# Bluetooth devices
     34  1.21  kiyohara include "dev/i2o/files.i2o"			# I2O devices
     35   1.4   thorpej include "dev/isa/files.isa"			# ISA devices
     36   1.1      matt include "dev/pci/files.pci"			# PCI devices
     37  1.21  kiyohara include "dev/cardbus/files.cardbus"		#   and CardBus devices
     38  1.21  kiyohara include "dev/pcmcia/files.pcmcia"		# PCMCIA devices
     39  1.22  kiyohara include "dev/sdmmc/files.sdmmc"			# SD/MMC devices
     40  1.21  kiyohara include "dev/scsipi/files.scsipi"		# SCSI devices
     41  1.21  kiyohara include "dev/usb/files.usb"			# USB devices
     42   1.1      matt 
     43   1.5   thorpej #
     44   1.5   thorpej # ARM evaluation board specific devices
     45   1.5   thorpej #
     46  1.14    briggs defparam	opt_evbarm_boardtype.h EVBARM_BOARDTYPE
     47   1.5   thorpej 
     48   1.5   thorpej # We need to define the Integrator's "plcom" device here since
     49   1.5   thorpej # it we need to generate a "plcom.h" header file for conf.c
     50  1.18       chs defflag	opt_plcom.h	PLCOM_DEBUG
     51   1.5   thorpej device	plcom { }: tty
     52   1.5   thorpej file	arch/evbarm/dev/plcom.c			plcom needs-flag
     53  1.15   gehenna 
     54  1.15   gehenna include "arch/arm/conf/majors.arm32"
     55