Date: Thu, 22 Feb 2001 21:35:50 -0800 (PST) From: Matt Jacob <mjacob@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c ispmbox.h ispvar.h Message-ID: <200102230535.f1N5Zpq04695@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102230535.f1N5Zpq04695>