Source-Changes-HG archive

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

[src/trunk]: src/sys/kern From jmcneill@: call config_deferred(9) in rescan_w...



details:   https://anonhg.NetBSD.org/src/rev/563b03895937
branches:  trunk
changeset: 757152:563b03895937
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Mon Aug 16 17:29:52 2010 +0000

description:
>From jmcneill@: call config_deferred(9) in rescan_with_cfdata().

diffstat:

 sys/kern/subr_autoconf.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r f0e57e3cc969 -r 563b03895937 sys/kern/subr_autoconf.c
--- a/sys/kern/subr_autoconf.c  Mon Aug 16 17:01:43 2010 +0000
+++ b/sys/kern/subr_autoconf.c  Mon Aug 16 17:29:52 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: subr_autoconf.c,v 1.208 2010/06/26 06:43:13 tsutsui Exp $ */
+/* $NetBSD: subr_autoconf.c,v 1.209 2010/08/16 17:29:52 jruoho Exp $ */
 
 /*
  * Copyright (c) 1996, 2000 Christopher G. Demetriou
@@ -77,7 +77,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_autoconf.c,v 1.208 2010/06/26 06:43:13 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_autoconf.c,v 1.209 2010/08/16 17:29:52 jruoho Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_ddb.h"
@@ -832,6 +832,8 @@
 
                        (*d->dv_cfattach->ca_rescan)(d,
                                cfdata_ifattr(cf1), cf1->cf_loc);
+
+                       config_deferred(d);
                }
        }
        deviter_release(&di);



Home | Main Index | Thread Index | Old Index