Home | History | Annotate | Line # | Download | only in conf
files.rmixl revision 1.2
      1  1.2  matt #	$NetBSD: files.rmixl,v 1.2 2009/12/14 00:46:04 matt Exp $
      2  1.2  matt #
      3  1.2  matt # Configuration info for RMI XLP, XLR, XLS
      4  1.2  matt #
      5  1.2  matt 
      6  1.2  matt file	arch/mips/rmi/rmixl_intr.c
      7  1.2  matt file	arch/mips/rmi/rmixl_subr.S
      8  1.2  matt 
      9  1.2  matt # OBIO: offsets are from System Bridge Controller base
     10  1.2  matt define obio { [addr=-1], [size=0], [intr=-1], [mult=1] }
     11  1.2  matt device	obio: obio
     12  1.2  matt attach	obio at mainbus
     13  1.2  matt file	arch/mips/rmi/rmixl_obio.c		obio needs-count
     14  1.2  matt file    arch/mips/rmi/rmixl_obio_space.c	obio
     15  1.2  matt file    arch/mips/rmi/rmixl_pcie_cfg_space.c	pci
     16  1.2  matt file    arch/mips/rmi/rmixl_pcie_ecfg_space.c	pci
     17  1.2  matt file    arch/mips/rmi/rmixl_pcie_io_space.c	pci
     18  1.2  matt file    arch/mips/rmi/rmixl_pcie_mem_space.c	pci
     19  1.2  matt 
     20  1.2  matt # NS16550 compatible serial ports
     21  1.2  matt attach com at obio with rmixl_com
     22  1.2  matt file	arch/mips/rmi/rmixl_com.c		rmixl_com
     23  1.2  matt defparam opt_com.h				CONSADDR CONSFREQ CONSPEED CONMODE
     24  1.2  matt 
     25  1.2  matt # PCI
     26  1.2  matt device  rmixl_pcie: pcibus
     27  1.2  matt attach  rmixl_pcie at obio
     28  1.2  matt file    arch/mips/rmi/rmixl_pcie.c		rmixl_pcie
     29  1.2  matt 
     30