From owner-cvs-src@FreeBSD.ORG Thu Aug 14 21:36:55 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0262637B401; Thu, 14 Aug 2003 21:36:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CEF643FBD; Thu, 14 Aug 2003 21:36:54 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7F4as0U015754; Thu, 14 Aug 2003 21:36:54 -0700 (PDT) (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7F4arfC015753; Thu, 14 Aug 2003 21:36:53 -0700 (PDT) Message-Id: <200308150436.h7F4arfC015753@repoman.freebsd.org> From: Greg Lehey Date: Thu, 14 Aug 2003 21:36:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/vinum vinumio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2003 04:36:55 -0000 grog 2003/08/14 21:36:53 PDT FreeBSD src repository Modified files: sys/dev/vinum vinumio.c Log: vinum_scandisk: Correctly handle additional disks without BIOS partition tables. Previously, vinum_scandisk stopped scanning additional disks for native partitions after any good partition was found. This applies to all platforms, but was a particular problem on systems without BIOS partition tables. Submitted by: harti Revision Changes Path 1.92 +5 -1 src/sys/dev/vinum/vinumio.c