Module Name:    src
Committed By:   tsutsui
Date:           Tue May 15 12:14:59 UTC 2012

Modified Files:
        src/sys/arch/x68k/x68k: mainbus.c

Log Message:
com at mainbus was gone.
http://mail-index.NetBSD.org/source-changes/2012/04/29/msg034022.html


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/x68k/x68k/mainbus.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/x68k/x68k/mainbus.c
diff -u src/sys/arch/x68k/x68k/mainbus.c:1.4 src/sys/arch/x68k/x68k/mainbus.c:1.5
--- src/sys/arch/x68k/x68k/mainbus.c:1.4	Sun Oct 16 03:10:18 2011
+++ src/sys/arch/x68k/x68k/mainbus.c	Tue May 15 12:14:59 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: mainbus.c,v 1.4 2011/10/16 03:10:18 isaki Exp $ */
+/* $NetBSD: mainbus.c,v 1.5 2012/05/15 12:14:59 tsutsui Exp $ */
 
 /*
  * Copyright (c) 2008 Tetsuya Isaki. All rights reserved.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.4 2011/10/16 03:10:18 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.5 2012/05/15 12:14:59 tsutsui Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -67,6 +67,4 @@ mainbus_attach(device_t parent, device_t
 
 	config_found(self, __UNCONST("intio")  , NULL);
 	config_found(self, __UNCONST("grfbus") , NULL);
-	config_found(self, __UNCONST("com")    , NULL);
-	config_found(self, __UNCONST("com")    , NULL);
 }

Reply via email to