From owner-cvs-all Wed Jan 2 8:33:58 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 A277A37B41B; Wed, 2 Jan 2002 08:33:53 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g02GXrS91644; Wed, 2 Jan 2002 08:33:53 -0800 (PST) (envelope-from joe) Message-Id: <200201021633.g02GXrS91644@freefall.freebsd.org> From: Josef Karthauser Date: Wed, 2 Jan 2002 08:33:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ugen.c uhid.c ulpt.c umodem.c ums.c urio.c usb.c usb_port.h uscanner.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/01/02 08:33:53 PST Modified files: sys/dev/usb ugen.c uhid.c ulpt.c umodem.c ums.c urio.c usb.c usb_port.h uscanner.c Log: NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too) to hide the distinction between struct proc and struct thread. Revision Changes Path 1.54 +11 -11 src/sys/dev/usb/ugen.c 1.40 +16 -16 src/sys/dev/usb/uhid.c 1.38 +3 -3 src/sys/dev/usb/ulpt.c 1.32 +10 -10 src/sys/dev/usb/umodem.c 1.46 +6 -6 src/sys/dev/usb/ums.c 1.12 +8 -8 src/sys/dev/usb/urio.c 1.44 +12 -12 src/sys/dev/usb/usb.c 1.36 +12 -1 src/sys/dev/usb/usb_port.h 1.19 +6 -6 src/sys/dev/usb/uscanner.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message