From owner-freebsd-scsi Mon Jun 17 13:44:47 2002 Delivered-To: freebsd-scsi@freebsd.org Received: from rootlabs.com (root.org [67.118.192.226]) by hub.freebsd.org (Postfix) with SMTP id 0569337B426 for ; Mon, 17 Jun 2002 13:44:23 -0700 (PDT) Received: (qmail 9886 invoked by uid 1000); 17 Jun 2002 21:14:06 -0000 Date: Mon, 17 Jun 2002 14:14:06 -0700 (PDT) From: Nate Lawson To: scsi@freebsd.org Subject: CAM extend patch Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I have put together a patch for cam/scsi/* that removes use of the extend array for storing the softc and instead uses dev_t->si_drv1 (as other drivers do). With this patch, /sys/cam/cam_extend* can be deleted. Apply the patch with: cd /sys/cam/scsi; patch -p0 < extend-remove.patch cd /usr/src; make buildkernel ... Please test it and let me know if you have any problems. I have it running on today's -current with 4 disk exerciser processes running against the da device with no problems. However, there are no guarantees that it will not cause data loss, etc. so use with caution on non-important drives. I am especially interested in making sure the tape (sa) support is correct so please test that. http://www.root.org/~nate/extend-remove.patch Thanks, Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message