From owner-cvs-all Sat Dec 11 15: 2:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BE64A152FD; Sat, 11 Dec 1999 15:00:47 -0800 (PST) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA93907; Sat, 11 Dec 1999 15:00:47 -0800 (PST) (envelope-from ken@FreeBSD.org) Message-Id: <199912112300.PAA93907@freefall.freebsd.org> From: Kenneth Merry Date: Sat, 11 Dec 1999 15:00:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_cd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ken 1999/12/11 15:00:47 PST Modified files: sys/cam/scsi scsi_cd.c Log: Quirk all Pioneer changers as changers up front, instead of waiting for the second LUN to show up. mjacob's change (which is correct) in rev 1.21 of cam_periph.c to elminiate infinite retries of the SCSI busy status bit seems to have broken probing of Pioneer changers that aren't already quirked. The right way to fix this is probably to change things around so we can guarantee 100% sequential probing of LUN-based changers even if they aren't quirked. This should fix things for now, though. Revision Changes Path 1.30 +2 -8 src/sys/cam/scsi/scsi_cd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message