From owner-cvs-all Fri Jan 29 23:29:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA25163 for cvs-all-outgoing; Fri, 29 Jan 1999 23:29:04 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA25155; Fri, 29 Jan 1999 23:29:01 -0800 (PST) (envelope-from mjacob@FreeBSD.org) From: Matt Jacob Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA02541; Fri, 29 Jan 1999 23:29:01 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Date: Fri, 29 Jan 1999 23:29:01 -0800 (PST) Message-Id: <199901300729.XAA02541@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_freebsd_cam.h ispmbox.h ispreg.h ispvar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/01/29 23:29:00 PST Modified files: sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_freebsd_cam.h ispmbox.h ispreg.h ispvar.h Log: Implement and use Fast Posting for both parallel && fibre. Redo a bit of the startup code. Implement a call to outer framework function so that asynchronous events can be handled (e.g., speed negotiation, target mode). Roll internal release tags. Revision Changes Path 1.12 +256 -184 src/sys/dev/isp/isp.c 1.11 +113 -5 src/sys/dev/isp/isp_freebsd.c 1.10 +2 -2 src/sys/dev/isp/isp_freebsd.h 1.13 +2 -2 src/sys/dev/isp/isp_freebsd_cam.h 1.5 +6 -2 src/sys/dev/isp/ispmbox.h 1.5 +3 -2 src/sys/dev/isp/ispreg.h 1.9 +28 -8 src/sys/dev/isp/ispvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message