From owner-cvs-all Sun Mar 4 14:21:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B786737B71B; Sun, 4 Mar 2001 14:21:13 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f24MLDM66171; Sun, 4 Mar 2001 14:21:13 -0800 (PST) (envelope-from mjacob) Message-Id: <200103042221.f24MLDM66171@freefall.freebsd.org> From: Matt Jacob Date: Sun, 4 Mar 2001 14:21:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci isp_pci.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/03/04 14:21:13 PST Modified files: (Branch: RELENG_4) sys/pci isp_pci.c Log: MFC: Update copyright. Handles are 16, not 32 bits. Remove usage of isp_unit/isp_name (just use device_t). Get isp_portwwn or isp_nodewwn environment variables instead of a plain isp_wwn variable. Update target mode to handle the new handle passthru for parallel SCSI. Use all device_printf's or isp_prt's instead of plain printf. Revision Changes Path 1.45.2.7 +82 -71 src/sys/pci/Attic/isp_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message