From owner-cvs-all Mon Apr 1 11:42:55 2002 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 8AF8437B41A; Mon, 1 Apr 2002 11:42:52 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31JgqA29243; Mon, 1 Apr 2002 11:42:52 -0800 (PST) (envelope-from joe) Message-Id: <200204011942.g31JgqA29243@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 11:42:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ohci.c uhci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2002/04/01 11:42:52 PST Modified files: sys/dev/usb ohci.c uhci.c Log: MFNetBSD: ohci.c rev 1.92, uhci.c rev 1.122 (part) date: 2000/08/08 19:51:46; author: tv; state: Exp; lines: +24 -13 %b -> bitmask_snprintf() Because this code is shared, add a macro for bitmask_snprintf() that should expand to the equivalent snprintf() on non-NetBSD systems. This is only used in ?HCI_DEBUG cases anyway. Revision Changes Path 1.75 +25 -13 src/sys/dev/usb/ohci.c 1.92 +12 -7 src/sys/dev/usb/uhci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message