From owner-cvs-all Mon Apr 29 14:49:54 2002 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 B13B337B405; Mon, 29 Apr 2002 14:49:44 -0700 (PDT) Received: (from ps@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3TLniw07878; Mon, 29 Apr 2002 14:49:44 -0700 (PDT) (envelope-from ps) Message-Id: <200204292149.g3TLniw07878@freefall.freebsd.org> From: Paul Saab Date: Mon, 29 Apr 2002 14:49:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ciss ciss.c X-FreeBSD-CVS-Branch: RELENG_4 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 ps 2002/04/29 14:49:44 PDT Modified files: (Branch: RELENG_4) sys/dev/ciss ciss.c Log: MFC: rev 1.5 - Set the maximum number of device transactions to what the driver is limiting it to, not what the device says it can handle. - cl_status is an integer. cl_lstatus is a pointer. - Add some debugging code to dump some things the driver knows about the adapter. - Tell CAM that the adapter can handle more commands when a command completes. This fixes the problem were the SIM would freeze once the driver hit the maximum number of transactions for the device. - Change the vendor string to COMPAQ. - Turn of Synchronize Cache for now. It locks the controller up. Approved by: msmith Obtained from: Yahoo! Revision Changes Path 1.2.2.4 +73 -7 src/sys/dev/ciss/ciss.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message