From owner-cvs-all Wed Feb 26 15:26:50 2003 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 E986837B405 for ; Wed, 26 Feb 2003 15:26:48 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 3D0AC43FBF for ; Wed, 26 Feb 2003 15:26:47 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 67290 invoked by uid 1000); 26 Feb 2003 23:26:48 -0000 Date: Wed, 26 Feb 2003 15:26:48 -0800 (PST) From: Nate Lawson To: Poul-Henning Kamp Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_target.c In-Reply-To: <200302262053.h1QKr4wl010124@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Wed, 26 Feb 2003, Poul-Henning Kamp wrote: > Modified files: > sys/cam/scsi scsi_target.c > Log: > msg > > Revision Changes Path > 1.50 +0 -1 src/sys/cam/scsi/scsi_target.c Re: (removal of cdevsw_add() calls) So how is my driver supposed to be hooked in so that its open() function is called to do the make_dev? In the past and without NO_DEVFS, the clone handler was never called unless I also had cdevsw_add(). What is the expected way of doing things now and are you sure it works? -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message