From owner-cvs-all@FreeBSD.ORG Mon Mar 13 17:36:21 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 9DA0916A400; Mon, 13 Mar 2006 17:36:21 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id E186543D46; Mon, 13 Mar 2006 17:36:20 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k2DHaBp0028529; Mon, 13 Mar 2006 12:36:11 -0500 (EST) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Ceri Davies Date: Mon, 13 Mar 2006 12:35:38 -0500 User-Agent: KMail/1.6.2 References: <200603092249.k29MniFG037730@repoman.freebsd.org> <20060310150909.GC22810@submonkey.net> In-Reply-To: <20060310150909.GC22810@submonkey.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200603131235.54531.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV devel-20050919/1327/Mon Mar 13 09:50:10 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/libi386 Makefile libi386.h smbios.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: Mon, 13 Mar 2006 17:36:21 -0000 On Friday 10 March 2006 10:09 am, Ceri Davies wrote: > On Thu, Mar 09, 2006 at 10:49:44PM +0000, Jung-uk Kim wrote: > > jkim 2006-03-09 22:49:44 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/boot/i386/libi386 Makefile libi386.h smbios.c > > Log: > > - Implement serial numbers, UUID, and asset tag (turned off by > > default). Use 'BOOT_SENSITIVE_INFO=YES' variable to turn them on. > > This is great, but I don't think that those variables are so > sensitive that this must be a compile-time option. I'd love to see > this be a tuneable instead if you think that it needs to be "turn > off and on-able". > > In my ideal world, it would just be on, but I realise that I don't > get to demand that, of course. Since this is loader code, it isn't practical to make it a tuneable. I can make it 'turn on and off-able' instead. ;-) If there's no objection, I will do just that. Jung-uk Kim > Cheers! > > Ceri