Remove obsolete comment.
This commit is contained in:
parent
cf6a192ebc
commit
fe55d37a26
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: mainbus.c,v 1.15 2006/04/06 11:50:19 tsutsui Exp $ */
|
||||
/* $NetBSD: mainbus.c,v 1.16 2006/07/18 12:21:42 tsutsui Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2000 Soren S. Jorvang. All rights reserved.
|
||||
|
@ -26,7 +26,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.15 2006/04/06 11:50:19 tsutsui Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.16 2006/07/18 12:21:42 tsutsui Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
@ -59,10 +59,6 @@ mainbus_attach(struct device *parent, struct device *self, void *aux)
|
|||
{
|
||||
struct mainbus_attach_args ma;
|
||||
|
||||
/*
|
||||
* XXX Check for Qube/RaQ 1 vs. 2.
|
||||
*/
|
||||
|
||||
printf("\n");
|
||||
|
||||
config_search_ia(mainbus_search, self, "mainbus", &ma);
|
||||
|
|
Loading…
Reference in New Issue