Home | History | Annotate | Line # | Download | only in conf
files.rmixl revision 1.1.2.7
      1  1.1.2.7  cliff #	$NetBSD: files.rmixl,v 1.1.2.7 2009/12/14 07:23:07 cliff Exp $
      2  1.1.2.1  cliff #
      3  1.1.2.1  cliff # Configuration info for RMI XLP, XLR, XLS
      4  1.1.2.1  cliff #
      5  1.1.2.1  cliff 
      6  1.1.2.1  cliff file	arch/mips/rmi/rmixl_intr.c
      7  1.1.2.5  cliff file	arch/mips/rmi/rmixl_subr.S
      8  1.1.2.1  cliff 
      9  1.1.2.1  cliff # OBIO: offsets are from System Bridge Controller base
     10  1.1.2.1  cliff define obio { [addr=-1], [size=0], [intr=-1], [mult=1] }
     11  1.1.2.4  cliff device	obio: obio
     12  1.1.2.1  cliff attach	obio at mainbus
     13  1.1.2.1  cliff file	arch/mips/rmi/rmixl_obio.c		obio needs-count
     14  1.1.2.7  cliff file    arch/mips/rmi/rmixl_obio_eb_space.c	obio
     15  1.1.2.7  cliff file    arch/mips/rmi/rmixl_obio_el_space.c	obio
     16  1.1.2.6  cliff file    arch/mips/rmi/rmixl_pcie_cfg_space.c	pci
     17  1.1.2.6  cliff file    arch/mips/rmi/rmixl_pcie_ecfg_space.c	pci
     18  1.1.2.4  cliff file    arch/mips/rmi/rmixl_pcie_io_space.c	pci
     19  1.1.2.4  cliff file    arch/mips/rmi/rmixl_pcie_mem_space.c	pci
     20  1.1.2.1  cliff 
     21  1.1.2.1  cliff # NS16550 compatible serial ports
     22  1.1.2.1  cliff attach com at obio with rmixl_com
     23  1.1.2.1  cliff file	arch/mips/rmi/rmixl_com.c		rmixl_com
     24  1.1.2.3  cliff defparam opt_com.h				CONSADDR CONSFREQ CONSPEED CONMODE
     25  1.1.2.1  cliff 
     26  1.1.2.4  cliff # PCI
     27  1.1.2.4  cliff device  rmixl_pcie: pcibus
     28  1.1.2.4  cliff attach  rmixl_pcie at obio
     29  1.1.2.4  cliff file    arch/mips/rmi/rmixl_pcie.c		rmixl_pcie
     30  1.1.2.4  cliff 
     31  1.1.2.7  cliff # On-chip USB interface
     32  1.1.2.7  cliff define rmixl_usbi { [addr=-1], [size=-1], [intr=-1] }
     33  1.1.2.7  cliff device	rmixl_usbi: rmixl_usbi
     34  1.1.2.7  cliff attach	rmixl_usbi at obio
     35  1.1.2.7  cliff file	arch/mips/rmi/rmixl_usbi.c		rmixl_usbi
     36  1.1.2.7  cliff 
     37  1.1.2.7  cliff # On-chip OHCI USB controller
     38  1.1.2.7  cliff attach	ohci at rmixl_usbi with rmixl_ohci
     39  1.1.2.7  cliff file	arch/mips/rmi/rmixl_ohci.c		ohci
     40  1.1.2.7  cliff 
     41  1.1.2.7  cliff # On-chip EHCI USB controller
     42  1.1.2.7  cliff attach	ehci at rmixl_usbi with rmixl_ehci
     43  1.1.2.7  cliff file	arch/mips/rmi/rmixl_ehci.c		ehci
     44  1.1.2.7  cliff 
     45