Module Name: src Committed By: christos Date: Sat Mar 28 18:43:20 UTC 2009
Modified Files: src/sys/kern: subr_autoconf.c Log Message: revert previous; ctags has been fixed. To generate a diff of this commit: cvs rdiff -u -r1.172 -r1.173 src/sys/kern/subr_autoconf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/kern/subr_autoconf.c diff -u src/sys/kern/subr_autoconf.c:1.172 src/sys/kern/subr_autoconf.c:1.173 --- src/sys/kern/subr_autoconf.c:1.172 Wed Mar 25 17:48:36 2009 +++ src/sys/kern/subr_autoconf.c Sat Mar 28 14:43:20 2009 @@ -1,4 +1,4 @@ -/* $NetBSD: subr_autoconf.c,v 1.172 2009/03/25 21:48:36 dyoung Exp $ */ +/* $NetBSD: subr_autoconf.c,v 1.173 2009/03/28 18:43:20 christos 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.172 2009/03/25 21:48:36 dyoung Exp $"); +__KERNEL_RCSID(0, "$NetBSD: subr_autoconf.c,v 1.173 2009/03/28 18:43:20 christos Exp $"); #include "opt_ddb.h" #include "drvctl.h" @@ -130,15 +130,13 @@ * Autoconfiguration subroutines. */ -struct pmf_private { +typedef struct pmf_private { int pp_nwait; int pp_nlock; lwp_t *pp_holder; kmutex_t pp_mtx; kcondvar_t pp_cv; -}; - -typedef struct pmf_private pmf_private_t; +} pmf_private_t; /* * ioconf.c exports exactly two names: cfdata and cfroots. All system