From owner-cvs-all Sun Jan 27 17: 3:25 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 3CD2537B419; Sun, 27 Jan 2002 17:03:20 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0S13KJ62639; Sun, 27 Jan 2002 17:03:20 -0800 (PST) (envelope-from joe) Message-Id: <200201280103.g0S13KJ62639@freefall.freebsd.org> From: Josef Karthauser Date: Sun, 27 Jan 2002 17:03:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/usbd usbd.c src/share/man/man4 usb.4 src/sys/dev/usb uhub.c usb.c usb.h usb_port.h usb_subr.c usbdi.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/01/27 17:03:20 PST Modified files: usr.sbin/usbd usbd.c share/man/man4 usb.4 sys/dev/usb uhub.c usb.c usb.h usb_port.h usb_subr.c usbdi.h Log: Merge from NetBSD. uhub.c: revision 1.37 usb.4: revision 1.30 usb.c: revision 1.38 usb.h: revision 1.40 usb_port.h: revision 1.21 usb_subr.c: revision 1.65 usbdi.h: revision 1.40 Split the attach/detach events up into device, driver and controller attach and detach events. The commit message from NetBSD was: date: 2000/02/02 07:34:00; author: augustss; state: Exp; Change the USB event mechanism to include more information about devices and drivers. Partly from FreeBSD. Also rework usbd to take these new event types into account. Revision Changes Path 1.21 +68 -1 src/share/man/man4/usb.4 1.33 +4 -1 src/sys/dev/usb/uhub.c 1.53 +41 -16 src/sys/dev/usb/usb.c 1.28 +1 -0 src/sys/dev/usb/usb.h 1.39 +3 -0 src/sys/dev/usb/usb_port.h 1.32 +4 -3 src/sys/dev/usb/usb_subr.c 1.26 +2 -1 src/sys/dev/usb/usbdi.h 1.22 +59 -24 src/usr.sbin/usbd/usbd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message