From owner-cvs-all Mon Jan 3 15:55:51 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 CB851151BB; Mon, 3 Jan 2000 15:55:31 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA56636; Mon, 3 Jan 2000 15:55:31 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Message-Id: <200001032355.PAA56636@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jan 2000 15:55:31 -0800 (PST) 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 2000/01/03 15:55:31 PST Modified files: sys/dev/isp isp_freebsd.c Log: Make a static chain of isp softcs- gdb usage becomes a lot easier. Add in a very large amount of target mode support code- this is just a first pass at this. It's a difficult thing because some of the code can be in platform independent areas (see isp_target.?) but a lot has to be in platform dependent areas because of not only the tight coupling of received commands/events and the specific OS subsystem but because the platform independent code has (deliberately) no event/wait mechanisms. Revision Changes Path 1.28 +1080 -18 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