From owner-cvs-all Sun Nov 28 13: 1:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 87A5114A20; Sun, 28 Nov 1999 13:01:12 -0800 (PST) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA59913; Sun, 28 Nov 1999 13:01:07 -0800 (PST) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199911282101.NAA59913@freefall.freebsd.org> From: Nick Hibma Date: Sun, 28 Nov 1999 13:01:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ohci.c ugen.c uhci.c uhub.c ulpt.c usbdi.c usbdi.h usbdi_util.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/11/28 13:01:07 PST Modified files: sys/dev/usb ohci.c ugen.c uhci.c uhub.c ulpt.c usbdi.c usbdi.h usbdi_util.c Log: Synchronisation with NetBSD 1999/11/27 - more req[uest]->xfer changes. - get the corresponding NetBSD Id's right ohci.c - move untimeout above print statement - remove usb_delay that panics the system (tsleep in intr context) when ohcidebug > 5. ugen.c - create the devices for endpoints with make_dev. uhub.c - change from using usbdebug to uhubdebug - add more debugging statements Revision Changes Path 1.23 +33 -32 src/sys/dev/usb/ohci.c 1.29 +56 -32 src/sys/dev/usb/ugen.c 1.34 +26 -21 src/sys/dev/usb/uhci.c 1.19 +22 -14 src/sys/dev/usb/uhub.c 1.26 +5 -5 src/sys/dev/usb/ulpt.c 1.29 +37 -36 src/sys/dev/usb/usbdi.c 1.19 +8 -8 src/sys/dev/usb/usbdi.h 1.15 +5 -5 src/sys/dev/usb/usbdi_util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message