From owner-cvs-all@FreeBSD.ORG Tue Jul 13 20:55:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D939F16A4CE; Tue, 13 Jul 2004 20:55:49 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37B2343D49; Tue, 13 Jul 2004 20:55:49 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.11/8.12.11) with ESMTP id i6DKtjjA025437; Tue, 13 Jul 2004 22:55:45 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: "M. Warner Losh" From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 13 Jul 2004 14:47:58 MDT." <20040713.144758.88381443.imp@bsdimp.com> Date: Tue, 13 Jul 2004 22:55:44 +0200 Message-ID: <25436.1089752144@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: scottl@freebsd.org cc: cvs-all@freebsd.org cc: nate@root.org Subject: Re: cvs commit: src/sbin/kldunload kldunload.8 kldunload.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 13 Jul 2004 20:55:50 -0000 In message <20040713.144758.88381443.imp@bsdimp.com>, "M. Warner Losh" writes: >In message: <25096.1089751422@critter.freebsd.dk> > "Poul-Henning Kamp" writes: >: In message <40F4477F.9020906@root.org>, Nate Lawson writes: >: >Poul-Henning Kamp wrote: >: >> ... somebody who has >: >> wasted a couple of months trying to write a newbus-ified GEOM. >: > >: >I'll happily help review patches/designs for this. >: >: No need to. It doesn't work because newbus doesn't support >: multiple interitance. > >Yes it does. Or are you talking about multi-pathing... It does ? When did that happen ? I'm pretty sure i mean "multiple inheritance": objects A, B, X, Y; A is a child of X and Y; B is a child of Y and Z; that was called multiple inheritance last I read about OO. (Multi-pathing is the ability to join independent paths, that is the correct way to solve the FC redundancy issue, and I belive we need both CAM and newbus to learn new tricls before that is realistic) -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.