Home | History | Annotate | Line # | Download | only in conf
files.evbarm revision 1.11
      1  1.11    briggs #	$NetBSD: files.evbarm,v 1.11 2002/02/19 17:41:15 briggs 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 major	{wd = 16}
     22   1.1      matt 
     23   1.1      matt # Memory disk driver
     24  1.11    briggs file	dev/md_root.c				md & memory_disk_hooks
     25   1.6     lukem major	{md = 18}
     26   1.1      matt 
     27   1.1      matt # RAIDframe
     28   1.1      matt major	{raid = 71}
     29   1.1      matt 
     30   1.1      matt #
     31   1.1      matt # Machine-independent SCSI drivers
     32   1.1      matt #
     33   1.1      matt 
     34   1.1      matt include "dev/scsipi/files.scsipi"
     35   1.6     lukem major	{sd = 24}
     36   1.6     lukem major	{cd = 26}
     37   1.1      matt 
     38   1.1      matt # Generic MD files
     39   1.1      matt file	arch/evbarm/evbarm/autoconf.c
     40   1.2  rearnsha file	arch/arm/arm32/conf.c
     41   1.1      matt 
     42   1.1      matt file	arch/arm/arm/disksubr.c			disk
     43   1.1      matt file	arch/arm/arm/disksubr_acorn.c		disk
     44   1.1      matt file	arch/arm/arm/disksubr_mbr.c		disk
     45   1.1      matt 
     46   1.1      matt # ARM FPE
     47   1.1      matt file	arch/arm32/fpe-arm/armfpe_glue.S	armfpe
     48   1.1      matt file	arch/arm32/fpe-arm/armfpe_init.c	armfpe
     49   1.1      matt file	arch/arm32/fpe-arm/armfpe.s		armfpe
     50   1.1      matt 
     51   1.4   thorpej #
     52   1.4   thorpej # Include ISA config
     53   1.4   thorpej #
     54   1.1      matt 
     55   1.4   thorpej include "dev/isa/files.isa"			# ISA devices
     56   1.1      matt 
     57   1.1      matt #
     58   1.1      matt # Include PCI config
     59   1.1      matt #
     60   1.1      matt 
     61   1.1      matt include "dev/mii/files.mii"			# network devices MII bus
     62   1.1      matt include "dev/i2o/files.i2o"			# I2O drivers.
     63   1.1      matt include "dev/pci/files.pci"			# PCI devices
     64   1.1      matt include "dev/usb/files.usb"			# USB device
     65   1.1      matt include "dev/cardbus/files.cardbus"		# CARDBus device
     66   1.1      matt 
     67   1.5   thorpej #
     68   1.5   thorpej # ARM evaluation board specific devices
     69   1.5   thorpej #
     70   1.5   thorpej 
     71   1.5   thorpej # We need to define the Integrator's "plcom" device here since
     72   1.5   thorpej # it we need to generate a "plcom.h" header file for conf.c
     73   1.8     lukem defflag	opt_plcom.h	PLCOM_DEBUG PLCOM_MPLOCK
     74   1.5   thorpej device	plcom { }: tty
     75   1.5   thorpej file	arch/evbarm/dev/plcom.c			plcom needs-flag
     76