1# $NetBSD: files.explora,v 1.6 2006/06/30 17:54:50 freza Exp $ 2 3# maxpartitions must be first item in files.${ARCH} 4 5maxpartitions 16 6 7maxusers 2 8 64 8 9defflag opt_explora.h COM_IS_CONSOLE 10defparam opt_explora.h COM_CONSOLE_SPEED 11 12include "arch/powerpc/fpu/files.fpu" 13include "dev/wscons/files.wscons" 14include "dev/wsfont/files.wsfont" 15include "dev/rasops/files.rasops" 16 17file arch/evbppc/explora/autoconf.c 18file arch/evbppc/explora/consinit.c 19file arch/evbppc/explora/machdep.c 20file arch/powerpc/ibm4xx/intr.c 21file arch/powerpc/powerpc/softintr.c 22file dev/md_root.c memory_disk_hooks 23 24# Explora local bus 25device elb {} 26attach elb at root 27file arch/evbppc/explora/dev/elb.c elb 28 29device cpu 30attach cpu at elb 31file arch/powerpc/ibm4xx/cpu.c 32 33attach com at elb with com_elb 34file arch/evbppc/explora/dev/com_elb.c com_elb 35 36attach lpt at elb with lpt_elb 37file arch/evbppc/explora/dev/lpt_elb.c lpt_elb 38 39attach le at elb with le_elb: le32 40file arch/evbppc/explora/dev/le_elb.c le_elb 41 42include "dev/pckbport/files.pckbport" 43attach pckbc at elb with pckbc_elb 44file arch/evbppc/explora/dev/pckbc_elb.c pckbc_elb 45 46device fb: wsemuldisplaydev, rasops8 47attach fb at elb with fb_elb 48file arch/evbppc/explora/dev/fb_elb.c fb_elb 49