Home | History | Annotate | Line # | Download | only in conf
files.ofppc revision 1.27.8.5
      1  1.27.8.5     joerg #	$NetBSD: files.ofppc,v 1.27.8.5 2007/11/06 21:16:23 joerg 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.27.8.1     joerg #defflag	FIREPOWER_ES			# Firepower ES
     13  1.27.8.1     joerg #defflag	FIREPOWER_MX			# Firepower MX
     14  1.27.8.1     joerg #defflag	FIREPOWER_LX			# Firepower LX
     15  1.27.8.1     joerg #defflag	TOTALIMPACT_BRIQ		# Total Impact briQ
     16  1.27.8.1     joerg 
     17  1.27.8.1     joerg defflag	akbd.h NO_AKDB_DEVICE
     18  1.27.8.1     joerg defflag adbkbd.h NO_ADBKBD_DEVICE
     19  1.27.8.1     joerg defflag zsc.h NO_ZSC_DEVICE
     20  1.27.8.1     joerg defflag adb.h NO_ADB_DEVICE
     21  1.27.8.1     joerg defflag ukbd.h NO_UKBD_DEVICE
     22  1.27.8.1     joerg defflag zstty.h NO_ZSTTY_DEVICE
     23  1.27.8.4     joerg defflag ofb.h NO_OFB_DEVICE
     24       1.1        ws 
     25       1.8  sakamoto file	arch/ofppc/ofppc/autoconf.c
     26  1.27.8.1     joerg file	arch/powerpc/powerpc/clock.c
     27  1.27.8.1     joerg file	kern/subr_disk_mbr.c			disk
     28  1.27.8.1     joerg file	arch/powerpc/oea/ofwoea_machdep.c
     29  1.27.8.1     joerg file	arch/powerpc/oea/ofw_consinit.c
     30       1.8  sakamoto file	arch/ofppc/ofppc/machdep.c
     31  1.27.8.1     joerg #file	arch/ofppc/ofppc/platform.c
     32       1.1        ws 
     33  1.27.8.1     joerg file	arch/powerpc/powerpc/bus_dma.c
     34  1.27.8.1     joerg file	arch/powerpc/powerpc/bus_space.c
     35      1.22      matt file	arch/powerpc/powerpc/procfs_machdep.c	procfs
     36      1.26      jmmv file	arch/powerpc/powerpc/softintr.c
     37  1.27.8.1     joerg file	dev/cons.c
     38      1.26      jmmv 
     39       1.9  sakamoto #
     40       1.9  sakamoto # CPU specific OpenFirmware code
     41       1.9  sakamoto #
     42       1.9  sakamoto include "arch/powerpc/conf/files.ofw"
     43  1.27.8.1     joerg include "arch/powerpc/pic/files.pic"
     44      1.12      manu 
     45      1.12      manu #
     46       1.7   mycroft # Generic OpenFirmware device support
     47       1.7   mycroft #
     48  1.27.8.3  jmcneill #include "dev/ofw/files.ofw"
     49      1.17   thorpej 
     50      1.17   thorpej #
     51      1.17   thorpej # I2O device support
     52      1.17   thorpej #
     53      1.17   thorpej include "dev/i2o/files.i2o"
     54      1.17   thorpej 
     55      1.17   thorpej #
     56      1.17   thorpej # SCSI support
     57      1.17   thorpej #
     58      1.17   thorpej include "dev/scsipi/files.scsipi"
     59      1.17   thorpej 
     60      1.17   thorpej #
     61      1.17   thorpej # ATA/IDE support
     62      1.17   thorpej #
     63      1.17   thorpej include "dev/ata/files.ata"
     64      1.17   thorpej 
     65      1.17   thorpej # Memory Disk
     66      1.17   thorpej file	dev/md_root.c				memory_disk_hooks
     67      1.17   thorpej 
     68      1.17   thorpej # Raster operations
     69      1.17   thorpej include "dev/rasops/files.rasops"
     70      1.17   thorpej include "dev/wsfont/files.wsfont"
     71      1.17   thorpej 
     72      1.17   thorpej #
     73      1.17   thorpej # Workstation Console support
     74      1.17   thorpej #
     75      1.17   thorpej include "dev/wscons/files.wscons"
     76      1.27   tsutsui include "dev/wsfb/files.wsfb"
     77      1.17   thorpej 
     78  1.27.8.1     joerg define mainbus {}
     79  1.27.8.3  jmcneill device mainbus: mainbus
     80  1.27.8.1     joerg attach mainbus at root
     81  1.27.8.1     joerg file	arch/ofppc/ofppc/mainbus.c		mainbus
     82  1.27.8.1     joerg 
     83  1.27.8.3  jmcneill defpseudo openfirm
     84  1.27.8.3  jmcneill file	dev/ofw/openfirmio.c			openfirm needs-flag
     85  1.27.8.3  jmcneill file	dev/ofw/ofw_subr.c			ofbus | openfirm
     86  1.27.8.3  jmcneill 
     87  1.27.8.3  jmcneill device	rtas
     88  1.27.8.3  jmcneill attach	rtas at mainbus
     89  1.27.8.3  jmcneill file	arch/powerpc/powerpc/rtas.c		rtas needs-flag
     90  1.27.8.3  jmcneill 
     91      1.17   thorpej #
     92      1.17   thorpej # PCI bus support
     93      1.17   thorpej #
     94      1.27   tsutsui include "dev/pci/files.pci"
     95  1.27.8.1     joerg include "dev/pci/files.agp"
     96  1.27.8.1     joerg file	arch/powerpc/pci/pciconf_indirect.c	pci
     97  1.27.8.2     joerg file	arch/powerpc/pci/pciconf_ofmethod.c	pci
     98  1.27.8.1     joerg file	arch/powerpc/pci/pci_machdep_common.c	pci
     99  1.27.8.1     joerg file	arch/powerpc/pci/pci_machdep_ofw.c	pci
    100  1.27.8.1     joerg 
    101  1.27.8.1     joerg device ofwpci: pcibus
    102  1.27.8.1     joerg attach ofwpci at mainbus
    103  1.27.8.1     joerg file	arch/ofppc/pci/ofwpci.c			ofwpci
    104  1.27.8.1     joerg 
    105  1.27.8.2     joerg device pegasospci: pcibus
    106  1.27.8.2     joerg attach pegasospci at mainbus
    107  1.27.8.2     joerg file	arch/ofppc/pci/pegasospci.c		pegasospci
    108  1.27.8.2     joerg 
    109  1.27.8.1     joerg device pchb: pcibus
    110  1.27.8.1     joerg attach pchb at pci
    111  1.27.8.1     joerg file	arch/powerpc/pci/pchb.c			pchb
    112  1.27.8.1     joerg 
    113  1.27.8.1     joerg # PCI-ISA bridges
    114  1.27.8.1     joerg device	pcib: isabus
    115  1.27.8.1     joerg attach	pcib at pci
    116  1.27.8.1     joerg file	arch/powerpc/pci/pcib.c			pcib
    117  1.27.8.1     joerg 
    118      1.17   thorpej #
    119      1.17   thorpej # ISA bus support
    120      1.17   thorpej #
    121      1.17   thorpej include "dev/isa/files.isa"
    122  1.27.8.1     joerg file	arch/powerpc/isa/isa_machdep_common.c	isa
    123  1.27.8.1     joerg file	arch/ofppc/isa/isa_machdep.c		isa
    124  1.27.8.1     joerg file	arch/powerpc/isa/isadma_machdep.c	isa
    125      1.14      matt 
    126  1.27.8.5     joerg include "dev/pckbport/files.pckbport"
    127  1.27.8.5     joerg 
    128      1.14      matt device	cpu
    129      1.15   thorpej attach	cpu at mainbus
    130      1.14      matt file	arch/ofppc/ofppc/cpu.c			cpu
    131      1.16   thorpej 
    132      1.16   thorpej #
    133      1.16   thorpej # Support for generic OpenFirmware driver configurations.  This is
    134      1.16   thorpej # always included in the kernel.
    135      1.16   thorpej #
    136  1.27.8.1     joerg #file	arch/ofppc/ofwgen/ofwgen.c
    137  1.27.8.1     joerg #file	arch/ofppc/ofwgen/ofwgen_intr.c
    138      1.20   gehenna 
    139      1.20   gehenna include "arch/ofppc/conf/majors.ofppc"
    140