From owner-freebsd-current Thu Aug 15 15:46:52 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19A1937B409 for ; Thu, 15 Aug 2002 15:46:51 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 96C8243E3B for ; Thu, 15 Aug 2002 15:46:50 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 41041 invoked by uid 1000); 15 Aug 2002 22:46:52 -0000 Date: Thu, 15 Aug 2002 15:46:52 -0700 (PDT) From: Nate Lawson To: current@freebsd.org Subject: HEADSUP: cam_extend gone Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sorry this is a little late. I committed a change today that removes cam_extend.[ch] and removes usage of it from all periphs. If you're working on a new CAM periph driver, please use dev->si_drv1 instead. See cam/scsi/scsi_da.c for an example. I've tested a full build of the patch for a while with da and cd but don't have equipment to test the rest. Please let me know if you find any problems. -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message