Home | History | Annotate | Line # | Download | only in conf
files.ofppc revision 1.13
      1 #	$NetBSD: files.ofppc,v 1.13 2001/06/18 02:00:50 christos 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 file arch/powerpc/powerpc/linux_trap.c		compat_linux
     35 
     36 #
     37 # Generic OpenFirmware device support
     38 #
     39 include "dev/ofw/files.ofw"
     40 major	{ofdisk = 0}
     41 
     42 # For now, hardwire soft interrupt handling
     43 file	arch/ofppc/ofppc/soft_spl.c
     44 
     45 # FirePower specific code
     46 #device firepower: ofbus
     47 #attach firepower at root
     48 
     49 #file	arch/ofppc/firepower/firedep.c	firepower needs-flag
     50 #file	arch/ofppc/firepower/fireirq.c	firepower
     51 
     52 
     53 #
     54 # System bus types
     55 #
     56 define	mainbus {}
     57 device	mainbus: mainbus, ofbus
     58 attach	mainbus at root
     59 file	arch/ofppc/ofppc/mainbus.c		mainbus
     60 
     61 # RAIDframe
     62 major	{raid = 12}
     63