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