From owner-cvs-all Thu Feb 22 21:35:54 2001 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 8AA0D37B401; Thu, 22 Feb 2001 21:35:51 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1N5Zpq04695; Thu, 22 Feb 2001 21:35:51 -0800 (PST) (envelope-from mjacob) Message-Id: <200102230535.f1N5Zpq04695@freefall.freebsd.org> From: Matt Jacob Date: Thu, 22 Feb 2001 21:35:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c ispmbox.h ispvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/02/22 21:35:50 PST Modified files: sys/dev/isp isp.c ispmbox.h ispvar.h Log: Fix a longstanding bug- we had the sense of what bit 14 for the ICB firmware options meant- *I* had taken it to mean that if you set it, Node Name would be ignored and derived from Port Name. Actually, it meant the opposite. As a consequence- change ICBOPT_USE_PORTNAME to the define ICBOPT_BOTH_WWNS- makes more sense. Fix wrong input bitmap for MBOX_DUMP_RAM command. Call ISP_DUMPREGS if we get a f/w crash. Add ISPCTL_RUN_MBOXCMD control command (so outer layers can run a mailbox command directly) and add a ISPASYNC_UNHANDLED_RESPONSE hook so outer layers can understand response queue entries we might not know about. Revision Changes Path 1.60 +18 -11 src/sys/dev/isp/isp.c 1.28 +2 -2 src/sys/dev/isp/ispmbox.h 1.40 +10 -2 src/sys/dev/isp/ispvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message