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