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