Home | History | Annotate | Line # | Download | only in conf
files.ofppc revision 1.9
      1  1.9  sakamoto #	$NetBSD: files.ofppc,v 1.9 1998/05/29 08:38:26 sakamoto 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.1        ws file	dev/cons.c
     15  1.1        ws file	dev/cninit.c
     16  1.1        ws 
     17  1.9  sakamoto #
     18  1.9  sakamoto # CPU specific OpenFirmware code
     19  1.9  sakamoto #
     20  1.9  sakamoto include "arch/powerpc/conf/files.ofw"
     21  1.7   mycroft 
     22  1.7   mycroft #
     23  1.7   mycroft # Generic OpenFirmware device support
     24  1.7   mycroft #
     25  1.7   mycroft include "dev/ofw/files.ofw"
     26  1.7   mycroft major	{ofdisk = 0}
     27  1.7   mycroft 
     28  1.7   mycroft 
     29  1.3   thorpej # For now, hardwire soft interrupt handling
     30  1.8  sakamoto file	arch/ofppc/ofppc/soft_spl.c
     31  1.3   thorpej 
     32  1.1        ws # FirePower specific code
     33  1.7   mycroft #device firepower: ofbus
     34  1.1        ws #attach firepower at root
     35  1.1        ws 
     36  1.8  sakamoto #file	arch/ofppc/firepower/firedep.c	firepower needs-flag
     37  1.8  sakamoto #file	arch/ofppc/firepower/fireirq.c	firepower
     38  1.7   mycroft 
     39  1.7   mycroft 
     40  1.7   mycroft #
     41  1.7   mycroft # System bus types
     42  1.7   mycroft #
     43  1.7   mycroft define	mainbus {}
     44  1.7   mycroft device	mainbus: mainbus, ofbus
     45  1.7   mycroft attach	mainbus at root
     46  1.8  sakamoto file	arch/ofppc/ofppc/mainbus.c		mainbus
     47