From owner-cvs-all@FreeBSD.ORG Sat Nov 17 08:06:09 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB10B16A418; Sat, 17 Nov 2007 08:06:09 +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 7B04613C46E; Sat, 17 Nov 2007 08:06:07 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.6/8.13.6) with ESMTP id lAGKusMG015818; Fri, 16 Nov 2007 15:56:54 -0500 (EST) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: cvs-src@FreeBSD.org Date: Fri, 16 Nov 2007 15:56:49 -0500 User-Agent: KMail/1.6.2 References: <200711162049.lAGKnYv1071169@repoman.freebsd.org> In-Reply-To: <200711162049.lAGKnYv1071169@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200711161556.51520.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.91.2/4816/Fri Nov 16 14:52:04 2007 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/pci pci.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: Sat, 17 Nov 2007 08:06:10 -0000 On Friday 16 November 2007 03:49 pm, Jung-uk Kim wrote: > jkim 2007-11-16 20:49:34 UTC > > FreeBSD src repository > > Modified files: > sys/dev/pci pci.c > Log: > Make VPD register access more robust: > > - Implement timing out of VPD register access.[1] > - Fix an off-by-one error of freeing malloc'd space when checksum > is invalid. > - Fix style(9) bugs, i.e., sizeof cannot be followed by > space. > - Retire now obsolete 'hw.pci.enable_vpd' tunable. Forgot to mention: - Hide bad VPD checksum message under bootverbose. Jung-uk Kim