From owner-cvs-all Sun Oct 17 11:50:50 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 C270C14E57; Sun, 17 Oct 1999 11:50:48 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA32218; Sun, 17 Oct 1999 11:50:48 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199910171850.LAA32218@freefall.freebsd.org> From: Matt Jacob Date: Sun, 17 Oct 1999 11:50:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/10/17 11:50:48 PDT Modified files: sys/dev/isp isp_freebsd.c Log: Add in isp_debug variable. It defaults to zero unless CAMDEBUG is defined where it defaults to one. Change simq width allocation to the max number of commands supported by the HBA after f/w fires up- not the constant MAXISPREQUEST value. Do some stylistic changes. Revision Changes Path 1.25 +16 -27 src/sys/dev/isp/isp_freebsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message