From owner-cvs-all Wed Feb 28 18:14:58 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 0F8D537B719; Wed, 28 Feb 2001 18:14:55 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f212Ets71231; Wed, 28 Feb 2001 18:14:55 -0800 (PST) (envelope-from mjacob) Message-Id: <200103010214.f212Ets71231@freefall.freebsd.org> From: Matt Jacob Date: Wed, 28 Feb 2001 18:14:54 -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: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/02/28 18:14:54 PST Modified files: sys/dev/isp isp_freebsd.c Log: Finally eliminate as many of the printf calls as possible (still leaving ones where we have a CAM path) and replacing them with calls to isp_prt., Eliminate isp_unit references- we no longer have an isp_unit- we now have an isp_dev that device_get_unit can work with. Revision Changes Path 1.59 +43 -31 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