1 1.5 thorpej # $NetBSD: files.evbarm,v 1.5 2001/11/14 23:47:51 thorpej 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.1 matt defopt 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.1 matt file arch/arm32/dev/md_hooks.c md & memory_disk_hooks 25 1.1 matt 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.1 matt major {sd = 24} 36 1.1 matt 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 file arch/evbarm/pci/pciide_machdep.c pciide 68 1.1 matt 69 1.5 thorpej # 70 1.5 thorpej # ARM evaluation board specific devices 71 1.5 thorpej # 72 1.5 thorpej 73 1.5 thorpej # We need to define the Integrator's "plcom" device here since 74 1.5 thorpej # it we need to generate a "plcom.h" header file for conf.c 75 1.5 thorpej defopt opt_plcom.h PLCOM_DEBUG PLCOM_MPLOCK 76 1.5 thorpej device plcom { }: tty 77 1.5 thorpej file arch/evbarm/dev/plcom.c plcom needs-flag 78