From owner-cvs-all Mon Jul 3 19:31:23 2000 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 8E04937C346; Mon, 3 Jul 2000 19:31:19 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA89771; Mon, 3 Jul 2000 19:31:19 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040231.TAA89771@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 19:31:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp ispvar.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 19:31:19 PDT Modified files: (Branch: RELENG_4) sys/dev/isp ispvar.h Log: MFC: Remove obsolete isp_dogactive tag. Add 8 bits of volatile mailbox busy mask- this will be the bitmask of output mailbox values we want to get back out of the chip once a mailbox command is done. Add storage for the maximum number of output mailbox registers to the softc. Set ISP_MAX_LUNS to be off of new isp_maxluns tag in softc. Change our 'fabdev' tag to 'loggedin'. Increase size (and add defines for) topology storage. Roll minor version numbers. Revision Changes Path 1.25.2.2 +9 -14 src/sys/dev/isp/ispvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message