From owner-p4-releng@FreeBSD.ORG Wed Oct 1 15:43:31 2003 Return-Path: Delivered-To: p4-releng@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 2C2ED16A4C1; Wed, 1 Oct 2003 15:43:31 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA86716A4C0; Wed, 1 Oct 2003 15:43:30 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3089F43FDD; Wed, 1 Oct 2003 15:43:29 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p1/8.12.9) with ESMTP id h91MhHAD011307; Wed, 1 Oct 2003 16:43:19 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 01 Oct 2003 16:43:15 -0600 (MDT) Message-Id: <20031001.164315.11988972.imp@bsdimp.com> To: jmallett@FreeBSD.ORG From: "M. Warner Losh" In-Reply-To: <20031001142349.A87379@FreeBSD.org> References: <20030930.195029.26965475.imp@bsdimp.com> <20031001142349.A87379@FreeBSD.org> X-Mailer: Mew version 2.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: perforce@FreeBSD.ORG cc: julian@elischer.org Subject: Re: PERFORCE change 38917 for review X-BeenThere: p4-releng@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 releng tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2003 22:43:31 -0000 In message: <20031001142349.A87379@FreeBSD.org> Juli Mallett writes: : * "M. Warner Losh" [ Date: 2003-09-30 ] : [ w.r.t. Re: PERFORCE change 38917 for review ] : > In message: : > Julian Elischer writes: : > : Someone who understands all this stuff should update : > : : > : /usr/share/examples/drivers/make_device_driver.sh : > : > That's premature at this time. We're trying to hash out the : > guarnatees that various subsystems need to make in order to ensure : > that we can successfully detach drivers. : : In other words, the strawman is being used to find the fundamental : flaws/races/... that we need to grow the APIs/etc. to accomodate? : : Groovy. Better APIs and primitives :D Yes. This is an anal-rentive view at our APIs and how they are implement to make sure that we get all the driver issues dealt with properly to effectively support removable drivers. Warner