Module Name:    src
Committed By:   matt
Date:           Thu Jan 19 10:24:52 UTC 2012

Modified Files:
        src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_iobus.c rmixl_usbi.c

Log Message:
Fix config ifattr.


To generate a diff of this commit:
cvs rdiff -u -r1.3.8.2 -r1.3.8.3 src/sys/arch/mips/rmi/rmixl_iobus.c
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/sys/arch/mips/rmi/rmixl_usbi.c

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/rmi/rmixl_iobus.c
diff -u src/sys/arch/mips/rmi/rmixl_iobus.c:1.3.8.2 src/sys/arch/mips/rmi/rmixl_iobus.c:1.3.8.3
--- src/sys/arch/mips/rmi/rmixl_iobus.c:1.3.8.2	Tue Dec 27 19:58:19 2011
+++ src/sys/arch/mips/rmi/rmixl_iobus.c	Thu Jan 19 10:24:52 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: rmixl_iobus.c,v 1.3.8.2 2011/12/27 19:58:19 matt Exp $	*/
+/*	$NetBSD: rmixl_iobus.c,v 1.3.8.3 2012/01/19 10:24:52 matt Exp $	*/
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -47,7 +47,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rmixl_iobus.c,v 1.3.8.2 2011/12/27 19:58:19 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rmixl_iobus.c,v 1.3.8.3 2012/01/19 10:24:52 matt Exp $");
 
 #include "locators.h"
 
@@ -161,7 +161,7 @@ rmixl_iobus_obio_attach(device_t parent,
 	rmixl_iobus_csconfig_init(sc);
 
 	/* attach any children */
-	config_search_ia(rmixl_iobus_search, self, "rmixl_iobus", NULL);
+	config_search_ia(rmixl_iobus_search, self, "xliobus", NULL);
 }
 
 static void

Index: src/sys/arch/mips/rmi/rmixl_usbi.c
diff -u src/sys/arch/mips/rmi/rmixl_usbi.c:1.1.2.10 src/sys/arch/mips/rmi/rmixl_usbi.c:1.1.2.11
--- src/sys/arch/mips/rmi/rmixl_usbi.c:1.1.2.10	Sat Dec 31 08:20:43 2011
+++ src/sys/arch/mips/rmi/rmixl_usbi.c	Thu Jan 19 10:24:52 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: rmixl_usbi.c,v 1.1.2.10 2011/12/31 08:20:43 matt Exp $	*/
+/*	rmixl_usbi.c,v 1.1.2.10 2011/12/31 08:20:43 matt Exp	*/
 
 /*-
  * Copyright (c) 1998, 1999, 2000, 2002, 2003 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rmixl_usbi.c,v 1.1.2.10 2011/12/31 08:20:43 matt Exp $");
+__KERNEL_RCSID(0, "rmixl_usbi.c,v 1.1.2.10 2011/12/31 08:20:43 matt Exp");
 
 #include "locators.h"
 
@@ -163,7 +163,7 @@ rmixl_usbi_attach(device_t parent, devic
 	aprint_normal("\n");
 
 	/* attach any children */
-	config_search_ia(rmixl_usbi_search, self, "rmixl_usbi", NULL);
+	config_search_ia(rmixl_usbi_search, self, "xlusbi", NULL);
 }
 
 static int

Reply via email to