Home | History | Annotate | Line # | Download | only in conf
files.ofppc revision 1.23
      1 #	$NetBSD: files.ofppc,v 1.23 2004/11/28 10:01:25 jmc Exp $
      2 #
      3 # NetBSD/ofppc configuration info
      4 #
      5 
      6 # maxpartitions must be the first thing in files.${MACHINE}
      7 maxpartitions 16
      8 
      9 maxusers 8 16 64
     10 
     11 # Platform support option headers
     12 defflag	FIREPOWER_ES			# Firepower ES
     13 defflag	FIREPOWER_MX			# Firepower MX
     14 defflag	FIREPOWER_LX			# Firepower LX
     15 defflag	TOTALIMPACT_BRIQ		# Total Impact briQ
     16 
     17 file	arch/ofppc/ofppc/autoconf.c
     18 file	arch/ofppc/ofppc/clock.c
     19 file	arch/ofppc/ofppc/conf.c
     20 file	arch/ofppc/ofppc/disksubr.c		disk
     21 file	arch/ofppc/ofppc/machdep.c
     22 file	arch/ofppc/ofppc/platform.c
     23 file	dev/cons.c
     24 file	dev/cninit.c
     25 
     26 file	arch/powerpc/powerpc/procfs_machdep.c	procfs
     27 #
     28 # CPU specific OpenFirmware code
     29 #
     30 include "arch/powerpc/conf/files.ofw"
     31 
     32 #
     33 # Generic OpenFirmware device support
     34 #
     35 include "dev/ofw/files.ofw"
     36 
     37 #
     38 # I2O device support
     39 #
     40 include "dev/i2o/files.i2o"
     41 
     42 #
     43 # SCSI support
     44 #
     45 include "dev/scsipi/files.scsipi"
     46 
     47 #
     48 # ATA/IDE support
     49 #
     50 include "dev/ata/files.ata"
     51 
     52 # Memory Disk
     53 file	dev/md_root.c				memory_disk_hooks
     54 
     55 # Raster operations
     56 include "dev/rasops/files.rasops"
     57 include "dev/wsfont/files.wsfont"
     58 
     59 #
     60 # Workstation Console support
     61 #
     62 include "dev/wscons/files.wscons"
     63 
     64 #
     65 # PCI bus support
     66 #
     67 file	dev/pci/pcibusprint.c
     68 
     69 #
     70 # ISA bus support
     71 #
     72 include "dev/isa/files.isa"
     73 
     74 #
     75 # Main system bus and devices.
     76 #
     77 device	mainbus {}: ofbus
     78 attach	mainbus at root
     79 file	arch/ofppc/ofppc/mainbus.c		mainbus
     80 
     81 device	cpu
     82 attach	cpu at mainbus
     83 file	arch/ofppc/ofppc/cpu.c			cpu
     84 
     85 #
     86 # Support for generic OpenFirmware driver configurations.  This is
     87 # always included in the kernel.
     88 #
     89 file	arch/ofppc/ofwgen/ofwgen.c
     90 file	arch/ofppc/ofwgen/ofwgen_intr.c
     91 
     92 # DMA support routines that are common to more than one system type.
     93 file	arch/powerpc/powerpc/bus_dma.c		firepower_es | firepower_mx |
     94 						firepower_lx
     95 
     96 #
     97 # Support for Firepower EX, MS, and LX systems.
     98 #
     99 device	firepower: pcibus
    100 attach	firepower at mainbus
    101 file	arch/ofppc/firepower/firepower.c	firepower_es | firepower_mx |
    102 						firepower_lx
    103 file	arch/ofppc/firepower/firepower_bus_io.c	firepower_es | firepower_mx |
    104 						firepower_lx
    105 file	arch/ofppc/firepower/firepower_bus_mem.c firepower_es | firepower_mx |
    106 						firepower_lx
    107 file	arch/ofppc/firepower/firepower_dma.c	firepower_es | firepower_mx |
    108 						firepower_lx
    109 file	arch/ofppc/firepower/firepower_intr.c	firepower_es | firepower_mx |
    110 						firepower_lx
    111 file	arch/ofppc/firepower/firepower_pci.c	firepower_es | firepower_mx |
    112 						firepower_lx
    113 
    114 include "arch/ofppc/conf/majors.ofppc"
    115