From owner-cvs-all Mon Dec 4 23:53:42 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 23:53:39 2000 Return-Path: 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 5B41E37B698; Mon, 4 Dec 2000 23:53:39 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB57rdR06293; Mon, 4 Dec 2000 23:53:39 -0800 (PST) (envelope-from mjacob) Message-Id: <200012050753.eB57rdR06293@freefall.freebsd.org> From: Matt Jacob Date: Mon, 4 Dec 2000 23:53:39 -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 2000/12/04 23:53:39 PST Modified files: (Branch: RELENG_4) sys/pci isp_pci.c Log: MFC: Remove more printfs and use either isp_prt or device_printf. Remember to set ISP_LOGINFO if bootverbose is set. Remove unneeded , Replace splbio/splx with ISP_LOCK/ISP_UNLOCK macros. Revision Changes Path 1.45.2.5 +48 -48 src/sys/pci/isp_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message