From owner-cvs-all Fri Jul 2 16:18: 7 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 5093114C9C; Fri, 2 Jul 1999 16:18:05 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA10948; Fri, 2 Jul 1999 16:18:04 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199907022318.QAA10948@freefall.freebsd.org> From: Matt Jacob Date: Fri, 2 Jul 1999 16:18:04 -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/07/02 16:18:04 PDT Modified files: sys/pci isp_pci.c Log: Remove pre-CAM code. Add in getenv_int calls for variables isp_mem_map, isp_io_map, isp_no_fwload, isp_fwload, isp_no_nvram, isp_fcduplex which are all bitmaps of isp instances that should or shouldn't map memory space, I/O space, not load f/w, load f/w, ignore nvram, not ignore nvarm, set full duplex mode. Also have an isp_seed value that we can use to generate a pseudo seed for a synthetic WWN. Other minor cosmetic cleanup. Add in support for the Qlogic ISP 2200. Very important change where we actually check now to see whether we were successful in mapping request and response queues (and fibre channel scratch space). Revision Changes Path 1.24 +235 -325 src/sys/pci/isp_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message