Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sandpoint/pci fix a botch in config_found->config_f...



details:   https://anonhg.NetBSD.org/src/rev/d96c789a2254
branches:  trunk
changeset: 569793:d96c789a2254
user:      drochner <drochner%NetBSD.org@localhost>
date:      Mon Sep 06 12:38:17 2004 +0000

description:
fix a botch in config_found->config_found_ia transition,
by Havard Eidnes

diffstat:

 sys/arch/sandpoint/pci/pcib.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 8e674aa18113 -r d96c789a2254 sys/arch/sandpoint/pci/pcib.c
--- a/sys/arch/sandpoint/pci/pcib.c     Mon Sep 06 10:46:02 2004 +0000
+++ b/sys/arch/sandpoint/pci/pcib.c     Mon Sep 06 12:38:17 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pcib.c,v 1.11 2004/08/30 15:05:18 drochner Exp $       */
+/*     $NetBSD: pcib.c,v 1.12 2004/09/06 12:38:17 drochner Exp $       */
 
 /*-
  * Copyright (c) 1996, 1998 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pcib.c,v 1.11 2004/08/30 15:05:18 drochner Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pcib.c,v 1.12 2004/09/06 12:38:17 drochner Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -128,5 +128,5 @@
        iba.iba_dmat = &isa_bus_dma_tag;
 #endif
 
-       config_found(&sc->sc_dev, "isabus", &iba, isabusprint);
+       config_found_ia(&sc->sc_dev, "isabus", &iba, isabusprint);
 }



Home | Main Index | Thread Index | Old Index