From owner-cvs-all Thu Jul 22 1:40:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 23E2814D58; Thu, 22 Jul 1999 01:40:52 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA85676; Thu, 22 Jul 1999 01:39:49 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199907220839.BAA85676@freefall.freebsd.org> From: Greg Lehey Date: Thu, 22 Jul 1999 01:39:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinum.c vinumvar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/07/22 01:39:48 PDT Modified files: sys/dev/vinum vinum.c vinumvar.h Log: Modify device numbering method to work with latest -CURRENT. Briefly, the device numbers are now minor number only, so that we can still compare them after dev_t has turned into a blob. Broken-by: dev_t changes Reported-by: Vallo Kallaste "Niels Chr. Bank-Pedersen" Revision Changes Path 1.26 +9 -5 src/sys/dev/vinum/vinum.c 1.21 +6 -6 src/sys/dev/vinum/vinumvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message