Home | History | Annotate | Line # | Download | only in conf
files.ofppc revision 1.37
      1 #	$NetBSD: files.ofppc,v 1.37 2007/12/24 13:54:59 phx 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 include "dev/usb/files.usb"
     91 include "dev/ieee1394/files.ieee1394"
     92 
     93 #
     94 # PCI bus support
     95 #
     96 include "dev/pci/files.pci"
     97 include "dev/pci/files.agp"
     98 file	arch/powerpc/pci/pciconf_indirect.c	pci
     99 file	arch/powerpc/pci/pciconf_ofmethod.c	pci
    100 file	arch/powerpc/pci/pci_machdep_common.c	pci
    101 file	arch/powerpc/pci/pci_machdep_ofw.c	pci
    102 
    103 device ofwpci: pcibus
    104 attach ofwpci at mainbus
    105 file	arch/ofppc/pci/ofwpci.c			ofwpci
    106 
    107 device pegasospci: pcibus
    108 attach pegasospci at mainbus
    109 file	arch/ofppc/pci/pegasospci.c		pegasospci
    110 
    111 device pchb: pcibus
    112 attach pchb at pci
    113 file	arch/powerpc/pci/pchb.c			pchb
    114 
    115 # PCI-ISA bridges
    116 device	pcib: isabus
    117 attach	pcib at pci
    118 file	arch/powerpc/pci/pcib.c			pcib
    119 
    120 #
    121 # ISA bus support
    122 #
    123 include "dev/isa/files.isa"
    124 file	arch/powerpc/isa/isa_machdep_common.c	isa
    125 file	arch/ofppc/isa/isa_machdep.c		isa
    126 file	arch/powerpc/isa/isadma_machdep.c	isa
    127 
    128 include "dev/pckbport/files.pckbport"
    129 
    130 device	cpu
    131 attach	cpu at mainbus
    132 file	arch/ofppc/ofppc/cpu.c			cpu
    133 
    134 #
    135 # Support for generic OpenFirmware driver configurations.  This is
    136 # always included in the kernel.
    137 #
    138 #file	arch/ofppc/ofwgen/ofwgen.c
    139 #file	arch/ofppc/ofwgen/ofwgen_intr.c
    140 
    141 include "arch/powerpc/conf/majors.powerpc"
    142