From owner-cvs-all Wed Dec 9 20:05:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA23376 for cvs-all-outgoing; Wed, 9 Dec 1998 20:05:51 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA23370; Wed, 9 Dec 1998 20:05:49 -0800 (PST) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA11188; Wed, 9 Dec 1998 20:05:50 -0800 (PST) Date: Wed, 9 Dec 1998 20:05:50 -0800 (PST) Message-Id: <199812100405.UAA11188@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/cam cam_xpt.c cam_ccb.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1998/12/09 20:05:50 PST Modified files: sys/cam cam_xpt.c cam_ccb.h Log: Expand the hba_misc fied in the Path Inquiry ccb to allow a controller driver to specify that it does not provide initiator services (PIM_NOINITIATOR) and that the initial bus reset for device probing should be avoided (PIM_NOBUSRESET). Modify the XPT layer to honor these flags. Revision Changes Path 1.29 +62 -8 src/sys/cam/cam_xpt.c 1.3 +3 -2 src/sys/cam/cam_ccb.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message