1 1.15 gehenna # $NetBSD: files.evbarm,v 1.15 2002/09/06 13:18:43 gehenna 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.2 rearnsha file arch/arm/arm32/conf.c 34 1.1 matt 35 1.1 matt file arch/arm/arm/disksubr.c disk 36 1.1 matt file arch/arm/arm/disksubr_acorn.c disk 37 1.1 matt file arch/arm/arm/disksubr_mbr.c disk 38 1.1 matt 39 1.1 matt # ARM FPE 40 1.1 matt file arch/arm32/fpe-arm/armfpe_glue.S armfpe 41 1.1 matt file arch/arm32/fpe-arm/armfpe_init.c armfpe 42 1.1 matt file arch/arm32/fpe-arm/armfpe.s armfpe 43 1.1 matt 44 1.4 thorpej # 45 1.4 thorpej # Include ISA config 46 1.4 thorpej # 47 1.1 matt 48 1.4 thorpej include "dev/isa/files.isa" # ISA devices 49 1.1 matt 50 1.1 matt # 51 1.1 matt # Include PCI config 52 1.1 matt # 53 1.1 matt 54 1.1 matt include "dev/i2o/files.i2o" # I2O drivers. 55 1.1 matt include "dev/pci/files.pci" # PCI devices 56 1.1 matt include "dev/usb/files.usb" # USB device 57 1.1 matt include "dev/cardbus/files.cardbus" # CARDBus device 58 1.1 matt 59 1.5 thorpej # 60 1.5 thorpej # ARM evaluation board specific devices 61 1.5 thorpej # 62 1.14 briggs defparam opt_evbarm_boardtype.h EVBARM_BOARDTYPE 63 1.5 thorpej 64 1.5 thorpej # We need to define the Integrator's "plcom" device here since 65 1.5 thorpej # it we need to generate a "plcom.h" header file for conf.c 66 1.8 lukem defflag opt_plcom.h PLCOM_DEBUG PLCOM_MPLOCK 67 1.5 thorpej device plcom { }: tty 68 1.5 thorpej file arch/evbarm/dev/plcom.c plcom needs-flag 69 1.13 ichiro 70 1.13 ichiro # IXM1200 serial device 71 1.13 ichiro device ixpcom: tty 72 1.13 ichiro file arch/arm/ixp12x0/ixp12x0_com.c ixpcom needs-flag 73 1.13 ichiro file arch/arm/ixp12x0/ixp12x0_com_io.c ixpcom 74 1.15 gehenna 75 1.15 gehenna include "arch/arm/conf/majors.arm32" 76