Remove unnecessary comment-outed call.
This commit is contained in:
parent
f717170f44
commit
4e674399aa
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: mainbus.c,v 1.22 2008/02/08 16:53:34 kiyohara Exp $ */
|
||||
/* $NetBSD: mainbus.c,v 1.23 2008/03/16 17:39:56 kiyohara Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1996 Christopher G. Demetriou. All rights reserved.
|
||||
@ -31,7 +31,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.22 2008/02/08 16:53:34 kiyohara Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.23 2008/03/16 17:39:56 kiyohara Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/extent.h>
|
||||
@ -131,9 +131,6 @@ mainbus_attach(struct device *parent, struct device *self, void *aux)
|
||||
SIMPLEQ_INIT(&genppc_pct->pc_pbi);
|
||||
SIMPLEQ_INSERT_TAIL(&genppc_pct->pc_pbi, pbi, next);
|
||||
|
||||
/* find the primary host bridge */
|
||||
/* setup_pciintr_map(pbi, 0, 0, 0);*/
|
||||
|
||||
#ifdef PCI_NETBSD_CONFIGURE
|
||||
ioext = extent_create("pciio", 0x00008000, 0x0000ffff, M_DEVBUF,
|
||||
NULL, 0, EX_NOWAIT);
|
||||
|
Loading…
Reference in New Issue
Block a user