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