From owner-cvs-all Sun Oct 17 12: 3:15 1999 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 B10DF1509A; Sun, 17 Oct 1999 12:03:12 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA32981; Sun, 17 Oct 1999 12:03:12 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199910171903.MAA32981@freefall.freebsd.org> From: Matt Jacob Date: Sun, 17 Oct 1999 12:03:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci isp_pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/10/17 12:03:12 PDT Modified files: sys/pci isp_pci.c Log: Add in inclusion of machine/md_var.h (so alpha_scsi_bus_register or what have you is prototyped). Removed code versions in md struct- not used any more. Allocate transfer dma maps and xflist stuff in mbxdmasetup based upon isp->isp_maxcmds. Allow for multiple calls to mbxdmasetup (for isp_reset cases). Revision Changes Path 1.34 +60 -23 src/sys/pci/isp_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message