From owner-cvs-all Mon Nov 26 19:34:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C4BEA37B416; Mon, 26 Nov 2001 19:34:22 -0800 (PST) Received: (from ken@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR3YMf21958; Mon, 26 Nov 2001 19:34:22 -0800 (PST) (envelope-from ken) Message-Id: <200111270334.fAR3YMf21958@freefall.freebsd.org> From: "Kenneth D. Merry" Date: Mon, 26 Nov 2001 19:34:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_xpt.c X-FreeBSD-CVS-Branch: HEAD 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 ken 2001/11/26 19:34:22 PST Modified files: sys/cam cam_xpt.c Log: Bring the probe inquiry code in line with the SCSI spec. It is legal to have a device with device type 0x1f, that just means that the device is of unknown type. Instead, only check the peripheral qualifier when deciding whether or not to reject a device based on its inquiry information. Tested by: julian MFC after: 3 weeks Revision Changes Path 1.120 +38 -46 src/sys/cam/cam_xpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message