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