1 # $NetBSD: files.ofppc,v 1.9 1998/05/29 08:38:26 sakamoto Exp $ 2 # 3 # First try for ofppc-specific configuration info 4 # 5 maxpartitions 16 6 7 maxusers 2 8 64 8 9 file arch/ofppc/ofppc/autoconf.c 10 file arch/ofppc/ofppc/clock.c 11 file arch/ofppc/ofppc/conf.c 12 file arch/ofppc/ofppc/disksubr.c disk 13 file arch/ofppc/ofppc/machdep.c 14 file dev/cons.c 15 file dev/cninit.c 16 17 # 18 # CPU specific OpenFirmware code 19 # 20 include "arch/powerpc/conf/files.ofw" 21 22 # 23 # Generic OpenFirmware device support 24 # 25 include "dev/ofw/files.ofw" 26 major {ofdisk = 0} 27 28 29 # For now, hardwire soft interrupt handling 30 file arch/ofppc/ofppc/soft_spl.c 31 32 # FirePower specific code 33 #device firepower: ofbus 34 #attach firepower at root 35 36 #file arch/ofppc/firepower/firedep.c firepower needs-flag 37 #file arch/ofppc/firepower/fireirq.c firepower 38 39 40 # 41 # System bus types 42 # 43 define mainbus {} 44 device mainbus: mainbus, ofbus 45 attach mainbus at root 46 file arch/ofppc/ofppc/mainbus.c mainbus 47