Home | History | Annotate | Line # | Download | only in conf
files.ofppc revision 1.20
      1 #	$NetBSD: files.ofppc,v 1.20 2002/09/06 13:18:43 gehenna 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	arch/ofppc/ofppc/procfs_machdep.c	procfs
     24 file	dev/cons.c
     25 file	dev/cninit.c
     26 
     27 #
     28 # CPU specific OpenFirmware code
     29 #
     30 include "arch/powerpc/conf/files.ofw"
     31 
     32 #
     33 # Compatibility modules
     34 #
     35 
     36 # OSS audio driver compatibility
     37 include "compat/ossaudio/files.ossaudio"
     38 
     39 # Linux binary compatibility (COMPAT_LINUX)
     40 include "compat/linux/files.linux"
     41 include "compat/linux/arch/powerpc/files.linux_powerpc"
     42 file arch/powerpc/powerpc/linux_sigcode.S	compat_linux
     43 file arch/powerpc/powerpc/linux_trap.c		compat_linux
     44 
     45 #
     46 # Generic OpenFirmware device support
     47 #
     48 include "dev/ofw/files.ofw"
     49 
     50 #
     51 # I2O device support
     52 #
     53 include "dev/i2o/files.i2o"
     54 
     55 #
     56 # SCSI support
     57 #
     58 include "dev/scsipi/files.scsipi"
     59 
     60 #
     61 # ATA/IDE support
     62 #
     63 include "dev/ata/files.ata"
     64 
     65 # Memory Disk
     66 file	dev/md_root.c				memory_disk_hooks
     67 
     68 # Raster operations
     69 include "dev/rasops/files.rasops"
     70 include "dev/wsfont/files.wsfont"
     71 
     72 #
     73 # Workstation Console support
     74 #
     75 include "dev/wscons/files.wscons"
     76 
     77 #
     78 # PCI bus support
     79 #
     80 include "dev/pci/files.pci"
     81 
     82 #
     83 # ISA bus support
     84 #
     85 include "dev/isa/files.isa"
     86 
     87 #
     88 # Main system bus and devices.
     89 #
     90 device	mainbus {}: ofbus
     91 attach	mainbus at root
     92 file	arch/ofppc/ofppc/mainbus.c		mainbus
     93 
     94 device	cpu
     95 attach	cpu at mainbus
     96 file	arch/ofppc/ofppc/cpu.c			cpu
     97 
     98 #
     99 # Support for generic OpenFirmware driver configurations.  This is
    100 # always included in the kernel.
    101 #
    102 file	arch/ofppc/ofwgen/ofwgen.c
    103 file	arch/ofppc/ofwgen/ofwgen_intr.c
    104 
    105 # DMA support routines that are common to more than one system type.
    106 file	arch/powerpc/powerpc/bus_dma.c		firepower_es | firepower_mx |
    107 						firepower_lx
    108 
    109 #
    110 # Support for Firepower EX, MS, and LX systems.
    111 #
    112 device	firepower: pcibus
    113 attach	firepower at mainbus
    114 file	arch/ofppc/firepower/firepower.c	firepower_es | firepower_mx |
    115 						firepower_lx
    116 file	arch/ofppc/firepower/firepower_bus_io.c	firepower_es | firepower_mx |
    117 						firepower_lx
    118 file	arch/ofppc/firepower/firepower_bus_mem.c firepower_es | firepower_mx |
    119 						firepower_lx
    120 file	arch/ofppc/firepower/firepower_dma.c	firepower_es | firepower_mx |
    121 						firepower_lx
    122 file	arch/ofppc/firepower/firepower_intr.c	firepower_es | firepower_mx |
    123 						firepower_lx
    124 file	arch/ofppc/firepower/firepower_pci.c	firepower_es | firepower_mx |
    125 						firepower_lx
    126 
    127 include "arch/ofppc/conf/majors.ofppc"
    128