From owner-cvs-all@FreeBSD.ORG Thu Jan 12 19:45:26 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46E7016A420 for ; Thu, 12 Jan 2006 19:45:26 +0000 (GMT) (envelope-from joao.barros@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id D573843D48 for ; Thu, 12 Jan 2006 19:45:24 +0000 (GMT) (envelope-from joao.barros@gmail.com) Received: by xproxy.gmail.com with SMTP id t12so355604wxc for ; Thu, 12 Jan 2006 11:45:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Twt9gxyQXQCxyzME/GYo9vhaXyXWP8M1BCNUcAAQdV2dQSTffDsoj/D6qI8UfWTTst55ZCqnx8KSg4r+ZKqsYet6osx8ObwU+TnhRfpvSUbhF95BYflC43OQqMx7sg9+OhMvfe2+G6HUEA6XsoF2F4p9njN6ScDOVeJgNEnjEIs= Received: by 10.70.36.14 with SMTP id j14mr2783418wxj; Thu, 12 Jan 2006 11:45:23 -0800 (PST) Received: by 10.70.36.7 with HTTP; Thu, 12 Jan 2006 11:45:23 -0800 (PST) Message-ID: <70e8236f0601121145t71e00880j8c98f99195af41e5@mail.gmail.com> Date: Thu, 12 Jan 2006 19:45:23 +0000 From: Joao Barros To: Alfred Perlstein In-Reply-To: <200601121915.k0CJFErD031318@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200601121915.k0CJFErD031318@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_conf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jan 2006 19:45:26 -0000 On 1/12/06, Alfred Perlstein wrote: > alfred 2006-01-12 19:15:14 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_conf.c > Log: > Novel idea, don't print a string if it is NULL! > > This protects people from loading _really_ old modules, like say from > 5.x to a 6.x or 7.x system, like for instance right after an upgrade. Will this prevent loading an old nvidia module on boot after a kernel upgrade, which most times hangs the kernel? I mean, it will only prevent the module loading on 5.x to 6.x or for example 6.0 to 6.1? -- Joao Barros