Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/i386 use config_match()



details:   https://anonhg.NetBSD.org/src/rev/098cafcff4f0
branches:  trunk
changeset: 537652:098cafcff4f0
user:      explorer <explorer%NetBSD.org@localhost>
date:      Fri Oct 04 06:02:38 2002 +0000

description:
use config_match()

diffstat:

 sys/arch/i386/i386/mpbios.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 993c17b95ae3 -r 098cafcff4f0 sys/arch/i386/i386/mpbios.c
--- a/sys/arch/i386/i386/mpbios.c       Fri Oct 04 05:45:22 2002 +0000
+++ b/sys/arch/i386/i386/mpbios.c       Fri Oct 04 06:02:38 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mpbios.c,v 1.2 2002/10/01 12:56:57 fvdl Exp $  */
+/*     $NetBSD: mpbios.c,v 1.3 2002/10/04 06:02:38 explorer Exp $      */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -223,7 +223,7 @@
        if (strcmp(caa->caa_name, cf->cf_name))
                return 0;
 
-       return ((*cf->cf_attach->ca_match)(parent, cf, aux));
+       return (config_match(parent, cf, aux));
 }
 
 /*



Home | Main Index | Thread Index | Old Index