From owner-cvs-all Tue Oct 31 14: 7: 7 2000 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 0F90037B4C5; Tue, 31 Oct 2000 14:07:04 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA14001; Tue, 31 Oct 2000 14:07:03 -0800 (PST) (envelope-from gibbs@FreeBSD.org) Message-Id: <200010312207.OAA14001@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Tue, 31 Oct 2000 14:07:03 -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 X-Loop: FreeBSD.ORG gibbs 2000/10/31 14:07:03 PST Modified files: sys/cam cam_xpt.c Log: Treat engine inquiry the same as path inquiry in xptioctl(). Return ENOTSUP for any opcode that is not supported by the XPT device. Add back a missing local declaration that seems to have been deleted by my last commit. Revision Changes Path 1.100 +4 -6 src/sys/cam/cam_xpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message