From owner-cvs-all Fri Feb 15 16:51:29 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 7F6A737B400; Fri, 15 Feb 2002 16:51:26 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1G0pQg84627; Fri, 15 Feb 2002 16:51:26 -0800 (PST) (envelope-from joe) Message-Id: <200202160051.g1G0pQg84627@freefall.freebsd.org> From: Josef Karthauser Date: Fri, 15 Feb 2002 16:51:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ohci.c uhci.c usb.h usb_subr.c usbdivar.h 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/02/15 16:51:26 PST Modified files: sys/dev/usb ohci.c uhci.c usb.h usb_subr.c usbdivar.h Log: Merge from NetBSD: Pave the way for USB2, by replacing 'lowspeed' with 'speed', so that it can take the values USB_SPEED_LOW, USB_SPEED_FULL or in time USB_SPEED_HIGH. Revision Changes Path 1.63 +3 -1 src/sys/dev/usb/ohci.c 1.82 +6 -6 src/sys/dev/usb/uhci.c 1.29 +4 -1 src/sys/dev/usb/usb.h 1.33 +7 -7 src/sys/dev/usb/usb_subr.c 1.21 +1 -1 src/sys/dev/usb/usbdivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message