Home | History | Annotate | Line # | Download | only in conf
files.evbarm revision 1.18
      1  1.18      chs #	$NetBSD: files.evbarm,v 1.18 2005/12/27 00:46:38 chs 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 # Include WSCONS stuff
     13   1.1     matt include "dev/wscons/files.wscons"
     14   1.1     matt include "dev/rasops/files.rasops"
     15   1.1     matt include "dev/wsfont/files.wsfont"
     16   1.1     matt 
     17   1.1     matt #
     18   1.1     matt # Machine-independent ATA drivers
     19   1.1     matt #
     20   1.1     matt include "dev/ata/files.ata"
     21   1.1     matt 
     22   1.1     matt # Memory disk driver
     23  1.11   briggs file	dev/md_root.c				md & memory_disk_hooks
     24   1.1     matt 
     25   1.1     matt #
     26   1.1     matt # Machine-independent SCSI drivers
     27   1.1     matt #
     28   1.1     matt 
     29   1.1     matt include "dev/scsipi/files.scsipi"
     30   1.1     matt 
     31   1.1     matt # Generic MD files
     32   1.1     matt file	arch/evbarm/evbarm/autoconf.c
     33   1.1     matt 
     34   1.1     matt file	arch/arm/arm/disksubr.c			disk
     35   1.1     matt file	arch/arm/arm/disksubr_acorn.c		disk
     36   1.1     matt file	arch/arm/arm/disksubr_mbr.c		disk
     37   1.1     matt 
     38   1.1     matt # ARM FPE
     39   1.1     matt file	arch/arm32/fpe-arm/armfpe_glue.S	armfpe
     40   1.1     matt file	arch/arm32/fpe-arm/armfpe_init.c	armfpe
     41   1.1     matt file	arch/arm32/fpe-arm/armfpe.s		armfpe
     42   1.1     matt 
     43   1.4  thorpej #
     44   1.4  thorpej # Include ISA config
     45   1.4  thorpej #
     46   1.1     matt 
     47   1.4  thorpej include "dev/isa/files.isa"			# ISA devices
     48   1.1     matt 
     49   1.1     matt #
     50   1.1     matt # Include PCI config
     51   1.1     matt #
     52   1.1     matt 
     53   1.1     matt include "dev/i2o/files.i2o"			# I2O drivers.
     54   1.1     matt include "dev/pci/files.pci"			# PCI devices
     55   1.1     matt include "dev/usb/files.usb"			# USB device
     56   1.1     matt include "dev/cardbus/files.cardbus"		# CARDBus device
     57   1.1     matt 
     58   1.5  thorpej #
     59   1.5  thorpej # ARM evaluation board specific devices
     60   1.5  thorpej #
     61  1.14   briggs defparam	opt_evbarm_boardtype.h EVBARM_BOARDTYPE
     62   1.5  thorpej 
     63   1.5  thorpej # We need to define the Integrator's "plcom" device here since
     64   1.5  thorpej # it we need to generate a "plcom.h" header file for conf.c
     65  1.18      chs defflag	opt_plcom.h	PLCOM_DEBUG
     66   1.5  thorpej device	plcom { }: tty
     67   1.5  thorpej file	arch/evbarm/dev/plcom.c			plcom needs-flag
     68  1.15  gehenna 
     69  1.15  gehenna include "arch/arm/conf/majors.arm32"
     70