Home | History | Annotate | Line # | Download | only in conf
files.ofppc revision 1.7
      1  1.7   mycroft #	$NetBSD: files.ofppc,v 1.7 1998/02/24 05:45:51 mycroft Exp $
      2  1.1        ws #
      3  1.1        ws # First try for powerpc-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.1        ws file	arch/powerpc/powerpc/autoconf.c
     10  1.1        ws file	arch/powerpc/powerpc/clock.c
     11  1.1        ws file	arch/powerpc/powerpc/conf.c
     12  1.6   mycroft file	arch/powerpc/powerpc/disksubr.c		disk
     13  1.6   mycroft file	arch/powerpc/powerpc/machdep.c
     14  1.6   mycroft file	arch/powerpc/powerpc/vm_machdep.c
     15  1.6   mycroft 
     16  1.6   mycroft file	arch/powerpc/powerpc/Locore.c
     17  1.6   mycroft file	arch/powerpc/powerpc/bcopy.c
     18  1.1        ws file	arch/powerpc/powerpc/copyinstr.c
     19  1.1        ws file	arch/powerpc/powerpc/copyoutstr.c
     20  1.1        ws file	arch/powerpc/powerpc/copystr.c
     21  1.1        ws file	arch/powerpc/powerpc/fpu.c
     22  1.1        ws file	arch/powerpc/powerpc/fubyte.c
     23  1.1        ws file	arch/powerpc/powerpc/fuswintr.c
     24  1.1        ws file	arch/powerpc/powerpc/in_cksum.c
     25  1.2        ws file	arch/powerpc/powerpc/ipkdb_glue.c	ipkdb
     26  1.1        ws file	arch/powerpc/powerpc/mem.c
     27  1.1        ws file	arch/powerpc/powerpc/ofw_machdep.c
     28  1.3   thorpej file	arch/powerpc/powerpc/ofwmagic.S
     29  1.1        ws file	arch/powerpc/powerpc/openfirm.c
     30  1.1        ws file	arch/powerpc/powerpc/pmap.c
     31  1.1        ws file	arch/powerpc/powerpc/process_machdep.c
     32  1.1        ws file	arch/powerpc/powerpc/subyte.c
     33  1.1        ws file	arch/powerpc/powerpc/suword.c
     34  1.1        ws file	arch/powerpc/powerpc/suswintr.c
     35  1.1        ws file	arch/powerpc/powerpc/sys_machdep.c
     36  1.1        ws file	arch/powerpc/powerpc/trap.c
     37  1.1        ws file	dev/cons.c
     38  1.1        ws file	dev/cninit.c
     39  1.5  sakamoto file    arch/powerpc/powerpc/setjmp.S                   ddb
     40  1.5  sakamoto file    arch/powerpc/powerpc/db_memrw.c                 ddb
     41  1.5  sakamoto file    arch/powerpc/powerpc/db_disasm.c                ddb
     42  1.5  sakamoto file    arch/powerpc/powerpc/db_interface.c             ddb
     43  1.5  sakamoto file    arch/powerpc/powerpc/db_trace.c                 ddb
     44  1.1        ws 
     45  1.6   mycroft # Firmworks OpenFirmware Bug Workarounds
     46  1.6   mycroft file	arch/powerpc/powerpc/ofwreal.S		firmworksbugs
     47  1.6   mycroft 
     48  1.7   mycroft 
     49  1.7   mycroft #
     50  1.7   mycroft # Generic OpenFirmware device support
     51  1.7   mycroft #
     52  1.7   mycroft include "dev/ofw/files.ofw"
     53  1.7   mycroft major	{ofdisk = 0}
     54  1.7   mycroft 
     55  1.7   mycroft 
     56  1.3   thorpej # For now, hardwire soft interrupt handling
     57  1.3   thorpej file	arch/powerpc/powerpc/soft_spl.c
     58  1.3   thorpej 
     59  1.1        ws # FirePower specific code
     60  1.7   mycroft #device firepower: ofbus
     61  1.1        ws #attach firepower at root
     62  1.1        ws 
     63  1.1        ws #file	arch/powerpc/firepower/firedep.c	firepower needs-flag
     64  1.1        ws #file	arch/powerpc/firepower/fireirq.c	firepower
     65  1.7   mycroft 
     66  1.7   mycroft 
     67  1.7   mycroft #
     68  1.7   mycroft # System bus types
     69  1.7   mycroft #
     70  1.7   mycroft define	mainbus {}
     71  1.7   mycroft device	mainbus: mainbus, ofbus
     72  1.7   mycroft attach	mainbus at root
     73  1.7   mycroft file	arch/powerpc/powerpc/mainbus.c		mainbus
     74