Received: by mail.netbsd.org (Postfix, from userid 0) id 72A6B63B1A1; Thu, 1 Oct 2009 10:41:05 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 3D48F63B11E for ; Thu, 1 Oct 2009 10:41:04 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 12479175DA; Thu, 1 Oct 2009 10:41:04 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Thu, 1 Oct 2009 10:41:03 +0000 From: "Jared D. McNeill" Subject: CVS commit: src/distrib/utils/sysinst To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20091001104104.12479175DA@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Module Name: src Committed By: jmcneill Date: Thu Oct 1 10:41:03 UTC 2009 Modified Files: src/distrib/utils/sysinst: disks.c Log Message: In get_descr(), initialize dd_descr to an empty string before probing ATA and SCSI identification. Fixes issues with xbd and raid. To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/distrib/utils/sysinst/disks.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.