Home | History | Annotate | Line # | Download | only in conf
files.ofppc revision 1.8
      1 #	$NetBSD: files.ofppc,v 1.8 1998/05/28 08:12:13 sakamoto Exp $
      2 #
      3 # First try for ofppc-specific configuration info
      4 #
      5 maxpartitions 16
      6 
      7 maxusers 2 8 64
      8 
      9 file	arch/ofppc/ofppc/autoconf.c
     10 file	arch/ofppc/ofppc/clock.c
     11 file	arch/ofppc/ofppc/conf.c
     12 file	arch/ofppc/ofppc/disksubr.c		disk
     13 file	arch/ofppc/ofppc/machdep.c
     14 file	arch/ofppc/ofppc/ofw_machdep.c
     15 file	arch/ofppc/ofppc/ofwmagic.S
     16 file	arch/ofppc/ofppc/openfirm.c
     17 
     18 file	dev/cons.c
     19 file	dev/cninit.c
     20 
     21 # Firmworks OpenFirmware Bug Workarounds
     22 file	arch/ofppc/ofppc/ofwreal.S		firmworksbugs
     23 
     24 
     25 #
     26 # Generic OpenFirmware device support
     27 #
     28 include "dev/ofw/files.ofw"
     29 major	{ofdisk = 0}
     30 
     31 
     32 # For now, hardwire soft interrupt handling
     33 file	arch/ofppc/ofppc/soft_spl.c
     34 
     35 # FirePower specific code
     36 #device firepower: ofbus
     37 #attach firepower at root
     38 
     39 #file	arch/ofppc/firepower/firedep.c	firepower needs-flag
     40 #file	arch/ofppc/firepower/fireirq.c	firepower
     41 
     42 
     43 #
     44 # System bus types
     45 #
     46 define	mainbus {}
     47 device	mainbus: mainbus, ofbus
     48 attach	mainbus at root
     49 file	arch/ofppc/ofppc/mainbus.c		mainbus
     50