Module Name: src
Committed By: cliff
Date: Mon Nov 9 09:56:06 UTC 2009
Modified Files:
src/sys/arch/mips/conf [matt-nb5-mips64]: files.rmixl
Log Message:
- configure MD PCI stuff:
pci attches to rmixl_pcie attaches to obio
- configure file arch/mips/rmi/rmixls_subr.S
THIS IS TEMPORARY and should not be needed
once we have mtcp/mfcp, and a better place for the xkseg &etc addrs
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sys/arch/mips/conf/files.rmixl
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mips/conf/files.rmixl
diff -u src/sys/arch/mips/conf/files.rmixl:1.1.2.3 src/sys/arch/mips/conf/files.rmixl:1.1.2.4
--- src/sys/arch/mips/conf/files.rmixl:1.1.2.3 Tue Sep 22 06:58:20 2009
+++ src/sys/arch/mips/conf/files.rmixl Mon Nov 9 09:56:06 2009
@@ -1,20 +1,28 @@
-# $NetBSD: files.rmixl,v 1.1.2.3 2009/09/22 06:58:20 cliff Exp $
+# $NetBSD: files.rmixl,v 1.1.2.4 2009/11/09 09:56:06 cliff Exp $
#
# Configuration info for RMI XLP, XLR, XLS
#
file arch/mips/rmi/rmixl_intr.c
+file arch/mips/rmi/rmixls_subr.S
# OBIO: offsets are from System Bridge Controller base
define obio { [addr=-1], [size=0], [intr=-1], [mult=1] }
-device obio: obio, pcibus
+device obio: obio
attach obio at mainbus
file arch/mips/rmi/rmixl_obio.c obio needs-count
file arch/mips/rmi/rmixl_el_space.c obio
file arch/mips/rmi/rmixl_eb_space.c obio
+file arch/mips/rmi/rmixl_pcie_io_space.c pci
+file arch/mips/rmi/rmixl_pcie_mem_space.c pci
# NS16550 compatible serial ports
attach com at obio with rmixl_com
file arch/mips/rmi/rmixl_com.c rmixl_com
defparam opt_com.h CONSADDR CONSFREQ CONSPEED CONMODE
+# PCI
+device rmixl_pcie: pcibus
+attach rmixl_pcie at obio
+file arch/mips/rmi/rmixl_pcie.c rmixl_pcie
+