From owner-cvs-all Mon Sep 18 4:35:52 2000 Delivered-To: cvs-all@freebsd.org Received: from gidora.zeta.org.au (gidora.zeta.org.au [203.26.10.25]) by hub.freebsd.org (Postfix) with SMTP id 0475637B43C for ; Mon, 18 Sep 2000 04:35:48 -0700 (PDT) Received: (qmail 23365 invoked from network); 18 Sep 2000 11:35:44 -0000 Received: from unknown (HELO bde.zeta.org.au) (203.2.228.102) by gidora.zeta.org.au with SMTP; 18 Sep 2000 11:35:44 -0000 Date: Mon, 18 Sep 2000 22:35:40 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: "Matthew N. Dodd" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_bus.c In-Reply-To: <200009172357.QAA01671@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 17 Sep 2000, Matthew N. Dodd wrote: > mdodd 2000/09/17 16:57:53 PDT > > Modified files: > sys/kern subr_bus.c > Log: > Initialize 'hints_loaded' to 0. > > This allows static hints to work properly. This has no effect except possibly to hide bugs. `hints_loaded' was already implicitly initialized to 0. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message