Home | History | Annotate | Line # | Download | only in conf
files.ibm4xx revision 1.3.6.2
      1  1.3.6.1    skrll #	$NetBSD: files.ibm4xx,v 1.3.6.2 2004/09/18 14:39:04 skrll Exp $
      2      1.1   simonb #
      3      1.1   simonb # IBM 4xx specific configuration info
      4      1.1   simonb 
      5      1.1   simonb include "arch/powerpc/fpu/files.fpu"
      6      1.1   simonb 
      7      1.1   simonb # Processor Local Bus
      8      1.3  thorpej device	plb { [irq = -1] }
      9      1.1   simonb attach	plb at root
     10      1.1   simonb file	arch/powerpc/ibm4xx/dev/plb.c		plb
     11      1.1   simonb 
     12      1.1   simonb # On-chip Peripheral Bus
     13      1.3  thorpej device	opb {[addr = -1], [irq = -1]}
     14      1.1   simonb attach	opb at plb
     15      1.1   simonb file	arch/powerpc/ibm4xx/dev/opb.c		opb
     16      1.1   simonb 
     17      1.1   simonb device	cpu {}
     18      1.1   simonb attach	cpu at plb
     19      1.1   simonb file	arch/powerpc/ibm4xx/cpu.c
     20      1.2      scw 
     21      1.2      scw device	ecc
     22      1.2      scw attach	ecc at plb with ecc_plb
     23      1.2      scw file	arch/powerpc/ibm4xx/dev/ecc_plb.c	ecc_plb
     24      1.1   simonb 
     25      1.1   simonb # On-chip com device(s)
     26      1.1   simonb attach	com at opb with com_opb
     27      1.1   simonb file	arch/powerpc/ibm4xx/dev/com_opb.c	com_opb
     28      1.1   simonb 
     29      1.1   simonb # On-chip ethernet device(s)
     30      1.1   simonb device	emac: ether, ifnet, arp, mii
     31      1.1   simonb attach	emac at opb
     32      1.1   simonb file	arch/powerpc/ibm4xx/dev/if_emac.c	emac
     33      1.1   simonb 
     34      1.1   simonb # Watchdog timer
     35      1.1   simonb device	wdog: sysmon_wdog
     36      1.1   simonb attach	wdog at opb
     37      1.1   simonb file	arch/powerpc/ibm4xx/dev/wdog.c		wdog
     38