1 1.8 lukem # $NetBSD: files.evbarm,v 1.8 2001/11/28 10:21:13 lukem 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.1 matt file arch/arm32/dev/md_hooks.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.7 thorpej 46 1.7 thorpej file arch/arm/arm32/intr.c 47 1.7 thorpej file arch/arm/arm32/spl.S 48 1.1 matt 49 1.1 matt # ARM FPE 50 1.1 matt file arch/arm32/fpe-arm/armfpe_glue.S armfpe 51 1.1 matt file arch/arm32/fpe-arm/armfpe_init.c armfpe 52 1.1 matt file arch/arm32/fpe-arm/armfpe.s armfpe 53 1.1 matt 54 1.4 thorpej # 55 1.4 thorpej # Include ISA config 56 1.4 thorpej # 57 1.1 matt 58 1.4 thorpej include "dev/isa/files.isa" # ISA devices 59 1.1 matt 60 1.1 matt # 61 1.1 matt # Include PCI config 62 1.1 matt # 63 1.1 matt 64 1.1 matt include "dev/mii/files.mii" # network devices MII bus 65 1.1 matt include "dev/i2o/files.i2o" # I2O drivers. 66 1.1 matt include "dev/pci/files.pci" # PCI devices 67 1.1 matt include "dev/usb/files.usb" # USB device 68 1.1 matt include "dev/cardbus/files.cardbus" # CARDBus device 69 1.1 matt 70 1.5 thorpej file arch/evbarm/pci/pciide_machdep.c pciide 71 1.1 matt 72 1.5 thorpej # 73 1.5 thorpej # ARM evaluation board specific devices 74 1.5 thorpej # 75 1.5 thorpej 76 1.5 thorpej # We need to define the Integrator's "plcom" device here since 77 1.5 thorpej # it we need to generate a "plcom.h" header file for conf.c 78 1.8 lukem defflag opt_plcom.h PLCOM_DEBUG PLCOM_MPLOCK 79 1.5 thorpej device plcom { }: tty 80 1.5 thorpej file arch/evbarm/dev/plcom.c plcom needs-flag 81