1 # $NetBSD: files.ofppc,v 1.16 2001/10/22 23:01:18 thorpej Exp $ 2 # 3 # NetBSD/ofppc configuration info 4 # 5 6 # maxpartitions must be the first thing in files.${MACHINE} 7 maxpartitions 16 8 9 maxusers 8 16 64 10 11 # Platform support option headers 12 defopt FIREPOWER_ES # Firepower ES 13 defopt FIREPOWER_MX # Firepower MX 14 defopt FIREPOWER_LX # Firepower LX 15 defopt TOTALIMPACT_BRIQ # Total Impact briQ 16 17 file arch/ofppc/ofppc/autoconf.c 18 file arch/ofppc/ofppc/clock.c 19 file arch/ofppc/ofppc/conf.c 20 file arch/ofppc/ofppc/disksubr.c disk 21 file arch/ofppc/ofppc/machdep.c 22 file arch/ofppc/ofppc/platform.c 23 file arch/ofppc/ofppc/procfs_machdep.c procfs 24 file dev/cons.c 25 file dev/cninit.c 26 27 # 28 # CPU specific OpenFirmware code 29 # 30 include "arch/powerpc/conf/files.ofw" 31 32 # 33 # Compatibility modules 34 # 35 36 # OSS audio driver compatibility 37 include "compat/ossaudio/files.ossaudio" 38 39 # Linux binary compatibility (COMPAT_LINUX) 40 include "compat/linux/files.linux" 41 include "compat/linux/arch/powerpc/files.linux_powerpc" 42 file arch/powerpc/powerpc/linux_sigcode.S compat_linux 43 file arch/powerpc/powerpc/linux_trap.c compat_linux 44 45 # 46 # Generic OpenFirmware device support 47 # 48 include "dev/ofw/files.ofw" 49 major {ofdisk = 0} 50 51 # 52 # Main system bus and devices. 53 # 54 define mainbus {} 55 device mainbus: mainbus, ofbus 56 attach mainbus at root 57 file arch/ofppc/ofppc/mainbus.c mainbus 58 59 device cpu 60 attach cpu at mainbus 61 file arch/ofppc/ofppc/cpu.c cpu 62 63 # 64 # Support for generic OpenFirmware driver configurations. This is 65 # always included in the kernel. 66 # 67 file arch/ofppc/ofwgen/ofwgen.c 68 file arch/ofppc/ofwgen/ofwgen_intr.c 69 70 # RAIDframe 71 major {raid = 12} 72