1 # $NetBSD: files.ofppc,v 1.12 2001/01/19 01:51:17 manu 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 arch/ofppc/ofppc/procfs_machdep.c procfs 15 file dev/cons.c 16 file dev/cninit.c 17 18 # 19 # CPU specific OpenFirmware code 20 # 21 include "arch/powerpc/conf/files.ofw" 22 23 # 24 # Compatibility modules 25 # 26 27 # OSS audio driver compatibility 28 include "compat/ossaudio/files.ossaudio" 29 30 # Linux binary compatibility (COMPAT_LINUX) 31 include "compat/linux/files.linux" 32 include "compat/linux/arch/powerpc/files.linux_powerpc" 33 file arch/powerpc/powerpc/linux_sigcode.S compat_linux 34 35 # 36 # Generic OpenFirmware device support 37 # 38 include "dev/ofw/files.ofw" 39 major {ofdisk = 0} 40 41 # For now, hardwire soft interrupt handling 42 file arch/ofppc/ofppc/soft_spl.c 43 44 # FirePower specific code 45 #device firepower: ofbus 46 #attach firepower at root 47 48 #file arch/ofppc/firepower/firedep.c firepower needs-flag 49 #file arch/ofppc/firepower/fireirq.c firepower 50 51 52 # 53 # System bus types 54 # 55 define mainbus {} 56 device mainbus: mainbus, ofbus 57 attach mainbus at root 58 file arch/ofppc/ofppc/mainbus.c mainbus 59 60 # RAIDframe 61 major {raid = 12} 62