From owner-cvs-all Thu Sep 17 14:12:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA02737 for cvs-all-outgoing; Thu, 17 Sep 1998 14:12:25 -0700 (PDT) (envelope-from owner-cvs-all) 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 OAA02526; Thu, 17 Sep 1998 14:11:44 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) From: Matt Jacob Received: (from mjacob@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA25524; Thu, 17 Sep 1998 14:11:21 -0700 (PDT) Date: Thu, 17 Sep 1998 14:11:21 -0700 (PDT) Message-Id: <199809172111.OAA25524@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci isp_pci.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mjacob 1998/09/17 14:11:21 PDT Modified files: sys/pci isp_pci.c Log: A major amount of cleaning up: + Change some messages about CCB memory allocation + Turn a failure to DMA map all of a transaction due to lack of ISP queue entries into a requeue operation (instead of the case where it had been treated the same as a DMA too big operation). + put back splsoftvm around bus_dmamap_load calls. + cleanup (and fix a glaring bug) in the and of the dma setup routine. Also, the dma setup routines either return CMD_QUEUED (for success) or CMD_COMPLETE (for failure) or CMD_EAGAIN (for requeuing for resource shortage reasons). Revision Changes Path 1.6 +33 -45 src/sys/pci/isp_pci.c