From owner-cvs-all Tue Apr 2 3:40:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5221C37B417; Tue, 2 Apr 2002 03:40:46 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32Bekw63397; Tue, 2 Apr 2002 03:40:46 -0800 (PST) (envelope-from phk) Message-Id: <200204021140.g32Bekw63397@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 2 Apr 2002 03:40:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumio.c vinumobj.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/04/02 03:40:45 PST Modified files: sys/dev/vinum vinumio.c vinumobj.h Log: Stop using the bogus DIOCGPART ioctl, use DIOCGSECTORSIZE and DIOCGMEDIASIZE instead. The partition type check has been XXX'ed out since we cannot expect that a BSD disklabel with a type field be available on all platforms. Revision Changes Path 1.71 +17 -6 src/sys/dev/vinum/vinumio.c 1.4 +2 -1 src/sys/dev/vinum/vinumobj.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message