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