Home | History | Annotate | Line # | Download | only in conf
files.ofppc revision 1.11
      1 #	$NetBSD: files.ofppc,v 1.11 2001/01/17 00:07:32 fvdl 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/procfs_machdep.c	procfs
     15 file	dev/cons.c
     16 file	dev/cninit.c
     17 
     18 #
     19 # CPU specific OpenFirmware code
     20 #
     21 include "arch/powerpc/conf/files.ofw"
     22 
     23 #
     24 # Generic OpenFirmware device support
     25 #
     26 include "dev/ofw/files.ofw"
     27 major	{ofdisk = 0}
     28 
     29 
     30 # For now, hardwire soft interrupt handling
     31 file	arch/ofppc/ofppc/soft_spl.c
     32 
     33 # FirePower specific code
     34 #device firepower: ofbus
     35 #attach firepower at root
     36 
     37 #file	arch/ofppc/firepower/firedep.c	firepower needs-flag
     38 #file	arch/ofppc/firepower/fireirq.c	firepower
     39 
     40 
     41 #
     42 # System bus types
     43 #
     44 define	mainbus {}
     45 device	mainbus: mainbus, ofbus
     46 attach	mainbus at root
     47 file	arch/ofppc/ofppc/mainbus.c		mainbus
     48 
     49 # RAIDframe
     50 major	{raid = 12}
     51