From owner-cvs-all Sun Mar 4 14:13:19 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 8959037B718; Sun, 4 Mar 2001 14:13:13 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f24MDD665332; Sun, 4 Mar 2001 14:13:13 -0800 (PST) (envelope-from mjacob) Message-Id: <200103042213.f24MDD665332@freefall.freebsd.org> From: Matt Jacob Date: Sun, 4 Mar 2001 14:13:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/03/04 14:13:13 PST Modified files: (Branch: RELENG_4) sys/dev/isp isp_freebsd.c Log: MFC: Remove usage of isp->isp_name/isp->isp_unit (use isp->isp_dev). Remove stray newline in foormat string. Note the we don't support 2nd channel on 12160/1280 cards in target mode yet. Clean up target mode so that it more or less works again. Remove nearly all printfs and use device_printf or isp_prt. Handles are 16- not 32 bits now. We can now cope with at least the latest Qlogic 1040 Target Mode f/w (12160/1X80 not working yet). Revision Changes Path 1.32.2.9 +82 -56 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