From owner-cvs-src-old@FreeBSD.ORG Thu Nov 25 03:31:12 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD067106566B for ; Thu, 25 Nov 2010 03:31:12 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B9C148FC20 for ; Thu, 25 Nov 2010 03:31:12 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oAP3VCvr052156 for ; Thu, 25 Nov 2010 03:31:12 GMT (envelope-from weongyo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oAP3VCYR052155 for cvs-src-old@freebsd.org; Thu, 25 Nov 2010 03:31:12 GMT (envelope-from weongyo@repoman.freebsd.org) Message-Id: <201011250331.oAP3VCYR052155@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to weongyo@repoman.freebsd.org using -f From: Weongyo Jeong Date: Thu, 25 Nov 2010 03:30:43 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usb_pf.c src/sys/dev/usb/controller usb_controller.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Nov 2010 03:31:12 -0000 weongyo 2010-11-25 03:30:43 UTC FreeBSD src repository Modified files: sys/dev/usb usb_pf.c sys/dev/usb/controller usb_controller.c Log: SVN rev 215812 on 2010-11-25 03:30:43Z by weongyo Handles the unit number correctly that the previous commit had a problem (wrong unit number for a host controller) when the module is load / unloaded repeatly. Attaching the USB pf is moved to usbus device's attach. Pointed by: yongari Revision Changes Path 1.34 +4 -4 src/sys/dev/usb/controller/usb_controller.c 1.6 +1 -2 src/sys/dev/usb/usb_pf.c