Home | History | Annotate | Line # | Download | only in conf
files.ofppc revision 1.14
      1  1.14      matt #	$NetBSD: files.ofppc,v 1.14 2001/08/26 02:47:40 matt Exp $
      2   1.1        ws #
      3   1.8  sakamoto # First try for ofppc-specific configuration info
      4   1.1        ws #
      5   1.1        ws maxpartitions 16
      6   1.1        ws 
      7   1.1        ws maxusers 2 8 64
      8   1.1        ws 
      9   1.8  sakamoto file	arch/ofppc/ofppc/autoconf.c
     10   1.8  sakamoto file	arch/ofppc/ofppc/clock.c
     11   1.8  sakamoto file	arch/ofppc/ofppc/conf.c
     12   1.8  sakamoto file	arch/ofppc/ofppc/disksubr.c		disk
     13   1.8  sakamoto file	arch/ofppc/ofppc/machdep.c
     14  1.11      fvdl file	arch/ofppc/ofppc/procfs_machdep.c	procfs
     15   1.1        ws file	dev/cons.c
     16   1.1        ws file	dev/cninit.c
     17   1.1        ws 
     18   1.9  sakamoto #
     19   1.9  sakamoto # CPU specific OpenFirmware code
     20   1.9  sakamoto #
     21   1.9  sakamoto include "arch/powerpc/conf/files.ofw"
     22   1.7   mycroft 
     23   1.7   mycroft #
     24  1.12      manu # Compatibility modules
     25  1.12      manu #
     26  1.12      manu 
     27  1.12      manu # OSS audio driver compatibility
     28  1.12      manu include "compat/ossaudio/files.ossaudio"
     29  1.12      manu 
     30  1.12      manu # Linux binary compatibility (COMPAT_LINUX)
     31  1.12      manu include "compat/linux/files.linux"
     32  1.12      manu include "compat/linux/arch/powerpc/files.linux_powerpc"
     33  1.13  christos file arch/powerpc/powerpc/linux_sigcode.S	compat_linux
     34  1.13  christos file arch/powerpc/powerpc/linux_trap.c		compat_linux
     35  1.12      manu 
     36  1.12      manu #
     37   1.7   mycroft # Generic OpenFirmware device support
     38   1.7   mycroft #
     39   1.7   mycroft include "dev/ofw/files.ofw"
     40   1.7   mycroft major	{ofdisk = 0}
     41   1.7   mycroft 
     42   1.3   thorpej # For now, hardwire soft interrupt handling
     43   1.8  sakamoto file	arch/ofppc/ofppc/soft_spl.c
     44   1.3   thorpej 
     45   1.1        ws # FirePower specific code
     46   1.7   mycroft #device firepower: ofbus
     47   1.1        ws #attach firepower at root
     48   1.1        ws 
     49   1.8  sakamoto #file	arch/ofppc/firepower/firedep.c	firepower needs-flag
     50   1.8  sakamoto #file	arch/ofppc/firepower/fireirq.c	firepower
     51   1.7   mycroft 
     52   1.7   mycroft 
     53   1.7   mycroft #
     54   1.7   mycroft # System bus types
     55   1.7   mycroft #
     56   1.7   mycroft define	mainbus {}
     57   1.7   mycroft device	mainbus: mainbus, ofbus
     58   1.7   mycroft attach	mainbus at root
     59   1.8  sakamoto file	arch/ofppc/ofppc/mainbus.c		mainbus
     60  1.14      matt 
     61  1.14      matt device	cpu
     62  1.14      matt attach	cpu at ofbus
     63  1.14      matt file	arch/ofppc/ofppc/cpu.c			cpu
     64  1.10     oster 
     65  1.10     oster # RAIDframe
     66  1.10     oster major	{raid = 12}
     67