Home | History | Annotate | Line # | Download | only in conf
files.ofppc revision 1.40.24.2
      1  1.40.24.1  uebayasi #	$NetBSD: files.ofppc,v 1.40.24.2 2010/08/17 06:45:00 uebayasi 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.28   garbled defflag	akbd.h NO_AKDB_DEVICE
     12       1.28   garbled defflag adbkbd.h NO_ADBKBD_DEVICE
     13       1.28   garbled defflag zsc.h NO_ZSC_DEVICE
     14       1.28   garbled defflag adb.h NO_ADB_DEVICE
     15       1.28   garbled defflag ukbd.h NO_UKBD_DEVICE
     16       1.28   garbled defflag zstty.h NO_ZSTTY_DEVICE
     17       1.31   garbled defflag ofb.h NO_OFB_DEVICE
     18        1.1        ws 
     19       1.33   garbled file	arch/powerpc/oea/ofw_autoconf.c
     20       1.28   garbled file	arch/powerpc/powerpc/clock.c
     21       1.28   garbled file	kern/subr_disk_mbr.c			disk
     22       1.28   garbled file	arch/powerpc/oea/ofwoea_machdep.c
     23       1.28   garbled file	arch/powerpc/oea/ofw_consinit.c
     24       1.34   garbled file	arch/powerpc/oea/ofw_rascons.c
     25        1.8  sakamoto file	arch/ofppc/ofppc/machdep.c
     26        1.1        ws 
     27       1.28   garbled file	arch/powerpc/powerpc/bus_dma.c
     28       1.28   garbled file	arch/powerpc/powerpc/bus_space.c
     29       1.22      matt file	arch/powerpc/powerpc/procfs_machdep.c	procfs
     30       1.28   garbled file	dev/cons.c
     31       1.26      jmmv 
     32        1.9  sakamoto #
     33        1.9  sakamoto # CPU specific OpenFirmware code
     34        1.9  sakamoto #
     35        1.9  sakamoto include "arch/powerpc/conf/files.ofw"
     36       1.28   garbled include "arch/powerpc/pic/files.pic"
     37       1.40   garbled include "arch/powerpc/pic/files.ipi"
     38       1.12      manu 
     39       1.12      manu #
     40        1.7   mycroft # Generic OpenFirmware device support
     41        1.7   mycroft #
     42       1.30   garbled #include "dev/ofw/files.ofw"
     43       1.17   thorpej 
     44       1.17   thorpej #
     45       1.17   thorpej # I2O device support
     46       1.17   thorpej #
     47       1.17   thorpej include "dev/i2o/files.i2o"
     48       1.17   thorpej 
     49       1.17   thorpej #
     50       1.17   thorpej # SCSI support
     51       1.17   thorpej #
     52       1.17   thorpej include "dev/scsipi/files.scsipi"
     53       1.17   thorpej 
     54       1.17   thorpej #
     55       1.17   thorpej # ATA/IDE support
     56       1.17   thorpej #
     57       1.17   thorpej include "dev/ata/files.ata"
     58       1.17   thorpej 
     59       1.17   thorpej # Memory Disk
     60       1.17   thorpej file	dev/md_root.c				memory_disk_hooks
     61       1.17   thorpej 
     62       1.28   garbled define mainbus {}
     63       1.30   garbled device mainbus: mainbus
     64       1.28   garbled attach mainbus at root
     65       1.28   garbled file	arch/ofppc/ofppc/mainbus.c		mainbus
     66       1.28   garbled 
     67       1.30   garbled defpseudo openfirm
     68       1.30   garbled file	dev/ofw/openfirmio.c			openfirm needs-flag
     69       1.30   garbled file	dev/ofw/ofw_subr.c			ofbus | openfirm
     70       1.30   garbled 
     71       1.30   garbled device	rtas
     72       1.30   garbled attach	rtas at mainbus
     73       1.30   garbled file	arch/powerpc/powerpc/rtas.c		rtas needs-flag
     74       1.30   garbled 
     75       1.37       phx include "dev/usb/files.usb"
     76       1.37       phx include "dev/ieee1394/files.ieee1394"
     77       1.37       phx 
     78       1.17   thorpej #
     79       1.17   thorpej # PCI bus support
     80       1.17   thorpej #
     81       1.27   tsutsui include "dev/pci/files.pci"
     82       1.28   garbled include "dev/pci/files.agp"
     83       1.28   garbled file	arch/powerpc/pci/pciconf_indirect.c	pci
     84       1.29   garbled file	arch/powerpc/pci/pciconf_ofmethod.c	pci
     85       1.28   garbled file	arch/powerpc/pci/pci_machdep_common.c	pci
     86       1.28   garbled file	arch/powerpc/pci/pci_machdep_ofw.c	pci
     87       1.28   garbled 
     88       1.28   garbled device ofwpci: pcibus
     89       1.28   garbled attach ofwpci at mainbus
     90       1.28   garbled file	arch/ofppc/pci/ofwpci.c			ofwpci
     91       1.28   garbled 
     92  1.40.24.2  uebayasi # Marvell System-Controller MV64361(Discovery II) (on PegasosII)
     93  1.40.24.2  uebayasi include "dev/marvell/files.discovery"
     94  1.40.24.2  uebayasi attach	gt at mainbus
     95  1.40.24.2  uebayasi file	arch/ofppc/pci/gt_mainbus.c		gt
     96  1.40.24.2  uebayasi file	arch/powerpc/marvell/pci_machdep.c	gtpci
     97       1.29   garbled 
     98       1.28   garbled device pchb: pcibus
     99       1.28   garbled attach pchb at pci
    100       1.28   garbled file	arch/powerpc/pci/pchb.c			pchb
    101       1.28   garbled 
    102       1.28   garbled # PCI-ISA bridges
    103       1.28   garbled device	pcib: isabus
    104       1.28   garbled attach	pcib at pci
    105       1.28   garbled file	arch/powerpc/pci/pcib.c			pcib
    106       1.28   garbled 
    107       1.17   thorpej #
    108       1.17   thorpej # ISA bus support
    109       1.17   thorpej #
    110       1.17   thorpej include "dev/isa/files.isa"
    111       1.28   garbled file	arch/powerpc/isa/isa_machdep_common.c	isa
    112       1.28   garbled file	arch/ofppc/isa/isa_machdep.c		isa
    113       1.28   garbled file	arch/powerpc/isa/isadma_machdep.c	isa
    114       1.14      matt 
    115       1.32   garbled include "dev/pckbport/files.pckbport"
    116       1.32   garbled 
    117  1.40.24.1  uebayasi # Floppy disk controller
    118  1.40.24.1  uebayasi device	fdc {drive = -1}: isadma
    119  1.40.24.2  uebayasi file	dev/isa/fd.c				fdc needs-flag
    120  1.40.24.1  uebayasi 
    121  1.40.24.1  uebayasi attach	fdc at isa with fdc_isa
    122  1.40.24.2  uebayasi file	dev/isa/fdc_isa.c			fdc_isa
    123  1.40.24.1  uebayasi 
    124  1.40.24.1  uebayasi device	fd: disk
    125  1.40.24.1  uebayasi attach	fd at fdc
    126  1.40.24.1  uebayasi 
    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.28   garbled #file	arch/ofppc/ofwgen/ofwgen.c
    136       1.28   garbled #file	arch/ofppc/ofwgen/ofwgen_intr.c
    137       1.20   gehenna 
    138       1.36   garbled include "arch/powerpc/conf/majors.powerpc"
    139