Home | History | Annotate | Line # | Download | only in conf
files.ofppc revision 1.4
      1  1.4    perry #	$NetBSD: files.ofppc,v 1.4 1998/01/05 20:51:54 perry 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 #
     10  1.1       ws # Openfirmware support
     11  1.1       ws #
     12  1.1       ws include "dev/ofw/files.ofw"
     13  1.1       ws major	{ofdisk = 0}
     14  1.1       ws 
     15  1.1       ws file	arch/powerpc/powerpc/Locore.c
     16  1.1       ws file	arch/powerpc/powerpc/autoconf.c
     17  1.1       ws file	arch/powerpc/powerpc/bcopy.c
     18  1.1       ws file	arch/powerpc/powerpc/clock.c
     19  1.1       ws file	arch/powerpc/powerpc/conf.c
     20  1.1       ws file	arch/powerpc/powerpc/copyinstr.c
     21  1.1       ws file	arch/powerpc/powerpc/copyoutstr.c
     22  1.1       ws file	arch/powerpc/powerpc/copystr.c
     23  1.1       ws file	arch/powerpc/powerpc/disksubr.c		disk
     24  1.1       ws file	arch/powerpc/powerpc/fpu.c
     25  1.1       ws file	arch/powerpc/powerpc/fubyte.c
     26  1.1       ws file	arch/powerpc/powerpc/fuswintr.c
     27  1.1       ws file	arch/powerpc/powerpc/in_cksum.c
     28  1.2       ws file	arch/powerpc/powerpc/ipkdb_glue.c	ipkdb
     29  1.1       ws file	arch/powerpc/powerpc/machdep.c
     30  1.1       ws file	arch/powerpc/powerpc/mem.c
     31  1.1       ws file	arch/powerpc/powerpc/ofw_machdep.c
     32  1.3  thorpej file	arch/powerpc/powerpc/ofwmagic.S
     33  1.1       ws file	arch/powerpc/powerpc/openfirm.c
     34  1.1       ws file	arch/powerpc/powerpc/pmap.c
     35  1.1       ws file	arch/powerpc/powerpc/process_machdep.c
     36  1.1       ws file	arch/powerpc/powerpc/subyte.c
     37  1.1       ws file	arch/powerpc/powerpc/suword.c
     38  1.1       ws file	arch/powerpc/powerpc/suswintr.c
     39  1.1       ws file	arch/powerpc/powerpc/sys_machdep.c
     40  1.1       ws file	arch/powerpc/powerpc/trap.c
     41  1.1       ws file	arch/powerpc/powerpc/vm_machdep.c
     42  1.1       ws file	dev/cons.c
     43  1.1       ws file	dev/cninit.c
     44  1.1       ws 
     45  1.3  thorpej # For now, hardwire soft interrupt handling
     46  1.3  thorpej file	arch/powerpc/powerpc/soft_spl.c
     47  1.3  thorpej 
     48  1.1       ws # FirePower specific code
     49  1.1       ws #device firepower: openfirm
     50  1.1       ws #attach firepower at root
     51  1.1       ws 
     52  1.1       ws #file	arch/powerpc/firepower/firedep.c	firepower needs-flag
     53  1.1       ws #file	arch/powerpc/firepower/fireirq.c	firepower
     54  1.1       ws 
     55  1.3  thorpej # Firmworks OpenFirmware Bug Workarounds
     56  1.3  thorpej file	arch/powerpc/powerpc/ofwreal.S		firmworksbugs
     57