Use correct locator name

This commit is contained in:
jmc 2004-12-15 04:09:29 +00:00
parent 60c10a987e
commit 051513394b
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: obio.c,v 1.17 2004/12/14 02:32:02 chs Exp $ */
/* $NetBSD: obio.c,v 1.18 2004/12/15 04:09:29 jmc Exp $ */
/*
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: obio.c,v 1.17 2004/12/14 02:32:02 chs Exp $");
__KERNEL_RCSID(0, "$NetBSD: obio.c,v 1.18 2004/12/15 04:09:29 jmc Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -107,7 +107,7 @@ obio_search(parent, cf, aux)
struct mainbus_attach_args *mba = (struct mainbus_attach_args *) aux;
struct obio_attach_args oa;
oa.oa_addr = cf->cf_loc[OBIOCF_ADDR];
oa.oa_addr = cf->cf_loc[OBIO_NORMCF_ADDR];
oa.oa_tag = mba->mba_bst;
oa.oa_dmat = mba->mba_dmat;